Learning this was a blast. Of course, anyone here should start by reading our report.
The purpose of this notebook is to use Latent Dirichlet Allocation as a method of identifying the topics of wqhich Twitter users are talking about the most.
In this section and in future work, a model will be used to identify which topics are located in each of a particular user's tweets.
Further sections of this notebook will generate User-Topic heterogenous graphs which will represent the entireity of the selec ted Twitter users and their aforementiuoned and identified topics.
Details on each piece of functionality will be outlined prior to the underlying code.
Let's begin with a bunch of import statements to gather the tools we will require.
#Data Management
import numpy as np
import pandas as pd
import json
import csv
!pip install mibian
import mibian as mb
#Topic Modelling and Data Preprocessing
import gensim
import gensim.corpora as corpora
import gensim.utils as gensim_utils
import gensim.models as gensim_models
import gensim.test.utils as gensim_test_utils
import nltk
nltk.download('stopwords')
from nltk.corpus import stopwords
import spacy
#Scikit supported on Google Colab by default
#Visualisation Toolkit
import matplotlib as plt
import networkx as nx
#MySQL
!pip install PyMySQL
import pymysql
#Twitter
!pip install python-twitter
import twitter
Collecting mibian Downloading https://files.pythonhosted.org/packages/e5/74/25719d1f66b84561f209692947980660268cf601dc92766547b626eb03d5/mibian-0.1.3.tar.gz Building wheels for collected packages: mibian Building wheel for mibian (setup.py) ... done Created wheel for mibian: filename=mibian-0.1.3-cp36-none-any.whl size=4038 sha256=a2d34580a22903faf069663a2b364e817d020ba1ff16ce67ec6d5dd3e4f2814e Stored in directory: /root/.cache/pip/wheels/34/c7/51/22486b811445a01dab50193c9748e94242e55a4ce686a24240 Successfully built mibian Installing collected packages: mibian Successfully installed mibian-0.1.3 [nltk_data] Downloading package stopwords to /root/nltk_data... [nltk_data] Unzipping corpora/stopwords.zip. Collecting PyMySQL Downloading https://files.pythonhosted.org/packages/ed/39/15045ae46f2a123019aa968dfcba0396c161c20f855f11dea6796bcaae95/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB) |████████████████████████████████| 51kB 3.8MB/s Installing collected packages: PyMySQL Successfully installed PyMySQL-0.9.3 Collecting python-twitter Downloading https://files.pythonhosted.org/packages/b3/a9/2eb36853d8ca49a70482e2332aa5082e09b3180391671101b1612e3aeaf1/python_twitter-3.5-py2.py3-none-any.whl (67kB) |████████████████████████████████| 71kB 4.5MB/s Requirement already satisfied: requests-oauthlib in /usr/local/lib/python3.6/dist-packages (from python-twitter) (1.2.0) Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from python-twitter) (2.21.0) Requirement already satisfied: future in /usr/local/lib/python3.6/dist-packages (from python-twitter) (0.16.0) Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from requests-oauthlib->python-twitter) (3.1.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests->python-twitter) (2019.9.11) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests->python-twitter) (1.24.3) Requirement already satisfied: idna<2.9,>=2.5 in /usr/local/lib/python3.6/dist-packages (from requests->python-twitter) (2.8) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests->python-twitter) (3.0.4) Installing collected packages: python-twitter Successfully installed python-twitter-3.5
Our next step is to gather the required data.
Run the following section to grab the data from Twitter. The section following this section will fetch the data via csv file input. The final Data Fetching section will parse from a publicly hosted sql server.
Yes, at one point or another during our Capstone we actually used each individual method. Here's all that code!
Input parameters for the fetched twitter data may be set below, csv file sizes and content will be inferred from Pandas.
For simplicity and continuity the final output values are identical between each input method.
#twitter_api = twitter.Api(consumer_key=[consumer key],
# consumer_secret=[consumer secret],
# access_token_key=[access token],
# access_token_secret=[access token secret])
#I'm not giving away my Entreprise keys. Get real.
from google.colab import drive
drive.mount('/content/gdrive')
Go to this URL in a browser: https://accounts.google.com/o/oauth2/auth?client_id=947318989803-6bn6qk8qdgf4n4g3pfee6491hc0brc4i.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=email%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdocs.test%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive.photos.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fpeopleapi.readonly&response_type=code Enter your authorization code: ·········· Mounted at /content/gdrive
twitter_datapath = 'Tweets.csv'
users_datapath = 'Users.csv'
#NOTE: This will also work with URLs, as long as the server response is a .csv not .html
tweets_df = pd.read_csv(twitter_datapath)
print(tweets_df)
#user_id_list = tweets_df.iloc[:,3].tolist() #Grab each tweet's affiliated User
#user_id_list_string = str(user_id_list) #Cast Object to String
#user_id_tring = user_id_list_string[1:-1] #This is a mess.
#user_ids = tweets_df['UserId'] #Why not just use this? lmao
#users_df = pd.read_csv(users_datapath)
#This is to fetch User specific data (followerships, etc.) from the parsed list of users that were part of the tweet corpus.
text 0 Today is the first day of the rest of your lif... 1 This very expensive GLOBAL WARMING bullshit ha... 2 The only Forbes 5 Star & 5 Diamond hotel w... 3 Entrepreneurs are visionaries in some respects... 4 Thinking big is the driving force that has for... ... ... 12416 It was my honor to attend today’s #ArmyNavyGam... 12417 On 245 occasions former FBI Director James Co... 12418 Leakin’ James Comey must have set a record for... 12419 The Trump Administration has accomplished more... 12420 I am in the process of interviewing some reall... [12421 rows x 1 columns]
#Sample SQL Connection request
connection = pymysql.connect(host='This.Is.My.IP', user='user', password='password', db='Twitter')
#Sample SQL tweet data fetch request
tweets_df = pd.read_sql('SELECT * FROM Tweets', con=connection)
user_id_list = tweets_df.iloc[:,3].tolist()
user_id_list_string = str(user_id_list)
user_id_tring = user_id_list_string[1:-1]
#Sample SQL User data fetch via list of User IDs. User IDs provided in a variety of formats above.
#ASSUMPTION: User IDs will be attached to the tweet data that was previously fetched.
users_df = pd.read_sql(('SELECT * FROM Users WHERE Id IN ('+UserIdString+')'), con=connection)
You did it! You selected an input and the code has sucessfully run to here! You probably even see some quick tweets and users up ^there^ huh? Wicked!
Well, our data is ugly and our LDA model will just puke it right back out if we handed it over as is. We have to do some preprocessing to remove a bunch of junk and make sure that the data that's fed to the model won't cause any problems.
It's like rinsing and scraping the dishes before the dishwasher. Or maybe it's closer to giving a truck diesel and a coupe gasoline.
NOTE: Other preprocessing will be required for other aspects of the data pipeline including (but not limited to) Temporal Network Embedding, as well as Network Graph Generation methods.
def sent_to_words(sentences):
for sentence in sentences:
yield(gensim_utils.simple_preprocess(str(sentence), deacc=True))
def remove_stopwords(texts):
return [[word for word in gensim_utils.simple_preprocess(str(doc)) if word not in stop_words] for doc in texts]
def make_bigrams(texts):
return [bigram_mod[doc] for doc in texts]
def make_trigrams(texts):
return [trigram_mod[bigram_mod[doc]] for doc in texts]
def lemmatization(texts, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']):
"""https://spacy.io/api/annotation"""
texts_out = []
for sent in texts:
doc = nlp(u' '.join(sent))
texts_out.append([token.lemma_ for token in doc if token.pos_ in allowed_postags])
return texts_out
stop_words = stopwords.words('english')
stop_words.extend(['from', 'subject', 're', 'edu', 'use'])
data_words = list(sent_to_words(tweets_df['text'].tolist()))
bigram = gensim.models.Phrases(data_words, min_count=5, threshold=100)
trigram = gensim.models.Phrases(bigram[data_words], threshold=100)
bigram_mod = gensim.models.phrases.Phraser(bigram)
trigram_mod = gensim.models.phrases.Phraser(trigram)
nostops = remove_stopwords(data_words)
bigrams = make_bigrams(nostops)
nlp = spacy.load('en', disable=['parser', 'ner'])
data_lemmatized = lemmatization(bigrams, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV'])
print(data_lemmatized[:1])
/usr/local/lib/python3.6/dist-packages/gensim/models/phrases.py:598: UserWarning: For a faster implementation, use the gensim.models.phrases.Phraser class warnings.warn("For a faster implementation, use the gensim.models.phrases.Phraser class")
[['today', 'first', 'day', 'rest', 'life', 'make']]
print(data_lemmatized)
[['today', 'first', 'day', 'rest', 'life', 'make'], ['expensive', 'global_warming', 'bullshit', 'get', 'stop', 'planet', 'freezing', 'record', 'low', 'tempsand', 'scientist', 'stick', 'ice'], ['forbes', 'star', 'amp', 'diamond', 'hotel', 'star', 'diamond', 'restaurant', 'trumpnewyork', 'offer', 'elite', 'luxury', 'http', 'co', 'jkwzzruje'], ['entrepreneur', 'visionary', 'respect', 'look', 'present', 'keep', 'mind', 'look', 'opportunity'], ['think', 'big', 'driving', 'force', 'forge', 'great', 'achievement', 'modern', 'life', 'think', 'big'], ['jan', 'president', 'obama', 'end', 'vacation', 'early', 'amp', 'get', 'back', 'washington', 'straighten', 'obamacare', 'catastrophe', 'end'], ['snowden', 'come', 'back', 'america', 'face', 'justice', 'instead', 'beg', 'clemency', 'moscow', 'treat', 'spy'], ['invincibility', 'lie', 'defence', 'possibility', 'victory', 'attack', 'sun', 'tzu'], ['know', 'encourage', 'fact', 'unquestionable', 'ability', 'man', 'elevate', 'life', 'conscious', 'endeavor', 'henry', 'david', 'thoreau'], ['regular', 'part', 'day', 'devote', 'expand', 'horizon', 'learn', 'new', 'beginning'], ['try', 'develop', 'tempo', 'work', 'momentum', 'something', 'work', 'maintain', 'amp', 'important', 'element', 'success'], ['bloombergnews', 'peter', 'millard', 'trump', 'help', 'rio', 'builder', 'olympic', 'corporate', 'brazil', 'http', 'co', 'bgcaflx'], ['fundanythe', 'great', 'campaign', 'support', 'today', 'http', 'co', 'mdqpckx'], ['trumpgolfla', 'top', 'public', 'course', 'country', 'magnificent', 'pacific_ocean', 'view', 'http', 'co', 'myiwkyfivu'], ['welcome', 'new', 'obamacare', 'reality', 'doctor', 'spend', 'hour', 'hold', 'insurance', 'company', 'get', 'approval', 'surgery', 'http', 'co', 'lru', 'takz'], ['record', 'snowfall', 'amp', 'freezing', 'temp', 'country', 'global_warming', 'need'], ['future', 'always', 'begin', 'mark', 'strand', 'former', 'poet', 'laureate'], ['world', 'great', 'rider', 'today', 'trump', 'invitational', 'important', 'equestrian', 'event', 'year'], ['hit', 'facebook', 'http', 'co', 'fdv', 'aloomz'], ['timepolitic', 'zekejmiller', 'trump', 'visit', 'http', 'co', 'ydotddwcd'], ['prediction', 'come', 'true', 'iraq', 'total', 'disaster', 'government', 'lose', 'control', 'sad'], ['sec', 'state', 'kerry', 'say', 'would', 'go', 'back', 'iraq', 'say', 'stupid'], ['entrepreneur', 'set', 'example', 'magnet', 'right', 'people', 'great', 'leader', 'determine', 'team', 'assemble'], ['vision', 'amp', 'stick', 'afraid', 'unique', 'day', 'opportunity', 'show', 'highest_level'], ['experience', 'cold', 'weather', 'decade', 'people', 'never', 'remember', 'anything', 'global_warme', 'anyone'], ['looking_forward', 'hosting', 'floridagop', 'house', 'majority', 'golf', 'tournament', 'trump', 'int', 'west', 'palm_beach', 'jan'], ['congratulation', 'bretbaier', 'year', 'anniversary', 'anchor', 'specialreport', 'brett', 'great'], ['stay', 'confident', 'even', 'something', 'bad', 'happen', 'bump', 'road', 'pass', 'think', 'big'], ['achievers_move', 'forward', 'time', 'tread_water', 'get', 'go'], ['remember', 'think', 'big', 'expand', 'horizon', 'time', 'expand', 'net', 'worth'], ['identify', 'goal', 'know', 'precisely', 'want', 'achieve', 'study', 'good', 'people', 'fieldand', 'plan', 'good', 'route', 'success'], ['club', 'go', 'back', 'original', 'menu', 'preparation', 'believe', 'much', 'better', 'let', 'know', 'change', 'make'], ['critic', 'president', 'obama', 'hate', 'someone', 'robert', 'gate', 'write', 'self', 'serve', 'negative', 'book', 'boss'], ['gate', 'resign', 'unhappy', 'tell', 'obama', 'fact', 'iraq', 'always', 'disaster'], ['tomorrow', 'year', 'anniversary', 'apprentice', 'big', 'hit', 'television', 'history', 'time', 'fly'], ['great', 'year', 'macys', 'tie', 'shirt', 'suit', 'thank', 'new', 'selection', 'arrive', 'amazing'], ['paula_white', 'time', 'great', 'true', 'spiritual', 'leader', 'wonderful', 'person', 'keep', 'good', 'fight'], ['news', 'beautiful', 'miss', 'spear', 'devastating', 'know', 'spectacular', 'woman', 'miss'], ['offshore', 'wind', 'dead', 'duck', 'scotland', 'time', 'alex', 'salmond', 'man', 'stop', 'blame', 'westminster', 'cont', 'http', 'dti', 'kmitvm'], ['thank', 'everybody', 'happy_birthday', 'greeting', 'actually', 'birthday', 'apprentice', 'birthday', 'june_th'], ['foxnewslatino', 'donald', 'trump', 'plan', 'huge', 'tower', 'rio', 'post', 'olympic', 'building', 'boom', 'http', 'co', 'ijve', 'kgvfg'], ['world', 'tall', 'building', 'trumpchicago', 'star', 'hotel', 'star', 'dining_option', 'http', 'co', 'anamgudure'], ['trump', 'organization', 'continue', 'expand', 'internationally', 'record', 'pace', 'many', 'new', 'announcement', 'come', 'soon'], ['darrell', 'hammond', 'host', 'snl', 'http', 'co', 'bxsrvpr'], ['thursday', 'many', 'people', 'lose', 'healthcare', 'today'], ['still', 'believe', 'donald', 'trump', 'respond', 'tweet', 'respect', 'trump', 'would', 'good', 'pre', 'country', 'thx'], ['tough', 'smart', 'personable', 'take', 'thing', 'personally', 'good', 'business'], ['focus', 'goal', 'problem', 'problem', 'mind', 'exercise', 'learn', 'play', 'comfort', 'zone'], ['brand', 'new', 'blue_monster', 'open', 'trump', 'national_doral', 'miami', 'also', 'great', 'new', 'driving', 'range', 'open', 'midnight', 'go', 'see'], ['president', 'obama', 'fire', 'obamacare_website', 'builder', 'question', 'hire', 'first', 'place', 'sue', 'damage'], ['obamacare_website', 'contractor', 'terminate', 'obvious', 'incompetence', 'person', 'hire', 'go', 'fire'], ['politic', 'sometimes', 'life', 'friend', 'come', 'go', 'enemy', 'accumulate'], ['obama', 'bob', 'gate', 'turn', 'disloyal', 'dude', 'personally', 'hate', 'rat'], ['fox', 'amp', 'friend', 'tomorrow', 'morning', 'discussing', 'sort', 'current', 'disaster'], ['condition', 'lose', 'excuse', 'leadership', 'must', 'move', 'fast', 'decisively'], ['rodstowell', 'afraid', 'know', 'happen', 'thank'], ['watch', 'horror', 'story', 'rod', 'realize', 'time', 'let', 'pete', 'rise', 'baseball', 'hall', 'fame'], ['fox', 'amp', 'friend', 'minute', 'hope', 'enjoy'], ['helena_torry', 'consider', 'perfect', 'fault'], ['jglensteven', 'need', 'great', 'businessman'], ['anticipate', 'change', 'embrace', 'recognize', 'new', 'development', 'capitalize', 'open', 'new', 'door'], ['understand', 'difficulty', 'mistake', 'amp', 'setback', 'inevitable', 'part', 'business', 'life', 'allow', 'knock', 'foot'], ['focus', 'goal', 'fix', 'pattern', 'necessary', 'unnecessary', 'make', 'clear'], ['good', 'speech', 'goldenglobe', 'history', 'http', 'co', 'unzmbvodmo'], ['yankee', 'drop', 'rod', 'long', 'ago', 'even', 'bother', 'arbitration', 'would', 'save', 'fortune'], ['long', 'time', 'admirer', 'want', 'buy', 'book', 'friend', 'suggestion', 'art', 'deal', 'good', 'start'], ['resilience', 'part', 'survival', 'fit', 'formula', 'make', 'sure', 'remain', 'adaptable'], ['success', 'find', 'love', 'trust', 'enough', 'find', 'best', 'good'], ['great', 'success', 'need', 'passion', 'make', 'sure', 'well', 'direct', 'learn', 'everything', 'expert'], ['think', 'positively', 'negativity', 'immediately', 'focus', 'solution', 'problem', 'persistent', 'alert', 'every_single', 'day', 'momentum'], ['republican', 'must', 'change', 'culture', 'lose', 'culture', 'win', 'fast', 'last', 'decent', 'shot'], ['watch', 'gate', 'seanhannity', 'looks_like', 'get', 'hit', 'truck', 'obama', 'get', 'othersto', 'sign', 'confidentiality', 'agreement'], ['ed', 'cox', 'letter', 'republican', 'badly', 'ridicule', 'press', 'never', 'write', 'weakness', 'sad'], ['rod', 'lawsuit', 'try', 'overturn', 'bind', 'arbitration', 'agreement', 'go', 'nowhere', 'ban', 'spring', 'training'], ['gabriel', 'sherman', 'book', 'roger', 'aile', 'fill', 'falsehood', 'inaccuracie', 'publisher', 'ashamed', 'sue'], ['senate', 'immediately', 'vote', 'iranian', 'sanction', 'bill', 'delay', 'iran', 'already', 'break', 'agreement', 'obama'], ['progress', 'state', 'last', 'year', 'none', 'backwards'], ['win', 'take', 'talent', 'repeat', 'take', 'character', 'john', 'wooden'], ['would', 'like', 'thank', 'great', 'writer', 'person', 'jpappaspr', 'real_estate', 'weekly', 'wonderful', 'story', 'much', 'appreciate'], ['tedbishop', 'pga', 'thank', 'te', 'see', 'show'], ['hope', 'never', 'find', 'life', 'planet', 'doubt', 'united_states', 'start', 'send', 'money'], ['department', 'homeland_security', 'spend', 'billion_dollar', 'build', 'new', 'headquarter', 'year', 'late', 'billion', 'budget'], ['winner', 'think', 'winner', 'practice', 'positive', 'thinking', 'reality', 'check'], ['hope', 'enjoy', 'story', 'highly_respecte', 'real_estate', 'weekly', 'http', 'co', 'gbsvaf'], ['terrible', 'story', 'front_page', 'nytime', 'lightweight_agschneiderman', 'http', 'co', 'eric', 'wear', 'eyeliner'], ['lightweight_agschneiderman', 'fight', 'nygovcuomo', 'cuomo', 'win', 'easily', 'schneiderman', 'total', 'loser'], ['great', 'article', 'amspec', 'jeffrey_lord', 'reagan', 'revolution', 'realdonaldtrump', 'revolution', 'http', 'co', 'btyirbjllb'], ['looking_forward', 'host', 'saintanselm', 'politic', 'amp', 'egg', 'tuesday', 'see', 'manchester', 'nhpolitic'], ['breitbartnews', 'continue', 'push', 'limit', 'political', 'investigative', 'reporting', 'andrew', 'legacy', 'life'], ['senate', 'conclude', 'benghazi', 'could', 'prevent', 'http', 'irdr'], ['newyorkgop', 'leader', 'ed', 'cox', 'record', 'abysmal', 'victory', 'hopefully', 'turn', 'thing', 'around'], ['talent', 'win', 'game', 'teamwork', 'intelligence', 'win', 'championship', 'michael', 'jordan'], ['trust', 'instinct', 'reason', 'instinct', 'hard', 'time', 'get', 'stay', 'top'], ['get', 'momentum', 'must', 'first', 'focus', 'specific', 'goal', 'passion', 'intensity'], ['edwardfcox', 'robastorino', 'intent', 'state', 'suicide', 'mission', 'get', 'get', 'act', 'together'], ['hear', 'next', 'tuesday', 'saintanselm', 'politic', 'amp', 'egg', 'large', 'crowd', 'ever', 'looking_forward', 'make', 'new', 'friend'], ['rise', 'bay', 'street', 'trumpto', 'bring', 'opulent', 'luxury', 'famous', 'world', 'class', 'amenity', 'queen', 'city', 'http', 'co', 'cdh', 'vtd'], ['really', 'successful', 'always', 'good', 'cool', 'head', 'warm', 'heart', 'beautiful', 'common', 'touch'], ['fox', 'amp', 'friend'], ['movie', 'producer', 'harvey', 'weinstein', 'lose', 'company', 'colony', 'capital', 'gun', 'make', 'movie', 'major', 'gun', 'violence', 'really'], ['wwii', 'year', 'world', 'war', 'ii', 'start', 'japanese', 'bombing', 'pearl_harbor', 'cont', 'http', 'co', 'tyd', 'ajfpry'], ['think', 'think', 'right', 'henry_ford'], ['people', 'often', 'ask', 'secret', 'success', 'answer', 'simple', 'passion', 'focus', 'hard', 'work', 'momentum', 'keep', 'go'], ['excited', 'tomorrow', 'politic', 'amp', 'egg', 'saintanselm', 'co', 'host', 'necouncil', 'amp', 'nhiop', 'live', 'stream', 'http', 'co', 'wen', 'kbnoj'], ['hope', 'change', 'china', 'control', 'record', 'number', 'debt', 'http', 'co', 'qerjuhyulh'], ['never', 'los', 'quit', 'try', 'mike', 'ditka'], ['learn', 'expect', 'problem', 'save', 'lot', 'waste', 'energy', 'winner', 'see', 'problem', 'way', 'prove'], ['happy', 'anniversary', 'wonderful', 'wife_melaniatrump', 'truly', 'great', 'decision', 'http', 'co', 'njwv'], ['set', 'high', 'standard', 'meet', 'proof', 'learn', 'take', 'risk'], ['leave', 'palm_beach', 'ceremony', 'open', 'magnificent', 'gary_player', 'villa', 'trump', 'nationak', 'doral', 'miami', 'gary', 'great'], ['great', 'unionleader', 'piece', 'jdistaso', 'visit', 'saintanselm', 'necouncil', 'amp', 'nhiop', 'politic', 'amp', 'egg', 'http', 'co', 'cpu', 'ojrli'], ['never', 'know', 'tide', 'go', 'turn', 'favor', 'important', 'never', 'give', 'think', 'like_champion'], ['learn', 'rule', 'game', 'play', 'well', 'anyone_else', 'albert_einstein'], ['honor', 'name', 'business', 'top', 'leader', 'icon', 'rebel', 'cnbc', 'http', 'co', 'brhqcp', 'vote', 'trump'], ['great', 'day', 'yesterday', 'trumpdoral', 'unveiling', 'new', 'gary_player', 'villa', 'http', 'co', 'ajkuzlyqbg', 'gary', 'champion', 'great', 'guy'], ['story', 'midtown', 'trump', 'world', 'tower', 'glass', 'curtain', 'wall', 'true', 'landmark', 'http', 'co', 'sjcllgacdm'], ['ask', 'big', 'cast', 'announcement', 'come', 'soon', 'apprenticenbc'], ['wsj', 'wake', 'alexsalmond', 'destroy', 'scotland', 'david_cameron', 'aberdeencc', 'pressjournal', 'http', 'co', 'ofw', 'jxh'], ['time', 'difficult', 'must', 'even', 'focus', 'find', 'profitable', 'opportunity'], ['right', 'mindset', 'job', 'see', 'work', 'art', 'form', 'mean', 'pay', 'attention', 'detail'], ['news', 'call', 'great', 'freeze', 'cold', 'weather', 'year', 'country', 'still', 'spend', 'money', 'global_warming', 'hoax'], ['weather', 'event', 'use', 'global_warming', 'hoaxster', 'justify', 'high', 'taxis', 'save', 'planet', 'believe'], ['really', 'believe', 'great', 'country', 'continue', 'survive', 'incompetent', 'leadership', 'answer', 'well', 'move', 'fast'], ['fox', 'amp', 'friend', 'enjoy'], ['afghanistan', 'call', 'leader', 'karzai', 'toying'], ['give', 'goal', 'substance', 'imbue', 'value', 'exceed', 'monetary', 'make', 'count', 'many', 'level'], ['passion', 'give', 'great', 'momentum', 'catalyst', 'great', 'achievement'], ['entrepreneur', 'ignorance', 'bliss', 'fatal', 'costly', 'loser', 'get', 'organize', 'get', 'crush'], ['everything', 'come', 'hustle', 'wait', 'thomas_edison'], ['apple', 'iphone', 'sale', 'fall', 'way', 'short', 'must', 'go', 'large', 'screen', 'alternative', 'fast', 'say', 'long', 'ago', 'samsung', 'size', 'much', 'better'], ['predict', 'apple', 'stock', 'fall', 'base', 'dumb', 'refusal', 'give', 'option', 'large', 'iphone', 'screen', 'samsung', 'sell', 'apple', 'stock'], ['steve', 'job', 'spin', 'grave', 'apple', 'lose', 'vision', 'momentum', 'must', 'move', 'fast', 'get', 'magic', 'back'], ['much', 'state', 'spend', 'obnoxious', 'commercial', 'play', 'endlessly', 'tax', 'incentive', 'work'], ['smart', 'stay', 'problem', 'longer', 'albert_einstein'], ['creativity', 'control', 'go', 'hand', 'hand', 'brainpower', 'ultimate', 'leverage'], ['good', 'business', 'fascinate', 'kind', 'art', 'make', 'money', 'art', 'amp', 'work', 'art', 'amp', 'good', 'business', 'good', 'art', 'warhol'], ['snow', 'texas', 'louisiana', 'record_sette', 'freezing', 'temperature', 'country', 'global_warme', 'expensive', 'hoax'], ['weather', 'cold', 'long', 'global_warming', 'hoaxster', 'force', 'change', 'name', 'climate_change', 'keep', 'flow'], ['give', 'clean', 'beautiful', 'healthy', 'air', 'old', 'climate_change', 'global_warming', 'bullshit', 'tired', 'hearing', 'nonsense'], ['amp', 'mike', 'show', 'radio', 'espn', 'talk', 'super_bowl', 'sport', 'obama', 'care'], ['amp', 'mike', 'minute'], ['great', 'mikeandmike', 'morning', 'espn', 'great', 'guy', 'fantastic', 'show'], ['cadillacchamp', 'return', 'trumpdoral', 'march', 'http', 'co', 'inazsug', 'watch', 'top', 'golfer', 'world', 'battle', 'blue_monster'], ['thank', 'everyone', 'support', 'cnbc', 'top', 'leader', 'icon', 'rebel', 'vvhttp', 'cnb', 'cx', 'fi', 'thank', 'vote', 'trump'], ['welcome', 'new', 'reality', 'moody', 'downgrade', 'entire', 'health', 'insurance', 'industry', 'obamacare'], ['attacking', 'redskin', 'franchise', 'http', 'co', 'world', 'problem', 'really', 'top', 'priority'], ['always', 'leave', 'ego', 'door', 'negotiation', 'remember', 'business', 'always', 'day'], ['cheap', 'natural', 'gas', 'world', 'united_state', 'boonepicken'], ['receive', 'wonderful', 'letter', 'new', 'father', 'buy', 'son', 'first', 'book', 'art', 'deal', 'great', 'parent'], ['honor', 'pass', 'follower', 'thank', 'follower', 'go', 'great', 'year', 'together'], ['say', 'great', 'thing', 'think', 'think', 'like_champion'], ['obamacare', 'fully', 'enact', 'ny', 'conveniently', 'expect', 'high', 'premium', 'big', 'deductible', 'amp', 'bad', 'care', 'job', 'killer'], ['patriotism', 'support', 'country', 'time', 'government', 'deserve', 'mark_twain'], ['ivankatrump', 'erictrump', 'open', 'garyplayer', 'villa', 'trumpdoral', 'http', 'co', 'hltb', 'hbnj'], ['press_conference', 'open', 'garyplayer', 'villa', 'trumpdoral', 'http', 'co', 'nazv', 'rljgo'], ['fail', 'comedian', 'bill', 'maher', 'get', 'accidental', 'glimpse', 'night', 'really', 'dumb', 'guy', 'look', 'past'], ['remember', 'comedian', 'bill', 'maher', 'openly', 'praise', 'disgusting', 'terrorist', 'destroy', 'world', 'trade', 'center', 'get', 'can', 'abc'], ['worst', 'prolonged', 'cold', 'spell', 'history', 'atlanta', 'texas', 'part', 'florida', 'freeze', 'global_warme', 'anyone'], ['excite', 'announce', 'trump', 'janeiro', 'first', 'south', 'american', 'trumpcollection', 'hotel', 'set', 'open', 'http', 'co', 'bjfiti'], ['obama', 'say', 'sotu', 'global_warme', 'fact', 'sure', 'factual', 'healthcare', 'keep'], ['ny', 'safe', 'act', 'attack', 'right', 'also', 'increase', 'crime'], ['republican', 'suicidal', 'want', 'push', 'amnesty', 'congress', 'allow', 'democrat', 'country'], ['success', 'breed', 'success', 'good', 'way', 'impress', 'people', 'result', 'think', 'like_billionaire'], ['design', 'business', 'start', 'leverageable', 'expandable', 'predictable', 'financeable', 'midas_touch'], ['iamstevent', 'stop', 'office', 'say', 'great', 'guy', 'http', 'co', 'bvfjkjzmfb'], ['good', 'choice', 'individual', 'highest', 'possible', 'achieve', 'aristotle'], ['via_breitbartnew', 'mboyle', 'exclusive', 'donald', 'trump', 'confirm', 'speak', 'cpac', 'http', 'co', 'ljga', 'acuconservative', 'cpacnew'], ['raffaele', 'sollecito', 'unfairly', 'convict', 'kill', 'anyone', 'italian', 'government', 'ashamed', 'raffasolarie'], ['looking_forward', 'host', 'nicklangworthy', 'erie', 'county', 'lincoln', 'leadership', 'reception', 'tonight', 'record', 'crowd', 'wait'], ['article', 'street', 'donald', 'trump', 'card', 'http', 'co', 'lbrxofvpue'], ['wealthyjack', 'realdonaldtrump', 'true', 'read', 'great', 'book', 'trump', 'thank'], ['tremendous', 'victory', 'trump', 'university', 'case', 'lightweight_agschneiderman', 'get', 'news'], ['information', 'trump', 'university', 'victory', 'call', 'alan', 'garten', 'esquire', 'jeff', 'goldman', 'esquire'], ['lightweight_agschneiderman', 'get', 'ass', 'kick', 'trump'], ['jamie', 'dimon', 'love', 'kick', 'lightweight_agschneiderman', 'ass', 'stop', 'settle', 'fight'], ['unforgivable', 'crime', 'soft', 'hitting', 'hit', 'avoid', 'never', 'hit', 'softly', 'theodore', 'roosevelt'], ['court', 'find', 'favor', 'trump', 'university', 'http', 'co', 'pd', 'trocvwq'], ['go', 'website', 'judge', 'full', 'decision', 'trump', 'university', 'http', 'co', 'kynfhgoqda'], ['enjoy', 'super_bowl'], ['may', 'bad', 'football', 'game', 'ever', 'play', 'team', 'denver', 'hard', 'watch'], ['get', 'buildup', 'terrible', 'game', 'bad', 'super_bowl', 'history', 'advertiser', 'must', 'furious'], ['miamiherald', 'ivankatrump', 'talk', 'family', 'business', 'http', 'co', 'saauccnf'], ['bronco', 'truly', 'bad', 'day', 'advice', 'go', 'home', 'forget', 'come', 'back', 'tough', 'next', 'year'], ['watch', 'commodity', 'price', 'soar', 'freeze', 'cold', 'bad', 'economy', 'could', 'global_warming'], ['pgatour', 'come', 'miami', 'cadillacchamp', 'return', 'trumpdoral', 'http', 'co', 'inazsug', 'see'], ['president', 'leader', 'free', 'world', 'dress', 'time', 'wear', 'suit', 'tie', 'major', 'interview'], ['chance', 'favor', 'prepare', 'mind', 'louis', 'pasteur'], ['janeiro', 'join', 'trumpcollection', 'go', 'spectacular', 'hotel', 'http', 'co', 'abdosrzazo'], ['wind', 'energy', 'complete', 'economic', 'disaster', 'http', 'co', 'aqao', 'zgunz', 'alexsalmond', 'aberdeencc', 'david_cameron', 'aberdeenshire', 'scotparl'], ['great', 'weakness', 'lie', 'give', 'certain', 'way', 'succeed', 'always', 'try', 'time', 'thomas_edison'], ['experience', 'knowledge', 'prescience', 'formidable', 'combination', 'power', 'underestimate', 'think', 'like_champion'], ['old_post', 'office', 'fully', 'transform', 'iconic', 'destination', 'trump', 'int', 'washington', 'dc', 'co', 'vqihpmpfsx'], ['wineenthusiast', 'highest_rated', 'wine', 'trumpwinery', 'use', 'gentle', 'technique', 'produce', 'quality', 'wine', 'http', 'co', 'fuv'], ['congrat', 'pre', 'obama', 'dem', 'cbo', 'triple', 'estimate', 'work', 'hour', 'lose', 'due', 'obamacare', 'http', 'fha', 'job', 'killer'], ['cbo', 'estimate', 'job', 'lose', 'due', 'obamacare', 'http', 'fha', 'election', 'consequence'], ['congress', 'worry', 'american', 'worker', 'people', 'come', 'country', 'break', 'law'], ['realize', 'entrepreneur', 'important', 'gift', 'world', 'job', 'security', 'well', 'other', 'midas_touch'], ['massive', 'record_setting', 'snowstorm', 'freeze', 'temperature', 'smart', 'global_warme', 'hoaxster', 'change', 'name', 'climate_change'], ['country', 'stop', 'waste', 'money', 'global_warme', 'many', 'truly', 'stupid', 'thing', 'begin', 'focus', 'lower_taxe'], ['obamacare', 'project', 'large_scale', 'drop', 'job', 'even', 'dem', 'shock', 'number', 'disaster'], ['blue_monster', 'golf_course', 'officially', 'open', 'tomorrow', 'trump', 'national_doral', 'ribbon', 'cutting', 'ceremony', 'great', 'course', 'great', 'review'], ['investment', 'knowledge', 'pay', 'good', 'interest', 'benjamin_franklin'], ['innovation', 'distinguish', 'leader', 'follower', 'steve', 'job'], ['tough', 'strong', 'willing', 'learn', 'learn', 'afraid', 'mistake', 'setback', 'think', 'like_champion'], ['negotiation', 'persuasion', 'power'], ['never', 'allow', 'attitude', 'liability', 'positive', 'strong', 'set', 'mind', 'win', 'keep'], ['frumpy', 'little', 'read', 'nytime', 'editorial', 'writer', 'gail', 'collin', 'keep', 'job', 'totally', 'irrelevant', 'nytimescollin'], ['remember', 'thing', 'cyclical', 'resilient', 'patient', 'creative', 'remain', 'positive', 'think', 'like_champion'], ['story', 'downtown', 'trumpsoho', 'feature', 'loft', 'inspire', 'interior', 'design', 'fendi', 'casa', 'http', 'co', 'dksyct'], ['golfweekmag', 'bkleingolfweek', 'donald', 'trump', 'reopen', 'doral', 'blue_monster', 'http', 'co', 'zqxwpev'], ['wesleycooler', 'nobody', 'ask', 'great', 'school'], ['say', 'month', 'bridge', 'toll', 'staten', 'island', 'far', 'high', 'unfair', 'get', 'lower', 'nearly', 'enough'], ['fox', 'amp', 'friend', 'enjoy'], ['k_swisher', 'thank', 'kasey'], ['dualheadedeagle', 'true', 'thank'], ['anytime', 'see', 'someone', 'talk', 'celebrity', 'weight', 'loss', 'twitter', 'total', 'scam'], ['governor', 'cuomo', 'cut', 'verrazano', 'bridge', 'toll', 'make', 'major', 'point', 'speech', 'love', 'people', 'staten', 'island'], ['destiny', 'part', 'play', 'life', 'business', 'give', 'chance', 'work', 'think', 'like_champion'], ['view', 'nyc', 'skyline', 'trump', 'stamford', 'connecticut', 'luxurious', 'high', 'rise', 'feature', 'trump', 'amenity', 'http', 'co', 'ezk', 'nifpix'], ['remember', 'keep', 'go', 'stop', 'momentum', 'stop', 'think', 'big'], ['great', 'purchase', 'ireland', 'top', 'spot', 'http', 'co', 'rnicqtitxw'], ['looking_forward', 'address', 'record_sette', 'crowd', 'tonight', 'county', 'lincoln', 'day', 'dinner', 'lot', 'talk'], ['trump', 'championship', 'bluemonster', 'course', 'open', 'rave', 'review', 'http', 'co', 'ew', 'uqnxv', 'sacbee_news'], ['people', 'ireland', 'great', 'purchase', 'doonbeg', 'soon', 'lodgeatdoonbeg'], ['son', 'eric', 'right', 'doonbeg', 'ireland', 'nothing'], ['trump', 'lay', 'big', 'plan', 'doonbeg', 'resort', 'billionaire', 'say', 'investment', 'show', 'ireland', 'economy', 'recover', 'http', 'idyrwc'], ['make', 'special', 'well', 'place', 'celebrate', 'patrick', 'day', 'windy', 'city', 'trumpchicago', 'http', 'co'], ['obamacare', 'wonderful', 'law', 'obama', 'summarily', 'change', 'law', 'election'], ['sell', 'short', 'something', 'important', 'today', 'begin', 'think', 'like_champion'], ['thing', 'capable', 'would', 'literally', 'astound', 'thomas_edison'], ['always', 'bear', 'mind', 'resolution', 'succeed', 'important', 'abraham_lincoln'], ['son', 'eric', 'ireland', 'look', 'new', 'club', 'phenomenal', 'lodgeatdoonbeg'], ['scotland', 'stop', 'insane', 'policy', 'obsolete', 'bird', 'kill', 'wind_turbine', 'country', 'destroy', 'alexsalmond', 'aberdeencc'], ['great', 'make', 'keynote', 'speech', 'lincoln', 'day', 'dinner', 'host', 'dan', 'isaac', 'amp', 'ny', 'republican', 'county', 'committee', 'wonderful', 'people'], ['clubhouse', 'facility', 'amp', 'suite', 'ireland', 'lodgeatdoonbeg', 'trumpireland', 'http', 'co', 'zimh', 'http', 'co', 'ujbjdbfkus'], ['big', 'part', 'country', 'even', 'southern', 'state', 'massive', 'attack', 'snow', 'freeze', 'cold', 'global_warming', 'anyone'], ['give', 'goal', 'substance', 'make', 'count', 'many', 'level', 'remember', 'passion', 'catalyst', 'great', 'achievement'], ['danscavino', 'thank', 'dan'], ['believe', 'way', 'karzai', 'talk', 'united_state', 'respect'], ['new', 'club', 'atlantic_ocean', 'ireland', 'soon', 'good', 'world', 'look', 'ugly', 'wind_turbine'], ['irish', 'government', 'smart', 'destroy', 'beautiful', 'coastline', 'bird', 'kill', 'ugly', 'wind_turbine', 'alexsalmond', 'aberdeencc'], ['hope', 'derek', 'jeter', 'fantastic', 'year', 'yankee', 'change', 'mind', 'retire', 'great', 'guy'], ['trumpdoral', 'bluemonster', 'look', 'fantastic', 'great', 'time', 'grand', 'opening', 'looking_forward', 'cadillacchamp'], ['never', 'day', 'work', 'life', 'fun', 'thomas_edison'], ['set', 'bar', 'high', 'best', 'possibly', 'focused', 'discipline', 'alert', 'every_single', 'day'], ['dishonest', 'slob', 'reporter', 'understand', 'sarcasm', 'talk', 'wife', 'write', 'foolish', 'amp', 'bore', 'trump', 'hit'], ['brand', 'new', 'blue_monster', 'golf_course', 'trump', 'national_doral', 'fantastic', 'business', 'also', 'new', 'driving', 'range', 'open', 'night'], ['lodgeatdoonbeg', 'great', 'place', 'planet', 'get', 'well', 'invest', 'large', 'sum'], ['mckaycoppin', 'fail', 'dishonest', 'reporter', 'refuse', 'mention', 'sarcasm', 'voice', 'refer', 'irrelevant', 'buzzfeed'], ['come', 'discredit', 'reporter', 'mckaycoppin', 'refuse', 'write', 'event', 'buffalo', 'record', 'breaker'], ['never', 'equate', 'wind', 'farm', 'pan', 'disaster', 'state', 'alexsalmond', 'never', 'release', 'terrorist', 'bad'], ['loveandgarbage', 'never', 'say', 'total', 'misquote'], ['due', 'holiday', 'fox', 'amp', 'friend', 'morning', 'next', 'monday'], ['let', 'global_warming', 'wiseguy', 'get', 'away', 'change', 'name', 'climate_change', 'fact', 'let', 'tag', 'work', 'anymore'], ['believe', 'secretary', 'state', 'john_kerry', 'state', 'dangerous', 'weapon', 'today', 'climate_change', 'laughable'], ['think', 'john_kerry', 'aware', 'fact', 'building', 'nuclear_weapon', 'iran', 'north_korea', 'already'], ['climate', 'changeit', 'global_warming', 'let', 'dollar', 'suck', 'wiseguy', 'change', 'name', 'midstream', 'first', 'name', 'work'], ['legitimate', 'article', 'http', 'co', 'qadahm'], ['thank', 'jeffrey_lord', 'great', 'article', 'discredit', 'third_rate', 'buzzfeed', 'site', 'amp', 'slimebag', 'reporter', 'mckay', 'coppin', 'piersmorgan', 'amspec'], ['blogger', 'mckay', 'coppin', 'amp', 'buzzfeed', 'true', 'garbage', 'credibility', 'record_sette', 'crowd', 'amp', 'speech', 'report', 'piersmorgan'], ['come', 'together', 'begin', 'keep', 'together', 'progress', 'work', 'together', 'success', 'henry_ford'], ['amazing', 'story', 'breitbartnew', 'sleazebag', 'blogger', 'coppin', 'fabricate', 'nonsense', 'irrelevant', 'buzzfeed', 'congrat'], ['ben', 'smith', 'really', 'last', 'name', 'buzzfee', 'total', 'mess', 'probably', 'get', 'minion', 'coppin', 'want'], ['wonder', 'much', 'money', 'dumb', 'buzzfeed', 'even', 'dumb', 'ben', 'smith', 'loooose', 'year', 'zero_credibility', 'totally', 'irrelevant', 'sad'], ['amspec', 'great', 'job', 'destroy', 'little', 'remaining', 'credibility', 'buzzfeed', 'dumb', 'ben', 'smith'], ['crazy', 'worth', 'billion', 'dollar', 'employ', 'thousand', 'people', 'get', 'libel', 'moron', 'blogger', 'afford', 'suit', 'wild'], ['friend', 'eminofficial', 'fantastic', 'todayshow', 'morning', 'star'], ['alexsalmond', 'seek', 'support', 'release', 'terrorist', 'megrahi', 'blow', 'pan', 'kill', 'say', 'way'], ['read', 'willweatherford', 'comment', 'light', 'dim', 'gamble', 'florida', 'nothing', 'could', 'bad', 'state'], ['flgovscott', 'gaming', 'state', 'laugh', 'stupidity', 'approve', 'gaming', 'afraid', 'miami', 'believe', 'luck'], ['willweatherford', 'flgovscott', 'gaming', 'miami', 'incredible', 'good', 'world', 'create', 'lot', 'job', 'revenue'], ['internal', 'polling', 'show', 'would', 'swamp', 'robastorino', 'ny', 'republican', 'primary', 'run', 'party', 'unify'], ['state', 'republican_party', 'must', 'unify', 'november', 'disaster'], ['thank', 'matt', 'boyle', 'breitbartnew', 'analytical', 'well', 'write', 'piece', 'sleazebag', 'blogger', 'mckaycoppin', 'amp', 'irrelevant', 'buzzfeed'], ['state', 'repub', 'waste', 'time', 'energy', 'money', 'primary', 'go', 'dem', 'insane'], ['thank', 'jeffrey_lord', 'amspec', 'incredible', 'amp', 'insightful', 'article', 'weekend', 'fail', 'amp', 'irrelevant', 'buzzfeed'], ['actually', 'like'], ['joerepublic', 'mckaycoppin', 'nice', 'punk', 'pen', 'call', 'truce', 'try', 'show', 'bs', 'true', 'thx'], ['governor', 'cuomo', 'right', 'thing', 'attorney_general', 'eric', 'schneiderman', 'wear', 'eyeliner', 'hell'], ['poll', 'miami', 'dade', 'conclusively', 'favor', 'gamble', 'miami', 'willweatherford', 'http', 'co', 'qwxixrko'], ['individual', 'commitment', 'group', 'effort', 'make', 'team', 'work', 'company', 'work', 'society', 'work', 'civilization', 'work', 'vince_lombardi'], ['flgovscott', 'create', 'ten', 'thousand', 'job', 'approve', 'casino', 'miami', 'time', 'willweatherford'], ['take', 'fail', 'club', 'dutchess', 'county', 'amp', 'make', 'great', 'success', 'many', 'job', 'kieranlalor', 'thankful'], ['kieranlalor', 'create', 'far', 'job', 'success', 'dutchess', 'fire'], ['thank', 'support', 'amazing'], ['great', 'work', 'perform', 'strength', 'perseverance', 'samuel', 'johnson'], ['great', 'mind', 'purpose', 'other', 'wish', 'washington', 'irving'], ['allenw', 'great', 'see', 'last_night', 'record_sette', 'republican', 'event', 'crowd', 'love'], ['danawhite', 'do', 'amazing', 'job', 'proud', 'beginning'], ['think', 'dumb', 'reporter', 'blogger', 'mckay', 'coppin', 'apologize', 'wife', 'inappropriate', 'behavior', 'florida'], ['russia', 'beat', 'united_states', 'olympic', 'obama', 'embarrassment', 'time', 'turn', 'thing', 'start', 'kick', 'ass'], ['fox', 'amp', 'friend', 'minute', 'enjoy'], ['russian', 'great', 'job', 'hosting', 'olympic', 'remember', 'obama', 'go', 'europe', 'get', 'olympic', 'fourth'], ['could', 'make_america', 'great', 'spread', 'obamacare', 'world', 'time', 'drop'], ['entrepreneur', 'everything', 'start', 'leadership', 'group', 'effort', 'charge', 'charge'], ['entrepreneur', 'expect', 'anyone', 'side', 'sometimes', 'alone', 'believe', 'mandatory'], ['entrepreneur', 'keep', 'momentum', 'see', 'victorious', 'leading', 'win', 'team', 'keep', 'everyone', 'move', 'forward'], ['build', 'personal', 'brand', 'focus', 'great', 'focus', 'best', 'excellent', 'article', 'http', 'co', 'glflzucuk'], ['iraq', 'buy', 'worth', 'weapon', 'iran', 'many', 'kill', 'trillion', 'spend', 'iraq', 'dump', 'tell', 'long', 'ago'], ['world', 'hate', 'want', 'destroy', 'cut', 'hell', 'military', 'budget', 'make', 'small'], ['congrat', 'marklevinshow', 'fantastic', 'article', 'write', 'nicely', 'really', 'mean', 'something', 'http', 'co', 'ecw', 'hjcd'], ['model', 'remember', 'register', 'trump', 'model', 'search', 'check', 'info', 'http', 'co', 'mtup', 'zhp', 'cadillacchamp'], ['aspire', 'entrepreneur', 'focus', 'know', 'goal', 'put', 'everything', 'get', 'every_single', 'day'], ['aspire', 'entrepreneur', 'trust', 'instinct', 'reason'], ['aspire', 'entrepreneur', 'ready', 'problem', 'day', 'remember', 'look', 'solution', 'problem'], ['aspire', 'entrepreneur', 'tenacious', 'decide', 'goal', 'remain', 'fix', 'set', 'bar', 'high'], ['final', 'purchase', 'fabulous', 'lodgeatdoonbeg', 'ireland', 'become', 'trump', 'international_hotel', 'amp', 'golf_link', 'ireland', 'exciting'], ['thebriangentry', 'great', 'advice', 'dad', 'also', 'developer', 'always', 'remind', 'problem', 'solve', 'business', 'true'], ['observer', 'story', 'agschneiderman', 'really', 'expose', 'sleazebag', 'amp', 'crook', 'bad', 'http', 'co', 'ryfurbh'], ['lightweight_agschneiderman', 'driving', 'business', 'ny', 'get', 'publicity', 'fail', 'political', 'career'], ['success', 'tip', 'achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning'], ['success', 'tip', 'tread_water', 'get', 'go', 'nothing', 'wrong', 'bring', 'talent', 'surface'], ['success', 'tip', 'keep', 'big', 'picture', 'mind', 'always', 'opportunitie', 'amp', 'possibility', 'amp', 'think', 'small', 'negate', 'lot'], ['experience', 'happen', 'happen', 'aldous', 'huxley'], ['disappointed', 'newyorkobserver', 'article', 'agschneiderman', 'bring', 'dealing', 'shirley', 'huntley', 'http', 'co'], ['agschneiderman', 'never', 'say', 'ask', 'campaign', 'contribution', 'investigation'], ['congrat', 'charle', 'krauthammer', 'statement', 'climate_change', 'formerly', 'know', 'global_warming'], ['congrat', 'emmett', 'tyrrell', 'amspec', 'fantastic', 'piece', 'benghazi'], ['think', 'newyorkobserver', 'far', 'nice', 'sleazebag', 'agschneiderman', 'get', 'plenty', 'worry'], ['black', 'politician', 'prison', 'base', 'shirley', 'huntley', 'statement', 'white', 'agschneiderman', 'racism', 'http', 'co'], ['lightweight_agschneiderman', 'phony', 'lawsuit', 'trump', 'decimate', 'court', 'loser'], ['congrat', 'emmett', 'tyrrell', 'amspec', 'fantastic', 'piece', 'benghazi', 'http', 'co', 'ygkrfle'], ['obama', 'state', 'take', 'school', 'seriously', 'make', 'bad', 'choice', 'get', 'high', 'hell', 'get', 'columbia', 'amp', 'harvard'], ['appeal', 'russia', 'intervene', 'ukraine', 'russia', 'tell', 'become', 'involved', 'laugh', 'loudly'], ['world', 'falling_apart', 'people', 'know', 'play', 'game', 'big', 'trouble', 'leadership'], ['play', 'golf', 'tomorrow', 'palm_beach', 'number', 'rate', 'golf_course', 'state', 'florida', 'trump', 'international_golf', 'club'], ['markburnetttv', 'incredible', 'wife', 'realromadowney', 'fabulous', 'movie', 'sonofgodmovie', 'see'], ['popular', 'extremely', 'demand', 'live_tweeting', 'oscar', 'sunday', 'night', 'tell', 'friend', 'pull', 'punch'], ['china', 'intervene', 'low', 'yuan', 'word', 'continue', 'screw'], ['play', 'golf', 'today', 'rand_paul', 'trump', 'international', 'palm_beach', 'interesting', 'fun'], ['sissy', 'graydon_carter', 'fail', 'vanity', 'fair', 'magazine', 'owner', 'bad', 'food', 'restaurant', 'problem', 'oscar', 'party', 'longer', 'hot'], ['trump', 'national_doral', 'miami', 'good', 'golfer', 'world', 'start', 'arrive', 'world', 'golf', 'championship', 'cadillac', 'big', 'week'], ['real', 'hard', 'time', 'watch', 'academy', 'award', 'far', 'last', 'song', 'terrible', 'kim', 'sue', 'plastic', 'surgeon', 'oscar'], ['bore', 'oscar'], ['terrible', 'oscar'], ['host', 'oscar', 'shake', 'thing', 'good'], ['certain', 'people', 'ruin', 'reputation', 'tonight', 'really', 'sad', 'oscar'], ['must', 'kid', 'happen', 'oscar'], ['bad', 'dishonest', 'oscar', 'emmys'], ['believe', 'singing', 'oscar'], ['ellen', 'sadly', 'hard', 'time', 'line', 'oscar'], ['know', 'much', 'longer', 'take', 'bullshit', 'terrible', 'oscar'], ['judy', 'garland', 'much', 'well', 'put', 'mildly', 'oscar'], ['little', 'andy', 'lassner', 'live', 'life', 'ellen', 'nothing', 'else', 'go', 'really', 'bad', 'night', 'oscar'], ['allow', 'applause', 'tribute', 'depart', 'really', 'bad', 'production', 'bette', 'midler', 'suck', 'oscar'], ['not', 'academy', 'award', 'oscar', 'awful'], ['amateur', 'night', 'hell', 'charge', 'production', 'oscar'], ['president', 'obama', 'charge', 'year', 'academy', 'award', 'remind', 'obamacare_website', 'oscar'], ['angelina', 'sidney', 'really', 'strange', 'vibe', 'go', 'oscar'], ['good', 'choice', 'also', 'nice', 'guy', 'oscar'], ['read', 'oscar'], ['ellen', 'awkward', 'insecure', 'last_night', 'pizza', 'skit', 'terrible', 'dump', 'andy', 'lassner', 'guy', 'absolutely', 'talent'], ['always', 'like', 'ellen', 'do', 'show', 'numerous', 'time', 'good', 'last_night', 'fumbling', 'stumble'], ['theellenshow', 'ellen', 'andy', 'lassner', 'guy', 'absolutely', 'imagination', 'talent', 'good', 'try', 'last_night'], ['exciting', 'week', 'trumpdoral', 'miami', 'opening', 'soon', 'good', 'resort', 'world', 'golf', 'championship', 'week'], ['jtimberlake', 'great', 'play', 'blue_monster', 'thank', 'nice', 'statement', 'many', 'agree', 'best', 'see'], ['magazine', 'name', 'influential', 'tweeter', 'donald', 'trump', 'espn', 'actually', 'easily'], ['mitt_romney', 'strongly', 'state', 'debate', 'pre', 'obama', 'russia', 'big', 'problem', 'obama', 'scoffed', 'mitt', 'correct'], ['set', 'record', 'cold', 'day', 'march', 'long', 'record', 'history', 'degree', 'place', 'likewise', 'global_warme', 'con'], ['think', 'obama', 'putin', 'seize', 'alaska'], ['actually', 'putin', 'want', 'alaska', 'environmental', 'protection', 'agency', 'make', 'impossible', 'drill', 'oil'], ['austinkaiser', 'people', 'excite', 'hear', 'speak', 'thrursday', 'cpacnew', 'govchristie', 'realdonaldtrump', 'dcbound', 'thank'], ['kirschnerdavid', 'realdonaldtrump', 'congrat', 'trump', 'make', 'forbes', 'list', 'wealthy', 'world', 'thank'], ['remember', 'keep', 'go', 'stop', 'momentum', 'stop'], ['passionate', 'work', 'never', 'give'], ['live', 'edge', 'complacency', 'allow', 'keep', 'open', 'mind', 'business', 'creative', 'endeavor'], ['colleencpa', 'thank', 'colleen'], ['charlierymergc', 'charlie', 'sound', 'good'], ['open', 'tigerwood', 'villa', 'trumpdoral', 'http', 'co', 'ruaonpxh'], ['success', 'breed', 'success', 'good', 'way', 'impress', 'people', 'result', 'think', 'like_billionaire'], ['never', 'los', 'quit', 'try', 'mike', 'ditka'], ['elite', 'traveler', 'amp', 'good', 'hotel', 'room', 'view', 'world', 'http', 'co', 'rqzqn', 'gj', 'trumpchicago'], ['predictable', 'business', 'valuable', 'predictability', 'also', 'mean', 'consistency', 'brand', 'experience', 'midas_touch'], ['create', 'success', 'failure', 'course', 'primarily', 'thought', 'gary_player'], ['get', 'essence', 'immediately', 'learn', 'economize', 'people', 'appreciate', 'brevity', 'today', 'world', 'think', 'like_champion'], ['business', 'success', 'natural', 'talent', 'think', 'combination', 'aptitude', 'work', 'luck', 'think', 'like_champion'], ['trump', 'international_hotel', 'amp', 'tower', 'toronto', 'continue', 'receive', 'accolade', 'great', 'city', 'great', 'hotel', 'http', 'co', 'otv', 'xuufnv', 'trumptoronto'], ['course', 'think', 'jimmy_carter', 'dead', 'see', 'today', 'sarcastic', 'never', 'think', 'alive', 'president', 'stiff'], ['actually', 'nice', 'jimmy_carter', 'standing', 'room', 'amp', 'standing_ovation', 'speech', 'cpac', 'state', 'well', 'pre', 'obama'], ['unbiased', 'reporter', 'attendee', 'say', 'best', 'well', 'receive', 'speech', 'cpac', 'thank'], ['sashamajerovsky', 'thank', 'sasha'], ['congrat', 'alcardenasacu', 'cpacnew', 'really', 'enjoy', 'response', 'terrific'], ['road', 'success', 'always', 'construction', 'arnold_palmer'], ['newly', 'build', 'blue_monster', 'trump', 'national_doral', 'consider', 'masterpiece', 'almost', 'see', 'play', 'thank'], ['leader', 'trump', 'national_doral', 'great', 'ben', 'hogan', 'say', 'never', 'see', 'great', 'course', 'easy'], ['fox', 'amp', 'friend', 'minute', 'enjoy'], ['congratulation', 'patrick', 'reed', 'win', 'trump', 'national_doral', 'tell', 'blue_monster', 'good', 'course', 'ever', 'play'], ['cnbc', 'poll', 'joke', 'place', 'take', 'politic', 'wonder', 'cnbc', 'rating', 'go', 'tube'], ['worthy', 'people', 'take', 'cnbc', 'list', 'well', 'stupid', 'poll', 'cancel', 'credibility'], ['watch', 'little', 'cnbc', 'lately', 'good', 'news', 'switching', 'bloombergnew', 'foxnew'], ['massive', 'blue_monster', 'trumpdoral', 'get', 'rave', 'review', 'build', 'year', 'easy', 'feat'], ['passion', 'drive', 'enthusiasm', 'check', 'trumpcollection', 'career', 'http', 'co', 'hgpfme'], ['many', 'life', 'failure', 'people', 'realize', 'close', 'success', 'give', 'thomas_edison'], ['rosechem', 'reason', 'feel', 'old', 'american', 'greatness', 'mentality', 'make', 'feel', 'hope'], ['learn', 'rule', 'game', 'play', 'well', 'anyone_else', 'albert_einstein'], ['secret', 'get', 'ahead', 'get', 'start', 'mark_twain'], ['jury', 'award', 'complete', 'total', 'victory', 'buyer', 'remorse', 'lawsuit', 'lauderdale'], ['complete', 'lauderdale', 'victory', 'sue', 'million', 'attorney', 'fee', 'plaintiff', 'liable'], ['love', 'take', 'lawsuit', 'way', 'right', 'agschneiderman', 'find', 'hard', 'way'], ['fail', 'prepare', 'prepare', 'fail', 'benjamin_franklin'], ['always', 'bear', 'mind', 'resolution', 'succeed', 'important', 'abraham_lincoln'], ['high', 'apartment', 'rental', 'trump', 'park_avenue', 'month', 'http', 'co', 'cmav', 'tdla'], ['congratulation', 'trumpintrealty', 'top', 'rental', 'http', 'co', 'cmav', 'tdla', 'tirnyc'], ['trump', 'victorious', 'fort', 'lauderdale', 'litigation', 'http', 'co', 'wquruitujh'], ['thetoday', 'show', 'announce', 'baton_rouge', 'louisiana', 'host', 'pageant', 'sunday'], ['beat', 'lawyer', 'yale', 'lawyer', 'harvard', 'team', 'major', 'case', 'worth', 'million', 'dumb'], ['amazing', 'press', 'protect', 'president', 'obama', 'call', 'comedy', 'routine', 'zach', 'look', 'fool', 'say', 'cute'], ['mauriceconcha', 'thank'], ['fear', 'failure', 'limit', 'activity', 'failure', 'opportunity', 'intelligently', 'begin', 'henry_ford'], ['repeatedly', 'excellence', 'act', 'habit', 'aristotle'], ['clearly', 'state', 'state', 'republican_party', 'able', 'unify', 'would', 'run', 'governor', 'win', 'unify', 'sad'], ['top', 'leadership', 'state', 'republican_party', 'totally', 'dysfunctional', 'major', 'election', 'many', 'year'], ['run', 'governor', 'state', 'race', 'would', 'much', 'big', 'plan', 'mind', 'stay_tune', 'happen'], ['garyplayer', 'true', 'champion', 'must', 'enjoy', 'difficult', 'fair', 'blue_monster', 'play', 'last', 'weekend', 'gary_player', 'villa', 'love'], ['frumpy', 'dumb', 'gail', 'collin', 'editorial', 'writer', 'time', 'lucky', 'even', 'job', 'check', 'incompetent'], ['nobody', 'want', 'open', 'way', 'let', 'fight', 'trump', 'mahal', 'atlantic_city', 'dana', 'white', 'do', 'great', 'job'], ['fox', 'amp', 'friend', 'tomorrow', 'morning', 'big', 'breakfast', 'meeting', 'deal', 'back', 'next_week', 'thank'], ['good', 'vision', 'insight', 'malcolm', 'forbe'], ['people', 'dream', 'great', 'accomplishment', 'other', 'stay', 'awake', 'anonymous'], ['join', 'autismspeak', 'light', 'world', 'blue', 'liub', 'raise', 'awareness', 'million', 'autism'], ['many', 'editorial', 'writer', 'good', 'great', 'amp', 'bad', 'least', 'talented', 'frumpy', 'gail', 'collin', 'nytime'], ['year', 'old', 'trey', 'terminal', 'cancer', 'helping', 'go', 'disney', 'http', 'co', 'nxjkcdxzg'], ['people', 'dream', 'great', 'accomplishment', 'other', 'stay', 'awake'], ['putin', 'really', 'taking_advantage', 'president', 'obama', 'important', 'obama', 'respond', 'strength', 'determination', 'smart', 'cool'], ['president', 'obama', 'could', 'totally', 'solve', 'problem', 'putin', 'demand', 'russia', 'sign', 'obamacare', 'thereby', 'destroy', 'economy'], ['way', 'great', 'work', 'love', 'steve', 'job'], ['get', 'essence', 'immediately', 'learn', 'economize', 'people', 'appreciate', 'brevity', 'today', 'world', 'think', 'like_champion'], ['smart', 'stay', 'problem', 'longer', 'albert_einstein'], ['missycomb', 'stop', 'renovate', 'create', 'golf', 'course', 'need', 'renovate', 'white_house', 'cute'], ['entrepreneur', 'develop', 'midas_touch', 'work', 'money', 'work', 'create', 'acquire', 'asset', 'focus', 'asset', 'midas_touch'], ['business', 'art', 'amp', 'powerful', 'negotiation', 'skill', 'technique', 'necessary', 'facilitate', 'success', 'think', 'like_champion'], ['donald', 'trump', 'signature_collection', 'new', 'line', 'macys', 'tie', 'shirt', 'accessory', 'great', 'amp', 'go', 'fast', 'http', 'co', 'ibtn', 'jokyh'], ['negotiation', 'know', 'want', 'amp', 'think', 'side', 'want', 'know', 'come', 'amp', 'underestimate'], ['danscavino', 'trumpgolf', 'billclinton', 'aphospital', 'thank', 'dan'], ['head', 'facebook_page', 'question', 'answer', 'next', 'askthedonald', 'http', 'co', 'xfflrsnhk'], ['alexsalmond', 'wind_turbine', 'rip', 'country', 'apart', 'kill', 'tourism', 'electric', 'bill', 'scotland', 'skyrocketing', 'stop', 'madness'], ['almost', 'united_states', 'president', 'rudderless', 'ship', 'head', 'major', 'disaster', 'good_luck', 'everyone'], ['plane', 'carry', 'terrible', 'lithium', 'ion', 'battery', 'highly', 'combustible', 'cargo', 'fire', 'could', 'start', 'cockpit'], ['lithium', 'ion', 'battery', 'allow', 'use', 'aircraft', 'fly', 'boee', 'dreamliner', 'use', 'battery'], ['looks_like', 'plane', 'may', 'find', 'indian', 'ocean', 'coast', 'australia'], ['excite', 'announce', 'trump', 'estate', 'akoya', 'damac', 'luxury', 'villa', 'situate', 'bytrump', 'int', 'golf_link', 'dubai', 'http', 'co', 'cpokmt', 'exd'], ['thing', 'turn', 'good', 'people', 'make', 'good', 'way', 'thing', 'turn', 'wooden'], ['failure', 'simply', 'opportunity', 'begin', 'time', 'intelligently', 'henry_ford'], ['president', 'obama', 'able', 'fool', 'american', 'get', 'elect', 'able', 'fool', 'vladimir_putin', 'bad'], ['spend', 'fortune', 'look', 'lose', 'plane', 'mostly', 'chinese', 'passenger', 'ok', 'much', 'russia', 'amp', 'china', 'spending'], ['hate', 'obama', 'think', 'absolutely', 'terrible', 'president', 'maybe', 'bad', 'history'], ['putin', 'scheme', 'beam', 'take', 'world', 'president', 'obama', 'watch', 'march', 'madness', 'basketball'], ['president', 'obama', 'cool', 'smart', 'sharp', 'focus', 'march', 'madness', 'beat', 'putin', 'game', 'do'], ['continuous', 'effort', 'strength', 'intelligence', 'key', 'unlocking', 'potential', 'winston_churchill'], ['great', 'advice', 'father', 'know', 'everything', 'fre', 'trump'], ['great', 'advice', 'mother', 'trust', 'true', 'mary', 'macleod', 'trump'], ['putin', 'become', 'big', 'hero', 'russia', 'time', 'high', 'popularity', 'obama', 'hand', 'fall', 'lowest', 'ever', 'number', 'sad'], ['believe', 'putin', 'continue', 'build', 'russian', 'empire', 'respect', 'obama'], ['build', 'military', 'missile', 'defense', 'system', 'high', 'level', 'ever', 'must', 'strong', 'prosper', 'amp', 'survive'], ['situation', 'russia', 'much', 'dangerous', 'people', 'may', 'think', 'could', 'lead', 'world', 'war', 'need', 'great', 'leadership', 'fast'], ['obama', 'must', 'focus', 'get', 'mind', 'march', 'madness', 'lead', 'watch', 'russia', 'closely', 'work', 'hard', 'economy', 'obamacare'], ['wonder', 'apple', 'upset', 'hound', 'produce', 'large', 'screen', 'iphone', 'hear', 'soon', 'long', 'overdue'], ['obama', 'stop', 'run', 'stair', 'get', 'air_force', 'look', 'presidential', 'point', 'take', 'fall'], ['thank', 'garyvansickle', 'amp', 'sport', 'illustrate', 'sinow', 'really', 'nice', 'piece', 'march', 'issue', 'http', 'co', 'vsdrxgkumc'], ['great', 'time', 'answer', 'question', 'late', 'askthedonald', 'watch', 'see', 'question', 'make', 'https', 'co', 'gwc', 'nvtu'], ['miss', 'shot', 'take', 'wayne', 'gretzky'], ['get', 'point', 'appreciate', 'everyone', 'advice', 'public', 'speak', 'sincere', 'brief', 'seat', 'roosevelt'], ['robert', 'slater', 'pass', 'terrific', 'writer', 'write', 'fair', 'book', 'miss', 'http', 'co', 'gape', 'aoyvj'], ['good', 'making', 'excuse', 'seldom', 'good', 'anything', 'else', 'benjamin_franklin'], ['president', 'obama', 'look', 'absolutely', 'exhausted', 'netherland', 'natural', 'leader', 'never', 'ment', 'lead', 'tough', 'work'], ['good', 'smart', 'obama', 'call', 'russia', 'regional', 'power', 'mention', 'concept', 'nuclear', 'weapon', 'go', 'nyc'], ['time', 'united_state', 'strengthen', 'important', 'military', 'component', 'roll', 'deal', 'weakness'], ['obama', 'mention', 'manhattan', 'yesterday', 'response', 'singlehandedly', 'make', 'target', 'totally', 'stupid', 'guy'], ['look', 'yearsi', 'right', 'virtually', 'issue', 'iraq', 'go', 'take', 'oil', 'job', 'china'], ['great', 'quote', 'legendary', 'courageous', 'winston_churchill', 'never', 'never', 'never', 'give'], ['enemy', 'good', 'mean', 'stand', 'something', 'sometime', 'life', 'winston_churchill'], ['success', 'final', 'failure', 'fatal', 'courage', 'continue', 'count', 'winston_churchill'], ['go', 'hell', 'keep', 'go', 'winston_churchill'], ['record', 'greta', 'van', 'susteren', 'gretawire', 'tonight', 'pm', 'eastern', 'fox', 'news', 'channel'], ['listen', 'interview', 'kathielgifford', 'podcastone', 'http', 'co', 'hgmdepzj'], ['remember', 'oftentime', 'good', 'deal', 'make', 'deal', 'make'], ['genesimmon', 'terrific', 'congratulation', 'hall', 'fame'], ['trump', 'real', 'american', 'patriot', 'vote', 'ever', 'run', 'thank'], ['tbt', 'ask', 'mother', 'great', 'beauty', 'wonderful', 'person', 'father', 'http', 'co', 'dhkqyol'], ['autism', 'way', 'believe', 'vaccination', 'massive', 'shot', 'much', 'small', 'child', 'handle', 'govt', 'stop'], ['president', 'would', 'push', 'proper', 'vaccination', 'would', 'allow', 'time', 'massive', 'shot', 'small', 'child', 'not', 'take', 'autism'], ['coach', 'basketball', 'player', 'quick', 'hurry'], ['healthy', 'young', 'child', 'go', 'doctor', 'get', 'pump', 'massive', 'shot', 'many', 'vaccine', 'feel', 'good', 'change', 'autism', 'many', 'case'], ['autism', 'way', 'lose', 'doctor', 'give', 'small', 'dose', 'vaccine', 'big', 'pump', 'dose', 'tiny', 'body'], ['join', 'autismspeak', 'light', 'world', 'blue', 'liub', 'raise', 'awareness', 'million', 'autism'], ['sse', 'slash', 'offshore', 'wind', 'investment', 'want', 'british', 'government', 'pay', 'loss', 'monstrosity', 'http', 'co', 'gjjtzv'], ['inspiration', 'exist', 'find', 'work', 'pablo', 'picasso'], ['entrepreneur', 'good', 'question', 'ask', 'provide', 'yet', 'exist'], ['entrepreneur', 'question', 'ask', 'pretend', 'see', 'may', 'great', 'opportunity', 'right', 'around'], ['entrepreneur', 'believe', 'one', 'else', 'realize', 'become', 'entrepreneur', 'group', 'effort'], ['young', 'old', 'entrepreneur', 'believe', 'talk', 'energize', 'energize', 'other'], ['hater', 'loser', 'vaccine', 'shoot', 'massive', 'dose', 'tiny', 'child', 'spread', 'shot', 'time'], ['princessdaytura', 'realdonaldtrump', 'president', 'reality', 'reality', 'capable', 'make', 'necessary', 'change'], ['arseniohall', 'thing', 'mention', 'nice', 'esquire', 'piece', 'apprentice', 'would', 'nowhere'], ['arseniohall', 'quickly', 'people', 'forget', 'tell', 'apprentice', 'could', 'never', 'get', 'show', 'sad'], ['magnasearchgrp', 'new', 'trump', 'tower', 'vancouver', 'look', 'fantastic', 'go', 'pick', 'unit', 'say', 'star', 'living', 'motivation'], ['genesimmon', 'keep', 'great', 'work', 'congrat', 'proud'], ['magicjohnson', 'good_luck', 'dodger', 'season', 'would', 'never', 'lose', 'game'], ['sorry', 'foxandfriend', 'morning', 'big', 'meeting', 'double', 'next_week'], ['go', 'path', 'may', 'lead', 'go', 'instead', 'path', 'leave', 'trail', 'ralph', 'waldo', 'emerson'], ['president', 'obama', 'fail', 'leadership', 'put', 'vladimir_putin', 'amp', 'russia', 'back', 'world', 'stage', 'reason'], ['noisy', 'windfarm', 'drive', 'community', 'crazy', 'http', 'co', 'ayfhrgf', 'alexsalmond', 'aberdeencc', 'aberdeenshirecc'], ['march', 'cold', 'month', 'record', 'history', 'could', 'global_warme'], ['yesterday', 'front', 'rockefeller', 'center', 'http', 'co', 'gki', 'rh'], ['signature_restaurant', 'trumpnewyork', 'jeangeorge', 'forbes', 'star', 'amp', 'aaa', 'five_diamond', 'restaurant', 'http', 'co', 'hotcujmv'], ['discovery', 'breed', 'discovery', 'success', 'breed', 'success', 'question', 'thought', 'quest', 'think', 'like_champion'], ['people', 'rarely', 'succeed', 'fun', 'andrew', 'carnegie'], ['today', 'history', 'wrestlemania', 'shave', 'vincemcmahon', 'hair', 'highest_rated', 'show', 'wwe', 'history', 'wrestlefact', 'http'], ['everything', 'seem', 'control', 'go', 'fast', 'enough', 'mario', 'andretti'], ['visit', 'highly', 'acclaim', 'trump', 'international_hotel', 'tower', 'chicago', 'exceptional', 'restaurant', 'http', 'co', 'yuusn', 'luff'], ['entrepreneur', 'cautiously', 'optimistic', 'call', 'positive', 'thinking', 'lot', 'reality', 'check'], ['entrepreneur', 'pay', 'attention', 'detail', 'know', 'everything', 'big', 'surprise'], ['entrepreneur', 'watch', 'could', 'motivation', 'employee', 'make', 'example', 'good', 'serve', 'success', 'business'], ['hear', 'ungrateful', 'arseniohall', 'show', 'absolutely', 'die', 'rating', 'really', 'bad'], ['great', 'work', 'perform', 'strength', 'perseverance', 'samuel', 'johnson'], ['trump', 'become', 'president', 'would', 'amazing', 'job', 'obama', 'take', 'celebrity_apprentice', 'fail', 'opinion', 'agree'], ['ask', 'learn', 'today', 'know', 'always', 'student', 'always', 'open', 'new', 'idea'], ['believe', 'david', 'letterman', 'announce', 'retirement', 'great', 'guy', 'letterman'], ['never', 'let', 'fear', 'strike', 'get', 'way', 'babe', 'ruth'], ['andre_reed', 'thank', 'nice_word', 'real', 'champion', 'pushing'], ['neilyoung', 'favorite', 'musician', 'office', 'http', 'co', 'paaizcxuxa'], ['way', 'avoid', 'criticism', 'nothing', 'say', 'nothing', 'nothing', 'aristotle'], ['believe', 'cnn', 'would', 'waste', 'time', 'money', 'smerconish', 'get', 'nothing', 'go', 'jeff', 'zucker', 'must', 'lose', 'touch'], ['hate', 'happen', 'great', 'cnn'], ['katwatson', 'thank', 'kat'], ['china', 'nation', 'search', 'massive', 'indian', 'ocean', 'pick', 'pe', 'black', 'box', 'flight', 'sound', 'bit', 'far', 'fetched'], ['major', 'league', 'baseball', 'really', 'smart', 'let', 'mark', 'cuban', 'buy', 'team', 'financial', 'fact', 'asshole'], ['hater', 'loser', 'say', 'wear', 'wig', 'say', 'went_bankrupt', 'say', 'worth', 'much', 'know', 'truth'], ['lexi', 'great', 'job', 'win', 'first', 'many', 'major', 'proud', 'trump', 'international', 'work', 'hard', 'time', 'great'], ['xenaher', 'thank', 'xena'], ['fox', 'friend', 'morning', 'enjoy'], ['launch', 'trump', 'home', 'dorya', 'furniture', 'collection', 'today', 'look', 'amazing', 'hpmarketnew', 'doryainterior', 'http', 'co', 'rrc', 'jmwclg'], ['work', 'exciting', 'hopefully', 'good', 'deal', 'major', 'resort', 'hard', 'work', 'luckier', 'get'], ['kimkotter', 'kim', 'keep', 'great', 'work', 'really', 'well'], ['see', 'mcuban', 'try', 'hit', 'ball', 'lake', 'tahoe', 'play', 'tournament', 'get', 'talent', 'strength', 'tmz'], ['mcuban', 'say', 'member', 'dalla', 'national', 'play', 'golf', 'member', 'golf_club', 'play', 'talent', 'tmz'], ['blue_monster', 'trump', 'national_doral', 'miami', 'record', 'business', 'everybody', 'want', 'piece', 'great', 'review', 'thank'], ['garyplayer', 'great', 'mikeandmike', 'morning', 'amp', 'gary_player', 'villa', 'trumpdoral', 'hot', 'ticket'], ['many', 'people', 'understand', 'big', 'proponent', 'vaccine', 'child', 'massive', 'dose', 'spread', 'time'], ['looking_forward', 'speaking', 'saturday', 'citizens_unite', 'afphq', 'freedom_summit', 'manchester', 'second', 'visit', 'year'], ['newsradio', 'interview', 'absurd', 'immigration', 'comment', 'amp', 'citizens_unite', 'afphq', 'freedom_summit', 'http', 'co'], ['talent', 'hit', 'target', 'else', 'hit', 'genius', 'hit', 'target', 'else', 'see', 'arthur', 'schopenhauer'], ['really', 'looking_forward', 'watch', 'master', 'weekend', 'great', 'show', 'earth'], ['tbt', 'stage', 'emmys', 'perform', 'green', 'acre', 'megan', 'mullally', 'http', 'co', 'ia', 'ictxzk'], ['first', 'week', 'film', 'apprenticenbc', 'celebrity', 'already', 'turn', 'heat', 'major', 'firework'], ['looking_forward', 'promote', 'pro', 'growth', 'positive', 'message', 'saturday', 'citizens_unite', 'afphq', 'freedom_summit', 'manchester'], ['travel', 'windy', 'city', 'celebrate', 'wrigley', 'field', 'trumpchicago', 'chicago', 'hotel', 'http', 'co', 'mpwsprdtz'], ['nothing', 'great', 'ever', 'achieve', 'enthusiasm', 'ralph', 'waldo', 'emerson'], ['entrepreneur', 'always', 'remember', 'business', 'relationship', 'lead', 'great', 'deal', 'future', 'sure', 'cultivate', 'relationship'], ['entrepreneur', 'keep', 'mind', 'great', 'spirit', 'always', 'encounter', 'violent', 'opposition', 'mediocre', 'mind', 'albert_einstein'], ['congratulation', 'stephenathome', 'see', 'show'], ['kathomas', 'congratulation', 'join', 'fine', 'fast', 'grow', 'group', 'talente', 'people', 'city', 'great'], ['enough', 'good', 'sometimes', 'require', 'winston_churchill'], ['flashbackfriday', 'mickey', 'rooney', 'regis', 'itstonybennett', 'http', 'co', 'blxnbdtgt'], ['learn', 'yesterday', 'live', 'today', 'hope', 'tomorrow', 'important', 'thing', 'stop', 'question', 'albert_einstein'], ['bubbawatson', 'great', 'player', 'turn', 'also', 'great', 'guy', 'congratulation', 'fantastic', 'master', 'win'], ['jordanspieth', 'great', 'play', 'master', 'get', 'jordan', 'win', 'many', 'tournament', 'many', 'major', 'keep', 'work', 'hard'], ['fox', 'friend', 'hour', 'enjoy'], ['wind', 'serve', 'take', 'oar', 'latin', 'proverb'], ['people', 'ireland', 'smart', 'kill', 'ugly', 'windfarm', 'would', 'hurt', 'tourism', 'alexsalmond', 'http', 'co'], ['however', 'beautiful', 'strategy', 'occasionally', 'look', 'result', 'winston_churchill'], ['appeaser', 'feed', 'crocodile', 'hope', 'eat', 'last', 'winston_churchill'], ['shore', 'lake', 'norman', 'trump_charlotte', 'present', 'true', 'luxury', 'lifestyle', 'elite', 'golf_course', 'http', 'co', 'jvkfsan'], ['big', 'thank', 'david_bossie', 'citizens_unite', 'amp', 'afphq', 'host', 'nhfreedomsummit', 'back', 'granite_state', 'soon'], ['interview', 'wmur', 'joshmcelveen', 'nhfreedomsummit', 'http', 'co', 'cadfelfig'], ['via_breitbartnew', 'rwildewrite', 'trump', 'would', 'build', 'border', 'fence', 'never', 'see', 'http', 'co', 'xemnwrsb'], ['obama', 'lie', 'say', 'keep', 'plan', 'would', 'anyone', 'believe', 'bogus', 'obamacare', 'enrollment', 'number'], ['sharpton', 'say', 'even', 'make', 'hard', 'register', 'people', 'vote', 'bad', 'grammar', 'thought'], ['alexsalmond', 'ireland', 'end', 'bird', 'kill', 'wind', 'farm', 'great', 'resort', 'atlantic_ocean', 'reason', 'would', 'hurt', 'tourism'], ['alexsalmond', 'doubt', 'come', 'sense', 'costly', 'bird', 'kill', 'ugly', 'wind_turbine', 'dot', 'scotland'], ['oscar', 'pistorious', 'blade', 'runner', 'guilty', 'wonder', 'result'], ['summer', 'almost', 'update', 'business', 'wardrobe', 'trump', 'signature_collection', 'exclusively_available', 'macys', 'http', 'co', 'vrkl', 'bmj'], ['unionleader', 'bill', 'smith', 'gop', 'rally', 'manchester', 'fire', 'party', 'faithful', 'http', 'co', 'pcrmyvybpi'], ['convince', 'half', 'separate', 'successful', 'entrepreneur', 'non', 'successful', 'one', 'pure', 'perseverance', 'steve', 'job'], ['nyc', 'sole', 'hammam', 'spa', 'trumpsoho', 'offer', 'classic', 'treatment', 'inspire', 'wellness', 'ritual', 'world', 'http', 'co', 'smkecnpjzp'], ['remember', 'negotiation', 'fluid', 'remain', 'calm', 'settle', 'easily', 'good', 'ultimately', 'win'], ['top', 'disrespect', 'show', 'russia', 'forget', 'still', 'snowden', 'give', 'amp', 'everyone', 'massive', 'secret'], ['get', 'snowden', 'back', 'russia', 'do', 'tremendous', 'damage', 'amp', 'pay', 'heavy', 'price'], ['toss', 'problem', 'dwell', 'deal', 'think', 'like_champion'], ['happiness', 'something', 'ready', 'make', 'come', 'action', 'dalailama'], ['priscocbs', 'thank'], ['hudson', 'valley', 'trumpnationalny', 'course', 'pristine', 'fairway', 'tour', 'caliber', 'green', 'strategic', 'sand', 'bunker', 'http', 'co', 'fz', 'bpkez'], ['obama', 'change', 'census', 'difficult', 'measure', 'effect', 'care', 'http', 'co', 'fm', 'jygcdn', 'real', 'datum', 'hide'], ['office', 'yankee', 'stadium', 'dream', 'come', 'true', 'yankee', 'captain', 'derek', 'jeter'], ['success', 'breed', 'success', 'good', 'way', 'impress', 'people', 'result', 'think', 'like_billionaire'], ['pick', 'good', 'location', 'trump_charlotte', 'incredible', 'view', 'beautiful', 'lake', 'norman', 'http', 'co', 'lnlfq', 'wyxf'], ['entrepreneur', 'always', 'remember', 'day', 'count', 'stay', 'focused', 'stay', 'positive', 'develop', 'momentum'], ['entrepreneur', 'identify', 'goal', 'know', 'precisely', 'want', 'achieve', 'study', 'good', 'people', 'field', 'learn'], ['entrepreneur', 'vision', 'stick', 'afraid', 'unique', 'tread_water', 'get', 'go'], ['price', 'greatness', 'responsibility', 'winston_churchill'], ['entrepreneur', 'ask', 'blip', 'catastrophe', 'equilibrium', 'keep', 'check', 'hard', 'time', 'hit'], ['njcomsomerset', 'wobriensomerset', 'tigerwood', 'bring', 'charity', 'golf', 'playoff', 'totrump', 'http', 'co'], ['foxnew', 'interview', 'seanhannity', 'http', 'co', 'kovsybaufn'], ['speech', 'last', 'saturday', 'citizens_unite', 'afphq', 'nhfreedomsummit', 'http', 'co', 'cspan'], ['america', 'great', 'disadvantage', 'putin', 'obama', 'community', 'organizer', 'unfair'], ['always', 'fun', 'read', 'newyorkobserver', 'investigative', 'piece', 'agschneiderman', 'mascara', 'http', 'co', 'nvvrlu', 'wkt'], ['wrestlemania', 'http', 'co', 'dcdxarxm'], ['oscar', 'pistoriou', 'guilty', 'hell'], ['cbo', 'estimate', 'lose', 'job', 'directly', 'obamacare', 'repeal', 'late'], ['remember', 'sell', 'else', 'make', 'sure', 'public', 'friend', 'amp', 'business', 'community', 'hear', 'success'], ['hard', 'work', 'hard', 'surrender', 'profootballhof', 'buffalobill', 'head', 'coach', 'marv', 'levy'], ['pre', 'obama', 'remove', 'sanction', 'iran', 'prior', 'negotiate', 'rather', 'complete', 'successful', 'negotiation', 'amp', 'remove', 'sanction'], ['west', 'coast', 'luxurious', 'public', 'course', 'trumpgolfla', 'feature', 'spectacular', 'panoramic', 'pacific_ocean', 'view', 'http', 'co', 'fi'], ['obamacare', 'enrollment', 'lie', 'obama', 'count', 'enrollee', 'web', 'user', 'put', 'plan', 'online', 'shopping', 'cart', 'http', 'co', 'fppfeby', 'mv'], ['nasty', 'middle_class', 'electricity', 'price', 'surge', 'time', 'high', 'past', 'march', 'http', 'bswqikk', 'frack'], ['always', 'big', 'fan', 'kim', 'novak', 'still', 'wonderful', 'actress'], ['work', 'late', 'evening', 'close', 'big', 'real_estate', 'deal', 'soon', 'announce', 'happy_easter', 'holiday'], ['remember', 'russia', 'still', 'snowden', 'go', 'bring', 'piece', 'human', 'garbage', 'back', 'home', 'stand', 'trial', 'cause', 'great', 'damage'], ['give', 'secretary', 'state', 'john_kerry', 'credit', 'work', 'try', 'hard', 'negotiating', 'ability'], ['snowden', 'spy', 'cause', 'great', 'damage', 'spy', 'old', 'day', 'country', 'respect', 'strong', 'would', 'execute'], ['go', 'sign', 'great', 'job', 'produce', 'deal', 'good', 'night'], ['frankpro', 'frank', 'make', 'mistake', 'well', 'job', 'team', 'would', 'stay', 'buffalo'], ['happy_easter', 'great', 'day'], ['look', 'snowden', 'bad', 'do', 'tremendous', 'damage', 'country', 'stand', 'far', 'bad', 'government', 'guess'], ['huffington', 'post', 'upset', 'say', 'purchase', 'aol', 'disaster', 'arianna', 'huffington', 'ugly', 'inside'], ['fox', 'amp', 'friend', 'minute', 'enjoy', 'day'], ['obama', 'crony', 'say', 'keysyone', 'pipeline', 'political', 'much', 'man', 'lie', 'even', 'obvious', 'thing'], ['ivankatrump', 'trump', 'estate', 'dubai', 'anything', 'else', 'region', 'http', 'co', 'tkrj', 'epipu', 'musaid', 'zayani'], ['finish', 'week', 'film', 'apprenticenbc', 'season', 'record', 'shape', 'best', 'yet'], ['njpga', 'club', 'year', 'trump', 'nj', 'top', 'family', 'country', 'club', 'award_winning', 'course', 'http', 'co', 'mrltsnoge'], ['know', 'chess', 'game', 'strategy', 'business', 'think', 'like_champion'], ['storied', 'franchise', 'loyal', 'fanbase', 'buffalobill', 'remain', 'buffalo'], ['big', 'winner', 'obama', 'win', 'vladimir_putin', 'ultimately', 'could', 'tie', 'iran', 'tehran', 'become', 'nuclear', 'power'], ['obama', 'tell', 'medvedev', 'reelect', 'would', 'flexibility', 'music', 'putin', 'ear'], ['america', 'unlocked', 'energy', 'potential', 'would', 'powerful', 'country', 'world', 'washington', 'hold', 'back'], ['liberty', 'economic', 'liberty', 'margaret', 'thatcher'], ['thousand', 'lose', 'spend', 'trillion_dollar', 'iraq', 'tell', 'implode', 'really', 'dumb', 'pol', 'put', 'keep', 'sad'], ['tragic', 'mistake', 'go', 'iraq', 'make', 'least', 'take', 'oil', 'least', 'iran', 'amp', 'china', 'get'], ['fifth', 'avenue', 'iconic', 'building', 'trumptowerny', 'feature', 'trump', 'grill', 'nestle', 'corner', 'atrium', 'http', 'co'], ['champion', 'style', 'course', 'trumpgolfdc', 'grace', 'roll', 'acre', 'peaceful', 'scenic', 'potomac_river', 'http', 'co', 'yr'], ['think', 'big', 'set', 'vision', 'high', 'go', 'shocked', 'accomplish', 'midas_touch'], ['understand', 'difficulty', 'mistake', 'setback', 'inevitable', 'part', 'business', 'life', 'always', 'look', 'opportunity'], ['get', 'big', 'picture', 'prepare', 'picture', 'change', 'win', 'think', 'positively'], ['congratulation', 'bostonpolice', 'yesterday', 'successful', 'safe', 'entire', 'country', 'proud'], ['last', 'thursday', 'obama', 'say', 'invest', 'infrastructure', 'would', 'improve', 'economy', 'long', 'term', 'next', 'day', 'stop', 'keystone'], ['rep', 'stephen', 'lynch', 'say', 'taxis', 'fee', 'tough', 'medicine', 'go', 'hit', 'fan', 'obamacare'], ['nypd', 'surveillance', 'program', 'keep', 'nyc', 'safe', 'tragic', 'consequence', 'end'], ['china', 'close', 'massive', 'oil', 'deal', 'russia', 'taking_advantage', 'ukraine', 'conflict', 'http', 'co', 'titkq', 'pmzh', 'smart', 'leader'], ['measure', 'people', 'take', 'action', 'measure', 'jack_welch'], ['always', 'remember', 'sometimes', 'good', 'investment', 'one', 'make'], ['mcilroyrory', 'thank', 'nice', 'note', 'love', 'trump', 'national_doral', 'look', 'good', 'great', 'year'], ['way', 'president', 'obama', 'run', 'stair', 'hop', 'amp', 'bob', 'way', 'inelegant', 'unpresidential', 'fall'], ['interesting', 'president', 'obama', 'fly', 'boee', 'call', 'earth', 'day'], ['rugged', 'aberdeenshire', 'coastline', 'trumpscotland', 'par', 'course', 'picturesque', 'yd', 'thread', 'dune', 'http', 'co', 'avulj'], ['visionary', 'chase', 'impossibility', 'ever', 'get', 'rich', 'easily', 'think', 'like_billionaire'], ['city', 'buffalo', 'struggle', 'move', 'buffalobill', 'would', 'catastrophic', 'bill', 'belong', 'buffalo'], ['new', 'yorker', 'get', 'chance', 'see', 'film', 'free', 'summer', 'attnyc', 'tribecafilmf', 'choice', 'citizen', 'kane', 'filmforall'], ['surprise', 'assad', 'destroy', 'chemical', 'weapon', 'never', 'intend', 'first', 'place'], ['obamacare', 'enrollment', 'number', 'lie', 'readjust', 'white_house', 'opportune', 'time', 'probably', 'election'], ['adverse', 'event', 'monumental', 'challenge', 'make', 'strong', 'think', 'big'], ['afraid', 'fail', 'fail', 'hate', 'fail', 'afraid', 'vincemcmahon'], ['andreatantaro', 'great', 'see', 'say'], ['south_korea', 'absolutely_kille', 'trade_deal', 'surplus', 'massive', 'pay', 'protection', 'negotiate'], ['newly', 'expand', 'hole', 'golf', 'trump', 'intl', 'palm_beach', 'rank', 'florida', 'golf', 'magazine', 'fl', 'course', 'http', 'co', 'gv'], ['thank', 'hautelivingmag', 'name', 'trumpdoral', 'golf_course', 'miami', 'http', 'co', 'roapu'], ['predict', 'obama', 'already', 'catch', 'lie', 'ocare', 'enrollment', 'cbo', 'stick', 'enrollment', 'http', 'co', 'lovujhxweb'], ['get', 'know', 'improve', 'something', 'understand', 'ask', 'well', 'know', 'vince_lombardi'], ['know', 'love', 'job', 'never', 'stop', 'never', 'give', 'think', 'like_billionaire'], ['worry', 'destroy', 'focus', 'think', 'big'], ['young', 'man', 'propose', 'convention_center', 'city', 'http', 'cjn', 'lk'], ['time', 'headline', 'state', 'obama', 'suffer', 'setback', 'japan', 'trade', 'deal', 'somebody', 'tell', 'sell', 'card'], ['allow', 'japan', 'sell', 'million', 'car', 'import', 'tax', 'make', 'trade', 'deal', 'country', 'big', 'trouble'], ['forbes', 'star', 'amp', 'fivediamond', 'hotel', 'nyc', 'trumpnewyork', 'definition', 'luxury', 'http', 'co', 'nufg', 'sok', 'best'], ['passion', 'confidence', 'resilience', 'amp', 'vision', 'could', 'become', 'entrepreneur', 'add', 'focus', 'list', 'amp', 'good', 'start'], ['ironic', 'china', 'go', 'nuclear', 'energy', 'time', 'make', 'wind_turbine', 'other', 'alexsalmond'], ['president', 'obama', 'lose', 'many', 'front', 'fact', 'front', 'concern', 'something', 'totally', 'irrational', 'lead'], ['fox', 'amp', 'friend', 'discuss', 'donald', 'sterling', 'clipper', 'mess'], ['trumpdoral', 'red', 'course', 'redesign', 'underway', 'complete', 'september', 'follow', 'development', 'http', 'co', 'cvnkl', 'vwo'], ['watch', 'amazing', 'ad', 'autismspeak', 'learn', 'sign', 'http', 'co', 'zvecoxd'], ['putin', 'show', 'world', 'happen', 'america', 'weak', 'leader', 'peace', 'strength'], ['obama', 'budget', 'eye', 'hike', 'tax', 'revenue', 'http', 'co', 'xus', 'opepe', 'love', 'taxis', 'tax', 'enough', 'already'], ['everyone', 'enjoy', 'obamacare', 'new', 'taxis', 'http', 'co', 'ifzrjkmwjp', 'obama', 'special', 'gift', 'add', 'rise', 'premium'], ['young', 'entrepeneur', 'think', 'big', 'stay', 'motivated', 'amp', 'always', 'remain', 'confident', 'sky', 'limit'], ['amazing', 'lambasting', 'donald', 'sterling', 'foxandfriend', 'dishonest', 'press', 'report', 'girlfriend', 'hell', 'statement'], ['truly', 'great', 'champion', 'seldom', 'fail', 'always', 'come', 'back', 'never', 'underestimate', 'power', 'greatness'], ['also', 'amazing', 'comment', 'edit', 'provide', 'statement', 'use', 'knowingly', 'incorrect', 'manner'], ['important', 'listen', 'people', 'say', 'horrible', 'disgusting', 'word', 'use', 'response', 'sterling', 'comment'], ['dopey', 'ariannahuff', 'force', 'reporter', 'accurate', 'power'], ['show', 'dishonest', 'certain', 'reporter', 'foxandfriend', 'interview', 'http', 'cizlqpo'], ['jamieaydt', 'happy_birthday', 'jamie'], ['premier', 'landmark', 'midtown', 'nyc', 'trump', 'tower', 'feature', 'signature', 'amenity', 'magnificent', 'waterfall', 'http', 'co', 'wjqo'], ['commissioner', 'adam', 'silver', 'make', 'strong', 'wise', 'decision', 'concern', 'donald', 'sterling'], ['start', 'cool', 'concern', 'sterling', 'clipper', 'mess', 'start', 'fade', 'litigation', 'murky'], ['concentration', 'come', 'combination', 'confidence', 'hunger', 'arnold_palmer'], ['getting_ready', 'big', 'news', 'friend', 'pgaofamerica'], ['announce', 'pgaofamerica', 'bring', 'seniorpgachamp', 'trumpgolfdc', 'amp', 'pgachampionship', 'trump', 'bedminster'], ['excited', 'host', 'great', 'championship', 'good', 'property', 'seniorpgachamp', 'trump', 'dc', 'amp', 'pgachampionship', 'trump', 'bedminster'], ['bbcnew', 'property', 'tycoon', 'donald', 'trump', 'confirm', 'turnberry', 'buy', 'http', 'co', 'elzrcesqui'], ['vanity', 'fair', 'totally', 'shut', 'national', 'magazine', 'award', 'get', 'nothing', 'graydon_carter', 'loser', 'bad', 'food', 'restaurant'], ['interview', 'golfchannel', 'morning', 'talk', 'get', 'great', 'pga', 'championship', 'senior', 'pga'], ['obamacare', 'bring', 'high', 'premium', 'decrease', 'care', 'amp', 'loss', 'job', 'growth', 'repeal', 'late'], ['china', 'pass', 'economy', 'year', 'way', 'ahead', 'projection', 'pre', 'obama', 'china', 'great', 'asset'], ['vanityfair', 'circulation', 'advertising', 'revenue', 'badly', 'rumor', 'dopey', 'graydon_carter', 'go', 'resign'], ['tweetingautism', 'support', 'autismmayday', 'campaign', 'highlight', 'unmet', 'medical', 'need', 'people', 'autism', 'http', 'co', 'vtojfdzzhz', 'rt'], ['negotiation', 'good', 'deal', 'make', 'one', 'walk', 'away', 'get', 'well', 'term'], ['never', 'make', 'concession', 'negotiation', 'could', 'lead', 'demand', 'prudent', 'good', 'concession', 'predetermine'], ['breitbartsport', 'warnerthuston', 'donald', 'trump', 'buy', 'time', 'british', 'golf_course', 'http', 'co', 'pnu'], ['pgachampionship', 'seniorpgachamp', 'head', 'trump', 'course', 'http', 'co', 'rybauw', 'ii', 'foxnew'], ['feature', 'progress', 'course', 'trump', 'int', 'golf_club', 'feature', 'cnnlivinggolf', 'thur', 'may', 'amp', 'gmt', 'damac'], ['weakness', 'attitude', 'become', 'weakness', 'character', 'albert_einstein'], ['flashbackfriday', 'military', 'academy', 'second', 'left', 'http', 'co', 'idodxtttwl'], ['seth', 'myer', 'unnatural', 'uncomfortable', 'show', 'feel', 'sorry', 'bad', 'interviewer', 'marble', 'mouth'], ['sethmeyer', 'seth', 'help', 'really', 'try', 'hard', 'take', 'awkward', 'insecure'], ['great', 'weekend', 'everyone', 'young', 'entrepreneur', 'fun', 'never', 'stop', 'think', 'task', 'ahead', 'victory'], ['must', 'high', 'standard', 'accuracy', 'medium', 'incredible', 'call', 'journalist', 'make', 'lie', 'get', 'away'], ['reporter', 'call', 'durant', 'unreliable', 'fire', 'least', 'apologize', 'truly', 'great', 'player', 'winner'], ['floyd', 'mayweather', 'beat', 'badly', 'round', 'marcos', 'maidana', 'announcer', 'say', 'even', 'round', 'leave'], ['mayweather', 'get', 'absolutely', 'kill'], ['fight', 'mayweather', 'lose', 'big', 'let', 'see', 'judge', 'say'], ['way', 'judge', 'say', 'mayweather', 'investigation', 'take', 'place', 'fix'], ['mayweather', 'decision', 'disgrace'], ['crowd', 'boo', 'hell', 'phony', 'decision', 'place', 'angry', 'go', 'wild', 'fight', 'even', 'close', 'disgusting'], ['wonder', 'box', 'close', 'dead'], ['ring', 'announcer', 'work', 'hard', 'justify', 'mayweather', 'victory', 'ashamed', 'total_joke'], ['trumpgolfdc', 'congrat', 'great', 'member', 'trump', 'national', 'dc', 'club', 'choose', 'host', 'pga', 'senior', 'championship'], ['fox', 'amp', 'friend', 'minute', 'many', 'thing', 'talk', 'enjoy'], ['world', 'top', 'amenity', 'luxury', 'residential', 'condominium', 'provide', 'ultimate', 'toronto', 'lifestyle', 'http', 'co', 'ulcgsi'], ['celebrated', 'room', 'view', 'luxtravelexpert', 'trumpchicago', 'soar', 'luxurious', 'story', 'windy', 'city', 'http', 'co', 'mpwsprdtz'], ['congrat', 'barack_obama', 'april', 'job', 'report', 'leave', 'work', 'force', 'average', 'hourly', 'wage', 'amp', 'weekly', 'hour', 'stay', 'flat', 'bad'], ['american', 'worker', 'could', 'lose', 'healthcare', 'thank', 'obamacare', 'repeal', 'late'], ['underestimate', 'know', 'able', 'handle', 'come', 'way', 'think', 'like_champion'], ['guy', 'sethmeyer', 'simple', 'interview', 'see', 'night', 'stumble', 'amp', 'mumble', 'try', 'interview', 'guest'], ['great', 'legal', 'victory', 'lauderdale', 'trial', 'receive', 'tremendous', 'legal_fees', 'loser', 'love'], ['rating', 'sleazy', 'ed', 'schultz', 'lie', 'say', 'thank', 'scott', 'whitlock', 'scottjw', 'http', 'co', 'gs', 'jwd', 'lac'], ['look', 'approval', 'consciousness', 'best', 'andrew', 'carnegie'], ['road', 'success', 'always', 'construction', 'arnold_palmer'], ['never', 'great', 'national_security', 'age', 'computer', 'many', 'brilliant', 'nerd', 'break', 'code', 'old', 'day', 'better'], ['miss', 'pennsylvania', 'sheena', 'monnin', 'terrible', 'untrue', 'statement', 'pageant', 'nice', 'person'], ['miss', 'pennsylvania', 'pay', 'father', 'pay', 'lawyer', 'pay', 'hurt', 'many', 'people'], ['design', 'ivankatrump', 'trumpdoral', 'new', 'villa', 'deluxe', 'guestroom', 'include', 'vintage', 'artwork', 'golf', 'legend', 'http', 'co', 'omoxxclq'], ['congratulation', 'thomtilli', 'win', 'ncgop', 'senate', 'primary', 'time', 'party', 'unite', 'defeat', 'obamacare', 'advocate', 'kay', 'hagan'], ['great', 'decision', 'speakerboehner', 'place', 'tgowdysc', 'chairman', 'benghazi', 'select', 'committee', 'gowdy', 'seasoned', 'prosecutor'], ['russia', 'move', 'ukraine', 'iran', 'nuke', 'amp', 'libya', 'run', 'qaeda', 'yet', 'obama', 'busy', 'issue', 'climate_change', 'warning'], ['want', 'best', 'better', 'good', 'aspect', 'business', 'think', 'like_billionaire'], ['crazy', 'denni', 'rodman', 'say', 'want', 'go', 'north_korea', 'never', 'discuss', 'interest', 'last', 'place', 'earth', 'want', 'go'], ['denni', 'rodman', 'drunk', 'drug', 'delusional', 'say', 'want', 'go', 'north_korea', 'glad', 'fire', 'apprentice'], ['global_warme', 'worried', 'global_warming', 'cause', 'nuclear_weapon', 'hand', 'crazy', 'incompetent', 'leader'], ['object', 'golf', 'win', 'play', 'gentleman', 'win', 'phil', 'mickelson'], ['worth', 'worth', 'fight', 'lot', 'people', 'amp', 'obstacle', 'way', 'fight', 'get', 'midas_touch'], ['young', 'entrepreneur', 'remember', 'first', 'deal', 'important', 'career', 'win', 'amp', 'gain', 'confidence'], ['also', 'desperate', 'close', 'deal', 'less', 'likely', 'happen', 'stay', 'calm', 'focus', 'ultimate', 'goal', 'smart'], ['discover', 'true', 'self', 'surround', 'people', 'complement', 'gift', 'mode', 'operation', 'midas_touch'], ['remember', 'promote', 'else', 'success', 'let', 'people', 'know'], ['matter', 'good', 'get', 'always', 'get', 'well', 'exciting', 'part', 'tigerwood'], ['world', 'constantly', 'try', 'make', 'something', 'else', 'great', 'accomplishment', 'ralph', 'waldo', 'emerson'], ['watch', 'nfl', 'draft', 'interesting', 'lot', 'talent', 'become', 'star'], ['think', 'somebody', 'pick', 'johnny', 'football', 'star'], ['great', 'pick', 'buffalo', 'sammy', 'watkin', 'great'], ['dallascowboy', 'jerry', 'great', 'pick', 'really', 'good', 'season'], ['team', 'make', 'big', 'mistake', 'take', 'johnny', 'manziel', 'go', 'really', 'good', 'exciting', 'watch'], ['cleveland', 'make', 'wise', 'decision', 'congrat'], ['many', 'life', 'failure', 'people', 'realize', 'close', 'success', 'give', 'thomas_edison'], ['message', 'hollywood', 'http', 'co', 'cwicupwszf'], ['rare', 'case', 'help', 'http', 'co', 'lx', 'ugren'], ['denni', 'thank', 'honest', 'somebody', 'put', 'word', 'mouth', 'amp', 'take', 'great', 'dennisrodman'], ['home', 'pgachampionship', 'trump', 'feature', 'hole', 'design', 'fame', 'architect', 'tom', 'fazio', 'http', 'co', 'zqltqt'], ['must', 'read', 'weeklystandard', 'jaycosttws', 'obamacare', 'myth', 'make', 'phony', 'success', 'story', 'http', 'co', 'nyqucbv', 'vu'], ['historic', 'first', 'obama', 'business', 'collapse', 'faster', 'form', 'http', 'co', 'gulun', 'new', 'leadership'], ['obama', 'tell', 'donor', 'week', 'public', 'opinion', 'side', 'believe', 'one', 'either'], ['wsj', 'senalexander', 'wind', 'power', 'tax', 'credit', 'need', 'blow', 'http', 'co', 'baxjgfylqf', 'alexsalmond'], ['rosie', 'donnell', 'say', 'feel', 'shame', 'fat', 'politically_correct', 'kill', 'star', 'jone', 'weight', 'loss', 'surgery'], ['time', 'warner', 'cable', 'manhattan', 'television', 'real', 'problem'], ['irishtime', 'thank', 'wonderful', 'simon', 'carswell', 'great', 'story', 'trump', 'international_golf', 'link', 'ireland', 'great'], ['ajmccarron', 'great', 'nfl', 'win', 'bengal', 'make', 'wise', 'decision'], ['world', 'renowne', 'open', 'air', 'lobby', 'ocean', 'view', 'top', 'restaurant', 'trumpwaikiki', 'honolulu', 'premier', 'hotel', 'http', 'co', 'cswuszg'], ['wonderful', 'beautiful', 'doonbeg', 'tour', 'trump_ireland', 'truly', 'honor', 'wonderful', 'welcome', 'family', 'amp', 'organization'], ['handle', 'hard', 'time', 'come', 'business', 'never', 'able', 'celebrate', 'success', 'focus', 'amp', 'stay', 'positive'], ['photo', 'ivankatrump', 'trump', 'international_golf', 'link', 'amp', 'hotel', 'ireland', 'http', 'co', 'hgrnua'], ['spend', 'day', 'ireland', 'trump', 'international_golf', 'link', 'amp', 'hotel', 'absolutely', 'magnificent', 'http', 'co', 'pign'], ['head', 'scotland', 'check', 'turnberry', 'amp', 'trump', 'int', 'golf_link', 'scotland', 'head', 'dubai', 'damacofficial', 'great', 'company'], ['damac', 'property', 'damacofficial', 'realdonaldtrump', 'looking_forward', 'welcome', 'dubai', 'great', 'trip', 'thank'], ['homework', 'waste', 'people', 'time', 'due', 'poor', 'planning', 'thoughtlessness', 'leave', 'bad', 'impression', 'think', 'like_billionaire'], ['place', 'success', 'come', 'work', 'dictionary', 'vince_lombardi'], ['conquer', 'blue_monster', 'book', 'tee', 'time', 'trumpdoral', 'right', 'http', 'co', 'npkwrnevl'], ['steadfast', 'effort', 'critic', 'harmless', 'achievers_move', 'forward', 'achievement', 'plateau', 'beginning'], ['flexible', 'enough', 'adjust', 'change', 'circumstance', 'think', 'big'], ['wait', 'dire', 'circumstance', 'test', 'quick', 'thinking', 'ability', 'alert', 'time'], ['cautious', 'optimist', 'call', 'positive', 'thinking', 'lot', 'reality', 'check'], ['bbcnew', 'donald', 'trump', 'visit', 'newly', 'purchase', 'turnberry', 'golf', 'resort', 'http', 'co', 'mmb'], ['yardstick', 'quality', 'people', 'use', 'environment', 'excellence', 'expect', 'steve', 'job'], ['advice', 'mother', 'mary', 'macleod', 'trump', 'trust', 'god', 'true'], ['donald', 'trump', 'confident', 'ireland', 'ready', 'big', 'comeback', 'http', 'co', 'nvmsfj', 'aip', 'anitaactually'], ['advice', 'father', 'fre', 'trump', 'know', 'everything'], ['winner', 'convince', 'imagine', 'dream', 'first', 'want', 'heart', 'expect', 'come', 'true', 'joe', 'montana'], ['success', 'final', 'failure', 'fatal', 'courage', 'continue', 'count', 'winston_churchill'], ['scotland', 'check', 'development', 'aberdeen', 'turnberry', 'leave', 'ireland', 'property', 'great', 'always', 'check'], ['innovation', 'distinguish', 'leader', 'follower', 'steve', 'job'], ['sorry', 'million', 'people', 'long', 'hear', 'brilliant', 'word', 'wisdom', 'fox', 'amp', 'friend', 'monday', 'go', 'dubai'], ['nobamacare', 'work', 'never', 'work', 'work', 'total', 'waste', 'time', 'energy', 'hurt', 'people', 'amp', 'economy'], ['ronanofficial', 'thank', 'ronan', 'see'], ['amazing', 'day', 'development', 'aberdeen', 'turnberry', 'scotland', 'ireland', 'fantastic', 'best', 'anywhere', 'world', 'lot', 'fun'], ['illegal_immigrant', 'criminal', 'record', 'release', 'last', 'year', 'wonderful', 'highly', 'incompetent', 'government', 'stupid'], ['head', 'dubai', 'great', 'project', 'damac', 'massive', 'success'], ['really', 'jay', 'trouble', 'paradise', 'wife', 'sister', 'start', 'whack', 'good', 'help', 'lead', 'mess'], ['dubai', 'damac', 'place', 'boom', 'amazing', 'major', 'news', 'conference', 'hour', 'announce', 'luxury', 'villa', 'major', 'golf_course'], ['not', 'believe', 'well', 'certain', 'area', 'relative', 'reason', 'poor', 'leadership'], ['getting_ready', 'big', 'news', 'conference', 'dubai', 'happen', 'sad'], ['must', 'stop', 'release', 'hard', 'core', 'criminal', 'united_state', 'country', 'must', 'strong'], ['road', 'sidewalk', 'airport', 'bridge', 'perfect', 'everything', 'look', 'clean', 'amp', 'strong', 'everything', 'falling_apart'], ['positive', 'every_single', 'day', 'positive', 'stamina', 'necessary', 'ingredient', 'success', 'think', 'like_champion'], ['hit', 'first', 'ball', 'trump', 'international', 'dubai', 'right', 'middle', 'http', 'co', 'omklrsa'], ['ivankatrump', 'chairman', 'damac', 'dubai', 'http', 'co', 'ywqrbulj'], ['entrepreneur', 'get', 'momentum', 'go', 'listen', 'apply', 'move_forward', 'procrastinate', 'see', 'opportunity', 'perk'], ['entrepreneur', 'stay', 'focused', 'tenacious', 'pay', 'attention', 'people', 'know', 'talk', 'stay', 'fix', 'goal'], ['entrepreneur', 'see', 'victorious', 'good', 'way', 'victorious', 'passionate', 'find', 'something', 'love'], ['classic', 'china', 'sign', 'massive', 'oil', 'gas', 'deal', 'russia', 'give', 'russia', 'plenty', 'ammo', 'continue', 'laugh', 'face'], ['remember', 'china', 'friend', 'united_state'], ['go', 'make', 'major', 'speech', 'world', 'big', 'investor', 'dubai'], ['logic', 'get', 'imagination', 'take', 'everywhere', 'albert_einstein'], ['entrepreneur', 'good', 'utmost', 'ability', 'day', 'make', 'standard'], ['return', 'ireland', 'scotland', 'dubai', 'amazing', 'trip', 'great', 'place', 'always', 'good', 'back'], ['persistence', 'key', 'success', 'give', 'continue', 'think', 'big', 'able', 'close', 'deal'], ['people', 'dream', 'great', 'accomplishment', 'other', 'stay', 'awake', 'anonymous', 'talent', 'cheap', 'table', 'salt', 'separate', 'talente', 'individual', 'successful', 'lot', 'hard', 'work', 'stephen', 'king', 'watch', 'love', 'united_states', 'many', 'year', 'never', 'see', 'look', 'weak', 'less', 'effective', 'beepee', 'thank', 'much', 'donald', 'http', 'co', 'kfyych', 'thank', 'justice', 'fantastic', 'place'], ['well', 'quotation', 'source', 'miss', 'shot', 'take', 'wayne', 'gretzky'], ['mike', 'leach', 'lesson', 'takeaway', 'geronimo', 'life', 'fascinate', 'amp', 'useful', 'boardroom', 'locker', 'room', 'http', 'co', 'jqzcm', 'hq'], ['logic', 'get', 'imagination', 'take', 'everywhere', 'albert_einstein'], ['sometimes', 'lose', 'battle', 'find', 'new', 'way', 'win', 'war', 'ever', 'get', 'keep', 'fight', 'end', 'win'], ['itp_ab', 'ctrenwith', 'trump', 'effect', 'see', 'dubai', 'property', 'rise', 'http', 'co', 'bvefai'], ['exclusive', 'donald', 'trump', 'want', 'build', 'luxury', 'hotel', 'dubai', 'http', 'co', 'dz', 'gwguszb', 'itp_ab', 'ctrenwith'], ['via_breitbartnew', 'citizens_unite', 'sue', 'agschneiderman', 'violate', 'st', 'amendment', 'http', 'co', 'ymvzionfi'], ['congrat', 'team_mitch', 'win', 'spirit', 'primary', 'great', 'job', 'mitch'], ['obama', 'wind_turbine', 'kill', 'bird', 'bat', 'year', 'http', 'co', 'vzurkku', 'save', 'bald', 'eagle', 'symbol', 'nation'], ['excited', 'address', 'repleadconf', 'next', 'friday', 'new', 'orlean', 'much', 'discuss'], ['remember', 'brave_man', 'amp', 'woman', 'fall', 'protect', 'country'], ['terrible', 'economy', 'amp', 'middle_class', 'gas', 'gallon', 'record', 'day', 'http', 'co', 'acdkbzdcq', 'frack', 'amp', 'fast'], ['show', 'fatal', 'ineptitude', 'big', 'central', 'planning', 'government', 'learn'], ['obama', 'administration', 'give', 'well', 'medical', 'care', 'qaeda', 'gitmo', 'vet'], ['obamacare', 'website', 'cost', 'amp', 'many', 'still', 'work', 'http', 'co', 'plhydjwpka', 'great', 'fiascos', 'modern', 'history'], ['rise', 'story', 'panama', 'bay', 'trumppanama', 'offer', 'elite', 'amenity', 'latin', 'tall', 'building', 'http', 'co', 'jiaqk', 'ia'], ['great', 'peaceful', 'memorial_day', 'remember', 'people', 'want', 'peace', 'must', 'strong'], ['mcilroyrory', 'way', 'go', 'rory', 'fantastic', 'victory'], ['pgaofamerica', 'really', 'great', 'tournament', 'congrat', 'monty', 'pete', 'te', 'bishop', 'fantastic', 'job'], ['obama', 'know', 'business', 'nothing', 'look', 'billion_dollar', 'obamacare_website', 'need', 'real', 'leader'], ['speak', 'today', 'national', 'press', 'club', 'totally', 'sell', 'inspect', 'old_post', 'office', 'pennsylvania_avenue'], ['feature', 'private', 'living', 'space', 'oversized', 'bathroom', 'amp', 'stunning', 'view', 'trumpsoho', 'downtown', 'nyc', 'premiere', 'hotel', 'http', 'co', 'jrxj', 'kkxs'], ['result', 'matter', 'series', 'effort', 'add', 'experience', 'achievement', 'think', 'like_champion'], ['winner', 'never', 'quit', 'quitter', 'never', 'win', 'vince_lombardi'], ['great', 'weakness', 'lie', 'give', 'certain', 'way', 'succeed', 'always', 'try', 'time', 'thomas_edison'], ['amateur', 'trip', 'afghanistan', 'commander', 'chief', 'disclose', 'cia', 'chief', 'name', 'unsafe', 'disaster', 'http', 'co', 'mt', 'jgughr'], ['boston', 'bomber', 'get', 'immediate', 'emergency', 'surgery', 'gunshot', 'vet', 'die', 'wait', 'line', 'must', 'better'], ['blue_monster', 'celebrate', 'june', 'issue', 'robb', 'report', 'best', 'good', 'winner', 'golf_course', 'category', 'http', 'co', 'fvxwnm', 'ki'], ['edward', 'snowden', 'spy', 'try', 'spy', 'steal', 'invaluable', 'information', 'damage', 'nation'], ['thank', 'really', 'nice', 'comment', 'review', 'concern', 'speech', 'today', 'national', 'press', 'club', 'great', 'honor'], ['not', 'escape', 'responsibility', 'tomorrow', 'evade', 'today', 'pre', 'abraham_lincoln'], ['great', 'nytime', 'story', 'conversion', 'old_post', 'office', 'building', 'luxury', 'hotel', 'http', 'co', 'ede', 'btu'], ['trumpchicago', 'spa', 'offer', 'star', 'service', 'treatment_room', 'amp', 'spa_guestroom', 'overlook', 'skyline', 'http', 'co', 'jqj', 'ifh'], ['intrinsic', 'mean', 'basic', 'inborn', 'elemental', 'intrinsic', 'value', 'not', 'take', 'away', 'think', 'like_champion'], ['speech', 'pressclubdc', 'yesterday', 'npclunch', 'topic', 'building', 'business', 'brand', 'cspan', 'http', 'co', 'htxgaprty'], ['focus', 'goal', 'problem', 'remember', 'problem', 'mind', 'exercise', 'enjoy', 'challenge'], ['entrepreneur', 'prepare', 'tough', 'cover', 'basis', 'lot', 'up', 'down', 'ride', 'prepare'], ['ever', 'see', 'country', 'look', 'weaker', 'pathetic', 'snowden', 'obamacare', 'russia', 'job', 'decimate', 'military', 'debt', 'much'], ['snowden', 'liar', 'fraud'], ['gwenstefani', 'donaldjtrumpjr', 'http', 'co', 'wqzrkvpaa'], ['today', 'address', 'repleadconf', 'new', 'orlean', 'http', 'co', 'cchdu', 'focus', 'fix', 'great', 'country'], ['pressclubdc', 'snlyngaas', 'trump', 'say', 'brand', 'lose', 'luster', 'http', 'co', 'pez', 'shjm'], ['speech', 'pressclubdc', 'tuesday', 'npclunch', 'topic', 'building', 'business', 'brand', 'cspan', 'http', 'co', 'htxgaprty'], ['dun', 'trumpscotland', 'world', 'treasure', 'thread', 'golfworld', 'scotland', 'top', 'par', 'yd', 'course', 'http', 'co', 'avulj'], ['vet', 'pride', 'nation', 'disgrace', 'get', 'food', 'stamp', 'fast', 'vet', 'get', 'immediate', 'care'], ['country', 'precipice', 'washington', 'break', 'leadership'], ['american_worker', 'victimize', 'trade', 'policy', 'need', 'smart', 'trade', 'accomplish', 'smart', 'dealmaker'], ['trumpchicago', 'spa', 'offer', 'star', 'service', 'treatment_room', 'amp', 'spa_guestroom', 'overlook', 'skyline', 'http', 'co', 'jqj', 'ifh'], ['must', 'read', 'ibdinvestor', 'grow', 'bonus', 'go', 'bad', 'hospital', 'http', 'co', 'ad', 'xqok', 'ed'], ['snowden', 'traitor', 'disgrace', 'make', 'mistake', 'hero', 'fact', 'coward', 'come', 'back', 'amp', 'face', 'justice'], ['great', 'discovery', 'time', 'person', 'change', 'future', 'merely', 'change', 'attitude', 'oprah'], ['happen', 'people', 'disloyal', 'long', 'run', 'never', 'make', 'arsenio', 'cancel'], ['toronto', 'check', 'great', 'trump', 'international_hotel', 'highest_rated', 'hotel', 'canada', 'beauty'], ['president', 'obama', 'create', 'bad', 'precedent', 'handing', 'taliban', 'prisoner', 'exchange', 'sgt', 'bowe', 'bergdahl', 'loss'], ['not', 'negotiate', 'terrorist', 'sad', 'terrible', 'situation', 'family', 'involve', 'lead', 'disaster'], ['point', 'sgt', 'bergdahl', 'explain', 'capture', 'simply', 'wander', 'base', 'weapon', 'many', 'question'], ['statement', 'leave', 'base', 'come', 'directly', 'cbs', 'evening', 'news'], ['obama', 'disaster', 'http', 'co', 'simxshxzw'], ['arseniohall', 'get', 'fire', 'people', 'speak', 'rating', 'terrible', 'apprentice', 'bring', 'back', 'dead', 'blew'], ['entrepreneur', 'not', 'handle', 'tough', 'time', 'never', 'successful', 'business', 'stay', 'positive', 'amp', 'stay', 'strong'], ['entrepreneur', 'keep', 'momentum', 'go', 'big', 'factor', 'sustain', 'success', 'keep', 'move', 'forward'], ['obama', 'administration', 'know', 'fact', 'bergdahl', 'make', 'stupid', 'killer', 'trade', 'pathetic'], ['grossly', 'incompetent', 'government', 'lead', 'equally', 'incompetent', 'president', 'could', 'made', 'terrible', 'trade', 'bergdahl', 'orangeroom'], ['bowe', 'bergdahl', 'walk', 'base', 'tell', 'solder', 'die', 'look', 'never', 'make', 'deal', 'punishment'], ['great', 'deal', 'swap', 'killer', 'terrorist', 'military', 'deserter', 'negotiate', 'nowadays'], ['president', 'say', 'would', 'never', 'leave', 'soldier', 'die', 'benghazi'], ['terrible', 'leader', 'open', 'season', 'american', 'world', 'terrorist', 'thrill'], ['sure', 'buy', 'month', 'amspec', 'magazine', 'read', 'trump', 'card', 'interview', 'jeffrey_lord'], ['obama', 'war', 'coal', 'kill', 'american', 'job', 'make', 'energy', 'dependent', 'enemy', 'amp', 'create', 'great', 'business', 'disadvantage'], ['air', 'live', 'baton_rouge', 'missusa', 'competition', 'tremendous', 'event', 'http', 'co', 'sw', 'ntojbgn'], ['tough', 'game', 'never', 'want', 'take', 'aspect', 'game', 'nyranger', 'stanley', 'cup', 'champion', 'mark', 'messier'], ['move', 'forward', 'tonight', 'competitive', 'primary', 'crucial', 'amp', 'gop', 'remain', 'united', 'november', 'take', 'senate'], ['would', 'nice', 'commander', 'chief', 'concerned', 'veteran', 'health', 'illegal_immigrant', 'become', 'citizen'], ['problem', 'government', 'create', 'real', 'job', 'entrepreneur', 'midas_touch'], ['remember', 'brave', 'hero', 'die', 'search', 'bergdahl', 'desert', 'http', 'wiuil', 'military_news'], ['entrepreneur', 'ability', 'dream', 'win', 'lose', 'win', 'often', 'call', 'entrepreneurial', 'spirit', 'midas_touch'], ['president', 'great', 'embarrassment', 'could', 'anybody', 'dumb', 'know', 'little', 'make', 'stupid', 'swap'], ['taliban', 'leader', 'release', 'deserter', 'must', 'really', 'laugh', 'good', 'time', 'right', 'say', 'dumb'], ['rapidly', 'fail', 'vanityfair', 'magazine', 'hit', 'strong', 'stance', 'obama', 'brilliant', 'killer', 'deserter', 'trade', 'amazing'], ['newsbuster', 'thank', 'great', 'accurate', 'story', 'well', 'do'], ['susan', 'rice', 'tell', 'lie', 'bergdahl', 'obama', 'representative', 'lie', 'virtually', 'everything', 'obamacare', 'deserter'], ['allow', 'impeach', 'president', 'gross', 'incompetence'], ['obama', 'never', 'consult', 'congress', 'prisoner', 'exchange', 'break', 'law', 'try', 'president', 'total', 'disaster'], ['chris', 'mcdaniel', 'looks_like', 'win', 'mississippi', 'great', 'news', 'big', 'victory', 'tea_party'], ['work', 'hard', 'attract', 'people', 'ethic', 'think', 'like_billionaire'], ['hope', 'never', 'find', 'life', 'planet', 'doubt', 'government', 'start', 'send', 'money'], ['floor', 'provide', 'urbane', 'feel', 'private', 'air', 'condition', 'cabana', 'amp', 'massive', 'ft', 'heated', 'pool'], ['trade_deficit', 'hit', 'april', 'record', 'high', 'http', 'co', 'rudjxexp', 'must', 'better', 'china', 'rip', 'bring', 'job', 'home'], ['obama', 'betray', 'israel', 'yet', 'strong', 'ally', 'middle_east', 'recognize', 'hama', 'break', 'long', 'stand', 'policy'], ['obama', 'release', 'senior', 'taliban', 'deserter', 'make', 'mexico', 'release', 'decorate', 'marine', 'tahmooressi', 'pathetic'], ['congratulation', 'joniernst', 'impressive', 'iowagop', 'primary', 'win', 'last_night', 'unite', 'amp', 'defeat', 'bruce', 'braley', 'november'], ['bretbaier', 'wonderful', 'new', 'book', 'specialheart', 'prove', 'great', 'success', 'already', 'bret', 'winner'], ['trump', 'collection', 'summer', 'line', 'exclusively_available', 'macys', 'pinnacle', 'style', 'amp', 'prestige', 'dress', 'good', 'http', 'co', 'vrkl', 'bmj'], ['amazing', 'view', 'trumpgolfla', 'http', 'co', 'xufsguqy'], ['believe', 'addition', 'terrorist', 'leader', 'president', 'obama', 'give', 'bergdahl', 'great', 'deal', 'cash', 'also', 'give', 'stupid'], ['great', 'father', 'day', 'gift', 'stay', 'star', 'hotel', 'trumpnewyork', 'item', 'signature_collection', 'http', 'co', 'hgbagzzdz'], ['picture', 'fantastic', 'father', 'good', 'teacher', 'world', 'great', 'father', 'day', 'http', 'co', 'qzhqshvxgv'], ['break', 'news', 'obama', 'make', 'trade', 'russia', 'get', 'florida', 'california', 'gold', 'supply', 'get', 'borscht', 'amp', 'bottle', 'vodka'], ['learn', 'know', 'show', 'prove', 'formula', 'put', 'start', 'today', 'think', 'like_champion'], ['obama', 'question', 'worst', 'ever', 'president', 'predict', 'something', 'really', 'bad', 'totally', 'stupid', 'show', 'manhood'], ['savethequeen', 'live', 'telecast', 'missusa', 'june', 'click', 'info', 'http', 'co', 'lt'], ['happy', 'birthday', 'ghostbuster', 'great', 'trumptowerny', 'part', 'series', 'http', 'co', 'pngphifmni'], ['thank', 'great', 'hero', 'http', 'co', 'pupmtugj', 'dday', 'wwii'], ['negotiation', 'tip', 'bad', 'thing', 'possibly', 'deal', 'seem', 'desperate', 'make', 'realdonaldtrump'], ['pageant', 'nbc', 'sunday', 'night', 'watch', 'miss', 'interesting', 'amazing', 'story'], ['andrewkreig', 'thank', 'andrew', 'correct'], ['owner', 'california', 'gold', 'make', 'jerk', 'fool', 'smile', 'congrat', 'winner', 'wife', 'visibly', 'embarrass'], ['pageant', 'show', 'live', 'nbc', 'sunday', 'night', 'hour', 'start', 'incredible', 'show'], ['tour', 'baton_rouge', 'louisiana', 'great', 'people', 'fantastic', 'place', 'really', 'well', 'pageant', 'totally', 'sell', 'tomorrow', 'night', 'nbc'], ['end', 'year', 'china', 'number', 'economic', 'power', 'earth', 'owe', 'trillion_dollar', 'much', 'china'], ['make', 'rich', 'afford', 'pay', 'social', 'security', 'medicareand', 'medicaid', 'strong', 'keep', 'enemy'], ['brilliant', 'negotiator', 'give', 'taliban', 'leader', 'traitor', 'make', 'trade_deal', 'china', 'amp', 'other', 'chance'], ['remember', 'terrible', 'trade', 'whereby', 'taliban', 'get', 'leader', 'killer', 'get', 'back', 'nothing', 'come', 'back', 'haunt'], ['president', 'history', 'lie', 'american', 'people', 'president', 'obama', 'fact', 'even', 'close'], ['miss', 'pageant', 'amazing', 'tonight', 'politically', 'incorrect', 'girl', 'woman', 'really', 'beautiful', 'nbc', 'pm'], ['man', 'make', 'climate_change', 'great', 'president', 'focus', 'nuclear', 'variety', 'bring', 'weakness'], ['head', 'pageant', 'young', 'woman', 'participate', 'amazing', 'accomplished', 'competition', 'tough', 'enjoy', 'show'], ['splaisance', 'realmissnvusa', 'nia', 'sanchez', 'crown', 'missusa', 'http', 'co', 'gzqypcxqfi'], ['watch', 'video', 'realmissnvusa', 'crown', 'missusa', 'http', 'co', 'bfb', 'eauyw', 'crown', 'moment'], ['career', 'advice', 'donald', 'trump', 'http', 'co', 'xosoeqoch', 'bndarticle', 'brittneyplz'], ['good', 'luck', 'luck', 'make', 'general', 'douglas', 'macarthur'], ['negotiation', 'tip', 'view', 'conflict', 'opportunity', 'expand', 'mind', 'well', 'horizon', 'persistence', 'go', 'long', 'way'], ['negotiation', 'art_treat', 'open', 'change', 'word', 'innovation'], ['negotiation', 'tip', 'know', 'exactly', 'want', 'focus', 'trust', 'instinct', 'even', 'hone', 'skill'], ['mdamelincourt', 'thank', 'great', 'job', 'trump', 'toronto'], ['good', 'luck', 'luck', 'make', 'general', 'douglas', 'macarthur'], ['soldier', 'kill', 'afghanistan', 'call', 'friendly', 'fire'], ['feature', 'championship', 'golf', 'course', 'include', 'blue_monster', 'trumpdoral', 'south', 'miami', 'top', 'destination', 'http', 'co', 'qezkbzi', 'jo'], ['sure', 'watch', 'ivankatrump', 'foxbusiness', 'fbnatb', 'interview', 'nyu', 'http', 'co', 'qcegutahxb'], ['tell', 'long', 'time', 'ago', 'iraq', 'lose', 'second', 'large', 'city', 'soldier', 'drop', 'gun', 'run', 'begin', 'oil'], ['say', 'never', 'iraq', 'first', 'place', 'bush', 'terrible', 'obama', 'bad', 'make_america', 'great'], ['tea_party', 'take', 'eric', 'cantor', 'really', 'big', 'win'], ['say', 'alive', 'well', 'fight', 'hard', 'usa', 'big', 'win', 'today'], ['eric', 'cantor', 'concession', 'speech', 'ridiculous', 'act', 'nothing', 'happen', 'need', 'real', 'leader'], ['iraq', 'far', 'bad', 'danger', 'ever', 'saddam', 'hussein', 'many', 'life'], ['state', 'art', 'clubhouse', 'amp', 'signature', 'amenity', 'trump_charlotte', 'bring', 'true', 'luxury', 'tar', 'heel', 'state', 'http', 'co', 'jm'], ['congratulation', 'bretbai', 'immediate', 'amp', 'tremendous', 'success', 'book', 'special', 'heart', 'already', 'third', 'printing'], ['star', 'trump_ireland', 'grace', 'acre', 'front', 'mile', 'atlantic_ocean', 'county', 'clare', 'ireland', 'http', 'co', 'bkfukvenlh'], ['gop', 'primary', 'voter', 'speak', 'davebratva', 'go', 'away', 'party', 'must', 'stand', 'unity', 'unity', 'unity'], ['must', 'read', 'ibdinvestor', 'editorial', 'child', 'alien', 'crisis', 'obama', 'fault', 'gop', 'pounce', 'http', 'co', 'jazzx', 'qzyi'], ['shameful', 'trading', 'senior', 'taliban', 'deserter', 'white_house', 'attack', 'bergdahl', 'platoon', 'http', 'co', 'mmbfjteuup'], ['repeatedly', 'excellence', 'therefore', 'act', 'habit', 'aristotle'], ['former', 'miss', 'designer', 'swimsuit', 'feature', 'sunday', 'pageant', 'beautiful', 'http', 'co', 'dthyaylnpz'], ['btw', 'pageant', 'highest_rated', 'non', 'sport', 'telecast', 'big', 'network', 'congrat', 'newly', 'crown', '_'], ['someone', 'ask', 'favorite', 'donald', 'trump', 'impersonator', 'http', 'co', 'jox', 'gdj'], ['iraq', 'falling_apart', 'fast', 'trillion_dollar', 'many', 'death', 'bush', 'get', 'obama', 'take', 'far', 'long', 'get'], ['tell', 'get', 'iraq', 'fall', 'iraq', 'want', 'come', 'back', 'get', 'oil', 'mean'], ['tell', 'hater', 'loser', 'long', 'ago', 'iraq', 'would', 'fall', 'take', 'oil', 'get', 'fast', 'massive', 'waste', 'live', 'trillion'], ['third_rate', 'architecture', 'critic', 'thought', 'get', 'fire', 'fail', 'chicagotribune', 'like', 'building', 'trump', 'sign'], ['people', 'love', 'trump', 'sign', 'chicago', 'build', 'big', 'league', 'tweet', 'letter', 'call'], ['answer', 'question', 'favorite', 'impersonator', 'answer', 'darrell', 'hammond'], ['buy', 'site', 'sun', 'time', 'big', 'ugliest', 'sign', 'chicago', 'ever', 'see', 'magnificent', 'popular'], ['dopey', 'chicagotribune', 'critic', 'fail', 'mention', 'ugly', 'sun', 'time', 'sign'], ['never', 'go', 'iraq', 'get', 'lot', 'fast', 'make_america', 'great'], ['iraqi', 'army', 'useless', 'president', 'obama', 'stay', 'hell', 'iraq', 'never', 'first', 'place'], ['trumpchicago', 'chicago', 'sole', 'destination', 'showcase', 'star', 'forbe', 'rating', 'hotel', 'amp', 'restaurant', 'http', 'co', 'hjqxw'], ['thank', 'wonderful', 'honest', 'poll', 'result', 'chicago', 'sign', 'people', 'love', 'http', 'co', 'jeguyhd', 'sj', 'trumpchicago'], ['story', 'north', 'michigan', 'avenue', 'trumpchicago', 'star', 'forbe', 'rate', 'room', 'good', 'view', 'chicago', 'http', 'co', 'sdhc'], ['great', 'time', 'yesterday', 'theviewtv', 'whoopigoldberg', 'jennymccarthy', 'sherrieshepherd', 'amp', 'guest', 'host', 'mrjerryoc'], ['jail', 'andrew_tahmooressi', 'release', 'immediately', 'mexico', 'care', 'border_security'], ['ransom', 'obama', 'pay', 'deserter', 'bergdhal', 'get', 'mexico', 'release', 'usmc_sgt', 'andrew_tahmooressi', 'much', 'harder'], ['want', 'successful', 'business', 'must', 'take', 'risk', 'make', 'sure', 'risk', 'calculate', 'positive', 'fallback'], ['iran', 'move', 'troop', 'iraq', 'guise', 'help', 'actually', 'take', 'iraq', 'oil', 'stupid'], ['turnberry', 'scotland', 'far', 'superior', 'golf_course', 'pinehurst', 'even', 'close', 'likewise', 'blue_monster', 'doral'], ['iran', 'convince', 'incompetent', 'president', 'try', 'help', 'iraq', 'take', 'country', 'amp', 'oil', 'say', 'thank'], ['consistent', 'always', 'say', 'iraq', 'would', 'fall', 'soon', 'leave', 'terrible', 'waste', 'live', 'money'], ['mattginellagc', 'true', 'matt', 'new', 'blue_monster', 'well', 'pinehurst', 'bedminster', 'turnberry', 'amp', 'trump', 'aberdeen', 'blow', 'away'], ['mattginellagc', 'matt', 'statement', 'pinehurst', 'look', 'local', 'community', 'golf_course', 'awful', 'make', 'tweet'], ['mattginellagc', 'ever', 'see', 'trump', 'national', 'bedminster', 'trump', 'international_golf', 'link', 'scotland', 'far', 'well', 'pinehurst'], ['blairkamin', 'blair', 'may', 'worst', 'architectural', 'critic', 'business', 'thank', 'nice', 'review', 'trump', 'chicago', 'amp', 'sign'], ['would', 'like', 'wish', 'father', 'even', 'hater', 'loser', 'happy', 'father', 'day'], ['hollysandersgc', 'remember', 'martin', 'sink', 'big', 'footer', 'win', 'ryd', 'cup', 'handle', 'pressure'], ['golfdigestmag', 'big', 'news', 'scotland', 'turnberry', 'way', 'blow', 'pinehurst', 'away', 'tomorrow', 'morning', 'stay_tune'], ['bet', 'horrible', 'look', 'pinehurst', 'translate', 'poor', 'television', 'rating', 'golf'], ['johnny', 'miller', 'correctly', 'critical', 'green', 'pinehurst', 'say', 'redone'], ['mattginellagc', 'position', 'pinehurst', 'correct', 'bad', 'game', 'dry', 'cow', 'pasture', 'clue', 'keep', 'try'], ['mattginellagc', 'watch', 'open', 'championship', 'turnberry', 'great', 'golf', 'course', 'world', 'pinehurst', 'league'], ['matt', 'understand', 'golf', 'even_though', 'think', 'numerous', 'couse', 'far', 'superior', 'pinehurst'], ['mattginellagc', 'matt', 'know', 'nothing', 'quality', 'golf', 'take', 'make', 'golf', 'successful', 'talk', 'substance'], ['mattginellagc', 'matt', 'many', 'club', 'championship', 'hear', 'few', 'let', 'play', 'lot'], ['congratulation', 'martin', 'kaymer', 'win', 'usopen', 'usga', 'great', 'playing', 'beginning', 'end'], ['big', 'announcement', 'tomorrow', 'morning', 'concern', 'great', 'turnberry_resort', 'scotland'], ['fox', 'amp', 'friend', 'minute'], ['trump', 'organization', 'finalize', 'purchase', 'legendary', 'turnberry_resort', 'scotland', 'http', 'co', 'tml'], ['virginia', 'highest_rated', 'wine', 'wineenthusiast', 'trumpwinery', 'inspire', 'region', 'bordeaux', 'amp', 'champagne', 'http', 'co', 'hhvj', 'ffz'], ['reason', 'critical', 'pinehurst', 'look', 'lover', 'golf', 'look', 'tv', 'hurt', 'golf', 'badly'], ['anybody', 'else', 'coore', 'crenshaw', 'design', 'pinehurst', 'would', 'run', 'town', 'turtleback', 'green', 'totally', 'unfair'], ['congratulation', 'spur', 'nba', 'championship', 'well', 'deserve'], ['get', 'bad', 'time', 'vet', 'deserve', 'good', 'care', 'possible', 'must', 'open', 'private', 'solution'], ['beautiful', 'place', 'world', 'soon', 'trump', 'turnberry', 'luxury', 'http', 'co', 'jznotzbj'], ['iraq', 'long', 'problem', 'never', 'first', 'place'], ['choose', 'path', 'path', 'less', 'travel', 'matter', 'right', 'vince_lombardi'], ['isis', 'catch', 'soldier', 'think', 'read', 'legal', 'right', 'prior', 'execute'], ['success', 'come', 'hard', 'work', 'focus', 'luck', 'luck', 'come', 'seek', 'game', 'not', 'get', 'lucky'], ['know', 'rustic', 'look', 'golf', 'course', 'see', 'photo', 'highly', 'rate', 'trump', 'national', 'philadelphia', 'real', 'gem', 'http', 'co', 'pgsw', 'kwvck'], ['buy', 'great', 'turnberry_resort', 'today', 'consider', 'many', 'great', 'golf_course', 'world', 'take', 'good', 'care'], ['time', 'let', 'pete', 'rise', 'time', 'hit', 'leader', 'baseball', 'hall', 'fame', 'enough', 'already'], ['howard', 'stern', 'show', 'minute', 'always', 'fun', 'interesting', 'talk', 'howard'], ['perfect', 'hawaiian', 'getaway', 'trumpwaikiki', 'luxury', 'guest', 'room', 'suit', 'spectacular', 'view', 'http', 'co', 'qpdwcmrn'], ['breitbartnews', 'donald', 'trump', 'cantor', 'defeat', 'show', 'everybody', 'congress', 'vulnerable', 'support', 'amnesty', 'http', 'co', 'qkc'], ['border', 'secure', 'obama', 'give', 'pathway', 'terrorist', 'enter', 'country', 'attack'], ['remember', 'come', 'second', 'walter', 'hagen'], ['trump', 'organization', 'finalize', 'purchase', 'legendary', 'turnberry_resort', 'scotland', 'absolutely', 'http', 'co', 'dyk', 'lpfufa'], ['right', 'tv', 'rating', 'open', 'way', 'last', 'year', 'people', 'want', 'look', 'burn', 'ugly', 'course'], ['break', 'ground', 'shortly', 'trump', 'int', 'washington', 'dc', 'bring', 'dc', 'post_office', 'far', 'original', 'grandeur', 'http', 'co', 'sgxlk', 'ca'], ['meet', 'incoming', 'speaker', 'florida', 'house', 'stevecrisafulli', 'fantastic', 'guy', 'truly', 'great', 'leader'], ['exclusive', 'home', 'pgatour', 'cadillacchamp', 'trumpdoral', 'sit', 'beautiful', 'acre', 'center', 'miami', 'http', 'bp', 'kbnx'], ['trumpchicago', 'spa', 'array', 'star', 'service', 'treatment_room', 'amp', 'spa_guestroom', 'great', 'view', 'http', 'co', 'jqj', 'ifh'], ['america', 'use', 'leader', 'world', 'thank', 'obama', 'america', 'even', 'lead'], ['may', 'god', 'mercy', 'enemy', 'general', 'george', 'patton'], ['poll', 'show', 'high', 'approval', 'new', 'sign', 'trumpchicago', 'honor', 'great', 'support'], ['exclusive', 'home', 'pgatour', 'cadillacchamp', 'trumpdoral', 'sit', 'beautiful', 'acre', 'center', 'miami', 'http', 'bp', 'kbnx'], ['country', 'not', 'protect', 'border', 'country', 'destine', 'fail', 'break', 'promise', 'leader', 'washington'], ['benghazi', 'terrorist', 'videotape', 'defense', 'obama', 'apologize'], ['fox', 'friend', 'interview', 'trump', 'go', 'back', 'iraq', 'http', 'co', 'mnl'], ['army', 'reserve', 'leezeldin', 'bring', 'conservative', 'solution', 'dc', 'next', 'tuesday', 'vote', 'lee', 'ny', 'primary'], ['take', 'long', 'catch', 'benghazi', 'terrorist', 'especially', 'killer', 'taunt', 'press', 'yrs'], ['manufacture', 'less', 'gdp', 'rust', 'belt', 'heart', 'country', 'factory', 'sector', 'destroy', 'leader'], ['mexico', 'respect', 'border', 'hourly', 'http', 'co', 'iyvoukmqrb', 'release', 'usmc', 'tahmooressi', 'time', 'boycott', 'saveourmarine'], ['day', 'st', 'maarten', 'lose', 'vital', 'tourism', 'dollar', 'due', 'incompetence', 'pm', 'sarah', 'westcot', 'william', 'primeministersx'], ['mullet', 'bay', 'golf_course', 'looks_like', 'slum', 'beautiful', 'island', 'maarten', 'primeministersx', 'ashamed', 'allow'], ['pm', 'sarah', 'westcot', 'william', 'incompetence', 'reward', 'vote', 'anyone', 'run', 'loser', 'primeministersx'], ['trumpnewyork', 'nyc', 'forbesinspector', 'star', 'amp', 'aaanew', 'diamond', 'hotel', 'star', 'diamond', 'restaurant', 'http', 'co', 'nufg', 'sok'], ['hook', 'career', 'big', 'trend', 'huge', 'opportunity', 'profit', 'create', 'big', 'solution', 'think', 'big'], ['resolve', 'never', 'quit', 'never', 'give', 'matter', 'situation', 'jack_nicklaus'], ['primeministersx', 'clue', 'go', 'maarten', 'mullet', 'bay', 'third', 'world', 'slum'], ['actually', 'enjoy', 'piece', 'sign', 'thedailyshow', 'could', 'start'], ['tbt', 'saturday_night', 'live', 'http', 'co', 'jkxeyxj'], ['competitive', 'golf', 'play', 'mainly', 'half', 'inch', 'course', 'space', 'ear', 'bobby', 'jone'], ['meeting', 'monitor', 'behavior', 'work', 'observer', 'other', 'think', 'like_billionaire'], ['wall_street', 'journal', 'step', 'autism', 'research', 'autismspeak', 'http', 'co', 'bpeeb', 'bxgm'], ['must', 'read', 'chicagotribune', 'editorial', 'love', 'chicago', 'sign', 'http', 'co', 'hdnrhr'], ['amspec', 'interview', 'jeffrey_lord', 'trump', 'card', 'donald', 'talk', 'politic', 'parenting', 'http', 'co', 'oseg'], ['listen', 'citizens_unite', 'political', 'victory', 'fund', 'robo', 'call', 'leezeldin', 'http', 'co', 'zmtwd', 'knw'], ['mexico', 'release', 'marine', 'come', 'really', 'hard', 'respect', 'call', 'leader'], ['love', 'day', 'paul', 'goldberger', 'get', 'fire', 'left', 'time', 'architecture', 'critic', 'fade', 'irrelevance', 'kamin', 'next'], ['city', 'pay', 'dollar', 'man', 'many', 'think', 'guilty', 'hell', 'many', 'fact', 'trial', 'politic'], ['much', 'money', 'lawyer', 'central_park', 'get', 'dollar', 'pay', 'city'], ['bet', 'lawyer', 'central_park', 'laugh', 'stupidity', 'strong', 'case', 'client'], ['fox', 'amp', 'friend', 'minute', 'much', 'talk', 'enjoy'], ['graeme_mcdowell', 'great', 'playing', 'graeme', 'true', 'champion'], ['believe', 'secy', 'kerry', 'go', 'egypt', 'talk', 'human', 'right', 'problem', 'everything', 'blow', 'around'], ['wonder', 'secy', 'kerry', 'go', 'iraq', 'afghanistan', 'push', 'hard', 'look', 'global_warme', 'study', 'carbon', 'footprint'], ['die', 'nydailynew', 'ask', 'editorial', 'central_park', 'ripoff', 'amp', 'pretend', 'idea', 'loser', 'newspaper'], ['fail', 'nydailynew', 'raise', 'price', 'die', 'say', 'wear', 'wig', 'know', 'dishonest'], ['must', 'read', 'nypost', 'editorial', 'nyc', 'taxpayer', 'settlement', 'central_park', 'thug', 'wilde', 'profit', 'http', 'co', 'jhipd'], ['monday', 'much', 'premium', 'rise', 'today', 'obamacare', 'repeal'], ['always', 'make', 'total', 'effort', 'even', 'odd', 'arnold_palmer', 'kingdommag'], ['flashbk', 'trump', 'would', 'build', 'border', 'fence', 'never', 'see', 'http', 'co', 'xemnwrsb', 'rwildewrite'], ['great', 'go', 'themichellewie', 'show', 'world', 'amazing', 'talent', 'real', 'love', 'trump', 'jupiter', 'tngcj'], ['hope', 'voter', 'mississippi', 'cast', 'ballot', 'senatormcdaniel', 'strong', 'smart', 'amp', 'want', 'thing', 'change', 'washington'], ['potential', 'owner', 'buffalobill', 'keep', 'team', 'buffalo', 'belong'], ['senatormcdaniel', 'win', 'victory', 'country', 'chris', 'constitutional', 'conservative', 'make', 'difference', 'washington'], ['benghazi', 'terrorist', 'get', 'speedy', 'care', 'vet', 'obama', 'priority'], ['attack', 'benghazi', 'consulate', 'sophisticated', 'multi', 'prong', 'wave', 'attack', 'fighter', 'face', 'justice'], ['cover', 'obama', 'disclose', 'many', 'illegal_immigrant', 'release', 'country', 'http', 'co', 'htvf', 'surprise'], ['way', 'great', 'work', 'love', 'find', 'yet', 'keep', 'look', 'settle', 'steve', 'job'], ['center', 'ireland', 'rugge', 'west', 'coast', 'trump_ireland', 'offer', 'beautiful', 'golf_course', 'top', 'dining', 'spa', 'http', 'co', 'ddig', 'aqm'], ['secret', 'get', 'ahead', 'get', 'start', 'mark_twain'], ['congrat', 'leezeldin', 'great', 'victory', 'hope', 'robocall', 'help', 'ny'], ['trump', 'tower', 'punta', 'este', 'feature', 'trump', 'organization', 'signature', 'superior', 'quality', 'detail', 'amp', 'perfection', 'http', 'co', 'wrvyizdlsz'], ['boycott', 'mexico', 'release', 'marine', 'money', 'get', 'easy', 'respect'], ['syria', 'bomb', 'iraq', 'secy', 'kerry', 'blow', 'hell', 'place', 'say', 'syria', 'front', 'iran'], ['enter', 'country', 'illegally', 'grant', 'amnesty', 'would', 'abide', 'law', 'amnesty'], ['thursday', 'brand', 'eyeliner', 'nation', 'bad', 'agschneiderman', 'wear', 'today'], ['failure', 'expect', 'loser', 'ignore', 'winner', 'coachjoegibb'], ['america', 'top', 'public', 'course', 'trumpgolfla', 'green', 'palos_verdes', 'peninsula', 'celebrate', 'golfmagazine', 'http', 'rh', 'bwm'], ['look_forward', 'press_conference', 'wed', 'next_week', 'trumpturnberry', 'discuss', 'change', 'big', 'investment', 'make', 'exciting'], ['eli', 'wallach', 'great', 'actor', 'great', 'guy', 'opinion', 'performance', 'good', 'bad', 'ugly', 'time', 'best'], ['secy', 'john_kerry', 'tough', 'job', 'look', 'totally', 'lose', 'negotiating', 'character', 'clean', 'clock', 'sad', 'watch'], ['word', 'secy', 'john_kerry', 'element'], ['begin', 'process', 'take', 'iraq', 'many', 'people', 'want', 'say', 'tell', 'tell'], ['someone', 'write', 'predict', 'every_single', 'major', 'event', 'happen', 'knock', 'instead', 'give', 'credit'], ['exclusively', 'macys', 'donald', 'trump', 'signature_collection', 'feature', 'good', 'tie', 'amp', 'shirt', 'good', 'price', 'http', 'co', 'vrkl', 'bmj'], ['bretbaier', 'newly', 'release', 'book', 'special', 'heart', 'bring', 'message', 'hope', 'sale', 'donate', 'heart', 'charity', 'http', 'co', 'cuko'], ['via_newsmax_media', 'melaniebatley', 'trump', 'back', 'candidate', 'leezeldin', 'win', 'ny', 'gop', 'primary', 'http', 'co', 'tboajvpcp'], ['spirited', 'primary', 'gop', 'must', 'fully', 'unite', 'november', 'take', 'senate', 'stop', 'obama', 'agenda'], ['leave', 'ireland', 'spain', 'scotland', 'elsewhere', 'crazy', 'life'], ['tbt', 'film', 'oreo', 'commercial', 'eli', 'man', 'peyton', 'man', 'darrell', 'hammond', 'http', 'co', 'fhybjy'], ['bad', 'memory', 'obamacare', 'kill', 'job', 'stop', 'growth', 'make', 'small_business', 'insecure'], ['control', 'destiny', 'someone', 'else', 'jack', 'welch'], ['success', 'require', 'effort', 'focus', 'nothing', 'less'], ['realize', 'persistence', 'go', 'long', 'way', 'stubborn', 'often', 'attribute'], ['practice', 'positive', 'thinking', 'keep', 'focused', 'weed', 'anything', 'unnecessary', 'negative', 'detrimental'], ['arrive', 'barcelona', 'make', 'big', 'speech', 'tomorrow', 'ireland', 'scotland'], ['know', 'shia', 'labeouf', 'thecampaignbook', 'sober', 'really', 'nice', 'guy', 'must', 'get', 'act', 'together', 'fast', 'late'], ['lightweight_agschneiderman', 'driving', 'business', 'public', 'relation', 'benefit', 'real', 'dope'], ['flashbackfriday', 'many', 'big', 'movie', 'film', 'building', 'transformer', 'http', 'co', 'ez', 'fefqz'], ['ask', 'pretending', 'see', 'may', 'great', 'opportunity', 'right', 'around'], ['ireland', 'inspect', 'great', 'beautiful', 'atlantic_ocean', 'property', 'spectacular', 'hotel', 'anywhere', 'doonbeg'], ['always', 'remember', 'get', 'obama', 'release', 'birth', 'certificate', 'hilary', 'mccain'], ['testament', 'american', 'ingenuity', 'trumptowerny', 'shine', 'fifth', 'avenue', 'nyc', 'iconic', 'building', 'http', 'co', 'aqbiovv'], ['passion', 'efficient', 'time', 'think', 'like_champion'], ['look_forward', 'press_conference', 'trumpturnberry', 'scotland', 'wednesday', 'lot', 'great', 'people', 'attend'], ['business', 'creative', 'endeavor', 'cultivate', 'sense', 'discovery', 'start', 'think', 'big'], ['know', 'realize', 'much', 'know', 'possibly', 'discover', 'anything', 'already', 'know', 'everything'], ['learn', 'today', 'know', 'set', 'bar', 'high', 'best', 'possibly'], ['amazing', 'people', 'send', 'letter', 'support', 'trumpchicago', 'sign', 'property', 'include', 'even', 'trumpscotland', 'thank'], ['convince', 'half', 'separate', 'successful', 'entrepreneur', 'non', 'successful', 'one', 'pure', 'perseverance', 'steve', 'job'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem'], ['entrepreneur', 'believe', 'one', 'else', 'either'], ['entrepreneur', 'stay', 'focused', 'tenacious', 'remain', 'fix', 'goal'], ['trump', 'int', 'washington', 'historic', 'building', 'entire_nation', 'take', 'pride', 'amp', 'enjoy', 'open', 'http', 'co', 'vrjshw', 'za'], ['make', 'nyc', 'getaway', 'memorable', 'trumpnewyork', 'provide', 'true', 'luxury', 'top', 'access', 'midtown', 'west', 'http', 'co', 'iblo', 'bnpta'], ['award', 'renowned', 'star', 'forbesinspector', 'rating', 'story', 'trumpto', 'bring', 'style', 'luxury', 'amp', 'impeccable', 'service', 'http', 'co', 'qyx'], ['champion', 'make', 'gym', 'champion', 'make', 'something', 'deep', 'inside', 'desire', 'dream', 'vision', 'muhammad', 'ali'], ['trump', 'turnberry', 'news', 'conference', 'tomorrow', 'noon', 'scotland', 'time', 'place', 'amazing'], ['bbcscotland', 'donald', 'trump', 'name', 'boost', 'trumpturnberry', 'http', 'co', 'inznh'], ['guardian_sport', 'mrewanmurray', 'donald', 'trump', 'transformation', 'make', 'trumpturnberry', 'open', 'worth', 'wait', 'http', 'co', 'sezidfh', 'lu'], ['achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning'], ['nothing', 'wrong', 'bring', 'talent', 'surface', 'ego', 'acknowledge', 'healthy', 'choice'], ['never', 'quit', 'try', 'never', 'feel', 'chance', 'win', 'arnold_palmer', 'kingdommag'], ['donald', 'trump', 'unveil', 'vision', 'trumpturnberry', 'http', 'co', 'utitly', 'bunkeredonline', 'mmcewanbunkere'], ['american', 'spectator', 'amspec', 'trump', 'card', 'jeffrey_lord', 'http', 'co', 'ba', 'tzpxj'], ['offer', 'championship', 'course', 'trumpgolfdc', 'award', 'honor', 'host', 'seniorpgachamp', 'http', 'co', 'ylxb', 'gtit'], ['elite', 'course', 'design', 'sharkgregnorman', 'trump_charlotte', 'north_carolina', 'desirable', 'club', 'http', 'co', 'guyxtgjvhd'], ['sharkgregnorman', 'trump_charlotte', 'look', 'great', 'love', 'improvement', 'building', 'ground', 'mention', 'course', 'thank'], ['want', 'successful', 'important', 'consideration', 'passion', 'efficiency', 'think', 'like_champion'], ['world', 'constantly', 'try', 'make', 'something', 'else', 'great', 'accomplishment', 'ralph', 'waldo', 'emerson'], ['always', 'bear', 'mind', 'resolution', 'succeed', 'important', 'abraham_lincoln'], ['foolishly', 'spend', 'lose', 'many', 'great', 'young', 'people', 'get', 'oil', 'iraq'], ['stupid', 'politician', 'get', 'involved', 'iraq', 'look', 'bad', 'everybody', 'want', 'oil', 'make', 'possible'], ['happy', 'everyone', 'include', 'hater', 'loser'], ['trump_charlotte', 'hear', 'firework', 'show', 'amazing', 'great', 'club', 'deserve', 'see', 'everyone', 'soon', 'fantastic', 'place'], ['let', 'day', 'go', 'dream', 'focus', 'give', 'accept', 'total', 'complete', 'victory'], ['buy', 'point', 'maximum', 'pessimism', 'sell', 'point', 'maximum', 'optimism', 'sir'], ['nyc', 'sole', 'hamman', 'level', 'trumpsoho', 'feature', 'indoor', 'amp', 'outdoor', 'relaxation', 'lounge', 'luxury', 'service', 'http', 'co', 'rnuggskyab'], ['dallasnew', 'neighborsgo', 'heather', 'noel', 'shelton', 'school', 'graduate', 'receive', 'handwritten', 'note', 'donald', 'trump', 'http', 'co', 'mzeiagribs'], ['historic', 'change', 'obama', 'spend', 'money', 'travel', 'expense', 'president', 'http', 'co', 'cou', 'hhard'], ['obama', 'statement', 'illegal', 'stay', 'obama', 'promise', 'healthcare_plan', 'keep'], ['tax', 'dollar', 'well', 'spend', 'obamacare', 'enrollee', 'also', 'illegal_immigrants', 'http', 'co', 'kbl', 'surprised'], ['america', 'experiment', 'work', 'president', 'ronald_reagan'], ['immigration', 'crisis', 'horrible', 'mess', 'make', 'bad', 'incompetent', 'president', 'clue', 'need', 'new', 'leadership', 'fast'], ['country', 'soon', 'relegate', 'third', 'world', 'status', 'proper', 'decision', 'make', 'president', 'never', 'qualify', 'job'], ['listen', 'other', 'never', 'negate', 'instinct', 'trump', 'never', 'give'], ['yardstick', 'quality', 'people', 'use', 'environment', 'excellence', 'expect', 'steve', 'job'], ['look', 'new', 'selection', 'donald', 'trump', 'signature_collection', 'tie', 'amp', 'shirt', 'macys', 'fantastic', 'would', 'make', 'great', 'gift'], ['thank', 'golfweekmag', 'naming', 'trump', 'international_golf', 'link', 'scotland', 'gb', 'amp', 'good', 'modern', 'course', 'great', 'honor'], ['open', 'trumpvancouver', 'original', 'twisting', 'design', 'transform', 'skyline', 'amp', 'story', 'http', 'co', 'hkcl', 'ke'], ['set', 'example', 'magnet', 'right', 'people', 'good', 'way', 'work', 'people', 'think', 'like_champion'], ['high', 'city', 'trumplasvegas', 'pool', 'deck', 'mix', 'business', 'amp', 'pleasure', 'soar', 'bar', 'sky', 'bind', 'gold', 'http', 'co', 'vteca', 'vnz'], ['illegal', 'member', 'obama', 'would', 'get', 'country', 'immediately'], ['cut', 'aid', 'country', 'respect', 'border', 'give', 'money', 'first', 'place'], ['person', 'cross', 'southern_border', 'tahmooressi', 'boycott', 'mexico', 'freeourmarine'], ['go', 'life', 'get', 'see', 'valley', 'well', 'peak', 'neil', 'young'], ['heart', 'midtown', 'trumptowerny', 'landmark', 'host', 'tourist', 'world', 'daily', 'http', 'co', 'lxpzxxbdhk'], ['locate', 'beautiful', 'countryside', 'mooresville', 'trump_charlotte', 'superb', 'clubhouse', 'amp', 'top', 'amenity', 'http', 'co', 'jvkfsan'], ['feature', 'bltprime', 'amp', 'palm', 'grill', 'trumpdoral', 'offer', 'wide', 'array', 'acclaim', 'top', 'dining_option', 'http', 'co', 'ydhg', 'pxq'], ['obama', 'texas', 'visit', 'border', 'busy', 'fundraising'], ['congratulation', 'yankee', 'derek', 'jeter', 'name', 'allstargame'], ['obama', 'look', 'exhaust', 'beat', 'never', 'make', 'prepared', 'job'], ['stringent', 'gun', 'law', 'happen', 'chicago', 'look', 'happen'], ['alexsalmond', 'hope', 'play', 'well', 'royal', 'aberdeen', 'must', 'admit', 'windmill', 'hover', 'hole', 'disgusting', 'amp', 'inappropriate'], ['central', 'america', 'tall', 'building', 'trumppanama', 'sleek', 'design', 'evoke', 'majestic', 'sail', 'fully', 'deploy', 'wind', 'http'], ['immediately', 'stop', 'send', 'mexico', 'friend', 'release', 'marine', 'amp', 'stop', 'allow', 'immigrant', 'inflow'], ['conversation', 'record', 'gretawire', 'http', 'co', 'hmf', 'hrj'], ['usmc_sgt', 'tahmooressi', 'sacrifice', 'country', 'obama', 'welcome', 'illegal', 'marine', 'lock', 'mexican', 'jail', 'freeourmarine'], ['stop', 'send', 'enemy', 'mexico', 'other'], ['mexico', 'allow', 'many', 'thousand', 'go', 'country', 'amp', 'stupid', 'open', 'door', 'mexican', 'laugh', 'bus', 'pass'], ['honolulu', 'good', 'trumpwaikiki', 'feature', 'dozen', 'distinct', 'tropically', 'decorate', 'hawaii', 'hotel', 'room', 'suite', 'layout', 'http', 'co', 'acjokrlezy'], ['let', 'passion', 'work', 'carry', 'setback', 'throw', 'trump', 'never', 'give'], ['keep', 'go', 'move', 'forward', 'matter', 'happen', 'think', 'like_champion'], ['fight', 'problem', 'decide', 'general', 'george', 'marshall'], ['learn', 'rule', 'game', 'play', 'well', 'anyone_else', 'albert_einstein'], ['person', 'harvard', 'come', 'europe', 'asia', 'get', 'mexico', 'criminal', 'record', 'problem'], ['rosie', 'back', 'view', 'tell', 'desperate', 'must', 'standard', 'short', 'term', 'fix', 'long', 'term', 'disaster'], ['rosie', 'crude', 'rude', 'obnoxious', 'dumb', 'much'], ['june', 'washington', 'opening', 'great', 'championship', 'golf_course', 'hole', 'front', 'potomac_river'], ['justinrose', 'great', 'playing', 'today', 'scottish', 'open', 'see', 'practice', 'facility', 'help', 'lot'], ['mexican', 'leadership', 'laugh', 'many', 'year', 'longer', 'laughter', 'disbelief'], ['mexico', 'not', 'believe', 'get', 'away', 'absolutely', 'respect', 'leader'], ['zraph', 'realdonaldtrump', 'pma', 'wait', 'go', 'back', 'good', 'hotel', 'chicago', 'thank'], ['ingrahamangle', 'interview', 'border', 'crisis', 'usmc', 'tahmooressi', 'amp', 'fight', 'american', 'flag', 'http', 'co', 'avrbuatc', 'mark'], ['luxurious', 'palos_verdes', 'peninsula', 'trumpgolfla', 'feature', 'golfworldus', 'top', 'public', 'course', 'elite', 'restaurant', 'http', 'co', 'knzbqhh', 'fi'], ['cbsla', 'donald', 'trump', 'fight', 'keep', 'large', 'american', 'flag', 'fly', 'southland', 'golf_course', 'http', 'co', 'ifajzp'], ['success', 'final', 'failure', 'fatal', 'courage', 'continue', 'count', 'winston_churchill'], ['great', 'essential', 'achieve', 'anything', 'worth', 'hard', 'work', 'stick', 'itiveness', 'common_sense', 'thomas_edison'], ['breitbartnew', 'biggovt', 'editorial', 'country', 'not', 'protect', 'border', 'last', 'http', 'co', 'kax'], ['nothing', 'plaza', 'casino', 'atlantic_city', 'involve', 'atlantic_city', 'many', 'year', 'use', 'love'], ['hard', 'work', 'luckier', 'get'], ['believe', 'minute', 'right', 'show', 'nuclear', 'facility', 'world', 'see', 'request', 'leadership', 'stupid'], ['hater', 'loser', 'nothing', 'atlantic_city', 'get', 'long', 'time', 'ago'], ['record', 'cold', 'temperature', 'july', 'degree', 'cold', 'normal', 'hell', 'happen', 'global_warme'], ['joke', 'amount', 'time', 'network', 'news', 'spend', 'talk', 'weather', 'wonder', 'rating', 'way', 'enough', 'already'], ['refloat', 'costa', 'concordia', 'many', 'hundred', 'million', 'ridiculous', 'take', 'apart', 'small', 'piece', 'save', 'fortune'], ['change', 'term', 'climate_change', 'word', 'global_warme', 'work', 'anymore', 'come', 'people', 'get', 'smart'], ['new', 'hot', 'term', 'recently', 'invent', 'polar', 'vortex', 'give', 'break'], ['global_warme', 'people', 'concern', 'global_warming', 'cause', 'nuclear_weapon', 'weak', 'leader'], ['deserter', 'bergdahl', 'return', 'active', 'duty', 'parent', 'brave', 'soldier', 'kill', 'look', 'grieve', 'obama', 'try', 'play', 'mistake'], ['imagine', 'trading', 'really', 'bad', 'enemy', 'freedom', 'traitor', 'bergdahl', 'bad', 'deal'], ['washingtonpost', 'report', 'close', 'hotel', 'atlantic_city', 'knowingly', 'fail', 'report', 'involve', 'leave'], ['iran', 'looks_like', 'toy', 'john_kerry', 'nuclear', 'talk', 'beg', 'deal', 'save', 'face', 'negotiation', 'thing'], ['rickie', 'fowler', 'instagram', 'photo', 'websta', 'http', 'co', 'gb', 'ttnnx', 'websta'], ['stunning', 'aberdeenshire', 'coastline', 'trumpscotland', 'feature', 'classic', 'scottish', 'link', 'thread', 'dune', 'http', 'co', 'uokka'], ['trump', 'illegal_immigrant', 'get', 'treat', 'well', 'vet', 'http', 'co', 'ryy', 'nnsrdp', 'nro', 'andrewe_johnson'], ['mexico', 'send', 'usmc', 'andrew_tahmooressi', 'back', 'jail', 'court', 'hearing', 'mexico', 'respect', 'border', 'boycott', 'freeourmarine'], ['trumpnationalhv', 'feature', 'wide', 'open', 'pristine', 'fairway', 'tour', 'caliber', 'green', 'strategically', 'place', 'sand', 'bunker', 'http', 'co', 'eiqaiz', 'nmg'], ['design', 'jacknicklaus', 'trump', 'golf_link', 'ferry_point', 'hole', 'course', 'sit', 'bronx', 'whitestone', 'bridge', 'http', 'hmyw', 'yf'], ['smart', 'stay', 'problem', 'longer', 'albert_einstein'], ['diligence', 'mother', 'good_luck', 'benjamin_franklin'], ['tremendous', 'cold', 'wave', 'hit', 'large', 'part', 'lucky', 'change', 'name', 'global_warme', 'climate_change', 'work'], ['nothing', 'atlantic_city', 'close', 'even', 'many', 'year', 'press', 'accurate'], ['lucky', 'highly_respected', 'run', 'ny', 'state', 'ag', 'incumbent', 'lightweight', 'dope', 'agschneiderman', 'cahillforag'], ['highly_respected', 'circle', 'really', 'nice', 'see', 'run', 'state', 'attorney_general', 'cahillforag'], ['good', 'vision', 'insight', 'malcolm', 'forbe'], ['award', 'prestigious', 'forbesinspector', 'star', 'guide', 'trumptoronto', 'locate', 'beautiful', 'downtown', 'toronto', 'http', 'co', 'fykancqplh'], ['matter', 'manage', 'assume', 'glide', 'work', 'maintain', 'momentum', 'trump', 'get', 'rich'], ['acclaim', 'trumpchicago', 'soar', 'story', 'high', 'stay', 'trumpchicago', 'shadow', 'http', 'co', 'mpwsprdtz'], ['clutter', 'find', 'simplicity', 'discord', 'find', 'harmony', 'middle', 'difficulty', 'lie', 'opportunity', 'albert_einstein'], ['obama', 'claim', 'need', 'extra', 'secure', 'border', 'well', 'waste', 'obamacare_website'], ['obama', 'concerned', 'border', 'stop', 'vacation', 'gov', 'save', 'million', 'stop', 'illegal', 'migration'], ['always', 'become', 'well', 'tigerwood'], ['congrat', 'obama', 'democrat', 'cbo', 'announce', 'obamacare', 'miss', 'uninsured', 'target', 'half', 'amp', 'program', 'cost', 'extra'], ['win', 'everything', 'win', 'everything', 'vince_lombardi'], ['trumpturnberry', 'award_winne', 'guest', 'room', 'offer', 'perfect', 'blend', 'edwardian', 'tradition', 'timeless', 'design', 'http', 'zlcb'], ['problem', 'never', 'truly', 'hardship', 'winner', 'amp', 'get', 'must', 'business', 'run'], ['spa', 'trumpdoral', 'boast', 'treatment_room', 'signature', 'spa', 'service', 'treatment', 'http', 'co', 'dtsrf'], ['adversity', 'fact', 'life', 'big', 'problem', 'ready', 'fight', 'right', 'trump', 'never', 'give'], ['always', 'bear', 'mind', 'resolution', 'succeed', 'important', 'abraham_lincoln'], ['honolulu', 'accommodation', 'trumpwaikiki', 'perfect', 'merger', 'beauty', 'function', 'http', 'co', 'oppgmqk'], ['see', 'lot', 'already', 'keep', 'integrity', 'intact', 'good', 'path', 'comprehensive', 'success', 'think', 'like_champion'], ['beautiful', 'pine', 'hill', 'trump', 'nat', 'philadelphia', 'award_winning', 'course', 'provide', 'amazing', 'view', 'philly', 'skyline', 'http', 'co', 'qly', 'hzvaab'], ['create', 'visual', 'style', 'let', 'unique', 'identifiable', 'other', 'orson', 'welle'], ['never', 'confuse', 'single', 'defeat', 'final', 'defeat', 'scott', 'fitzgerald'], ['fox', 'amp', 'friend', 'minute', 'plenty', 'terrible', 'tragic', 'news', 'talk', 'bad'], ['mcilroyrory', 'great', 'job', 'rory', 'heart', 'talent', 'great', 'champion', 'work', 'hard', 'win', 'many', 'see', 'turnberry'], ['rate', 'ny', 'course', 'golfdigestmag', 'trumpnationalny', 'provide', 'award_winning', 'service', 'exceptional', 'facility', 'http', 'co', 'swfmzzb'], ['donald', 'trump', 'signature_collection', 'exclusively_available', 'macys', 'offer', 'top', 'style', 'menswear', 'dress', 'good', 'http', 'co', 'hotvbi', 'epi'], ['strike', 'bring', 'closer', 'next', 'home', 'run', 'babe', 'ruth'], ['give', 'chance', 'make', 'day', 'discovery'], ['remember', 'old', 'saying', 'learn', 'realize', 'know', 'true', 'learn', 'daily', 'challenge'], ['negotiation', 'realize', 'persistence', 'go', 'long', 'way', 'stubborn', 'often', 'attribute'], ['jimmykimmel', 'terrific', 'obama', 'fly', 'show', 'bad', 'time', 'ridiculous'], ['many', 'fundraiser', 'obama', 'hold', 'today'], ['many', 'people', 'say', 'world', 'great', 'writer', 'character', 'sentence'], ['obama', 'want', 'putin', 'reset', 'instead', 'putin', 'laugh', 'reload'], ['believe', 'president', 'obama', 'overwhelmed', 'happen', 'world', 'totally', 'give'], ['take', 'gut', 'win'], ['try', 'learn', 'past', 'plan', 'future', 'focus', 'exclusively', 'present', 'fun'], ['take', 'gut', 'win', 'fortunately', 'people', 'gut', 'donald', 'trump'], ['obamacare', 'strike', 'major', 'insurer', 'announce', 'new', 'yorker', 'drop', 'plan', 'http', 'co', 'kgli'], ['concentration', 'mental', 'toughness', 'margin', 'victory', 'bill', 'russell'], ['trumpdoral', 'offer', 'multiple', 'award_winning', 'dining_option', 'new', 'signature_restaurant', 'lounge', 'http', 'co'], ['trump', 'int', 'palm_beach', 'offer', 'award_winne', 'par', 'championship', 'measure', 'yard', 'florida', 'top', 'course', 'http', 'co', 'zvteh', 'ngya'], ['trump', 'spa', 'trumpnewyork', 'serene', 'sanctuary', 'feature', 'luxurious', 'spa', 'treatment_room', 'sauna', 'steam', 'room', 'http', 'co'], ['thank', 'liljon', 'come', 'defense', 'roll', 'stone', 'magazine', 'often', 'say', 'terrific', 'guy'], ['enemy', 'good', 'mean', 'stand', 'something', 'sometime', 'life', 'winston_churchill'], ['time', 'perhaps', 'ever', 'world', 'need', 'great', 'leadership'], ['go', 'big', 'groundbreake', 'old_post', 'office', 'site', 'spectacular', 'new', 'hotel', 'lot', 'job'], ['washington', 'ready', 'spend', 'billion', 'care', 'illegal', 'still', 'shamble', 'vet', 'priority'], ['article', 'illegal', 'enter', 'people', 'bear', 'state', 'week', 'http', 'co', 'mpi'], ['obama', 'really', 'put', 'israel', 'cancel', 'flight', 'put', 'tremendous', 'disadvantage', 'tourism', 'stop'], ['usgsa', 'momentous', 'day', 'great', 'job', 'office', 'make', 'proud'], ['trumpchicago', 'exceptional', 'dining', 'equally', 'exceptional', 'view', 'city', 'exclusive', 'world', 'class', 'experience', 'http', 'co', 'aiqkahdfyf'], ['today', 'groundbreake', 'old_post', 'office', 'building', 'amazing', 'great', 'people', 'great', 'dedication', 'usgsa', 'http', 'co', 'naour', 'zs'], ['obama', 'yet', 'day', 'west', 'coast', 'fundraising', 'swing', 'fit', 'day', 'tax', 'payer', 'fund', 'vacation'], ['less', 'obama', 'immigration', 'request', 'go', 'immediate', 'border_security', 'real', 'scam', 'enforce', 'law'], ['good', 'way', 'build', 'successful', 'business', 'result', 'end', 'count'], ['iran', 'get', 'strong', 'iraq', 'late', 'civil', 'war', 'take', 'oil', 'immediately', 'invasion'], ['donald', 'trump', 'hotel', 'world', 'good', 'http', 'co', 'uayckdhd', 'wnew'], ['winner', 'embrace', 'hard', 'work', 'espndrlou'], ['get', 'knock', 'get', 'vince_lombardi'], ['sgt', 'thamooressi', 'hold', 'mexico', 'day', 'mexico', 'respect', 'border', 'amp', 'serviceman', 'boycott', 'freeourmarine'], ['great', 'time', 'yesterday', 'trump', 'international_hotel', 'opo', 'groundbreake', 'ceremony', 'watch', 'http', 'co', 'mbbjtsbcz'], ['say', 'not', 'continue', 'let', 'obama', 'fly', 'cost', 'million', 'dollar', 'day', 'purpose', 'politic', 'amp', 'play'], ['heart', 'beautiful', 'somerset', 'county', 'trump', 'nat_bedminster', 'proud', 'host', 'pgachampionship', 'http', 'co', 'bycblewo'], ['age', 'think', 'old', 'think', 'muhammadali'], ['architectural', 'landmark', 'trumptowerny', 'offer', 'sweep', 'panoramic', 'view', 'fifth', 'avenue', 'http', 'co', 'rbqbqusv'], ['soar', 'bar', 'sky', 'bind', 'gold', 'trumplasvegas', 'pool', 'deck', 'overlook', 'city', 'light', 'http', 'co', 'svrpumufi'], ['objective', 'strive', 'counselor', 'listen', 'other', 'know', 'final', 'decision', 'think', 'like_champion'], ['make', 'money', 'art', 'work', 'art', 'good', 'business', 'good', 'art', 'andy', 'warhol'], ['latenightseth', 'surprised', 'seth', 'absolutely', 'die', 'rating', 'truly', 'awkward', 'mumbling', 'jerk', 'bad'], ['many', 'major', 'problem', 'answer', 'leader', 'change', 'many', 'difficulty', 'easy', 'solve'], ['trumpscotland', 'provide', 'luxury', 'accommodation', 'amp', 'championship', 'yd', 'course', 'book', 'tee', 'time', 'http', 'co', 'go', 'lkrhg'], ['watch', 'gennady', 'golovkin', 'gggboxing', 'msg', 'saturday_night', 'fantastic', 'fight', 'floydmayweather'], ['open', 'trump', 'hotel', 'rio', 'janeiro', 'story', 'guestroom', 'masterpiece', 'beachside', 'view', 'http', 'co', 'gwja', 'bg'], ['summer', 'tough', 'nation', 'bad', 'ag', 'agschneiderman', 'moreland', 'commission', 'disaster'], ['obama', 'sign', 'illegal', 'executive', 'action', 'anytime', 'obamacare', 'fix', 'illegal', 'loophole'], ['republican', 'owe', 'apology', 'blow', 'election', 'could', 'lose', 'obama'], ['central', 'american', 'president', 'blame', 'influx', 'illegal_immigration', 'http', 'co', 'jcuswrr', 'obama', 'soon', 'apologize'], ['successful', 'leader', 'see', 'opportunity', 'difficulty', 'rather', 'difficulty', 'opportunity', 'ree', 'markham'], ['late', 'really', 'cold', 'hell', 'global_warming', 'need', 'fast', 'climate_change'], ['rise', 'high', 'affordable', 'luxury', 'trump', 'parc', 'stamford', 'offer', 'gracious', 'living', 'entertainment', 'space', 'http', 'co', 'wctwtdllk'], ['ultimate', 'golf', 'experience', 'trumpturnberry', 'unique', 'destination', 'locate', 'beautiful', 'ayrshire', 'coastline', 'http', 'co', 'fs', 'pjlpgx'], ['ready', 'problem', 'day', 'keep', 'focus', 'big', 'daily', 'challenge', 'trump', 'never', 'give'], ['get', 'marine', 'mexico', 'http', 'co', 'cwpffbxab'], ['obama', 'speak', 'mexican', 'president', 'last', 'week', 'amp', 'mention', 'umc', 'sad'], ['championship', 'course', 'potomac_river', 'trumpgolfdc', 'also', 'offer', 'limitless', 'social', 'event', 'http', 'co', 'gy', 'ovflmhp'], ['foxnews', 'gretawire', 'int', 'border', 'crisis', 'amp', 'obama', 'ineptitude', 'economy', 'http', 'co', 'dzwcy', 'kisn'], ['watch', 'obama', 'fix', 'illegal_immigrant', 'loophole', 'instead', 'sign', 'executive', 'action', 'give', 'amnesty'], ['youth', 'unemployment', 'record', 'high', 'obamacare', 'job', 'destroyer', 'ruin', 'aspire', 'career', 'must', 'repealed'], ['doubt', 'obama', 'fundraise', 'hold', 'fundraiser', 'year', 'record'], ['environmental', 'regulation', 'stop', 'border_patrol', 'protect', 'border', 'http', 'co', 'migrant', 'democrat'], ['celebrated', 'doctor', 'billcassidy', 'tremendous', 'senator', 'louisiana', 'send', 'conservative', 'senate', 'vote', 'bill', 'november'], ['andre_reed', 'congratulation', 'andre', 'deserve'], ['watch', 'tour', 'trumpintrealty', 'luxurious', 'penthouse', 'trump', 'park_avenue', 'http', 'co', 'pyrq'], ['prnewswire', 'central_park', 'horse', 'show', 'make', 'inaugural', 'debut', 'nyc', 'sept', 'http', 'co', 'snrdkuumxs', 'proud', 'sponsor'], ['magnificent', 'luxury', 'suite', 'guestroom', 'trumpnewyork', 'provide', 'sophisticated', 'urban', 'appeal', 'http', 'co'], ['believe', 'prime_minister', 'david_cameron', 'give', 'massive', 'subsidy', 'scotland', 'destroy', 'windfarm'], ['david_cameron', 'run', 'office', 'spend', 'much', 'england', 'money', 'subsidize', 'windfarm', 'scotland'], ['obama', 'work', 'ceasefire', 'chicago', 'well', 'gaza'], ['home', 'ownership', 'year', 'low', 'buy', 'thank', 'later'], ['time', 'mountain', 'state', 'senator', 'stop', 'obama', 'war', 'coal', 'november', 'send', 'dc', 'message', 'vote', 'capitoforwv'], ['life', 'make', 'mistake', 'learn', 'wait', 'grow', 'practice', 'patience', 'persistent', 'rev', 'billygraham'], ['business', 'up', 'down', 'weather', 'rough', 'time', 'success', 'even', 'great', 'high', 'time'], ['order', 'successful', 'especially', 'successful', 'must', 'ability', 'able', 'handle', 'pressure'], ['take', 'gut', 'brand', 'not', 'thing', 'people', 'want', 'brand', 'midas_touch'], ['support', 'warrior', 'wonderful', 'organization', 'train', 'service', 'dog', 'veteran', 'please', 'contact', 'http', 'woa'], ['trumpchicago', 'river', 'lake', 'skyline', 'view', 'deluxe', 'star', 'guestroom', 'http', 'co', 'ybyppbppjj'], ['abc', 'news', 'demand', 'highest', 'low', 'speaking', 'fee', 'scott', 'wilson', 'http', 'co', 'mhwxx'], ['vera', 'coking', 'make', 'big', 'mistake', 'atlantic_city', 'turn', 'many', 'million', 'property', 'sell'], ['vera', 'coke', 'save', 'mucho', 'money', 'turn', 'offer', 'thank', 'vera'], ['vera', 'coke', 'take', 'million', 'would', 'live', 'many', 'year', 'palm_beach', 'florida'], ['trump', 'int', 'palm_beach', 'offer', 'spectacular', 'course', 'hill', 'vista', 'bunker', 'incredible', 'water', 'feature', 'http', 'co', 'vq'], ['develop', 'talent', 'require', 'work', 'work', 'create', 'luck', 'trump', 'never', 'give'], ['weaken', 'dollar', 'gas', 'continue', 'rise', 'fracke', 'answer', 'lower', 'energy', 'cost'], ['border', 'secure', 'expect', 'attack', 'country', 'open_border', 'open', 'terrorist'], ['patient', 'bring', 'day', 'know', 'sure', 'leader', 'incompetent', 'keep'], ['stop', 'patient', 'enter', 'treat', 'highest_level', 'united_state', 'enough', 'problem'], ['bltprimemiami', 'trumpdoral', 'signature_restaurant', 'set', 'standard', 'today', 'modern', 'steakhouse', 'http', 'co', 'rgcqjtyvu'], ['sometimes', 'life', 'hit', 'head', 'brick', 'lose', 'faith', 'steve', 'job'], ['obama', 'war', 'woman', 'number', 'unemployed', 'woman', 'increase', 'july', 'http', 'co', 'jrpl', 'wj'], ['think', 'thing', 'think', 'thing', 'right', 'henry_ford'], ['david_cameron', 'prime_minister', 'spending', 'vast_amounts', 'money', 'subsidize', 'ugly', 'wind_turbine', 'scotland', 'nobody', 'want'], ['david_cameron', 'give', 'scotland', 'much', 'money', 'destroy', 'magnificent', 'land', 'wind_turbine', 'cause', 'massive', 'taxis', 'amp', 'bill'], ['not', 'allow', 'infect', 'people', 'back', 'people', 'go', 'far', 'away', 'place', 'help', 'great', 'must', 'suffer', 'consequence'], ['predict', 'year', 'iraq', 'fall', 'people', 'hate', 'baghdad', 'keep', 'oil'], ['many', 'life', 'trillion_dollar', 'waste', 'bad', 'enemy', 'get', 'nd', 'large', 'oil', 'reserve', 'world', 'stupid', 'leader'], ['obamacare_website', 'news', 'turning', 'cost', 'even', 'previously', 'think', 'work', 'big', 'trouble'], ['read', 'last', 'number', 'tweet', 'opinion', 'form', 'president', 'therefore', 'leader', 'grossly', 'incompetent'], ['must', 'immediately', 'stop', 'flight', 'infect', 'country', 'plague', 'start', 'spread', 'border', 'act', 'fast'], ['fact', 'take', 'patient', 'other', 'area', 'flee', 'united_state', 'absolutely', 'crazy', 'stupid', 'pol'], ['frankluntz', 'work', 'really', 'hard', 'guy', 'total', 'loser'], ['isis', 'terror', 'group', 'fully', 'take', 'large', 'section', 'iraq', 'soon', 'control', 'massive', 'oil', 'reserve', 'tell'], ['take', 'oil', 'iraq', 'mortal', 'enemy', 'get', 'opposition', 'really', 'dumb', 'pol', 'angry'], ['tall', 'office', 'building', 'downtown', 'nyc', 'wall_street', 'classic', 'art', 'deco', 'building', 'http', 'co', 'vtvh'], ['mayor', 'bill', 'vescio', 'briarcliff', 'manor', 'westchester', 'terrible', 'job', 'horrible', 'road', 'high', 'taxis', 'housing', 'westchestergov'], ['briarcliff', 'manor', 'get', 'well', 'town', 'manager', 'philip', 'zegarelli', 'clue', 'bad', 'road', 'total', 'puppet', 'mayor', 'westchestergov'], ['focus', 'goal', 'problem', 'tread_water', 'get', 'go'], ['achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning'], ['doctor', 'nightly', 'news', 'agree', 'bring', 'country', 'patient', 'bring', 'docs'], ['big', 'problem', 'people', 'come', 'west_africa', 'may', 'infected', 'disease', 'stop', 'flight'], ['many', 'people', 'agree', 'create', 'highway', 'start', 'small', 'area', 'africa', 'spread', 'fast'], ['government', 'import', 'illegal_immigrant', 'deadly', 'disease', 'leader', 'inept'], ['doctor', 'already', 'die', 'treat', 'http', 'co', 'dlh', 'import', 'disease', 'homeland'], ['true', 'give', 'lot', 'power', 'negative', 'throw', 'way', 'midas_touch'], ['thank', 'elvisduran', 'dedicate', 'birthday', 'today', 'erictrumpfdn', 'stjude', 'click', 'donate', 'http', 'co', 'jyoblbjntj'], ['lasvegassun', 'eugene_dunn', 'impeach', 'obama', 'elect', 'trump', 'http', 'co', 'cvey', 'piw'], ['congratulation', 'ivankatrump', 'name', 'foxnewssunday', 'power', 'player', 'week', 'http', 'co', 'iezjd', 'xlft'], ['ultimate', 'vacation', 'destination', 'trumppanama', 'sleek', 'design', 'evoke', 'majestic', 'sail', 'fully', 'deploy', 'wind', 'http', 'co', 'neilc'], ['tuesday', 'many', 'fundraiser', 'travel', 'taxpayer', 'dime', 'obama', 'hold', 'today'], ['renovation', 'trump', 'int', 'washington', 'dc', 'track', 'office', 'transform', 'true', 'luxury'], ['go', 'contentious', 'primary', 'gop', 'must', 'unite', 'let', 'take', 'senate', 'stop', 'obama', 'dangerous', 'agenda'], ['village', 'trump_charlotte', 'offer', 'variety', 'star', 'dining', 'experience', 'dine', 'cater', 'affair', 'http', 'co', 'pgqiqenp'], ['congratulation', 'rushlimbaugh', 'recent', 'year', 'anniversary', 'rush', 'revolutionize', 'talk', 'radio', 'sorry', 'hater', 'loser'], ['think', 'big', 'stay', 'focus', 'passionate', 'ever', 'give'], ['thank', 'mickyarison', 'nice', 'statement', 'bltprimemiami', 'trumpdoral', 'want', 'well', 'miamiheat', 'see', 'soon'], ['belief', 'security', 'obtain', 'throw', 'small', 'state', 'wolf', 'fatal', 'delusion', 'winston_churchill'], ['secure', 'border', 'build_wall'], ['learn', 'never', 'exhaust', 'mind', 'leonardo', 'da', 'vinci'], ['remain', 'open', 'new', 'idea', 'innovation', 'begin'], ['investor', 'visionarie', 'respect', 'look', 'present'], ['vision', 'remain', 'vision', 'focus', 'work', 'bring', 'earth', 'good'], ['star', 'guest', 'room', 'amp', 'suite', 'trumpto', 'story', 'pure', 'luxury', 'center', 'downtown', 'toronto', 'http', 'co', 'wn', 'mfnxqbz'], ['locate', 'south', 'ayrshire', 'scotland', 'trumpturnberry', 'offer', 'diverse', 'dining_option', 'suitable', 'occasion', 'http', 'co', 'bvslbzcx'], ['young', 'entrepreneur', 'remember', 'quality', 'result', 'key', 'metric', 'success'], ['discipline', 'key', 'ingredient', 'success', 'build', 'character', 'motivation', 'bring', 'opportunity'], ['something', 'buy', 'excite', 'usopen', 'http', 'co', 'adntge'], ['obamacare_premium', 'rise', 'http', 'kjxe', 'election', 'consequence'], ['sorry', 'able', 'foxandfriend', 'monday', 'india'], ['country', 'tell', 'enemy', 'go', 'attack', 'obama', 'isis', 'happen', 'element', 'surprise'], ['new', 'winner', 'missteenusa', 'pageant', 'lee', 'graham', 'http', 'co', 'waeqv'], ['golfworldus', 'top', 'public', 'course', 'trumpgolfla', 'course', 'stand', 'greatness', 'golf', 'http', 'co', 'vqaoqc'], ['nypost', 'dozen', 'key', 'staffer', 'flee', 'agschneiderman', 'office', 'http', 'urfhsi'], ['nypost', 'editorial_board', 'mute', 'agschneiderman', 'http', 'co', 'ptcea', 'schneiderman', 'feckless', 'corrupt'], ['iraq', 'dangerous', 'today', 'time', 'saddam', 'war', 'mistake', 'say', 'begin', 'bush', 'obama', 'apologize'], ['beautiful', 'hole', 'boast', 'unique', 'characteristic', 'trump', 'nat', 'philadelphia', 'golf', 'treasure', 'http', 'co', 'pmstadcvl'], ['obama', 'send', 'troop', 'back', 'iraq', 'combat', 'zone', 'believe', 'anything', 'say', 'cover', 'mistake'], ['spread', 'unprecedented', 'say', 'chief', 'http', 'co', 'qvjd'], ['bring', 'misplace', 'sample', 'anthrax', 'early', 'year', 'http', 'co', 'ax', 'ihxdcmz', 'careful'], ['know', 'enemy', 'know', 'need', 'fear', 'result', 'battle', 'sun', 'tzu'], ['world', 'know', 'falling_apart', 'much', 'blame', 'attribute', 'fact', 'united_state', 'longer', 'respect'], ['need', 'president', 'laugh', 'stock', 'entire', 'world', 'need', 'truly', 'great', 'leader', 'genius', 'strategy', 'win', 'respect'], ['sorry', 'fox', 'amp', 'friend', 'morning', 'india', 'couple', 'major', 'business', 'deal'], ['secret', 'get', 'ahead', 'get', 'start', 'mark_twain'], ['ivankatrump', 'foxnewssunday', 'power', 'player', 'week', 'interview', 'chris_wallace', 'http', 'co', 'sypaqrw', 'gi'], ['trumpnewyork', 'room', 'floor', 'ceiling', 'window', 'provide', 'unparalleled', 'view', 'central_park', 'amp', 'nyc', 'http', 'co'], ['spectacular', 'lake', 'front', 'club', 'dramatic', 'course', 'design', 'sharkgregnorman', 'trump_charlotte', 'top', 'club', 'http', 'co', 'hemvkgahev'], ['would', 'accomplish', 'many', 'thing', 'think', 'impossible', 'vince_lombardi'], ['remember', 'fear', 'conquer', 'go', 'full', 'throttle', 'odd', 'side', 'trump', 'never', 'give'], ['view', 'failure', 'end', 'learn', 'lesson', 'quickly', 'move', 'think', 'big'], ['robin', 'william', 'truly', 'wonderful', 'actor', 'amp', 'comedian', 'people', 'could', 'make', 'laugh', 'tragic'], ['watch', 'full', 'metal', 'jacket', 'believe', 'lee', 'ermey', 'win', 'academy', 'award', 'drill', 'sergeant', 'political', 'nomination'], ['reuter', 'sumeet_chat', 'donald', 'trump', 'plan', 'investment', 'india', 'bet', 'modi', 'government', 'http', 'co', 'hnski', 'eya'], ['host', 'pgachampionship', 'uswomensopen', 'trump', 'offer', 'hole', 'world', 'class', 'golf', 'http', 'co', 'bycblewo'], ['passionate', 'endeavor', 'reflect', 'back', 'end', 'result', 'trump', 'never', 'give'], ['trumpchicago', 'spa', 'offer', 'star', 'service', 'treatment_room', 'amp', 'spa_guestroom', 'overlook', 'chicago', 'skyline', 'http', 'co', 'ncgbxozz'], ['diligence', 'mother', 'good_luck', 'benjamin_franklin'], ['way', 'get', 'start', 'quit', 'talk', 'begin', 'walt', 'disney'], ['entrepreneur', 'keep', 'momentum', 'momentum', 'lot', 'great', 'idea', 'go', 'nowhere'], ['entrepreneur', 'resolve', 'big', 'problem', 'boss'], ['ready', 'problem', 'day', 'keep', 'thing', 'perspective', 'ask', 'blip', 'catastrophe'], ['amazing', 'day', 'mumbai', 'india', 'building', 'almost', 'story', 'build', 'super', 'luxury', 'great', 'press', 'go', 'wild'], ['amazing', 'people', 'india', 'trip', 'enlightening'], ['start', 'build', 'great', 'hotel', 'world', 'washington', 'site', 'office', 'amazing', 'job'], ['fortunemagazine', 'mcasey', 'donald', 'trump', 'plan', 'build', 'trump', 'tower', 'mumbai', 'http', 'co', 'pvha'], ['perception', 'india', 'change', 'say', 'donald', 'trump', 'http', 'co', 'hysdn', 'mthc', 'economictime', 'kailash', 'babar'], ['wineenthusiast', 'highest_rated', 'wine', 'virginia', 'trumpwinery', 'premier', 'name', 'sophistication', 'quality', 'http', 'co', 'tas', 'dhp', 'hh'], ['explain', 'simply', 'understand', 'well', 'enough', 'albert_einstein'], ['person', 'never', 'make', 'mistake', 'never', 'try', 'anything', 'new', 'albert_einstein'], ['masterpiece', 'trumpgolfla', 'course', 'feature', 'challenge', 'hole', 'incredible', 'view', 'http', 'co', 'vqaoqc'], ['everyone', 'work', 'energy', 'loyalty', 'focus', 'make', 'smooth', 'sailing'], ['keep', 'big', 'picture', 'mind', 'always', 'opportunity', 'think', 'small', 'negate', 'lot'], ['trumpadvice', 'http', 'co', 'zzkczeobm'], ['amp', 'park_avenue', 'trump', 'park_avenue', 'transform', 'legendary', 'hotel', 'delmonico', 'luxury', 'residence', 'http', 'co', 'vjgfwolyke'], ['amp', 'park_avenue', 'trump', 'park_avenue', 'transform', 'legendary', 'hotel', 'delmonico', 'luxury', 'residence', 'http', 'co'], ['e', 'trumpturnberry', 'home', 'iconic', 'ailsa', 'championship', 'course', 'time', 'http', 'co', 'fs', 'pjlpgx'], ['trumpdoral', 'golf', 'course', 'red', 'tiger', 'silver', 'fox', 'golden', 'palm', 'track', 'open', 'later', 'year', 'http', 'co', 'lwotp', 'ua'], ['destiny', 'part', 'play', 'life', 'business', 'give', 'chance', 'work', 'think', 'like_champion'], ['first', 'general', 'kill', 'combat', 'zone', 'vietnam', 'travesty', 'obama', 'attend', 'major', 'general', 'harold', 'greene', 'funeral'], ['believe', 'halfway', 'theodore', 'roosevelt'], ['negotiation', 'know', 'exactly', 'want', 'amp', 'focus', 'view', 'conflict', 'opportunity', 'expand', 'mind', 'horizon'], ['negotiation', 'patience', 'enormous', 'virtue', 'amp', 'need', 'cultivate', 'successful', 'negotiation', 'level'], ['negotiation', 'persistence', 'go', 'long', 'way', 'stubborn', 'good', 'key', 'know', 'loosen'], ['assouline_m', 'thank', 'monique'], ['isis', 'make', 'big', 'mistake', 'beheading', 'reporter', 'even', 'people', 'intervention', 'want', 'blow', 'oblivion', 'leadership'], ['politically_correct', 'country', 'read', 'isis', 'terrorist', 'behead', 'reporter', 'miranda', 'right', 'prior', 'good', 'food', 'amp', 'care'], ['investment', 'life', 'luxury', 'amp', 'leisure', 'trump', 'membership', 'offer', 'top', 'amenity', 'amp', 'service', 'http', 'co', 'dzkjcm'], ['world', 'famous', 'testament', 'architectural', 'excellence', 'trumptowerny', 'feature', 'waterfall', 'http', 'co', 'kukter'], ['isis', 'thug', 'murder', 'american', 'journalist', 'jame', 'foley', 'may', 'gitmo', 'detainee', 'http', 'co', 'rnhnrta', 'tv', 'release'], ['may', 'try', 'lot', 'thing', 'get', 'thing', 'work', 'tenacity', 'critical', 'success', 'trump', 'never', 'give'], ['story', 'center', 'downtown', 'trumpsoho', 'spacious', 'room', 'floor', 'ceiling', 'window', 'http', 'co', 'awonzfoqow'], ['beautiful', 'acre', 'miami', 'trumpdoral', 'boast', 'sq', 'meet', 'space', 'event', 'planning', 'service', 'http', 'co', 'jq'], ['trump', 'signature_collection', 'exclusively_available', 'macys', 'offer', 'high', 'end', 'fashion', 'man', 'dress', 'good', 'http', 'co', 'nddxt'], ['beautiful', 'lake', 'norman', 'trump_charlotte', 'offer', 'state', 'art', 'clubhouse', 'complement', 'championship', 'course', 'http', 'co', 'hemvkgrkgv'], ['tower', 'trendy', 'bay', 'street', 'trumpto', 'offer', 'stunning', 'condominium', 'multi', 'angle', 'view', 'amp', 'elite', 'amenity', 'http', 'co', 'lsmgznt'], ['trump', 'nat', 'jupiter', 'jacknicklaus', 'design', 'course', 'challenge', 'amp', 'innovative', 'yds', 'special', 'feature', 'http', 'co', 'yfhjmqbcr'], ['chalk', 'failure', 'experience', 'take', 'personally', 'go', 'find', 'next', 'challenge', 'trump', 'never', 'give'], ['chicagotribune', 'bob_write', 'trumpchicago', 'tow', 'unit', 'set', 'resale', 'record', 'http', 'co', 'cadcdumg'], ['great', 'miami', 'area', 'numerous', 'other', 'fight', 'hard', 'get', 'miss_universe', 'pageant', 'decision', 'make', 'soon'], ['secretary', 'defense', 'chuck', 'hagel', 'seem', 'lose', 'frankly', 'dumb', 'even', 'speak', 'properly', 'poor', 'leader', 'dangerous', 'time'], ['foxandfriend'], ['seth', 'meyer', 'host', 'emmy', 'award', 'total_joke', 'awkward', 'almost', 'talent', 'marble', 'mouth'], ['help', 'syria', 'iran', 'attack', 'isis', 'ironic'], ['isis', 'thug', 'behead', 'foley', 'identify', 'bunker', 'bust', 'hell'], ['obama', 'motto', 'go', 'tax', 'payer', 'fund', 'vacation', 'amp', 'constantly', 'fundraise', 'terrorist', 'win'], ['obama', 'send', 'weapon', 'benghazi', 'isis', 'hold', 'shipment', 'israel', 'thinking'], ['senscottbrown', 'competitive', 'gop', 'option', 'obama', 'amnesty', 'love', 'win'], ['newsmax_media', 'donald', 'trump', 'isis', 'awaken', 'lion', 'journalist', 'beheading', 'include', 'foxandfriend', 'video', 'http', 'co', 'sanz', 'goh'], ['demand', 'little', 'get', 'ellen', 'glasgow'], ['emmy', 'award', 'show', 'terrible', 'last_night', 'show', 'win', 'politic', 'amazing', 'race', 'joke', 'host', 'seth', 'meyer', 'bomb'], ['record', 'renovation', 'track', 'amp', 'budget', 'miracle', 'dc', 'trump', 'int', 'dc', 'build', 'national', 'marvel'], ['gulf_new', 'joeheim', 'ivankatrump', 'give', 'priority', 'http', 'co', 'rfewv'], ['young', 'entrepreneur', 'resolute', 'drive', 'success', 'gain', 'momentum', 'succeed', 'promote'], ['tuesday', 'many', 'job', 'obamacare', 'cost', 'economy', 'today'], ['state', 'legislator', 'true', 'record', 'accomplishment', 'military', 'vet', 'joniernst', 'make', 'tremendous', 'senator', 'iowa', 'send', 'joni', 'dc'], ['cnsnews', 'craigbbannister', 'poll', 'hispanic', 'black', 'call', 'tight', 'border', 'access', 'illegal', 'job', 'http', 'co'], ['trumplasvegas', 'sin', 'city', 'elite', 'destination', 'treat', 'vegas', 'luxurious', 'hotel', 'room', 'http', 'co', 'jjjadfk', 'io'], ['remember', 'hard', 'work', 'luckier', 'get'], ['always', 'bear', 'mind', 'resolution', 'succeed', 'important', 'abraham_lincoln'], ['trumpnewyork', 'forbes', 'star', 'amp', 'diamond', 'hotel', 'star', 'five_diamond', 'restaurant', 'nyc', 'http', 'ksradc', 'zer'], ['trumpchicago', 'award_winning', 'dining_option', 'also', 'offer', 'good', 'view', 'city', 'http', 'co', 'pwsw', 'dqmw'], ['congratulation', 'sethmeyer', 'emmy', 'rating', 'tumble', 'http', 'co', 'dj', 'vfi', 'predict', 'seth', 'bomb'], ['obama', 'grant', 'amnesty', 'million', 'illegal', 'lift', 'finger', 'usmc_sgt', 'tahmooressi'], ['vincemcmahon', 'miketyson', 'homerjsimpson', 'think', 'go', 'accept', 'stay_tuned', 'twitter', 'tomorrow'], ['bovanpelt', 'bo', 'hear', 'great', 'trump', 'national', 'westchester', 'surprise', 'keep', 'play', 'well', 'winner'], ['congratulation', 'graeme_mcdowell', 'kristinstape', 'baby', 'seriously', 'good', 'gene', 'champ'], ['get', 'get', 'marine', 'disgusting', 'mexican', 'jail', 'would', 'easy', 'real', 'leader', 'tough', 'phone', 'call', 'amp'], ['ice', 'bucket', 'challenge', 'morning', 'twitt', 'something', 'look_forward', 'good'], ['ask', 'reign', 'miss_universe', 'honor', 'least', 'wash', 'hair', 'morning', 'enjoy'], ['al', 'trump', 'http', 'co', 'qqxratlkpp'], ['icymi', 'al', 'trump', 'http', 'co', 'qqxratlkpp', 'missuniverse', 'donaldjtrumpjr', 'erictrump'], ['want', 'picture', 'http', 'co', 'midhzr'], ['good_luck', 'best_wishes', 'dear', 'friend', 'wonderful', 'talented', 'joan_river', 'winner', 'celebrity_apprentice', 'amazing', 'woman'], ['amspec', 'jeffrey_lord', 'donald', 'trump', 'take', 'ice', 'bucket', 'challenge', 'dare', 'obama', 'co', 'zrfntyysxl'], ['mailonline', 'hair', 'survive', 'missuniverse', 'amp', 'missusa', 'dump', 'water', 'donald', 'trump', 'http', 'co', 'fixwcpqktv'], ['obama', 'say', 'would', 'ignore', 'law', 'grant', 'amnesty', 'executive', 'action', 'congress'], ['big', 'thinker', 'start', 'nobody', 'think', 'big', 'amp', 'immediately', 'distinguish', 'majority', 'think', 'big'], ['joan_river', 'get', 'well', 'soon', 'joan', 'keep', 'fight'], ['happen', 'atlantic_city', 'casino', 'closure', 'sad', 'anybody', 'give', 'credit', 'get', 'demise', 'timing'], ['book', 'joan_river', 'lousy', 'doctor', 'shove', 'camera', 'throat', 'age', 'something', 'go', 'really', 'wrong'], ['remember', 'bad', 'doctor', 'far', 'celebrity', 'doctor', 'see', 'name', 'read', 'newspaper', 'stay', 'away'], ['watch', 'saudi_arabia', 'taunt', 'dumb', 'political', 'leader', 'protect', 'isis', 'pay'], ['saudi_arabia', 'fight', 'war', 'pay', 'absolute', 'fortune', 'protect', 'great', 'wealth'], ['angieapon', 'think', 'try', 'wear', 'hair', 'comb', 'back', 'look', 'good', 'slick', 'trump', 'al', 'may', 'happen', 'thx'], ['hyperlapse', 'app', 'trumptowerny', 'http', 'co', 'jh', 'zyclx'], ['wwe', 'answer', 'call', 'realdonaldtrump', 'respond', 'vincemcmahon', 'http', 'co', 'ulrrk', 'smackdownal'], ['watch', 'donaldjtrumpjr', 'erictrump', 'accept', 'http', 'co', 'ssovwslf'], ['succeed', 'say', 'everyone', 'else', 'think', 'joan_river'], ['idea', 'flow', 'human', 'spirit', 'absolutely', 'unlimited', 'tap', 'jack_welch'], ['young', 'entrepreneur', 'patient', 'continue', 'work', 'determination', 'hard', 'work', 'success', 'follow', 'keep', 'focus'], ['looking_forward', 'rydercupusa', 'announcement', 'tonight'], ['treat', 'pinnacle', 'luxury', 'public', 'golf', 'trumpgolfla', 'white', 'sand', 'premiere', 'course', 'http', 'co', 'vqrrsc'], ['massive', 'injection', 'tiny', 'child', 'horse', 'vaccine', 'time', 'time'], ['prove', 'right', 'massive', 'vaccination', 'doctor', 'lie', 'save', 'child', 'amp', 'future'], ['innovation', 'distinguish', 'leader', 'follower', 'steve', 'job'], ['entrepreneur', 'put', 'everything', 'get', 'know', 'exactly', 'want', 'go', 'nothing', 'haphazard'], ['entrepreneur', 'keep', 'big', 'picture', 'mind', 'always', 'opportunity', 'think', 'small', 'negate', 'lot'], ['entrepreneur', 'never', 'give', 'tough', 'apply', 'skill', 'talent', 'tenacious'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem'], ['entrepreneur', 'view', 'failure', 'final', 'say', 'effort', 'learn', 'lesson', 'quickly', 'move'], ['trump', 'int', 'golf_link', 'amp', 'hotel', 'ireland', 'front', 'atlantic_ocean', 'amp', 'host', 'great', 'irish', 'link', 'challenge', 'http', 'co', 'oji', 'aaxa'], ['vaccination', 'child', 'massive', 'dose', 'spread', 'period', 'time', 'amp', 'autism', 'drop'], ['many', 'people', 'child', 'autism', 'thank', 'amazing', 'response', 'know', 'far', 'well', 'fudged', 'report'], ['attend', 'concert', 'last_night', 'newark', 'nj', 'get', 'well', 'iamstevent', 'fantastic', 'great', 'energy'], ['next', 'generation', 'luxury', 'trumpvancouver', 'icon', 'vancouver', 'skyline', 'http', 'co', 'oaguxiaqhh'], ['learn', 'hard', 'way', 'domestically', 'internationally', 'hope', 'strategy'], ['china', 'continue', 'move', 'technologically', 'militarily', 'obama', 'sit', 'watch'], ['american', 'fight', 'isis', 'iraq', 'syria', 'passport', 'revoke', 'try', 'come', 'back', 'send', 'gitmo'], ['senator', 'landrieu', 'senator', 'represent', 'louisiana', 'home', 'state', 'send', 'billcassidy', 'senate'], ['mold', 'person', 'big', 'thing', 'think', 'big'], ['joan_river', 'joan_river', 'amazing', 'woman', 'great', 'friend', 'energy', 'talent', 'boundless', 'greatly', 'miss'], ['peace', 'absence', 'conflict', 'ability', 'handle', 'conflict', 'peaceful', 'mean', 'pre', 'ronald_reagan'], ['memory', 'joan_river', 'watch', 'become', 'celebrity_apprentice', 'mean', 'much', 'http', 'co', 'xeii', 'hndz'], ['club', 'crown', 'jewel', 'palm_beach', 'landmark', 'national', 'register', 'historic', 'place', 'http', 'co'], ['take', 'risk', 'amp', 'make', 'mistake', 'good', 'way', 'learn', 'something', 'new', 'time', 'surprise', 'trump', 'never', 'give'], ['must', 'read', 'erictrump', 'cnnmoney', 'article', 'builder', 'race', 'develop', 'sky', 'high', 'condo', 'building', 'http', 'co', 'kqksftje'], ['good', 'luck', 'chucktodd', 'meetthepress', 'debut', 'sunday'], ['usmc_sgt', 'tahmooressi', 'hold', 'mexican', 'jail', 'day', 'obama', 'call', 'release', 'freeourmarine'], ['china', 'go', 'complete', 'new', 'theme', 'park', 'expansion', 'would', 'take', 'year', 'country'], ['obamacare_website', 'hack', 'dollar', 'later', 'site', 'even', 'secure', 'personal', 'information'], ['great', 'event', 'last_night', 'trumpwinery', 'governorva', 'support', 'thevfoundation', 'uva', 'vcu', 'http', 'co', 'wgq', 'ba'], ['say', 'give', 'vaccine', 'say', 'give', 'small', 'dose', 'long', 'period', 'time', 'massive', 'dose', 'child'], ['president', 'obama', 'reach', 'time', 'low', 'approval_rating', 'anybody', 'surprise', 'happy', 'person', 'former', 'president', 'jimmy_carter'], ['attention', 'hacker', 'hack', 'everything', 'else', 'hack', 'obama', 'college', 'record', 'destroy', 'check', 'place', 'birth'], ['start', 'construction', 'old_post', 'office', 'pennsylvania_avenue', 'many', 'job', 'fine', 'hotel', 'watch', 'happen'], ['remember', 'anything', 'read', 'atlantic_city', 'nothing', 'sell', 'leave', 'good', 'timing', 'sad'], ['big', 'problem', 'face', 'atlantic_city', 'ridiculously', 'high', 'real_estate', 'taxis', 'fight', 'year', 'leave', 'corruption'], ['go', 'funeral', 'friend', 'joan_river', 'today', 'get', 'know', 'really', 'well', 'become', 'winner', 'apprentice'], ['joan_river', 'great', 'talent', 'also', 'truly', 'amazing', 'stamina', 'drive', 'would', 'never', 'give', 'quit', 'become', 'champion'], ['finish', 'shoot', 'new', 'season', 'celebrity_apprentice', 'happily', 'joan', 'play', 'advisor', 'episode', 'great'], ['getting_ready', 'pay', 'final', 'respect', 'great', 'lady', 'joan_river', 'could', 'light', 'room', 'greatly', 'miss'], ['fox', 'amp', 'friend', 'foxandfriend', 'minute', 'enjoy'], ['home', 'iconic', 'ailsa', 'time', 'course', 'trumpturnberry', 'landmark', 'ayrshire', 'coastline', 'http', 'co', 'qmvzjzhtlq'], ['amnesty', 'popular', 'accord', 'dc', 'rule', 'class', 'obama', 'delay', 'executive', 'action', 'election'], ['labor', 'participation', 'rate', 'low', 'american', 'work', 'force'], ['learn', 'new', 'beginning', 'give', 'day', 'trump', 'get', 'rich'], ['everything', 'imagine', 'real', 'pablo', 'picasso'], ['new', 'poll', 'state', 'record', 'number', 'american', 'lose', 'faith', 'president', 'obama'], ['trump', 'signature_collection', 'available_macys', 'offer', 'top', 'new', 'design', 'fall', 'wardrobe', 'dress', 'good', 'http', 'co', 'hotvbijhri'], ['soar', 'story', 'trumpchicago', 'boast', 'forbesinspector', 'star', 'rating', 'hotel', 'amp', 'restaurant', 'http', 'co', 'vxsw', 'nzjll'], ['boast', 'aaafivediamond', 'amp', 'forbesinspector', 'star', 'rating', 'trumpnewyork', 'jeangeorge', 'feature', 'superb', 'menu', 'pcdfsf'], ['fact', 'obama', 'still', 'fix', 'backend', 'obamacare_website', 'could', 'greatest', 'internet', 'boondoggle', 'history'], ['give', 'entire', 'strategy', 'tactic', 'deploy', 'isis', 'put', 'troop', 'disadvantage'], ['obama', 'release', 'isis', 'chief', 'terrorist', 'gloat', 'see', 'http', 'co', 'otwxyrlsop', 'historic', 'nat', 'sec', 'error'], ['icymi', 'foxnewsinsider', 'foxandfriend', 'yesterday', 'obama', 'dangerous', 'disconnect', 'http', 'co', 'coquag'], ['windmill', 'great', 'threat', 'bald', 'golden', 'eagle', 'medium', 'claim', 'fictional', 'global_warming', 'worse'], ['always', 'remember', 'future', 'come', 'day', 'time', 'dean', 'acheson'], ['make', 'great', 'deal', 'money', 'atlantic_city', 'leave', 'see', 'many', 'political', 'mistake', 'make', 'involvement'], ['serenity', 'meet', 'luxury', 'trump', 'nat', 'jupiter', 'spa', 'offer', 'treatment', 'help', 'restore', 'youthful', 'vitality', 'http', 'co', 'pp'], ['story', 'high', 'trumpwaikiki', 'luxury', 'guest', 'room', 'amp', 'suite', 'offer', 'exceptional', 'service', 'http', 'co', 'xrxanjj', 'wb'], ['apprenticenbc', 'donald', 'trump', 'talk', 'joan_river', 'http', 'co', 'ryhdimj', 'tvgrapevine', 'tvg_sammi'], ['impose', 'dune', 'aberdeenshire', 'coastline', 'trumpscotland', 'championship', 'course', 'classical', 'scottish', 'link', 'http', 'co', 'buzvbhcd'], ['flashback', 'october', 'donald', 'trump', 'demand', 'large', 'iphone', 'screen', 'http', 'co', 'ccg', 'welcome', 'apple', 'listen'], ['attention', 'arnold_palmer', 'happy_birthday', 'arnold', 'king', 'kingdommag', 'http', 'co', 'cde', 'tcizdw'], ['obama', 'resign', 'office', 'thereby', 'great', 'service', 'country', 'give', 'free', 'lifetime', 'golf', 'course'], ['want', 'know', 'much', 'saudi_arabia', 'other', 'help', 'willing', 'pay', 'save', 'total', 'extinction', 'pay'], ['middle', 'eastern', 'country', 'must', 'participate', 'militarily', 'run', 'away', 'big', 'league', 'financially', 'order', 'go', 'save'], ['tell', 'saudi_arabia', 'other', 'want', 'demand', 'free', 'oil', 'next', 'year', 'protect', 'private', 'boeing', 'pay'], ['believe', 'stupid', 'politician', 'release', 'leader', 'isis', 'spending', 'billion', 'try', 'get', 'back'], ['believe', 'judge', 'oscar', 'pistorious', 'case', 'find', 'guilty', 'murder', 'guilty'], ['rebuild', 'building', 'world', 'trade', 'center', 'exactly', 'tall', 'strong', 'well', 'statement'], ['pray', 'victim', 'family', 'attack', 'give', 'thank', 'sacrifice', 'justice', 'amp', 'freedom'], ['interview', 'german', 'reporter', 'visit', 'ground', 'https', 'co', 'ujc', 'xyn'], ['judge', 'oscar', 'pistorious', 'case', 'total', 'moron', 'say', 'act', 'killer', 'disaster'], ['sharkgregnorman', 'design', 'course', 'directly', 'water', 'trump_charlotte', 'north_carolina', 'elite', 'club', 'http', 'co', 'hemvkgrkgv'], ['heraldbusiness', 'hannahbsampson', 'trumpdoral', 'look', 'hire', 'hundred', 'http', 'co', 'ryktw', 'jrq'], ['donaldjtrumpjr', 'cnbc', 'interview', 'discuss', 'starve', 'demand', 'fuel', 'high', 'end', 'luxury', 'http', 'co', 'suldq'], ['call', 'moderate', 'syrian', 'rebel', 'pledge', 'allegiance', 'isis', 'obama', 'address', 'arming'], ['offer', 'river', 'lake', 'amp', 'skyline', 'view', 'star', 'room', 'range', 'deluxe', 'suit', 'http', 'co', 'ybyppbxgvb'], ['sen', 'kay', 'hagan', 'vote', 'amnesty', 'amp', 'obamacare', 'prove', 'liberal', 'recklessly', 'go', 'obama', 'vote', 'thomtillis', 'november'], ['obamacare', 'cut', 'worker', 'pay', 'amp', 'eliminate', 'small_business', 'job', 'http', 'co', 'adsn', 'jvf', 'repeal', 'late'], ['always', 'prepared', 'start', 'joe', 'montana'], ['secretary', 'kerry', 'not', 'get', 'nation', 'join', 'fight', 'isis', 'afraid', 'poor', 'salesman', 'rep', 'pathetic', 'leader'], ['money', 'never', 'big', 'motivation', 'way', 'keep', 'score', 'real', 'excitement', 'playing', 'game'], ['nothing', 'atlantic_city', 'sell', 'great', 'timing', 'loser', 'hater', 'never', 'went_bankrupt', 'sorry'], ['fox', 'friend', 'enjoy'], ['good_luck', 'people', 'scotland', 'decision', 'may', 'thursday', 'whole', 'world', 'watch', 'really', 'exciting'], ['championship', 'link', 'trumpscotland', 'world', 'class', 'amenity', 'also', 'include', 'dine', 'amp', 'luxury', 'accommodation', 'http', 'co'], ['missuniverse', 'pageant', 'come', 'trumpdoral', 'http', 'co', 'kqvoekljan'], ['newhampshirecom', 'ticket', 'sale', 'loeb', 'school', 'event', 'feature', 'donald', 'trump', 'http', 'co', 'afxkhhrpsm'], ['obama', 'promise', 'build', 'international', 'coalition', 'isis', 'already', 'break', 'trust', 'home', 'abroad'], ['congratulation', 'obama', 'build', 'strong', 'economy', 'people', 'food', 'stamp', 'historic', 'record'], ['expect', 'build', 'weak', 'pull', 'strong', 'calvin', 'coolidge'], ['focus', 'unyielding', 'resolve', 'never', 'successful', 'believe', 'accomplish', 'goal'], ['leave', 'atlantic_city', 'years_ago', 'good', 'timing', 'may', 'buy', 'back', 'much', 'low', 'price', 'save', 'plaza', 'amp', 'taj', 'run', 'badly', 'fund'], ['sad', 'see', 'happen', 'atlantic_city', 'many', 'bad', 'decision', 'pol', 'year', 'airport', 'convention_center'], ['believe', 'send', 'troop', 'africa', 'help', 'come', 'home', 'infect', 'enough', 'problem'], ['anybody', 'notice', 'atlantic_city', 'lose', 'magic', 'leave', 'big', 'boxing', 'introduce', 'ufc', 'ask', 'dana', 'good', 'show'], ['realize', 'success', 'require', 'effort', 'focus', 'nothing', 'less'], ['entrepreneur', 'achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning'], ['entrepreneur', 'believe', 'one', 'else', 'either'], ['must', 'immediately', 'stop', 'air', 'traffic', 'come', 'infect', 'area', 'africa', 'late'], ['meet', 'david', 'perdue', 'perduesenate', 'fantastic', 'guy', 'fight', 'hard', 'obamacare', 'win'], ['right', 'play', 'use', 'power', 'play', 'educate', 'empow', 'child', 'face', 'adversity', 'great', 'check', 'http', 'co', 'lv', 'imvftt'], ['important', 'repmattsalmon', 'amp', 'repedroyce', 'hold', 'hearing', 'oct', 'usmc_sgt', 'tahmooressi', 'mother', 'amp', 'wife', 'http', 'co', 'jiiypl', 'ske'], ['day', 'mexico', 'continue', 'hold', 'insult', 'country'], ['success', 'worry', 'damn', 'thing', 'world', 'money', 'johnny', 'cash'], ['order', 'stop', 'outbreak', 'africa', 'perhaps', 'president', 'put', 'african', 'obamacare', 'rather', 'send', 'troop'], ['mike', 'espn', 'minute'], ['point', 'contest', 'sit', 'sideline', 'option', 'dean', 'smith'], ['great', 'article', 'call', 'climate_change', 'formerly', 'know', 'global_warming', 'http', 'co', 'feyahq', 'lgb'], ['great', 'honor', 'mikeandmike', 'espn', 'response', 'amazing'], ['panoramic', 'view', 'central_park', 'amp', 'manhattan', 'skyline', 'star', 'trumpnewyork', 'offer', 'newly', 'renovate', 'room', 'http', 'co', 'wnfquygw'], ['must', 'read', 'article', 'boonepicken', 'amp', 'ambjohnbolton', 'america', 'untapped', 'energy', 'weapon', 'http', 'co', 'mlckuysmpm', 'need', 'foreign', 'oil'], ['republican', 'go', 'blow', 'chance', 'take', 'senate', 'must', 'focus', 'obamacare', 'amnesty'], ['obama', 'want', 'bomb', 'isis', 'iraq', 'amp', 'arm', 'syria'], ['iraqi', 'army', 'squander', 'majority', 'weapon', 'amp', 'training', 'give', 'long', 'year', 'learn'], ['sometimes', 'take', 'half', 'step', 'back', 'take', 'forward', 'vincemcmahon'], ['luigiboria', 'congratulation', 'get', 'miss_universe', 'pageant', 'come', 'doral', 'miami', 'great', 'show', 'tremendous', 'success'], ['trumpgolfla', 'theknot', 'pick', 'good', 'wedding', 'vista', 'terrace', 'look', 'pacific_ocean', 'http', 'co', 'tijmq', 'oxd'], ['realize', 'persistence', 'go', 'long', 'way', 'stubborn', 'often', 'attribute'], ['learn', 'work', 'think', 'equal', 'proportion', 'go', 'right', 'direction'], ['people', 'scotland', 'speak', 'great', 'decision', 'wish', 'alexsalmond', 'look_forward', 'playing', 'golf', 'aberdeen'], ['convinced', 'alexsalmond', 'push', 'ugly', 'scotland', 'vote', 'would', 'much', 'better'], ['congratulation', 'georgina', 'bloomberg', 'win', 'inaugural', 'central_park', 'grand', 'prix', 'csi', 'mikebloomberg'], ['trump', 'nat', 'westchester', 'highly', 'regard', 'club', 'great', 'place', 'http', 'co', 'swfmzzsaac'], ['china', 'lead', 'exporter', 'iraqi', 'oil', 'lift', 'finger', 'isis', 'heavy', 'lifting', 'china', 'gain'], ['lead', 'landrieu', 'foxnew', 'poll', 'billcassidy', 'beat', 'november'], ['wilson', 'family', 'thank', 'pegula', 'overpay', 'buffalobill'], ['brand', 'new', 'selection', 'trump', 'signature_collection', 'shirt', 'tie', 'macys', 'go', 'check'], ['effective', 'leadership', 'put', 'first', 'thing', 'first', 'effective', 'management', 'discipline', 'carry', 'stephen', 'covey'], ['roger', 'goodell', 'must', 'stop', 'apologize', 'everyone', 'listen', 'toughen', 'street', 'smart', 'player', 'laugh', 'nfl'], ['send', 'thousand', 'ill', 'train', 'soldier', 'infest', 'area', 'africa', 'bring', 'plague', 'back', 'obama', 'stupid'], ['believe', 'obama', 'give', 'weapon', 'moderate', 'rebel', 'syria', 'sure', 'hell', 'turn'], ['separate', 'winner', 'loser', 'person', 'react', 'new', 'twist', 'fate'], ['call', 'big', 'scandal', 'sport', 'history', 'gma', 'roger', 'look', 'really', 'weak', 'indecisive', 'must', 'put', 'well', 'front'], ['nfl', 'image', 'really', 'tarnish', 'sponsor', 'start', 'leave', 'rating', 'go', 'nfl', 'big', 'trouble', 'boring', 'game'], ['non', 'profit', 'status', 'immediately', 'revoke', 'time', 'end', 'giant', 'tax', 'scam', 'make', 'team', 'valuable'], ['passion', 'energy', 'energy', 'nothing', 'totally', 'brilliant', 'quote', 'well'], ['country', 'become', 'politically_correct', 'lose', 'sense', 'direction', 'purpose', 'unable', 'move_forward', 'painlessly'], ['good', 'morning', 'fox', 'friend', 'minute', 'enjoy', 'foxandfriend'], ['briarcliff', 'manor', 'mayor', 'vescio', 'terrible', 'job', 'taxis', 'way', 'high', 'road', 'terrible', 'condition', 'repave', 'pine', 'road', 'briarcliffmanor'], ['interesting', 'article', 'atlantic_city', 'http', 'co', 'jzu', 'kobjrm'], ['rag', 'riche', 'rag', 'http', 'co', 'fvj'], ['obama', 'rollout', 'isis', 'war', 'plan', 'unmitigated', 'disaster', 'general', 'must', 'furious'], ['obama', 'army', 'coordinate', 'iran', 'isis'], ['always', 'bear', 'mind', 'resolution', 'succeed', 'important', 'abraham_lincoln'], ['would', 'people', 'kentucky', 'want', 'rookie', 'senator', 'sen', 'mitch', 'mcconnellpress', 'may', 'next', 'leader', 'amp', 'bring', 'ky'], ['accord', 'many', 'isi', 'give', 'much', 'time', 'many', 'signal', 'would', 'start', 'bomb', 'able', 'prepare', 'hide'], ['damac', 'trump', 'organization', 'develop', 'trump', 'golf_course', 'trump', 'world', 'golf_club', 'dubai', 'akoya', 'oxygen', 'http', 'co', 'hlcygmibkb'], ['zegarelli', 'vescio', 'pine', 'road', 'looks_like', 'hell', 'must', 'paved', 'bad', 'town', 'briarcliffmanor'], ['forbesinspector', 'amp', 'aaanew', 'star', 'restaurant', 'trumpnewyork', 'jean_georgesnyc', 'nyc', 'top', 'destination', 'http', 'pcdfsf'], ['obama', 'administration', 'say', 'saudi_arabia', 'syria', 'border', 'http', 'co', 'ai', 'jhse', 'wrong', 'civilian', 'plan', 'war'], ['obamacare', 'datum', 'mismatch', 'could', 'leave', 'thousand', 'uninsured', 'http', 'co', 'obamacare', 'work', 'miss', 'target'], ['offer', 'top', 'amenity', 'award_winne', 'architectural', 'design', 'trumpchicago', 'condominium', 'world', 'class', 'http', 'co', 'yyaajzig'], ['give', 'everyone', 'benefit', 'think', 'like_champion'], ['terry', 'mcauliffe', 'virginia', 'trump', 'winery', 'charlottesville', 'large', 'east', 'coast', 'governorva', 'http', 'co', 'onch', 'wxpwl'], ['bbcnew', 'donald', 'trump', 'golf', 'clubhouse', 'menie', 'approve', 'http', 'co', 'xmfwqyc'], ['njpga', 'course', 'year', 'trump', 'honor', 'host', 'pgachampionship', 'http', 'co', 'fpbwmcl'], ['someone', 'unknown', 'tweet', 'incorrectly', 'sen', 'mitch', 'mcconnellpress', 'speaker', 'support', 'senate', 'majority', 'leader'], ['congratulation', 'trumpsoho', 'name', 'great', 'east', 'coast', 'hotel', 'teen', 'family', 'parademagazine', 'http', 'co', 'kzgqic'], ['happy', 'new', 'year', 'jewish', 'friend', 'celebrate', 'holiday'], ['go', 'http', 'co', 'aziaqhtvx', 'help', 'friend', 'scott', 'brown', 'take', 'back', 'senate'], ['give', 'strategy', 'amp', 'tactic', 'enemy', 'prepare', 'go'], ['fight', 'bully', 'always', 'throw', 'first', 'punch', 'telegraph', 'hit', 'hard', 'amp', 'hit', 'fast'], ['rosie', 'offense', 'good_luck', 'new', 'show', 'remember', 'start', 'http', 'co', 'ag', 'tyzzxoh'], ['bet', 'harass', 'apple', 'last', 'year', 'large', 'screen', 'iphone', 'do', 'bend', 'amp', 'break'], ['watch', 'ryd', 'cup', 'golfchannel', 'interesting', 'tough', 'match', 'amazing', 'sport', 'favorite'], ['people', 'love', 'new', 'line', 'trump', 'tie', 'shirt', 'macy', 'check'], ['internationally', 'recognize', 'iconic', 'landmark', 'trumptowerny', 'beam', 'fifth', 'avenue', 'http', 'co', 'lmipou'], ['renovation', 'trump', 'int', 'dc', 'expansive', 'guest', 'room', 'top', 'offering', 'amenity', 'amp', 'view', 'http', 'co', 'fruepjlajz'], ['success', 'depend', 'effectively', 'learn', 'manage', 'game', 'ultimate', 'adversary', 'course', 'jacknicklaus'], ['elite', 'destination', 'trumplasvegas', 'story', 'golden', 'glass', 'amp', 'offer', 'ultimate', 'luxury', 'http', 'co', 'eyyr'], ['friend', 'derek', 'special', 'athlete', 'special', 'person', 'nobody', 'yankee'], ['believe', 'still', 'get', 'marine', 'mexico', 'sit', 'prison', 'president', 'play', 'golf', 'make', 'bad', 'decision'], ['wonder', 'run', 'president', 'hater', 'loser', 'vote', 'know', 'make_america', 'great', 'say'], ['animal', 'behead', 'woman', 'oklahoma', 'give', 'fast', 'trial', 'death_penalty', 'fate', 'beheading'], ['foxandfriend', 'monday', 'morning', 'lot', 'talk'], ['release', 'full', 'interview', 'guy', 'name', 'baxter', 'antbaxter', 'show', 'bias', 'stupidity', 'bbcworld', 'clown'], ['time', 'speak', 'hater', 'loser', 'great', 'love', 'affection', 'not', 'help', 'fact', 'bear', 'fuck'], ['foxandfriend', 'minute'], ['charlierymergc', 'charlie', 'call', 'set', 'match', 'gary', 'damon', 'doral', 'finish', 'great'], ['jerk', 'fraudulently', 'tweet', 'parent', 'say', 'big', 'inspiration', 'rt', 'kindness', 'retweete', 'maybe', 'sue'], ['think', 'nice', 'somebody', 'parent', 'guess', 'teach', 'nice', 'trust', 'sad'], ['mcilroyrory', 'year', 'weekend', 'top', 'fantastic', 'job', 'see', 'doral'], ['justinrose', 'display', 'put', 'weekend', 'unprecedented', 'even', 'good', 'putter', 'believe', 'amazing', 'see', 'soon'], ['ianjamespoulter', 'great', 'go', 'almost', 'importantly', 'clothing', 'line', 'sell', 'well'], ['great', 'go', 'weekend', 'true', 'champion'], ['graeme_mcdowell', 'tough', 'guy', 'boxer', 'champ', 'great', 'going'], ['montgomeriefdn', 'commentary', 'weekend', 'fantastic', 'people', 'love', 'say', 'say'], ['patrick', 'ree', 'proud', 'champion', 'doral', 'love', 'attitude', 'amp', 'play', 'see', 'march', 'cadillac', 'wgc'], ['johnny', 'miller', 'great', 'job', 'weekend', 'insightful', 'tough', 'see', 'doral'], ['horsetalknz', 'ny', 'central_park', 'horse', 'show', 'huge', 'success', 'http', 'co', 'iifjsyupyv'], ['donald', 'trump', 'scottish', 'golf_course', 'http', 'co', 'telegraphsport'], ['must', 'watch', 'georgian', 'perduesenate', 'new', 'ad', 'secure', 'border', 'https', 'co', 'michelle', 'nunn', 'support', 'amnesty', 'amp', 'obamacare'], ['runaway', 'obamacare', 'spending', 'cost', 'democrat', 'http', 'co', 'tey', 'jgrp', 'bloombergview', 'lanheechen'], ['obama', 'destroy', 'isis', 'obama', 'healthcare_plan', 'keep', 'plan'], ['interesting', 'case', 'uk', 'stellacreasy', 'abusive', 'troll', 'http', 'co', 'zw', 'ic'], ['jeanne', 'shaheen', 'want', 'amnesty', 'illegal', 'place', 'decide', 'vote', 'obamacare', 'amp', 'oppose', 'vote', 'november'], ['obama', 'salute', 'marine', 'cup', 'coffee', 'hand', 'hell', 'exit', 'heli', 'hold', 'coffee'], ['hrs', 'central_park', 'see', 'nytime', 'include', 'stop', 'trumpnewyork', 'bite', 'nougatine_nyc', 'full', 'article', 'http', 'co', 'dhlnmuxkw'], ['view', 'trump', 'rest', 'thanksgiving', 'macysparade', 'stay', 'trumpnewyork', 'exclusive', 'parade', 'access', 'http', 'xvp'], ['excited', 'see', 'sixteenchicago', 'elevate', 'fine', 'dining', 'explore', 'usatoday', 'good', 'http', 'co', 'vnmdh', 'ip'], ['realize', 'success', 'require', 'effort', 'focus', 'nothing', 'less', 'get', 'go'], ['keep', 'momentum', 'momentum', 'lot', 'great', 'idea', 'go', 'nowhere'], ['via_newsmax_media', 'wandacarruther', 'trump', 'inconceivable', 'obama', 'know', 'isis', 'threat', 'http', 'co', 'mol', 'mrxgv'], ['everything', 'dubai', 'learn', 'emirate', 'rebound', 'say', 'donaldtrumpjr', 'http', 'co', 'jv', 'ii', 'emirate', 'parag'], ['fact', 'obama', 'read', 'intelligence', 'briefing', 'get', 'brief', 'person', 'cia', 'dod', 'busy', 'guess'], ['success', 'seem', 'connected', 'action', 'successful', 'people', 'keep', 'move', 'make', 'mistake', 'quit', 'conrad', 'hilton'], ['president', 'obama', 'stay', 'hong', 'kong', 'protest', 'enough', 'problem', 'country', 'even', 'properly', 'police', 'white_house'], ['go', 'state', 'long', 'ago', 'cancel', 'flight', 'west_africa', 'get', 'bad'], ['dumb', 'president', 'send', 'thousand', 'poorly', 'train', 'ill', 'equipped', 'soldier', 'west_africa', 'fight', 'stop', 'flight'], ['united_state', 'must', 'immediately', 'institute', 'strong', 'travel', 'restriction', 'united_states', 'plague'], ['woman', 'secret_service', 'director', 'looks_like', 'way', 'head', 'president', 'appoint', 'best', 'bright'], ['stop', 'flight', 'west_africa', 'immediately'], ['abc', 'television', 'allow', 'show', 'entitle', 'blackish', 'imagine', 'furor', 'show', 'whiteish', 'racism', 'highest_level'], ['rate', 'resort', 'europe', 'cntraveler', 'trump_ireland', 'offer', 'breathtake', 'golf', 'amp', 'star', 'lodge', 'doonbeg', 'http', 'co', 'uwxhlqecjn'], ['national_security', 'start', 'border', 'think', 'isi', 'amp', 'qaeda', 'middle_east'], ['obama', 'attend', 'fundraiser', 'day', 'bother', 'get', 'brief', 'national_security', 'commander', 'chief'], ['million', 'country', 'unemployed', 'waste', 'million', 'arm', 'syrian', 'rebel', 'wrong', 'washington'], ['design', 'ivankatrump', 'trumpdoral', 'deluxe', 'guestroom', 'feature', 'impeccable', 'furnish', 'detail', 'http', 'co', 'bfvxvb'], ['aah', 'star', 'diamond', 'green', 'star', 'diamond', 'award', 'winner', 'trumpgolfla', 'nation', 'top', 'public', 'course', 'http', 'co', 'oeivkkzbys'], ['ebola', 'much', 'easy', 'transmit', 'government', 'representative', 'admit', 'spread', 'africa', 'fast', 'stop', 'flight'], ['arrive', 'trump', 'national_doral', 'miami', 'spend', 'day', 'check', 'work', 'complete', 'contractor', 'place', 'amazing'], ['brand', 'new', 'hotel', 'trump', 'national_doral', 'beautiful', 'room', 'suite', 'miami', 'enjoy'], ['patient', 'come', 'country', 'know', 'exactly', 'come', 'contact', 'people', 'go', 'tell'], ['incompetent', 'leader', 'allow', 'infect', 'people', 'come', 'country', 'problem', 'danger', 'entail'], ['patient', 'duncan', 'lied', 'exit', 'paper', 'say', 'never', 'come', 'contact', 'person', 'know', 'person', 'die'], ['see', 'michael', 'jordan', 'ray', 'allen', 'today', 'play', 'golf', 'trump', 'national_doral', 'blue_monster', 'great', 'guy'], ['not_that_actor', 'andy', 'amazing', 'writing', 'thought', 'thank'], ['really', 'interesting', 'president', 'obama', 'quick', 'shut', 'flight', 'isreal', 'totally', 'unwilling', 'shut', 'flight', 'west_africa'], ['trumpadvice', 'http', 'co'], ['believe', 'president', 'obama', 'still', 'stop', 'flight', 'people', 'pour', 'west_africa', 'terrible', 'president'], ['non', 'contagious', 'come', 'nbc', 'cameraman', 'catch', 'quickly', 'west_africa', 'behave', 'foolishly'], ['patient', 'thomas', 'duncan', 'fraudulently', 'enter', 'sign', 'false', 'paper', 'cause', 'havoc', 'life', 'prosecute'], ['something', 'important', 'indeed', 'society', 'change', 'may', 'come', 'epidemic', 'good', 'thing', 'shake', 'hand'], ['president', 'obama', 'close', 'flight', 'infect', 'area', 'right', 'late', 'hell', 'wrong'], ['president', 'obama', 'idea', 'pretend', 'west_africa', 'israel', 'able', 'stop', 'area', 'flight'], ['jet', 'time', 'quarterback', 'change'], ['know', 'get', 'totally', 'bored', 'watch', 'nfl', 'football', 'many', 'penalty', 'far', 'soft', 'back', 'work'], ['hell', 'obama', 'allow', 'potentially', 'sick', 'people', 'continue', 'enter', 'stupid', 'arrogant'], ['go', 'watch', 'much', 'nfl', 'football', 'time', 'consume', 'bore', 'many', 'flag', 'soft', 'focus', 'thing'], ['fox', 'amp', 'friend', 'foxandfriend', 'fight', 'ebola', 'topic'], ['think', 'crooked', 'agschneiderman', 'ever', 'challenge', 'nfl', 'tax', 'status', 'many', 'friend', 'contributor', 'nfl'], ['congrat', 'janineturner', 'new', 'book', 'little', 'bit', 'vulnerable', 'breath', 'fresh', 'air', 'political', 'forum', 'http', 'hdvc', 'gsanw'], ['scotgolfpodcast', 'work', 'yet', 'begin', 'approval', 'phase', 'amazing', 'love', 'final', 'result'], ['dailycaller', 'neilmunrodc', 'trump', 'want', 'travel_ban', 'http', 'co'], ['donaldjtrumpjr', 'want', 'build', 'everything', 'dubai', 'http', 'co', 'vgteucmik'], ['donald', 'trump', 'crown', 'fiu', 'miss_universe', 'venue', 'http', 'co', 'yolmyc', 'miamiherald'], ['footwearnew', 'kristenmhenning', 'ivankatrump', 'work', 'beat', 'breast', 'cancer', 'http', 'co', 'ub', 'jrd'], ['trump', 'campaign', 'stevekingia', 'http', 'co', 'su', 'kscj'], ['record', 'gretawire', 'tonight', 'pm'], ['obama', 'miss', 'intelligence', 'briefing', 'president', 'make', 'fundraiser'], ['ever', 'increase', 'disaster', 'obama', 'refuse', 'stop', 'flight', 'west_africa', 'almost', 'say', 'public'], ['believe', 'mitch_mcconnell', 'way', 'kentucky', 'poll', 'massive', 'seniority', 'bring', 'much', 'power', 'status', 'state', 'bring'], ['kentucky', 'chance', 'senate', 'majority', 'leader', 'mitch_mcconnell', 'represent', 'washington', 'big', 'power', 'state', 'blow'], ['put', 'ad', 'real_estate', 'executive', 'hard', 'work', 'low', 'pay', 'mean', 'boss'], ['congratulation', 'jean_georgesnyc', 'year', 'michelinstar', 'visit', 'restaurant', 'trumpnewyork', 'meal', 'never', 'forget'], ['looking_forward', 'trumpsoho', 'evening', 'corporate', 'meeting', 'planner', 'reception', 'trump', 'national_doral', 'trumpdoral'], ['cnnmoney', 'aaronsmithcnn', 'donald', 'win', 'trump', 'name', 'come', 'casino', 'http', 'co', 'zwt', 'fkvfkj'], ['gretawire', 'int', 'leon', 'panetta', 'critique', 'obama', 'rise', 'isis', 'obama', 'lack', 'common_sense', 'amp', 'http', 'co', 'ud', 'txmft'], ['usmc', 'andrew_tahmooressi', 'free', 'immediately', 'never', 'jail', 'first', 'place', 'weak', 'leader', 'freeourmarine'], ['ibdeditorial', 'american', 'label', 'obama', 'presidency', 'failure', 'http', 'co', 'gccjlg', 'yda'], ['sure', 'enjoy', 'chicago', 'international', 'film', 'festival', 'trumpchicago', 'windy', 'city', 'top', 'hotel'], ['mayor', 'vescio', 'manager', 'zegarelli', 'repave', 'pine', 'road', 'briarcliffmanor', 'disgrace'], ['real_estate', 'taxis', 'far', 'high', 'briarcliffmanor', 'westchester', 'total_joke', 'waste', 'money', 'replace', 'mayor', 'vescio'], ['via_newsmax_media', 'owentew', 'trump', 'maybe', 'something', 'miraculous', 'happen', 'obama', 'succeed', 'http', 'co', 'xqdkeg'], ['relentless', 'often', 'would', 'think', 'sheer', 'persistence', 'difference', 'success', 'failure', 'never', 'give'], ['obama', 'look', 'incompetent', 'fool', 'handle', 'war', 'isis', 'china', 'russia', 'help', 'gain', 'much'], ['work', 'underway', 'first', 'new', 'trump', 'course', 'dubai', 'second', 'course', 'plan', 'http', 'co', 'czrdeei', 'cybergolfnew'], ['obamacare_premium', 'continue', 'rise', 'bend', 'cross', 'curve', 'back', 'end', 'website', 'even', 'work'], ['isis', 'advance', 'even', 'obama', 'airstrike', 'obama', 'disengage', 'make', 'middle_east', 'even', 'dangerous'], ['today', 'put', 'objective', 'reduce', 'tomorrow', 'achievement', 'henry', 'bank'], ['stop', 'flight', 'http', 'co', 'cyhrbbapv'], ['vancouver', 'anticipate', 'hotel', 'amp', 'residence', 'trumpvancouver', 'unveil', 'canada', 'first', 'spa', 'http', 'co', 'gcgbphrtib'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem'], ['amspec', 'jeffrey_lord', 'donald', 'trump', 'right', 'http', 'co', 'vrs'], ['abc', 'int', 'atlantic_city', 'philadelphia', 'real_estate', 'market', 'amp', 'election', 'http', 'co', 'uftinxs'], ['jenniferjjacob', 'stevekingia', 'ramp', 'first', 'tv', 'ad', 'trump', 'event', 'http', 'co', 'emysglpuat'], ['china', 'overtake', 'world', 'large', 'economy', 'busy', 'waste', 'china', 'build', 'airport', 'amp', 'skyscraper'], ['fight', 'isis', 'start', 'border', 'least', 'isis', 'catch', 'cross', 'mexico', 'border', 'build_wall'], ['american', 'fight', 'isis', 'passport', 'revoke', 'take', 'gitmo', 'interrogation'], ['believe', 'fool', 'thomas', 'frieden', 'cdc', 'state', 'anyone', 'fever', 'ask', 'west_africa', 'dope'], ['obama', 'stop', 'flight', 'west_africa', 'late', 'see', 'happen', 'thick', 'stupid'], ['even', 'jimmy_carter', 'release', 'statement', 'say', 'obama', 'clue', 'new', 'low'], ['little', 'reported', 'event', 'china', 'overtaken', 'united_states', 'number', 'world', 'economic', 'power', 'great', 'go', 'washington'], ['spend', 'fortune', 'airport', 'check', 'people', 'come', 'west_africa', 'uncertain', 'result', 'stop', 'flight', 'dumb'], ['way', 'get', 'start', 'quit', 'talk', 'begin', 'walt', 'disney'], ['right', 'troop', 'stupidly', 'head', 'west_africa', 'help', 'fight', 'help', 'china', 'russia', 'wealthy', 'african', 'oil', 'nation'], ['trumpvlog', 'brave', 'soldier', 'catch', 'ebola', 'http', 'co', 'zgbaethnnt'], ['great', 'news', 'ireland', 'clare', 'county', 'council', 'turn', 'massive', 'windfarm', 'hotel', 'amp', 'golf_course', 'doonbeg', 'http', 'co', 'osvvfgm'], ['admit', 'alexsalmond', 'tough', 'smart', 'guy', 'formidable', 'standard'], ['golf_club', 'trumpnationalny', 'westchester', 'great', 'place', 'http', 'co', 'unbowqex'], ['congratulation', 'piersmorgan', 'new', 'position', 'editor', 'large', 'united_states', 'mailonline', 'apprentice', 'champ'], ['mediaite', 'forza_desiderio', 'donald', 'trump', 'blast', 'obama', 'send', 'troop', 'http', 'co', 'skbrhogbvp'], ['obama', 'send', 'troop', 'fight', 'jihadist', 'yet', 'send', 'liberia', 'contract', 'ebola', 'delusional', 'failure'], ['chief', 'say', 'spread', 'fast', 'aid', 'marine', 'prepare', 'pandemic', 'drill', 'stop', 'flight', 'west_africa'], ['residential', 'real_estate', 'market', 'continue', 'provide', 'opportunity', 'first', 'time', 'home', 'owner', 'buy'], ['china', 'rip', 'wealth', 'africa', 'usual', 'refuse', 'put', 'anything', 'back', 'help', 'let', 'stupid', 'american', 'sad'], ['ten', 'million', 'dollar', 'airstrike', 'impact', 'key', 'leader', 'flee', 'hear', 'news', 'report', 'strike', 'come', 'dumb'], ['feel', 'sorry', 'soldier', 'force', 'go', 'west_africa', 'fight', 'family', 'arm', 'train'], ['interested', 'balance', 'work', 'pleasure', 'never', 'succeed'], ['obama', 'make', 'problem', 'much', 'bad', 'need', 'halt', 'flight', 'west_africa', 'airport', 'testing', 'joke'], ['seal', 'deal', 'hold', 'business', 'meet', 'luxurious', 'trumpnewyork', 'executive', 'board', 'room', 'http', 'co', 'qhmbxbvnu'], ['obamacare', 'put', 'poor', 'people', 'form', 'government', 'run', 'single', 'payer', 'health', 'insurance', 'many', 'doctor', 'take', 'avik'], ['lightweight_agschneiderman', 'bad', 'attorney_general', 'tough', 'election', 'john', 'cahill', 'cahillforag'], ['lightweight_agschneiderman', 'probably', 'win', 'dem', 'ny', 'loser'], ['agschneiderman', 'remove', 'eyeliner', 'point', 'cuomo', 'commercial'], ['trumpvlog', 'sad', 'sucker', 'http', 'co', 'uni', 'sqsqyr'], ['theinquisitr', 'american', 'agree', 'donald', 'trump', 'percent', 'want', 'flight', 'ban', 'outbreak', 'country', 'http', 'co', 'ghnml'], ['clarechampion', 'dandanahernew', 'wind', 'farm', 'proposal', 'trump_ireland', 'reject', 'http', 'co', 'jyeq'], ['sweat', 'equity', 'valuable', 'equity', 'know', 'business', 'industry', 'well', 'anyone_else', 'world', 'mcuban'], ['reason', 'bid', 'buffalobill', 'make', 'sure', 'stayed', 'buffalo', 'belong', 'mission', 'accomplish'], ['nfl', 'rating', 'continue', 'fall', 'week', 'keep', 'drop', 'boring', 'game', 'many', 'flag', 'soft'], ['nfl', 'rating', 'big', 'league', 'glad', 'get', 'bill', 'rather', 'lucky', 'good'], ['obama', 'control', 'obama', 'health_care', 'plan', 'keep', 'healthcare_plan'], ['notice', 'isis', 'obamacare', 'go', 'back', 'burner', 'horrible', 'result', 'come', 'disaster'], ['never', 'see', 'anything', 'everything', 'touch', 'turn', 'gold', 'nice', 'fre', 'trump', 'son', 'donald'], ['ridiculous', 'start', 'today', 'new', 'screening', 'go', 'effect', 'people', 'come', 'west_africa', 'stop', 'flight', 'dummy'], ['michelle', 'obama', 'make', 'terrible', 'mistake', 'iowa', 'endorse', 'bruce', 'braley', 'large', 'crowd', 'call', 'bruce', 'bailey', 'time'], ['conservative', 'republican', 'make', 'mistake', 'mrs', 'obama', 'make', 'call', 'braley', 'wrong', 'name', 'would', 'biggest', 'story'], ['remember', 'say', 'saddam', 'hussein', 'fall', 'new', 'leader', 'iraq', 'mean', 'tough', 'hate', 'even', 'welcome', 'isis'], ['president', 'obama', 'bring', 'innocent', 'ill', 'trained', 'soldier', 'home', 'west_africa', 'late', 'stop', 'flight'], ['go', 'healthcare', 'worker', 'treat', 'thomas', 'duncan', 'man', 'fly', 'west_africa', 'infect', 'catch'], ['know', 'president', 'obama', 'stop', 'flight', 'tear', 'west_africa', 'stubborn', 'stupid', 'care'], ['fox', 'amp', 'friend', 'tomorrow', 'morning', 'isis', 'topic'], ['nfl', 'game', 'get', 'bore', 'magnificent', 'imagination', 'event', 'watch', 'much', 'anymore'], ['foxandfriend', 'minute'], ['china', 'export', 'rise', 'september', 'laugh', 'usa'], ['people', 'buffalo', 'happy', 'terry', 'pegula', 'get', 'team', 'hope', 'well', 'bill', 'sabre', 'good_luck'], ['even_though', 'refuse', 'pay', 'ridiculous', 'price', 'buffalo', 'bill', 'would', 'produce', 'winner', 'happen'], ['nfl', 'game', 'bore', 'actually', 'glad', 'get', 'bill', 'bore', 'game', 'many', 'flag', 'soft'], ['think', 'spend', 'iraq', 'baghdad', 'take', 'isis'], ['trump', 'int', 'golf_link', 'scotland', 'award', 'star', 'scottish', 'tourism', 'chief', 'mailonline', 'http', 'co', 'rmjsc', 'zocj'], ['finish', 'read', 'poorly', 'write', 'amp', 'bore', 'book', 'general_motor', 'build', 'vicky', 'ward', 'waste', 'time', 'wileybiz'], ['happy', 'belate', 'birthday', 'chris_wallace', 'chris', 'great', 'job', 'week', 'foxnewssunday', 'father', 'son'], ['trumpvlog', 'china', 'laugh', 'http'], ['military', 'general', 'fume', 'obama', 'boxed', 'isis', 'strategy', 'destine', 'fail', 'sad'], ['award', 'star', 'trumpscotland', 'macleod', 'house', 'amp', 'lodge', 'boutique', 'hotel', 'historic', 'masterpiece', 'http', 'co', 'mjpyrxjm'], ['alison', 'grime', 'admit', 'vote', 'obama', 'even', 'embarrassed', 'trust', 'vote', 'team_mitch'], ['never', 'want', 'criticize', 'goodness', 'sake', 'anything', 'new', 'jeff', 'bezos'], ['believe', 'thatwith', 'problem', 'difficulty', 'face', 'president', 'obama', 'spend', 'day', 'play', 'golf', 'bad', 'carter'], ['isis', 'ebola', 'spread', 'wildfire', 'obama', 'administration', 'submit', 'paper', 'stop', 'climate_change', 'aka', 'global_warming'], ['many', 'problem', 'leadership', 'hopeless', 'top', 'everything', 'else', 'hit', 'debt'], ['want', 'require', 'phil', 'mcgraw'], ['congratulation', 'trumpdoral', 'bluemonster', 'course', 'name', 'tough', 'course', 'tour', 'year', 'http', 'co', 'iankmlfj'], ['alison', 'grime', 'protect', 'sanctity', 'obama', 'ballot', 'admit', 'vote', 'hillary', 'primary', 'hypocrite', 'vote', 'team_mitch'], ['pay', 'obama', 'travel', 'fundraise', 'million', 'democrat', 'run', 'lie', 'pay', 'golf'], ['michelle', 'nunn', 'solid', 'vote', 'obama', 'support', 'obamacare', 'amp', 'oppose', 'vote', 'perduesenate', 'change', 'thing'], ['tuesday', 'agschneiderman', 'wear', 'revlon', 'eyeliner', 'today', 'governor', 'cuomo', 'alert'], ['obama', 'still', 'refuse', 'stop', 'flight', 'stubborn', 'plain', 'incompetent', 'say'], ['president', 'obama', 'personal', 'responsibility', 'visit', 'embrace', 'people', 'contract'], ['cahillforag', 'respect', 'people', 'politic', 'dopey', 'agschneiderman', 'least', 'respect'], ['lightweight_agschneiderman', 'drive', 'business', 'amp', 'job', 'ny', 'want', 'self', 'publicity', 'total', 'loser'], ['amtalker', 'int', 'whoradio', 'stevekingia', 'discuss', 'upcoming', 'campaign', 'visit', 'steve', 'sit', 'iowa', 'jwb', 'qthx'], ['stevekingia', 'steve', 'king', 'congress', 'facebook_page', 'donald', 'trump', 'special', 'announcement', 'https', 'co', 'iaa', 'aeehz'], ['looking_forward', 'return', 'hawkeye', 'state', 'saturday', 'support', 'friend', 'strong', 'conservative', 'stevekingia'], ['via_newsmax_media', 'wandacarruther', 'trump', 'baghdad', 'likely', 'fall', 'isis', 'http', 'co', 'sosnxltxlw'], ['congratulation', 'david_bossie', 'amp', 'team', 'citizens_unite', 'important', 'court', 'win', 'first', 'amendment', 'http', 'co', 'huf', 'mb'], ['president', 'could', 'make', 'proper', 'website', 'website', 'still', 'work', 'feel', 'safe', 'ebola'], ['young', 'entrepreneur', 'always', 'remember', 'negotiation', 'sometimes', 'good', 'deal', 'make', 'walk', 'away'], ['nothing', 'fall', 'newyorkcity', 'see', 'trumpcollection', 'recommend', 'take', 'season', 'beauty', 'http', 'co', 'qvzvbxsw'], ['donald', 'trump', 'signature_collection', 'available_macys', 'offer', 'fall', 'top', 'style', 'tie', 'shirt', 'amp', 'suit', 'http', 'co', 'hotvbijhri'], ['think', 'ever', 'run', 'history', 'learn', 'embrace', 'laclipper', 'coach', 'doc', 'river'], ['word', 'president', 'obama', 'dispense', 'press_conference', 'say', 'want', 'hear', 'stop', 'flight'], ['nurse', 'dalla', 'treat', 'patient', 'thomas', 'duncan', 'allow', 'fly', 'cleveland', 'never', 'allow', 'real', 'jv'], ['believe', 'mitt_romney', 'would', 'run', 'president', 'chance', 'blow', 'last', 'week', 'race'], ['great', 'victory', 'lightweight', 'eric', 'schneiderman', 'case', 'trump', 'throw', 'gutte', 'little', 'remain'], ['time', 'airline', 'pilot', 'flight', 'attendant', 'airline', 'stop', 'flight', 'west_africa', 'right'], ['start', 'think', 'something', 'seriously', 'wrong', 'president', 'obama', 'mental', 'health', 'stop', 'flight', 'psycho'], ['ebola', 'nurse', 'never', 'allow', 'fly', 'cleveland', 'amazing', 'nothing', 'work', 'great', 'country', 'anymore'], ['read', 'victory', 'sleazebag', 'agschneiderman', 'people', 'fight', 'right', 'http', 'co', 'xxuorzo'], ['stevedeaceshow', 'interview', 'discuss', 'obama', 'incompetence', 'amp', 'trip', 'iowa', 'stevekingia', 'sit', 'http', 'co', 'pwrusadvr'], ['watch', 'russell', 'brand', 'rustyrocket', 'jimmyfallon', 'show', 'night', 'hell', 'people', 'see', 'russell', 'major', 'loser'], ['must', 'drunk', 'married', 'russell', 'brand', 'rustyrocket', 'send', 'really', 'nice', 'letter', 'apology'], ['great', 'foxsport', 'art', 'jillpainter', 'river', 'annual', 'golf', 'charity', 'event', 'trumpgolfla', 'doc', 'great', 'friend', 'http', 'khcaa'], ['katyperry', 'katy', 'hell', 'think', 'marry', 'loser', 'russell', 'brand', 'guy', 'get', 'nothing', 'go', 'waste'], ['watch', 'russell', 'brand', 'think', 'mind', 'fry', 'look', 'really', 'bad', 'russell', 'total_joke', 'dummy', 'lose'], ['looks_like', 'obama', 'stop', 'potentially', 'dangerous', 'flight', 'west_africa', 'hell', 'wrong', 'guy'], ['rate', 'writer', 'vicky', 'ward', 'beg', 'help', 'see', 'letter', 'http', 'co', 'pxscuy', 'ax'], ['love', 'see', 'graydon_carter', 'vanityfair', 'fail', 'badly', 'focused', 'bad', 'food', 'restaurant'], ['excited', 'return', 'iowa', 'tomorrow', 'campaign', 'friend', 'amp', 'strong', 'conservative', 'leader', 'stevekingia'], ['katyperry', 'much', 'well', 'http', 'co', 'dmhykhojvd'], ['thank', 'pier', 'wonderful', 'article', 'also', 'great', 'writing', 'piersmorgan', 'http', 'co', 'lzzodjsiez'], ['russell', 'nothing', 'go', 'energy', 'amp', 'aggression', 'would', 'dead', 'first', 'class', 'dummy'], ['yusiddiqui', 'piersmorgan', 'rustyrocket', 'get', 'much', 'well', 'contest', 'get', 'melania'], ['new', 'czar', 'report', 'nsa', 'adviser', 'susan', 'rice', 'mismanagement', 'amp', 'duplicity', 'cdc', 'obama', 'terrible', 'executive'], ['michelle', 'nunn', 'admit', 'vote', 'obama', 'course', 'nunn', 'support', 'obamacare', 'second_amendment'], ['donald', 'trump', 'pennsylvania_avenue', 'amp', 'nothing', 'http', 'co', 'enh', 'mefxrr', 'lilsarg'], ['come', 'soon', 'pennsylvania_avenue', 'http', 'co'], ['dailycaller', 'alexpappas', 'donald', 'trump', 'head', 'iowa', 'say', 'proof', 'obama', 'incompetence', 'http', 'co', 'syk', 'zign'], ['see', 'make', 'happen', 'entrepreneur', 'chase', 'dream', 'resolute', 'focus', 'amp', 'determination', 'positive'], ['obama', 'appoint', 'czar', 'experience', 'medical', 'area', 'experience', 'infectious', 'disease', 'control', 'total_joke'], ['dailycaller', 'alexpappas', 'donald', 'trump', 'head', 'iowa', 'say', 'proof', 'obama', 'incompetence', 'http', 'co', 'syk', 'zign'], ['african', 'nation', 'totally', 'ban', 'west', 'african', 'enter', 'nation', 'likewise', 'many', 'nation', 'come'], ['think', 'african', 'nation', 'ban', 'west', 'african', 'come', 'nation', 'call', 'racist', 'perhaps'], ['president', 'tahmooressi', 'would', 'let', 'jail', 'phone', 'call', 'notmexico', 'would', 'pay', 'price', 'never'], ['leave', 'iowa', 'great'], ['lobbyist', 'political', 'hack', 'president', 'obama', 'appoint', 'czar', 'miss', 'first', 'major', 'meeting', 'joke'], ['believe', 'obama', 'say', 'america', 'would', 'less', 'safe', 'west_africa', 'thinking', 'total', 'mad', 'man'], ['return', 'iowa', 'beautiful', 'state', 'people', 'amazing', 'event', 'congressman', 'steve', 'king', 'great', 'success'], ['foxandfriend', 'minute', 'talk', 'obama', 'strange', 'happening'], ['president', 'obama', 'make', 'mistake', 'long', 'time', 'people', 'united_state', 'plain', 'tired'], ['never', 'fan', 'bush', 'fact', 'bad', 'give', 'obama', 'obama', 'truly', 'pathetic', 'excuse', 'president', 'get', 'bad'], ['state', 'dopey', 'agschneiderman', 'use', 'cocaine', 'state', 'senator', 'http', 'co', 'wfuj', 'ew'], ['agschneiderman', 'must', 'take', 'drug', 'test', 'immediately', 'make', 'result', 'public', 'attorney_general', 'not', 'cokehead'], ['congrat', 'trumpwaikiki', 'name', 'orbitz', 'good', 'stay', 'elite', 'award', 'winner', 'oahu'], ['congratulation', 'trumpcollection', 'trumppanama', 'receive', 'certificate', 'excellence', 'amp', 'top', 'hotel', 'panama', 'tripadvisor'], ['kobradovich', 'donald', 'trump', 'next', 'president', 'need', 'great', 'http', 'co', 'dinxhaeqpu'], ['icymi_watch', 'full', 'press_conference', 'stevekingia', 'shanevanderhart', 'caffthought', 'http', 'co', 'pvfbeym'], ['via_dmregister', 'sharynjackson', 'trump', 'stevekingia', 'right', 'view', 'http', 'co', 'lndc', 'gfkd'], ['scj', 'rodboshart', 'trump', 'next', 'president', 'great', 'http', 'co', 'xcjdk', 'yene'], ['everyone', 'forget', 'marine', 'sit', 'mexican', 'prison', 'president', 'incompetent', 'lazy', 'make', 'call'], ['oscar', 'pistorius', 'get', 'year', 'prison', 'kill', 'girlfriend', 'ridiculous', 'decision', 'judge', 'even', 'read', 'writing'], ['time', 'great', 'fashion', 'oscar', 'renta', 'die', 'great', 'fashion', 'achievement', 'also', 'really', 'nice', 'guy'], ['oscar', 'pistorious', 'likely', 'serve', 'month', 'cold', 'blooded', 'murder', 'girlfriend', 'travesty', 'judge', 'moron'], ['washington', 'tomorrow', 'receive', 'joseph', 'wharton', 'award', 'wharton', 'club', 'great', 'honor', 'wharton'], ['obama', 'let', 'fly', 'amp', 'drugrunner', 'cross', 'border', 'daily', 'pressure', 'mexico', 'sgt_tahmooressi', 'freeourmarine'], ['believe', 'kay', 'hagan', 'also', 'promise', 'would', 'keep', 'healthcare_plan', 'obamacare', 'vote', 'thomtilli'], ['negotiation', 'art_treat'], ['accidentally', 'air', 'drop', 'large', 'shipment', 'military', 'weapon', 'supply', 'right', 'middle', 'isis', 'enemy', 'laugh', 'sad'], ['united_states', 'president', 'obama', 'truly', 'become', 'gang', 'shoot', 'straight', 'everything', 'touch', 'turn', 'garbage'], ['united_states', 'troop', 'send', 'west_africa', 'get', 'hour', 'train', 'unfair', 'family'], ['case', 'full', 'travel_ban', 'institute', 'common_sense', 'move', 'do', 'long', 'ago'], ['let', 'girl', 'leave', 'join', 'isis', 'back', 'country', 'stupid', 'respect', 'country', 'become'], ['go', 'today', 'check', 'hotel', 'building', 'penn', 'ave', 'honor', 'wharton', 'school', 'finance', 'best'], ['ben', 'bradlee', 'truly', 'great', 'amazing', 'life', 'lead', 'warm', 'condolence', 'dino', 'whole', 'family', 'benbradlee'], ['trumpvlog', 'south', 'african', 'justice', 'http', 'co', 'lwppk', 'osnl'], ['later', 'today', 'honor', 'park', 'hyatt', 'washington', 'wharton', 'club', 'joseph', 'wharton', 'award', 'dinner', 'great', 'honor'], ['interesting', 'cartoon', 'circulate', 'http', 'co', 'opg', 'ytkr'], ['mitt_romney', 'private', 'sector', 'amp', 'suffer', 'horrendous', 'loss', 'think', 'rehire'], ['reviewjournal', 'event', 'offer', 'glimpse', 'trump', 'high', 'life', 'holly', 'ivy', 'dore', 'http', 'co', 'gjdzzwnydn', 'great', 'interview', 'erictrump'], ['congratulation', 'dloesch', 'release', 'great', 'new', 'book', 'handsoffmygun', 'check', 'theblazebook', 'excerpt', 'http', 'co'], ['mediaite', 'evanmcmurry', 'trump', 'call', 'agschneiderman', 'cokehead', 'http', 'co', 'cnmqimo', 'schneiderman', 'admission'], ['dem', 'candidate', 'folk', 'vote', 'barack_obama', 'describe', 'democrat', 'senate', 'candidate'], ['liberal', 'sd', 'dem', 'candidate', 'rick', 'weiland', 'want', 'expand', 'obamacare', 'single', 'payer', 'amp', 'oppose', 'send', 'roundsforsenate', 'senate'], ['alison', 'grime', 'support', 'harsh', 'restriction', 'kill', 'coal', 'industry', 'amp', 'support', 'obama', 'anti', 'gun', 'legislation', 'vote', 'team_mitch'], ['trumpvlog', 'free', 'marine', 'http', 'ucl', 'twnq'], ['tremendous', 'pressure', 'president', 'obama', 'institute', 'stricken', 'west_africa', 'point', 'stubborn', 'dope', 'fold'], ['celebrate', 'thanksgive', 'trumpnewyork', 'exclusive', 'view', 'access', 'annual', 'macys', 'thanksgiving', 'parade', 'http', 'co', 'thsm', 'jfopy'], ['pinnacle', 'luxury', 'public', 'golf', 'experience', 'trumpgolfla', 'overlook', 'pacific_ocean', 'palos_verdes', 'http', 'co', 'yamdub', 'wo'], ['open', 'season', 'soon', 'national', 'register', 'landmark', 'club', 'crown', 'jewel', 'palm_beach', 'http', 'co'], ['double', 'digit', 'premium', 'increase', 'obamacare', 'dem', 'try', 'delay', 'show', 'number', 'election', 'news', 'spread', 'fast'], ['good', 'possibility', 'person', 'treat', 'patient', 'west_africa', 'fly', 'touch', 'many', 'bedlam'], ['doctor', 'recklessly', 'fly', 'west', 'africahas', 'ebolathen', 'obama', 'american', 'people', 'amp', 'resign'], ['confirm', 'official', 'frantically', 'try', 'find', 'people', 'thing', 'contact', 'obama', 'fault'], ['say', 'week', 'president', 'obama', 'stop', 'flight', 'west_africa', 'simple', 'refuse', 'total', 'incompetent'], ['never', 'think', 'say', 'lifetime', 'president', 'barack', 'hussein', 'obama', 'aka', 'barry', 'sotoro', 'far', 'bad', 'president', 'jimmy_carter'], ['president', 'obama', 'major', 'meeting', 'outbreak', 'people', 'fly', 'country', 'decide', 'play', 'golf'], ['president', 'obama', 'complete', 'total', 'disaster', 'chance', 'something', 'great', 'important', 'stop', 'flight'], ['ebola', 'doctor', 'fly', 'west_africa', 'go', 'subway', 'bowling', 'dining', 'selfish', 'man', 'know'], ['trumpvlog', 'obama', 'ashamed', 'http', 'co', 'gcugltxyzn'], ['canadian', 'pm', 'harper', 'immediately', 'call', 'ottawa', 'attack', 'terrorism', 'least', 'north', 'america', 'strong', 'leader', 'live', 'reality'], ['via_breitbartnew', 'j_strong', 'obama', 'administration', 'quietly', 'prepare', 'surge', 'million', 'new', 'immigrant', 'id', 'http', 'co', 'sioy', 'rec'], ['michelle', 'nunn', 'support', 'amnesty', 'weak', 'border', 'amp', 'obamacare', 'obama', 'liberal', 'send', 'dc', 'independent', 'voice', 'vote', 'perduesenate'], ['kay', 'hagan', 'profit', 'stimulus', 'skip', 'debate', 'kay', 'support', 'amnesty', 'weak', 'border', 'amp', 'http', 'co', 'bmsggfbm', 'thomtilli'], ['saudi', 'cut', 'oil', 'supplymake', 'price', 'rise', 'immediately', 'fight', 'isis', 'http', 'co', 'ewj', 'tsnk'], ['margin', 'error', 'confident', 'obama', 'even', 'make', 'website'], ['yesterday', 'home', 'run', 'win', 'today', 'game', 'babe', 'ruth'], ['happen', 'include', 'doctor', 'easily', 'come', 'back', 'obama', 'still', 'refuse', 'stop', 'flight'], ['make', 'fortune', 'atlantic_city', 'get', 'years_ago', 'great', 'timing', 'havn', 'back', 'many', 'year', 'nothing'], ['right', 'name', 'take', 'trump', 'plaza', 'operate', 'high', 'standard', 'involvement'], ['would', 'absolutely', 'consider', 'invest', 'atlantic_city', 'great', 'hard', 'work', 'people', 'much', 'would', 'change', 'taxis', 'reg'], ['many', 'penalty', 'long', 'commercial', 'nfl', 'game', 'longer', 'worth', 'watch', 'soft', 'hit', 'amp', 'boring'], ['foxandfriend', 'minute', 'great', 'deal', 'talk', 'include', 'quarantine'], ['fox', 'amp', 'friend', 'go', 'enjoy'], ['wonder', 'official', 'texastech', 'feel', 'treat', 'coach', 'mike', 'leach', 'little', 'respect', 'loss', 'tcufootball'], ['thank', 'tweetbypremi', 'select', 'ocean', 'view', 'suite', 'trump_ireland', 'top', 'suite', 'http', 'co', 'wakfbju'], ['jetsetterdotcom', 'hong', 'kong', 'feature', 'page', 'great', 'hometown', 'city', 'include', 'trumpsoho', 'http', 'co', 'bviqap', 'mly'], ['trumpcollection', 'hotel', 'make', 'cntraveler', 'reader', 'choice', 'trumpnewyork', 'trumpsoho', 'trumpchicago', 'trumptoronto', 'trumppanama', 'trump_ireland'], ['congratulation', 'trump_ireland', 'name', 'resort', 'europe', 'cntraveler', 'readerschoice', 'award'], ['renovation', 'trumpdoral', 'offer', 'wide', 'array', 'course', 'restore', 'perfection', 'http', 'co', 'fyg', 'yyoym'], ['achievers_move', 'forward', 'times_achievement', 'plateau', 'begin', 'waste', 'time', 'treading', 'water'], ['obamacare', 'bring', 'skyrocket', 'premium', 'increase', 'unaffordable', 'deductible', 'lead', 'less', 'care', 'amp', 'job', 'loss'], ['story', 'luxury', 'highrise', 'trumpparc', 'offer', 'elite', 'amenity', 'residence', 'maximize', 'inch', 'space', 'http', 'co', 'wg'], ['perfect', 'getaway', 'trump_ireland', 'europe', 'elite', 'star', 'destination', 'perfect', 'old', 'world', 'luxury', 'http', 'co', 'mad', 'wu'], ['refuse', 'meet', 'israeli', 'defense', 'minister', 'obama', 'hate', 'iran', 'much', 'dislikes', 'israel'], ['governor', 'already', 'back', 'quarantine', 'bad', 'decision', 'lead', 'mayhem'], ['believe', 'anybody', 'afraid', 'fail', 'winner'], ['foust', 'liberal', 'support', 'obamacare', 'oppose', 'send', 'conservative', 'barbaracomstock', 'congress'], ['mark', 'udall', 'decide', 'vote', 'obamacare', 'amp', 'coloradan', 'drop', 'plan', 'vote', 'corygardner'], ['keep', 'momentum', 'momentum', 'lot', 'great', 'idea', 'go', 'nowhere'], ['success', 'require', 'focus', 'effort', 'sell', 'short'], ['watch', 'seanhannity', 'show', 'pm', 'tonight', 'foxnews'], ['president', 'obama', 'strongly', 'consider', 'plan', 'bring', 'non', 'citizen', 'united_states', 'treatment', 'know', 'nut'], ['rocket', 'blow', 'crash', 'yesterday', 'emblematic', 'united_state', 'obama', 'nothing', 'work', 'rocket', 'website'], ['polar', 'ice', 'cap', 'time', 'high', 'polar', 'bear', 'population', 'never', 'strong', 'hell', 'global_warming'], ['game', 'world', 'series', 'tonight', 'giant', 'make', 'big', 'mistake', 'start', 'ace', 'even', 'day', 'rest'], ['hpcatravel', 'alau', 'trump', 'hotel', 'reflect', 'youthful', 'luxurious', 'vancouver', 'ivanka', 'trump', 'http', 'co', 'mpjhhj', 'ern'], ['foxnew', 'interview', 'seanhannity', 'discuss', 'obama', 'fail', 'presidency', 'post_office', 'midterm', 'amp', 'http', 'co', 'cbtkocf'], ['mailonline', 'dmartosko', 'donald', 'trump', 'say', 'morally', 'unfair', 'obama', 'send', 'soldier', 'hot', 'zone', 'http', 'co'], ['trump', 'obama', 'never', 'think', 'would', 'bad', 'http', 'co', 'lcub', 'ra', 'breitbarttv'], ['via_newsmax_media', 'jagerfile', 'donald', 'trump', 'morally', 'unfair', 'soldier', 'fight', 'http', 'co', 'nlgdtdqdby'], ['donald', 'trump', 'mitt_romney', 'blow', 'run', 'http', 'co', 'fjpkdgrpxu', 'via_newsmax_media', 'owentew'], ['obama', 'admin', 'call', 'netanyahu', 'chickenshit', 'ironic', 'bibi', 'idf', 'special', 'force', 'commando', 'obama', 'community', 'organizer'], ['obama', 'quarantine', 'soldier', 'return', 'africa', 'day', 'still', 'allow', 'contract', 'ebola', 'country', 'hypocrite'], ['entrepreneur', 'look', 'solution', 'problem', 'learn', 'focus', 'give', 'result'], ['entrepreneur', 'keep', 'open', 'mind', 'business', 'creative', 'endeavor', 'always', 'opportunity', 'possibility'], ['conde', 'nast', 'traveler', 'reader', 'choice', 'award', 'good', 'resort', 'europe', 'trump', 'int_hotel', 'amp', 'golf_link', 'doonbeg', 'vote', 'http', 'co', 'gayzay'], ['make', 'see', 'light', 'make', 'feel', 'heat', 'president', 'ronald_reagan'], ['tell', 'giant', 'start', 'hudson', 'mistake', 'get', 'knock', 'game', 'love', 'right'], ['person', 'enthusiastic', 'work', 'anything', 'fear', 'life', 'samuel', 'goldwyn'], ['trumpvlog', 'quarantine', 'nurse', 'http', 'co', 'qdu', 'xpocq'], ['happy_birthday', 'ivankatrump', 'amazing', 'daughter'], ['investopedia', 'swan_investor', 'irreplaceable', 'brand', 'donald', 'trump', 'http', 'co', 'ykblklt'], ['newhampshirecom', 'ticket', 'sale', 'loeb', 'school', 'event', 'feature', 'donald', 'trump', 'http', 'co', 'afxkhhrpsm'], ['chinese', 'oil', 'trader', 'buy', 'record', 'number', 'mideast', 'crude', 'http', 'co', 'ocwvpfelji', 'china', 'gain', 'fight', 'isis'], ['golf_com', 'joepassov', 'trumpferrypoint', 'nation', 'good', 'public', 'course', 'http', 'co', 'nh'], ['sit', 'foot', 'whitestone', 'bridge', 'trumpferrypoint', 'hole', 'jacknicklaus', 'signature', 'course', 'http', 'co', 'go', 'lznir'], ['newsradio', 'int', 'jackheathradio', 'discuss', 'nickey', 'loeb', 'amendment', 'award', 'dinner', 'amp', 'senscottbrown', 'http', 'co', 'rgoh'], ['mark', 'begich', 'vote', 'obama', 'oppose', 'drill', 'amp', 'support', 'amnesty', 'illegal', 'next', 'tuesday', 'vote', 'dansullivan'], ['jeanne', 'shaheen', 'decide', 'vote', 'obamacare_premium', 'skyrocket', 'send', 'senscottbrown', 'senate'], ['family', 'grow', 'left', 'http', 'co', 'ytjpbpydep'], ['learn', 'rule', 'game', 'play', 'well', 'anyone_else', 'albert_einstein'], ['trumpchicago', 'spa', 'trump', 'offer', 'treatment_room', 'amp', 'spa_guestroom', 'overlook', 'chicago', 'skyline', 'http', 'co', 'sgnojxn'], ['happy', 'halloween', 'http', 'co', 'fgwbbjk'], ['award', 'forbesinspector', 'star', 'amp', 'aaafivediamond', 'rating', 'trumpnewyork', 'jean_georgesnyc', 'fantastic', 'http', 'co', 'pcdfsf'], ['flashbackfriday', 'kimkardashian', 'set', 'apprenticenbc', 'http', 'co', 'ygc', 'wyge'], ['next', 'tuesday', 'remember', 'president', 'lift', 'finger', 'usmc', 'tahmooressi', 'want', 'illegal', 'cross', 'border'], ['story', 'panama', 'bay', 'deluxe', 'room', 'feature', 'private', 'balcony', 'enjoy', 'ocean', 'view', 'http', 'co', 'rereve'], ['art', 'deal', 'business', 'book', 'copy', 'sell', 'forbes', 'article', 'oct', 'http', 'co', 'oktcsrx', 'dq'], ['achievement', 'organization', 'result', 'combine', 'effort', 'individual', 'vince_lombardi'], ['crazy', 'election', 'official', 'say', 'nothing', 'stop', 'illegal_immigrant', 'vote', 'bad', 'unfair', 'republican'], ['many', 'release', 'guantanamo', 'detainee', 'fight', 'isis', 'enemy', 'group', 'need', 'proper', 'leadership', 'late'], ['truly', 'great', 'imagination', 'often', 'far', 'important', 'even', 'massive', 'knowledge', 'still', 'never', 'underestimate', 'knowledge'], ['prisoner', 'government', 'stupidly', 'release', 'pathetic', 'traitor', 'fighting', 'kill', 'isis', 'bad', 'deal', 'courtmarshal'], ['finally', 'let', 'marine', 'mexican', 'prison', 'thank', 'obama', 'way', 'long', 'event', 'never', 'allow', 'happen'], ['judgejeanine', 'tonight', 'foxnew', 'enjoy'], ['trumpdoral', 'thank', 'many', 'nice', 'statement', 'medium', 'golf', 'critic', 'great', 'review', 'brand', 'new', 'blue_monster'], ['far', 'everyone', 'run', 'office', 'robocall', 'take', 'lead', 'poll', 'smart', 'pol', 'know', 'great'], ['strong', 'debate', 'perduesenate', 'question', 'need', 'business', 'leader', 'bold', 'vision', 'fix', 'washington', 'gasen'], ['obama', 'reid', 'nunn', 'fail', 'economic', 'policy', 'work', 'perduesenate', 'bring', 'fresh', 'perspective', 'solve', 'problem', 'gasen'], ['michelle', 'nunn', 'rubber', 'stamp', 'barack_obama', 'perduesenate', 'gotv', 'david', 'tuesday'], ['mattginellagc', 'gcmorningdrive', 'matt', 'talk', 'trump', 'national_doral', 'tomorrow', 'terrific', 'guy', 'looking_forward'], ['skyscraperlive', 'nick', 'folk', 'trump', 'international', 'next', 'door', 'wish', 'well', 'block', 'strong', 'wind'], ['mattginellagc', 'forget', 'watch', 'matt', 'tomorrow', 'morning', 'drive', 'talk', 'blue_monster', 'trump', 'doral', 'golfchannel'], ['foxandfriend', 'morning'], ['mattginellagc', 'thx', 'nice', 'story', 'trumpdoral', 'look_forward', 'showing', 'trump', 'int', 'aberdeen', 'spring', 'amp', 'turnberry', 'plan'], ['via_breitbartnew', 'ianhanchett', 'trump', 'obama', 'treat', 'know', 'enemy', 'much', 'well', 'israel', 'http', 'pa', 'ceg'], ['haaretzcom', 'donald', 'trump', 'call', 'obama', 'israel', 'great', 'enemy', 'http', 'co', 'ysumv', 'xpn'], ['prestigious', 'acre', 'trumpdoral', 'boast', 'luxurious', 'event', 'space', 'star', 'restaurant', 'http', 'co', 'bnvqeo'], ['congratulation', 'stevekingia', 'team', 'run', 'great', 'campaign', 'steve', 'strong', 'leader', 'house'], ['veteran', 'true', 'conservative', 'leezeldin', 'make', 'real', 'difference', 'washington', 'gop', 'gotv', 'lee', 'tomorrow'], ['via_newsmax_media', 'repmattsalmon', 'obama', 'lift', 'finger', 'help', 'free', 'marine', 'mexican', 'prison', 'http', 'co', 'ia', 'ikyc'], ['dailycaller', 'neilmunrodc', 'obama', 'border', 'policy', 'fuel', 'epidemic', 'evidence', 'show', 'http', 'co', 'ehz', 'fsf'], ['excited', 'laraleayunaska', 'erictrump', 'wedding', 'weekend'], ['trumpadvice', 'http', 'co', 'brqal'], ['watch', 'see', 'new', 'cast', 'apprenticenbc', 'http', 'co', 'gwjfezeawz'], ['photo', 'apprenticenbc', 'press_conference', 'http', 'co', 'ipsmy', 'jsx', 'premiere', 'nbc'], ['int', 'mlauer', 'announce', 'premiere', 'amp', 'cast', 'season'], ['congratulation', 'senscottbrown', 'run', 'aggressive', 'amp', 'fair', 'campaign', 'vote', 'scott', 'today'], ['via_newsmax_media', 'wandacarruther', 'trump', 'gop', 'edge', 'win', 'big', 'force', 'obama', 'act', 'http', 'co', 'wyxtg'], ['thomtilli', 'run', 'wonderful', 'campaign', 'good_luck', 'today'], ['today', 'referendum', 'obamacare', 'amnesty', 'slow', 'growth', 'healthcare', 'drop', 'amp', 'lie'], ['reehine', 'donald', 'trump', 'reveal', 'new', 'apprenticenbc', 'cast', 'talk', 'joan_river', 'role', 'show', 'http', 'co'], ['today', 'democrat', 'lose', 'big', 'tomorrow', 'republican', 'must', 'communicate', 'positive', 'pro', 'growth', 'agenda'], ['season', 'cast', 'apprenticenbc', 'bring', 'excitement', 'board', 'room', 'lot', 'surprise', 'amp', 'great', 'task', 'enjoy'], ['today', 'big', 'day', 'team_mitch', 'many', 'way', 'country', 'lucky'], ['good_luck', 'joniernst', 'make', 'wonderful', 'senator'], ['ericbolle', 'great', 'job', 'tonight', 'nice', 'apprentice', 'see', 'soon', 'thank'], ['team_mitch', 'congratulation', 'mitch'], ['look', 'really', 'big', 'night', 'republican', 'tremendous', 'refutation', 'president', 'obama', 'fail', 'policy'], ['year', 'ago', 'start', 'call', 'president', 'obama', 'incompetent', 'people', 'think', 'tough', 'tonight', 'everyone', 'use', 'word'], ['flgovscott', 'amazing', 'race', 'tremendous', 'courage', 'deserve', 'win', 'old', 'fashioned', 'reason', 'great', 'governor'], ['really', 'bad', 'night', 'president', 'obama', 'republican', 'get', 'together', 'get', 'job', 'do'], ['team_mitch', 'fantastic', 'win', 'proud', 'victory', 'speech', 'last_night', 'gracious', 'opponent', 'speech'], ['weak', 'joker', 'badly', 'hurt', 'great', 'penn', 'state', 'university', 'fight', 'ncaa', 'instead', 'make', 'deal', 'http', 'co', 'pam'], ['trumpvlog', 'make', 'country', 'great', 'http', 'co', 'frbfhtaug'], ['senscottbrown', 'ask', 'robo', 'call', 'would', 'do', 'would'], ['trumpadvice', 'http', 'co', 'iqdo', 'runhn'], ['nydailynews', 'joan_river', 'last', 'work', 'apprenticenbc', 'run', 'show', 'season', 'say', 'donald', 'trump', 'http', 'cbh'], ['congratulation', 'charliecrist', 'lose', 'statewide', 'election', 'florida', 'republican', 'independent', 'amp', 'democrat'], ['prnewswire', 'trump', 'hotel', 'collection', 'announce', 'trump', 'international_hotel', 'tower', 'baku', 'http', 'co'], ['obama', 'record', 'amp', 'historic', 'midterm', 'loss', 'hope', 'amp', 'change', 'america'], ['yesterday', 'referendum', 'obamacare', 'amp', 'obama', 'fiascos', 'republican', 'rein'], ['record', 'robo', 'call', 'perduesenate', 'leezeldin', 'amp', 'stevekingia', 'record', 'win', 'midastouch'], ['maryland', 'democrat', 'party', 'attack', 'racist', 'flyer', 'hogan', 'governor', 'nd', 'gop', 'governor', 'elect', 'year'], ['obama', 'amnesty', 'executive_order', 'stop', 'majority', 'leader', 'mcconnell', 'rider', 'reason', 'need', 'senate'], ['lukebryanonline', 'great', 'apprentice', 'congrat', 'big', 'cma', 'win', 'promise', 'take', 'credit', 'successful', 'career'], ['new', 'congress', 'must', 'restore', 'military', 'spending', 'amp', 'stop', 'obama', 'budget', 'cut', 'also', 'hold', 'obama', 'accountable', 'va'], ['via_newsmax_media', 'spiccoli', 'donald', 'trump', 'take', 'serious', 'look', 'presidential', 'run', 'http', 'co', 'sjfmsn', 'ose'], ['fact', 'successful', 'gop', 'senate', 'candidate', 'elect', 'run', 'repeal', 'obamacare', 'january', 'time', 'move'], ['usweekly', 'donald', 'trump', 'sound', 'joan_river', 'death', 'think', 'doctor', 'make', 'terrible', 'mistake', 'http', 'co', 'uniazztsnj'], ['fmtalk', 'int', 'dloesch', 'handsoffmygun', 'election', 'result', 'stop', 'obamacare', 'new', 'senate', 'amp', 'http', 'co', 'srkppzww'], ['lohud', 'hoopsmbd', 'buzz', 'build', 'trumpferrypoint', 'http', 'co', 'ztttvqvsbw'], ['agschneiderman', 'fill', 'successive', 'ballot', 'election', 'day'], ['luxurydaily', 'joe', 'mccarthy', 'trump', 'collection', 'leverage', 'election', 'frenzy', 'washington', 'debut', 'http', 'co', 'xs', 'mml'], ['beat', 'person', 'never', 'give', 'babe', 'ruth'], ['greta', 'look_forward', 'watch', 'greta', 'interview', 'tonight', 'marine', 'andrew_tahmooressi', 'marinefreed'], ['watch', 'video', 'wonderful', 'golf_club', 'trumpnationalcn', 'beautiful', 'colt', 'necknj', 'http', 'co', 'elhmbq', 'lq'], ['mike', 'amp', 'mike', 'show', 'espn', 'minute', 'fun', 'great', 'guy', 'radio'], ['autism', 'speak', 'bob', 'suzanne', 'wright', 'address', 'pontifical', 'council', 'health_care', 'worker', 'vatican', 'rome', 'november'], ['immediately', 'stop', 'send', 'beautiful', 'american', 'tax', 'dollar', 'country', 'hate', 'laugh', 'president', 'stupidity'], ['send', 'thousand', 'additional', 'troop', 'iraq', 'teach', 'fight', 'run', 'billion', 'waste', 'get'], ['spend', 'trillion_dollar', 'iraq', 'get', 'nothing', 'go', 'back', 'get', 'nothing', 'leader', 'clueless'], ['go', 'back', 'iraq', 'agree', 'sign', 'formal', 'instrument', 'give', 'oil', 'reserve', 'make', 'deal', 'dummy'], ['remember', 'get', 'oil', 'iraq', 'china', 'get', 'isis', 'already', 'take', 'china', 'send', 'troop', 'smart'], ['foxandfriend'], ['heatherchilder', 'great', 'job', 'heather'], ['foxandfriend', 'minute', 'enjoy'], ['usnewstravel', 'good', 'city', 'hotel', 'trumpnewyork', 'http', 'co'], ['new', 'event', 'space', 'trumpdoral', 'look', 'stun', 'see', 'transformation', 'http', 'co'], ['happy', 'trumpwaikiki', 'lt', 'https', 'lu', 'heblb', 'gt', 'believe', 'already', 'year'], ['single', 'ebola', 'carrier', 'infect', 'other', 'minimum', 'stop', 'flight', 'visa', 'ebola', 'stricken', 'country'], ['great', 'honor', 'send', 'tahmooressi', 'marinefreed'], ['congratulation', 'nhgop', 'amp', 'afpfnh', 'win', 'control', 'state', 'house', 'amp', 'executive', 'council', 'hold', 'state', 'senate', 'strong', 'result'], ['source', 'knowledge', 'experience', 'albert_einstein'], ['happy', 'veteransday', 'nice', 'tahmooressi', 'back', 'home'], ['exceptional', 'dining', 'match', 'exceptional', 'view', 'trumpchicago', 'offer', 'unique', 'array', 'star', 'dining_option', 'http', 'co', 'pwsw', 'dqmw'], ['nicholasballasy', 'trump', 'call', 'election', 'big', 'blow', 'obama', 'think', 'denial', 'http', 'co', 'swyp'], ['greta', 'int', 'discuss', 'gift', 'usmc', 'tahmooressi', 'obama', 'trip', 'china', 'amp', 'election', 'result', 'http', 'co', 'qohrbhgvxw'], ['shawnjohnson', 'return', 'reality', 'tv', 'donald', 'trump', 'http', 'co', 'ranotnemxh'], ['thank', 'nice', 'tweet', 'sgt_tahmooressi', 'especially', 'nice', 'money', 'send', 'today', 'veteransday'], ['looking_forward', 'keynote', 'nackey', 'loeb', 'school', 'communication', 'first', 'amendment', 'award', 'event', 'tomorrow'], ['still', 'complete', 'progress', 'scary', 'sad'], ['accept', 'lose', 'win', 'vince_lombardi'], ['congrat', 'sixteenchicago', 'cheflent', 'chef', 'year', 'nom', 'eaterchicago', 'annual', 'eater', 'award', 'vote', 'http', 'co', 'qmkwce'], ['today', 'veteransday', 'let', 'thankful', 'nation', 'fine', 'fight', 'corner', 'earth', 'protect', 'freedom'], ['looking_forward', 'see', 'curtis', 'barry', 'many', 'friend', 'granite_state'], ['congrat', 'jean_georgesnyc', 'name', 'good', 'hotel', 'restaurant', 'world', 'http', 'co', 'caycgehlr'], ['congratulation', 'trumpdoral', 'name', 'linksmagazine', 'great', 'destination', 'http', 'co', 'amxtgxtwq'], ['press_conference', 'glasgow', 'prestwick', 'airport', 'friday', 'nov', 'donald', 'trump', 'iain', 'cochrane', 'http', 'co', 'sq', 'vcbl'], ['fly', 'keynote', 'loebschool', 'first', 'amendment', 'award', 'ceremony', 'always', 'great', 'visit', 'granite_state'], ['live', 'free', 'die', 'motto'], ['obama', 'attack', 'internet', 'top', 'power', 'grab', 'net', 'neutrality', 'fairness', 'doctrine', 'target', 'conservative', 'medium'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem', 'keep', 'focus', 'positive'], ['entrepreneur', 'set', 'example', 'motivate', 'other', 'well', 'remember', 'set', 'example'], ['entrepreneur', 'set', 'bar', 'high', 'best', 'possibly', 'apply', 'skill', 'talent', 'tenacious'], ['union', 'leader', 'trump', 'lead', 'tribute', 'slay', 'journalist', 'jame', 'foley', 'first', 'amendment', 'award', 'http', 'co', 'yiqndlslsf'], ['conmonitornew', 'donald', 'trump', 'guest', 'speaker', 'event', 'honor', 'jam', 'foley', 'http', 'co', 'ny', 'xahly'], ['really', 'enjoy', 'amp', 'speak', 'deucecrew', 'amp', 'nackey', 'loeb', 'school', 'loebschool', 'honor', 'jame', 'foley'], ['leave', 'turnberry', 'scotland', 'renovate', 'place', 'incredible', 'trumpturnberry'], ['trumpadvice', 'http', 'co', 'adntvvp'], ['donald', 'trump', 'pledge', 'make', 'prestwick', 'airport', 'really', 'successful', 'http', 'co', 'jz', 'dnbqwv', 'stvnew'], ['trumpferrypoint', 'brand', 'new', 'championship', 'golf_course', 'nyc', 'develop', 'donald', 'trump', 'anyone', 'play', 'co', 'jdzgmlpmdc'], ['success', 'permanent', 'failure', 'fatal', 'mike', 'ditka'], ['necn', 'katherinenecn', 'trump', 'wait', 'see', 'run', 'http', 'co', 'lcd', 'nkft'], ['looking_forward', 'address', 'theeconomicclub', 'december', 'marriot', 'marquis', 'washington', 'dc'], ['obama', 'top', 'people', 'responsible', 'obamacare', 'think', 'american', 'public', 'stupid', 'base', 'lie', 'deception', 'repub', 'sue'], ['laskerrink', 'maintenance', 'lasker', 'rink', 'do', 'city'], ['foxandfriend', 'tomorrow', 'morning', 'talk', 'sleazebag', 'jonathan', 'gruber', 'american', 'stupid', 'amp', 'exec', 'order'], ['entire', 'country', 'freezing', 'desperately', 'need', 'heavy', 'dose', 'global_warme', 'fast', 'ice', 'cap', 'size', 'reach', 'time', 'high'], ['foxandfriend', 'minute', 'enjoy'], ['wmur', 'close', 'int', 'joshmcelveen', 'discuss', 'midterm', 'new', 'congress', 'travel', 'amp', 'http', 'co', 'utfep'], ['newhampjournal', 'jdistaso', 'donald', 'hammer', 'mitt', 'jeb', 'weigh', 'run', 'president', 'http', 'co', 'wrqlah'], ['deportation', 'record', 'low', 'obama', 'manipulate', 'number', 'lie', 'public', 'record', 'high', 'secure', 'border'], ['obamacare', 'romneycare', 'architect', 'gruber', 'pay', 'tax', 'dollar', 'yet', 'obama', 'claim', 'adviser'], ['travel', 'like_billionaire', 'donald', 'trump', 'private', 'jet', 'http', 'co', 'hjj', 'kyar', 'travelmail', 'andreamagrath'], ['obama', 'china', 'climate', 'deal', 'bind', 'america', 'language', 'curb', 'emission', 'china', 'intend', 'curb', 'bad', 'deal'], ['look', 'excuse', 'cook', 'thanksgive', 'many', 'nyc', 'outlet', 'delivery', 'full', 'meal', 'include', 'trumpsoho', 'http', 'co', 'gdjavmrmap'], ['jonathan', 'gruber', 'viciously', 'lie', 'amp', 'call', 'american', 'stupid', 'obamacare', 'many', 'consultant', 'global_warme'], ['chicago', 'forget', 'tix', 'erictrumpfdn', 'wine', 'taste', 'fundraiser', 'trumpchicago', 'proceed', 'benefit', 'stjude', 'http', 'co', 'wamclvd'], ['congratulation', 'sixteenchicago', 'trumpchicago', 'honor', 'star', 'rating', 'year'], ['icymi', 'foxandfriend', 'int', 'criticize', 'gop', 'obamacare', 'new', 'congress', 'http', 'co', 'tqe', 'wreei'], ['locate', 'central_park', 'iconic', 'trumprink', 'nyc', 'top', 'skating', 'rink', 'vip', 'session', 'available', 'booking', 'http', 'co', 'fckfvdy'], ['via_breitbartnew', 'mboyle', 'obama', 'amnesty', 'give', 'illegal_aliens', 'public', 'benefit', 'http', 'co', 'mdwb', 'mer'], ['least', 'obamacare', 'romneycare', 'architect', 'gruber', 'admit', 'privately', 'lie', 'obama', 'gang', 'liar'], ['watch', 'obama', 'steal', 'idea', 'gruber', 'http', 'co', 'obiy', 'osy', 'obama', 'claim', 'adviser'], ['remember', 'thing', 'worth', 'wait', 'plan', 'change', 'sometimes', 'good', 'reason', 'trump', 'never', 'give'], ['continue', 'stop', 'slow', 'growth', 'halt', 'research', 'amp', 'development', 'defund', 'repeal', 'amp', 'replace'], ['true', 'competitor', 'one', 'always', 'play', 'win', 'patriot'], ['womenwhowork', 'campaign', 'ivankatrump', 'http', 'co', 'vsaaioxhie'], ['entrepreneur', 'always', 'remember', 'deal', 'fluid', 'term', 'always', 'negotiable', 'time', 'good', 'option', 'success'], ['many', 'jonathan', 'gruber', 'type', 'sell', 'global_warme', 'stuff', 'really', 'believe', 'american', 'public', 'stupid'], ['power', 'lunch', 'next', 'bluemonster', 'http', 'co', 'qlsmacki', 'urbandaddy', 'cc', 'trumpdoral'], ['constantly', 'say', 'global_warme', 'climate_change', 'change', 'name', 'name', 'global_warming', 'working'], ['tv', 'xpose', 'ivankatrump', 'think', 'pink', 'boardroom', 'http', 'co', 'kxxeo'], ['get', 'get', 'do', 'get', 'do', 'right', 'get', 'fre', 'trump', 'father'], ['open', 'season', 'club', 'architectural', 'masterpiece', 'offer', 'fine', 'amenity', 'world', 'http', 'co'], ['plan', 'keep', 'gruber', 'adviser', 'obama', 'great', 'lie', 'tell', 'american', 'public'], ['watch', 'wh', 'official', 'say', 'obamacare', 'romneycare', 'architect', 'gruber', 'important', 'figure', 'crafting', 'law', 'http', 'co'], ['publicize', 'success', 'competitor', 'sure', 'belittle', 'get', 'word'], ['sneak', 'peek', 'trump', 'trio', 'spectacular', 'new', 'seaside', 'hole', 'fame', 'ailsa', 'course', 'trumpturnberry', 'http', 'zaq', 'ckd'], ['fan', 'bill', 'cosby', 'never', 'less', 'free', 'advice', 'innocent', 'remain', 'silent', 'look', 'guilty', 'hell'], ['repub', 'must', 'allow', 'pre', 'obama', 'subvert', 'constitution', 'benefit', 'unable', 'negotiate', 'congress'], ['trump', 'turnberry', 'link', 'magazine', 'trumpturnberry', 'http', 'co', 'gyn'], ['success', 'golf', 'depend', 'less', 'strength', 'body', 'strength', 'mind', 'character', 'arnold_palmer'], ['enjoy', 'meeting', 'mattblunt', 'trumptowerny', 'discuss', 'government', 'must', 'address', 'currency_manipulation', 'many', 'job', 'stake'], ['city', 'iconic', 'architectural', 'masterpiece', 'trumptowerny', 'house', 'prime', 'commercial', 'residential', 'amp', 'retail', 'space', 'http', 'co', 'edk', 'rdmf'], ['blairkamin', 'sorry', 'suck', 'usual', 'lose', 'work', 'second', 'bad', 'critic', 'great', 'sign', 'http', 'co', 'usyl', 'qr'], ['iraq', 'pay', 'fight', 'isis', 'give', 'money', 'family', 'brave', 'soldier'], ['protect', 'rule', 'law', 'expect', 'even', 'illegal', 'cross', 'border', 'obama', 'executive', 'amnesty', 'dangerous'], ['award', 'star', 'forbesinspector', 'trumpto', 'offer', 'room', 'amp', 'suite', 'center', 'downtown', 'toronto', 'http', 'co', 'sycxjrp'], ['multiple', 'space', 'option', 'trumpchicago', 'ideal', 'venue', 'hold', 'dream', 'wedding', 'http', 'co', 'awvysscdfr'], ['necessarily', 'need', 'good', 'location', 'need', 'good', 'deal', 'art', 'deal'], ['go', 'riot', 'ferguson', 'matter'], ['really', 'want', 'succeed', 'go', 'day', 'big', 'time', 'slacker', 'keep', 'stamina', 'remain', 'curious'], ['entrepreneur', 'problem', 'mind', 'exercise', 'enjoy', 'challenge'], ['entrepreneur', 'keep', 'momentum', 'momentum', 'lot', 'great', 'idea', 'go', 'nowhere'], ['suntime', 'cstearlyoften', 'fspielman', 'council', 'sign', 'rule', 'mean', 'trump', 'name', 'loom', 'large', 'river', 'http', 'co', 'dcoc', 'ul'], ['intellectual', 'solve', 'problem', 'genius', 'prevent', 'albert_einstein'], ['trump', 'tower', 'punta', 'cylindrical', 'tower', 'redefine', 'essence', 'luxury', 'sand', 'playa', 'brava', 'http', 'co', 'vflg', 'avh'], ['tough', 'smart', 'personable', 'take', 'thing', 'personally', 'good', 'business', 'think', 'like_champion'], ['congratulation', 'bill', 'brien', 'name', 'republican', 'speaker', 'house', 'well', 'earn', 'amp', 'well', 'deserve', 'great', 'guy'], ['aaronschock', 'aaron', 'great', 'meet', 'trump', 'tower', 'also', 'really', 'good', 'job', 'television'], ['think', 'african', 'nation', 'ban', 'west', 'african', 'come', 'nation', 'racist'], ['tom_brady', 'play', 'great', 'today', 'total', 'champ', 'really', 'nice', 'guy', 'rare', 'combination'], ['foxandfriend', 'much', 'talk', 'sadly', 'enjoy'], ['defense', 'sec', 'hagel', 'quit', 'great', 'news', 'country', 'guy', 'clue', 'grossly', 'outmatch', 'enemy', 'even', 'speak'], ['great', 'thanksgiving', 'travel', 'parade', 'watch', 'tip', 'nytimestravel', 'include', 'option', 'trumpnewyork', 'http', 'co', 'aajvsvqhw'], ['trumpvlog', 'hagel', 'quit', 'http', 'co', 'dph', 'zegd'], ['congratulation', 'chuck', 'hagel', 'short', 'tenure', 'defense', 'terrible', 'appointee', 'obama'], ['linkedinpulse', 'nicholas_wyman', 'hiring', 'manager', 'learn', 'donald', 'trump', 'https', 'co', 'cbybysrkgx'], ['rate', 'golfmagazine', 'top', 'course', 'country', 'trump', 'int', 'palm_beach', 'expand', 'hole', 'http', 'co', 'vq', 'perfxo'], ['premiere', 'season', 'apprenticenbc', 'major', 'firework', 'episode', 'board', 'room', 'electric'], ['fact', 'amnesty', 'lower', 'wage', 'invite', 'lawlessness', 'obama', 'unilaterally', 'cancel', 'chance', 'immigration', 'reform'], ['excuse', 'riot', 'ferguson', 'regardless', 'grand', 'jury', 'outcome'], ['isis', 'start', 'currency', 'may', 'strong', 'dollar', 'obamacare', 'fully', 'implement'], ['iran', 'united_state', 'push', 'deadline', 'back', 'month', 'work', 'nuclear', 'deal', 'iran', 'tap', 'along', 'bad', 'negotiator'], ['would', 'announce', 'find', 'grand', 'jury', 'ferguson', 'evening', 'prime', 'time', 'riot', 'smart'], ['black', 'president', 'racial', 'divide', 'seem', 'great', 'decade', 'obama', 'leader', 'would', 'case'], ['decision', 'grand', 'jury', 'ferguson', 'exact', 'opposite', 'would', 'still', 'riots', 'right'], ['imagine', 'putin', 'friend', 'enemy', 'world', 'say', 'watch', 'ferguson', 'riot'], ['china', 'rest', 'world', 'continue', 'rip', 'economically', 'laugh', 'president', 'riot', 'ferguson'], ['sadly', 'president', 'obama', 'do', 'poor', 'job', 'president', 'see', 'black', 'president', 'generation'], ['country', 'totally', 'fracture', 'weak', 'leadership', 'washington', 'expect', 'ferguson', 'type', 'riot', 'looting', 'place'], ['moron', 'decide', 'release', 'ferguson', 'grand', 'jury', 'finding', 'clock', 'evening', 'thinking'], ['love', 'trumpcondoslv', 'bring', 'unparalleled', 'style', 'elegance', 'world', 'class', 'amenity', 'http', 'co', 'kya'], ['president', 'obama', 'absolutely', 'control', 'respect', 'african_american', 'community', 'fare', 'poorly', 'presidency'], ['congratulation', 'trumpnewyork', 'name', 'good', 'business', 'hotel', 'nyc', 'travlandleisure', 'world', 'good', 'business', 'hotel'], ['congrat', 'trumpchicago', 'name', 'good', 'business', 'hotel', 'chicago', 'travlandleisure', 'world', 'good', 'http', 'co', 'dlq', 'bdhqxm'], ['nothing', 'trumpsoho', 'think', 'holiday', 'robbreport', 'dive', 'http', 'co', 'nvlwnuyhxq'], ['find', 'something', 'everyone', 'list', 'holiday', 'gift', 'guide', 'trumpsoho', 'trumpcollection', 'tumblr', 'http', 'co', 'zeivu', 'kqx'], ['great', 'write', 'thedailymeal', 'new', 'executive', 'sous', 'chef', 'sydney', 'jone', 'trumplasvegas', 'http', 'co', 'eiqc', 'kyg'], ['tiberia', 'thank', 'macy'], ['happy', 'thanksgiving', 'hope', 'everyone', 'get', 'together', 'make_america', 'great', 'easy', 'nothing', 'do'], ['bill', 'cosby', 'foolish', 'stupid', 'get', 'bad', 'advice', 'remain', 'silent', 'innocent', 'probably', 'guilty', 'fan'], ['foxandfriend', 'enjoy'], ['boy', 'junior', 'champion', 'trump', 'national', 'golf_club', 'bedminster', 'australian', 'open', 'proud', 'jordanspieth'], ['predict', 'rosie', 'would', 'fail', 'view', 'http', 'co', 'oajbxskt'], ['rating', 'way', 'show', 'irrelevant', 'learn', 'rosie', 'always', 'fail'], ['rosie', 'donnell', 'go', 'view', 'order', 'stir', 'fail', 'rating', 'nothing', 'help', 'rosie', 'always', 'fail'], ['trumpvlog', 'rosie', 'need', 'rest', 'relax', 'work', 'http'], ['trumpvlog', 'rosie', 'even', 'short', 'term', 'fix', 'view', 'http', 'co', 'iopzn', 'hb'], ['congratulation', 'nycpark', 'quickly', 'repair', 'lasker', 'rink', 'record', 'skater', 'thanksgiving'], ['let', 'rosie', 'speak', 'badly', 'try', 'bring', 'rude', 'crude', 'smart', 'league'], ['obama', 'keep', 'soldier', 'afghanistan', 'least', 'year', 'lose', 'war', 'simultaneously'], ['congress', 'great', 'card', 'obama', 'power', 'purse'], ['washingtonpost', 'oconnellpostbiz', 'bidding', 'stay', 'trump', 'hotel', 'inauguration', 'pick', 'next', 'potus', 'http', 'co', 'kgxqi'], ['obama', 'community', 'organize', 'oval_office', 'ferguson', 'today', 'riot', 'sure', 'follow'], ['obamacare', 'repeal', 'obama', 'amp', 'congress', 'exempt', 'staff'], ['surprise', 'rosie', 'fail', 'theview', 'terrible', 'rating', 'malcontent', 'amp', 'season', 'question', 'http', 'co', 'rah'], ['lifestyle', 'unveil', 'trump', 'home', 'brand', 'gcc', 'http', 'co', 'twopulclzr', 'tradearabia'], ['success', 'dependent', 'effort', 'sophocle'], ['newsmax', 'nice', 'article', 'thank', 'much', 'http', 'co', 'pvqtjnooua'], ['sad', 'burt', 'reynold', 'lose', 'money', 'wish', 'come', 'advice', 'would', 'rich', 'hell'], ['ticket', 'available', 'cadillacchamp', 'trumpdoral', 'march', 'http', 'co', 'aedglb'], ['young', 'entrepreneur', 'success', 'measure', 'result', 'productive', 'face', 'challenge', 'setback', 'fatal'], ['brainpower', 'ultimate', 'leverage', 'keep', 'focus', 'intact'], ['via_dmregister', 'joelaschbrenner', 'trump', 'speak', 'landexpo', 'west', 'des_moine', 'http', 'co', 'tcqwte'], ['peoplescompany', 'real_estate', 'magnate', 'donald', 'trump', 'headline', 'landexpo', 'west', 'des_moine', 'iowa', 'http', 'co', 'dmjpfhv'], ['yesterday', 'national', 'debt', 'top', 'record', 'accrue', 'obama', 'real', 'mess'], ['tuesday', 'many', 'view', 'execs', 'leak', 'want', 'rosie', 'go', 'show', 'fail'], ['least', 'congress', 'must', 'defund', 'obama', 'amnesty', 'order'], ['excellent', 'thing', 'learn', 'serve', 'measure', 'knowledge', 'philip', 'sidney'], ['cast', 'new', 'season', 'apprenticenbc', 'premiere', 'http', 'co'], ['magnificent', 'view', 'trumpchicago', 'perfect', 'venue', 'host', 'impact', 'event', 'amp', 'business', 'meeting', 'http', 'co', 'uunq'], ['ring', 'downtown', 'elite', 'star', 'hotel', 'trumpsoho', 'offer', 'luxurious', 'story', 'excellence', 'http', 'co', 'qbu', 'kj'], ['congress', 'must', 'pass', 'budget', 'hold', 'obama', 'continue', 'resolution', 'excuse', 'republican', 'soon', 'hold', 'house'], ['state', 'department', 'revoke', 'single', 'passport', 'isis', 'american', 'http', 'co', 'ixwdz', 'send', 'gitmo', 'amp'], ['broken', 'border', 'debt', 'obamacare', 'fail', 'amp', 'budget', 'worry', 'president', 'still', 'fundraise', 'http', 'co', 'ezwqpn', 'priority'], ['keep', 'focus', 'global', 'may', 'well', 'find', 'ahead', 'game', 'trump', 'never', 'give'], ['wear', 'blindfold', 'business', 'regular', 'part', 'day', 'devote', 'expand', 'horizon', 'trump', 'get', 'rich'], ['nytime', 'ideal', 'gadget', 'http', 'co', 'mcim'], ['newsmax', 'melaniebatley', 'donald', 'trump', 'tell', 'eye', 'white_house', 'tell', 'could', 'win', 'http', 'vuqjxo'], ['looking_forward', 'speak', 'prestigious', 'theeconomicclub', 'december', 'http', 'co', 'kofbn'], ['obama', 'give', 'social', 'security', 'amp', 'obamacare', 'illegal', 'yet', 'want', 'cut', 'military', 'benefit', 'http', 'co', 'wotxcby', 'disgrace'], ['failure', 'explanation', 'success', 'need', 'alec', 'guinness'], ['tbt', 'jame', 'lipton', 'set', 'apprenticenbc', 'http', 'co', 'rlscape'], ['never', 'give', 'anybody', 'hell', 'tell', 'truth', 'think', 'hell', 'harry', 'truman'], ['entrepreneur', 'passion', 'love', 'work', 'success', 'follow'], ['entrepreneur', 'believe', 'one', 'else', 'either'], ['foxandfriend', 'morning', 'much', 'talk'], ['close', 'roll', 'stone', 'magazine', 'phony', 'rape', 'charge', 'story', 'university', 'virginia', 'sue', 'big', 'buck'], ['schedule', 'completion', 'trumpvancouver', 'story', 'twist', 'tower', 'icon', 'vancouver', 'skyline', 'http', 'co', 'qmx', 'csoo'], ['home', 'pgatour', 'cadillacchamp', 'trumpdoral', 'represent', 'miami', 'energy', 'glamour', 'innovation', 'amp', 'luxury', 'http', 'co', 'uhjqxzvpu'], ['congratulation', 'trumppanama', 'name', 'good', 'vip', 'access', 'hotel', 'expedia', 'http', 'co', 'cregfhwlbe'], ['starsentlive', 'nick', 'ricko', 'kevinjona', 'ianziere', 'celebrity', 'apprenticenbc', 'first', 'look', 'http', 'co', 'vos', 'qbygd'], ['cia', 'report', 'release', 'put', 'agent', 'amp', 'military', 'overseas', 'danger', 'propaganda', 'tool', 'enemy'], ['congratulation', 'billcassidy', 'decisive', 'win', 'saturday', 'bill', 'pro', 'growth', 'pro', 'energy', 'senator'], ['exhausted', 'possibility', 'remember', 'thomas_edison'], ['obama', 'oppose', 'sanction', 'iran', 'http', 'co', 'sgqn', 'gmc', 'laugh', 'kerry', 'amp', 'obama'], ['country', 'leader', 'get', 'dumb', 'time', 'release', 'full', 'documentation', 'torture', 'destroy', 'cia'], ['golfmagazine', 'rate', 'renovation', 'blue_monster', 'good', 'year', 'even', 'better', 'state', 'may', 'good', 'time'], ['thank', 'golfmagazine', 'fantastic', 'review', 'blue_monster', 'trump', 'national_doral', 'good', 'resort', 'renovation', 'amp', 'time'], ['golfmagazine', 'great', 'thank'], ['sorry', 'rosie', 'mentally', 'sick', 'woman', 'bully', 'dummy', 'loser', 'wonderful'], ['miss', 'lot', 'information', 'autism', 'support', 'autismspeak', 'project', 'visit', 'mss', 'mssng'], ['damacofficial', 'announce', 'tigerwood', 'create', 'golf_course', 'trump', 'world', 'golf_club', 'dubai', 'http', 'co', 'cnbboxfbdb', 'businesswire'], ['worldnetdaily', 'jerome_corsi', 'donald', 'trump', 'obama', 'jobless', 'figure', 'phony', 'economist', 'agree', 'http', 'co', 'pkadnlh'], ['impose', 'dune', 'rugge', 'aberdeenshire', 'coastline', 'trumpscotland', 'championship', 'course', 'masterpiece', 'http', 'co', 'buzvsskh'], ['longer', 'play', 'well', 'chance', 'well', 'player', 'win', 'jacknicklaus'], ['sad', 'dangerous', 'soon', 'intelligence', 'chair', 'dianne', 'feinstein', 'release', 'cia', 'report', 'glad', 'lose', 'comm', 'chair'], ['obamacare', 'continue', 'increase', 'insurance', 'premium', 'amp', 'raise', 'record', 'deductible', 'new', 'congress', 'must', 'tool', 'defund'], ['glad', 'see', 'romneycare', 'obamacare', 'architect', 'gruber', 'eviscerate', 'hill', 'today', 'return', 'taxpayer', 'money', 'pay'], ['golfweekmag', 'golfweekbromine', 'tigerwood', 'design', 'trump', 'course', 'dubai', 'http', 'co', 'ukisfb'], ['president', 'obama', 'gruber', 'obama', 'crony', 'get', 'obamacare', 'pass', 'lie', 'fraudulent', 'statement', 'court', 'overturn'], ['icymi', 'nypost', 'loisweiss', 'describe', 'monday', 'icsc', 'speech', 'javitscenter', 'best', 'rivet', 'http', 'co'], ['looking_forward', 'host', 'amp', 'interview', 'next', 'monday', 'david', 'rubenstein', 'theeconomicclub', 'http', 'co', 'psf', 'lsp'], ['jenniferjjacob', 'trump', 'add', 'event', 'iowa', 'trip', 'next', 'month', 'http', 'co', 'xavfz'], ['citizens_united', 'donald', 'trump', 'speak', 'iowa', 'http', 'co', 'kaw', 'eohzi'], ['romneycare', 'obamacare', 'architect', 'gruber', 'apologize', 'comment', 'apologize', 'monstrosity', 'amp', 'return', 'taxpayer', 'money'], ['general', 'panic', 'troop', 'never', 'panic', 'shaq'], ['durst', 'disaster', 'operate', 'new', 'world', 'trade', 'center', 'take', 'forever', 'worker', 'visitor', 'get', 'impossible', 'security'], ['people', 'really', 'unhappy', 'endless', 'security', 'check', 'new', 'world', 'trade', 'center', 'durst', 'terrible', 'manager', 'tenant', 'furious'], ['conde', 'nast', 'make', 'big', 'mistake', 'go', 'world', 'trade', 'center', 'place', 'total', 'disaster', 'feel', 'begin'], ['entrepreneur', 'view', 'conflict', 'opportunity', 'positive', 'could', 'lead', 'fortunate', 'situation'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem', 'never', 'give'], ['entrepreneur', 'cover', 'basis', 'know', 'everything', 'go', 'gut', 'instinct', 'reason'], ['miss', 'letterman', 'amp', 'show', 'always', 'intriguing', 'amp', 'smart', 'never', 'know', 'would', 'happen', 'fair'], ['obama', 'democrat', 'leader', 'great', 'disservice', 'release', 'paper', 'torture', 'world', 'laugh', 'think', 'fool'], ['policy', 'enemy', 'hit', 'hard', 'hit', 'fast', 'hit', 'often', 'tell', 'enemy'], ['alivenew', 'jenniferjjacob', 'trump', 'head', 'iowa', 'speculation', 'rise', 'http', 'co', 'ujtvzwpre'], ['via_breitbartnew', 'pamkeynen', 'trump', 'obamacare', 'work', 'business', 'go', 'collapse', 'http', 'co', 'tgxqnnap'], ['central_park', 'top', 'locale', 'trumprink', 'open', 'holiday', 'skate', 'school', 'excellent', 'amp', 'acclaimed', 'http', 'co', 'fgmjscbga'], ['tbt', 'confirmation', 'picture', 'first', 'presbyterian', 'church', 'jamaica', 'ny', 'http', 'co', 'fzewcdrjz'], ['america', 'threat', 'imminent', 'attack', 'would', 'obama', 'torture', 'kiss'], ['islamist', 'chop', 'american', 'head', 'want', 'destroy', 'applaud', 'cia', 'persecuting'], ['trump', 'tiger', 'team', 'create', 'stunning', 'golf_course', 'dubai', 'http', 'co', 'rkslhbqjni', 'via_newsmax_media', 'jlorenz'], ['terrorist', 'cut', 'head', 'american', 'laugh', 'want', 'sell', 'body', 'fight', 'sleep', 'deprivation'], ['terrorist', 'behead', 'execute', 'american', 'citizen', 'brutal', 'report', 'torture', 'least', 'concern'], ['interesting', 'immediately', 'everybody', 'ask', 'indeed', 'demand', 'torture', 'kind', 'report'], ['people', 'spend', 'entire', 'lifetime', 'wonder', 'make', 'difference', 'world', 'marine', 'problem', 'ronald_reagan'], ['jet', 'let', 'score', 'get', 'number', 'draft', 'pick', 'really', 'good', 'never', 'change'], ['believe', 'sony', 'chief', 'amy', 'pascal', 'want', 'meet', 'sharpton', 'seek', 'forgiveness', 'racial', 'slur', 'laugh'], ['wonder', 'sony', 'badly', 'really', 'stupid', 'leadership', 'want', 'sharpton', 'help', 'watch', 'turn', 'table', 'chief', 'amy', 'pascal'], ['thereval', 'realdonaldtrump', 'http', 'co', 'vzapdwp', 'sharpton', 'love', 'trump', 'know', 'get', 'other', 'check', 'picture'], ['foxandfriend', 'minute', 'great', 'day'], ['zagat', 'name', 'christmas', 'day', 'brunch', 'trumpchicago', 'sixteenchicago', 'good', 'city', 'trumpholiday', 'http', 'co', 'fsazdke'], ['looking_forward', 'tonight', 'conversation', 'david', 'rubenstein', 'theeconomicclub', 'air', 'live', 'cspan', 'pm_', 'http', 'co', 'onttu', 'oixf'], ['washtime', 'harperbulletin', 'donald', 'trump', 'go', 'washington', 'http', 'co', 'xxoxehlctb'], ['tvgrapevine', 'apprenticenbc', 'premiere', 'sunday', 'january', 'http', 'co', 'vamrtdbiyn'], ['light', 'go', 'white_house', 'today', 'http', 'co', 'ckbj', 'symbolic', 'obama', 'presidency'], ['cia', 'deserve', 'praise', 'take', 'fight', 'enemy', 'dark', 'corner', 'world', 'cia', 'persevere', 'politician', 'whine'], ['american', 'unemployed', 'yet', 'obama', 'set', 'workshop', 'country', 'illegal', 'get', 'amnesty', 'http', 'co', 'gnbzwkc'], ['revenge', 'sweet', 'fattening', 'alfred', 'hitchcock'], ['dailymail', 'chriskitche', 'luxury', 'penthouse', 'trumpchicago', 'skyscraper', 'sell', 'record', 'http', 'co', 'jfo'], ['many', 'time', 'watch', 'pay', 'stupid', 'never', 'end', 'smokeybearhug', 'commercial', 'much', 'govt', 'spending'], ['ice', 'skater', 'invade', 'snow', 'fall', 'palm_beach', 'salvation', 'army', 'ball', 'http', 'co', 'sujqyiywn', 'gossipextra'], ['miami', 'top', 'newyearseve', 'vacation', 'package', 'trumpdoral', 'perfect', 'option', 'celebrate', 'start', 'http', 'co', 'wwl', 'uuhqo'], ['see', 'victorious', 'focus', 'right', 'direction', 'trump', 'never', 'give'], ['span', 'conversation', 'donald', 'trump', 'economic', 'club', 'washington', 'dc', 'http', 'co', 'onttu', 'oixf'], ['donald', 'trump', 'last', 'thing', 'need', 'bush', 'co', 'xki', 'qmfs', 'fox', 'newsdc', 'emilymiller'], ['last', 'thing', 'country', 'need', 'bush'], ['mailonline', 'dmartosko', 'president', 'trump', 'say', 'substantial', 'chance', 'run', 'http', 'co', 'clozaoiwzf'], ['obama', 'attack', 'cia', 'waterboarde', 'routinely', 'drone', 'civilian', 'catch', 'islamist', 'crosshair'], ['obama', 'admit', 'spend', 'morning', 'watch', 'espn', 'play', 'golf', 'fundraise', 'amp', 'grant', 'amnesty', 'illegal'], ['thescotsman', 'donald', 'trump', 'trumpturnberry', 'plan', 'get', 'go', 'ahead', 'http', 'co', 'laze', 'infgb'], ['wbjonline', 'wbjholan', 'donald', 'trump', 'hint', 'presidential', 'run', 'promise', 'great', 'luxury', 'hotel', 'http', 'co', 'ntyuaxhtu'], ['tweet', 'new', 'year', 'resolution', 'make_america', 'great', 'http', 'co', 'hmfrhuoiwt'], ['success', 'final', 'failure', 'fatal', 'courage', 'continue', 'count', 'winston_churchill'], ['believe', 'great', 'wjcarter', 'get', 'can', 'nytime', 'fantastic', 'reporter', 'amp', 'really', 'know', 'entertainment', 'miss'], ['story', 'write', 'huffingtonpost', 'reporter', 'huffpost', 'refuse', 'print', 'total', 'bias', 'prevail', 'http', 'co', 'rvf', 'zhueck'], ['foxnew', 'int', 'teamcavuto', 'state', 'world', 'affair', 'economy', 'bush', 'http', 'co', 'xuhmmpib'], ['washingtonpost', 'oconnellpostbiz', 'donald', 'trump', 'land', 'chefjoseandre', 'office', 'flagship', 'restaurant', 'http', 'co', 'rjwtyasjsr'], ['golfdig', 'lukekerrdineen', 'michaelbreed', 'open', 'golf', 'academy', 'donald', 'trump', 'trumpferrypoint', 'http', 'co', 'cfqkemrq'], ['abc', 'jonkarl', 'amp', 'jordynphelp', 'donald', 'trump', 'say', 'last', 'thing', 'need', 'http', 'co'], ['charlottesville', 'trumpwinery', 'virginia', 'large', 'winery', 'acre', 'french', 'vinifera', 'variety', 'http', 'co', 'chhyqjj'], ['destroy', 'middle_east', 'amp', 'economy', 'bush', 'last', 'gift', 'justice', 'robert', 'legalize', 'obamacare', 'bush'], ['via_newsmax_media', 'owentew', 'donald', 'trump', 'last', 'thing', 'need', 'bush', 'co', 'iupymgzwui'], ['trumpvlog', 'sad', 'day', 'freedom', 'speech', 'http', 'co', 'eqdh', 'bkdhp'], ['congratulation', 'trumpsoho', 'make', 'cntraveler', 'goldlist', 'http', 'co', 'xugyrjyy'], ['fully', 'support', 'saveculzean', 'turnberry', 'great', 'beauty', 'amp', 'tourism', 'wind_turbine', 'death', 'environment', 'http', 'co', 'ozsf'], ['co', 'host', 'extratv', 'tonight', 'sure', 'tune'], ['great', 'part', 'home', 'alone', 'holiday', 'staple', 'http', 'co', 'stycwl'], ['interview', 'tonight', 'greta', 'sony', 'amp', 'bush'], ['must', 'watch', 'ivankatrump', 'interview', 'gma', 'discuss', 'girlpower', 'http', 'co', 'wvcbajyl'], ['nmoralesnbc', 'thomasarobert', 'host', 'rd', 'annual', 'missuniverse', 'http', 'co', 'dravi', 'hrbd', 'thewrap', 'anthonymaglio'], ['premiere', 'jan', 'record', 'season', 'apprenticenbc', 'cast', 'nasty', 'http', 'fy', 'major', 'boardroom', 'firework'], ['yahoo', 'power', 'player', 'interview', 'jonkarl', 'donald', 'trump', 'new', 'dig', 'pennsylvania_avenue', 'http', 'co', 'tbtxtxkjny'], ['great', 'foxbusiness', 'interview', 'erictrump', 'teamcavuto', 'discuss', 'real_estate', 'economy', 'amp', 'http', 'co', 'njrzjfw'], ['scotlandnow', 'donald', 'trump', 'start', 'overhaul', 'trumpturnberry', 'golf', 'resort', 'http', 'co', 'jvprc'], ['must', 'read', 'conservreview', 'article', 'jeffjlpa', 'outsider', 'https', 'co', 'juwa', 'ghqkr'], ['amy', 'pascal', 'sony', 'totally', 'use', 'rev', 'sharpton', 'fire', 'stupidity'], ['movie', 'may', 'garbage', 'let', 'foreign', 'country', 'dictate', 'watch', 'sonypicture'], ['wendywilliam', 'appearance', 'sony', 'atlantic_city', 'apprenticenbc', 'http', 'co', 'adhbeky', 'always', 'love', 'go', 'wendy', 'show'], ['clip', 'greta', 'interview', 'discuss', 'sony', 'capitulate', 'hacker', 'http', 'co', 'uzbrw', 'courage'], ['pig', 'get', 'slaughter', 'lauderdale', 'plaintiff', 'must', 'pay', 'close', 'legal_fees', 'trump', 'trial', 'victory'], ['settle', 'lauderdale', 'plaintiff', 'must', 'pay', 'close', 'legal_fees', 'trump', 'trial', 'victory'], ['smart', 'man', 'name', 'duke', 'law', 'library', 'must', 'pay', 'legal_fees', 'trump', 'trial', 'victory'], ['greta', 'interview', 'discuss', 'need', 'bush', 'jf', 'ywmvip'], ['obama', 'want', 'deny', 'due', 'process', 'police', 'give', 'constitutional', 'right', 'terrorist', 'cop'], ['obama', 'would', 'treat', 'netanyahu', 'respect', 'award', 'tyrant', 'strange', 'amp', 'dangerous', 'national_security'], ['already', 'defeat', 'bush', 'definition', 'insanity', 'thing', 'twice', 'amp', 'expect', 'different', 'result'], ['flashbackfriday', 'renovation', 'central_park', 'trumprink', 'http', 'co', 'tjlwpj'], ['romney', 'architect', 'obamacare', 'bush', 'chief', 'justice', 'legalize', 'monstrosity', 'notice', 'trend'], ['way', 'get', 'start', 'quit', 'talk', 'begin', 'walt', 'disney'], ['townhallcom', 'matttowery', 'trump', 'run', 'http', 'co', 'hnb', 'dnmm'], ['sure', 'set', 'exceptional', 'goal', 'resolution', 'push', 'think', 'big'], ['interview', 'foxandfriend', 'tomorrow', 'morning', 'monday', 'much', 'talk'], ['foxandfriend', 'minute'], ['entrepreneur', 'realize', 'become', 'entrepreneur', 'group', 'effort', 'charge', 'everything', 'start'], ['entrepreneur', 'imagination', 'intelligence', 'execute', 'imagination', 'present'], ['entrepreneur', 'happen', 'responsible', 'happen', 'responsible'], ['plan', 'perfect', 'weekend', 'holiday', 'nyc', 'hot', 'neighborhood', 'use', 'trumpsoho', 'offer', 'http', 'co', 'dgabgw'], ['congrat', 'trumpdoral', 'name', 'notable', 'opening', 'bizbash', 'http', 'co', 'eluhp', 'cdkc'], ['excited', 'santanacarlo', 'perform', 'trumpdoral', 'http', 'co', 'wtbfvq'], ['entrepreneur', 'realize', 'fear', 'exact', 'opposite', 'faith', 'resolve', 'big', 'problem', 'boss'], ['entrepreneur', 'absorb', 'assess', 'act', 'negate', 'power', 'deal', 'know', 'deal'], ['negotiation', 'art_treat'], ['dummy', 'bill', 'maher', 'advertisement', 'fail', 'time', 'picture', 'sad', 'look', 'pathetic', 'bloated', 'amp', 'go'], ['latin', 'america', 'tall', 'building', 'trumppanama', 'perfect', 'getaway', 'location', 'celebrate', 'new', 'year', 'luxury', 'http', 'co', 'tbh'], ['via_newsmax_media', 'alana', 'marie', 'burke', 'donald', 'trump', 'key', 'political', 'position', 'http', 'co', 'yq', 'jtkr'], ['many', 'people', 'think', 'run', 'president', 'wonder', 'response', 'even', 'hater', 'loser', 'happy'], ['merry_christmas', 'fantastic', 'day', 'year', 'life', 'world', 'great', 'leadership', 'become', 'much', 'beautiful', 'place'], ['foxandfriend', 'tomorrow', 'morning', 'hope', 'enjoy', 'agree'], ['relationship', 'mayor', 'city', 'police', 'force', 'ever', 'fix', 'tune', 'foxandfriend'], ['foxandfriend', 'minute'], ['deal', 'art', 'form', 'people', 'paint', 'beautifully', 'write', 'poetry', 'make', 'deal', 'preferably', 'big', 'deal', 'get', 'kick'], ['go', 'thinking', 'may', 'well', 'think', 'big'], ['sometimes', 'good', 'investment', 'one', 'make'], ['newsintheburg', 'chefjoseandre', 'open', 'restaurant', 'trump', 'int', 'washington', 'http', 'co', 'uyajojaml'], ['carrgaz', 'trump', 'grand', 'plan', 'trumpturnberry', 'resort', 'get', 'green', 'light', 'http', 'co'], ['donald', 'trump', 'brutal', 'new', 'season', 'apprenticenbc', 'https', 'co', 'cv', 'uncauhw', 'yahootv'], ['inc', 'steelwire', 'donald', 'trump', 'micromanage', 'micromanage', 'http', 'co', 'ltglyfpmlz'], ['see', 'never', 'happen', 'bring', 'vision', 'fruition', 'perseverance', 'hard', 'work', 'build', 'momentum'], ['coachdanmullen', 'great', 'great', 'team', 'trump', 'national_doral', 'go', 'finish', 'fantastic', 'season', 'style'], ['sunday', 'real', 'playoff', 'begin', 'premiere', 'apprenticenbc', 'game', 'boardroom', 'http', 'co', 'mivct', 'zjek'], ['trump', 'signature_collection', 'exclusively_available', 'macys', 'top', 'menswear', 'style', 'dress', 'impress', 'http', 'co', 'hotvbibizm'], ['electability', 'jeb', 'lose', 'hrc', 'point', 'bush', 'never', 'beat', 'clinton', 'wake', 'gop'], ['sometimes', 'lose', 'battle', 'find', 'new', 'way', 'win', 'war'], ['separate', 'winner', 'loser', 'person', 'react', 'new', 'twist', 'fate'], ['interested', 'balance', 'work', 'pleasure', 'stop', 'try', 'balance', 'instead', 'make', 'work', 'pleasurable'], ['passion', 'energy', 'energy', 'nothing', 'find', 'work', 'love', 'energy'], ['end', 'measure', 'much', 'undertake', 'finally', 'accomplish'], ['everyone', 'include', 'hater', 'loser', 'happy', 'new', 'year', 'work', 'hard', 'smart', 'always', 'remember', 'win', 'take', 'care', 'everything'], ['club', 'amazing', 'tonight', 'everybody', 'big', 'hot', 'palm_beach', 'lucky', 'good', 'club', 'world'], ['apprenticenbc', 'season', 'premiere', 'sunday', 'http', 'co', 'gd'], ['see', 'movie', 'unbroken', 'good', 'think', 'end', 'weak', 'retribution', 'complain', 'waterboarding'], ['comment', 'live', 'sunday', 'night', 'twitter', 'celebrity_apprentice', 'great', 'season', 'amazing', 'cast'], ['int', 'erickingnbc', 'ivankatrump', 'discuss', 'sunday', 'premiere', 'apprenticenbc', 'season', 'http', 'co', 'ebsfcw', 'izr'], ['popular', 'demand', 'tweet', 'tomorrow', 'record', 'season', 'premiere', 'apprenticenbc', 'co', 'mivct', 'zjek'], ['horsetalknz', 'florida', 'trump', 'invitational', 'kick', 'showjumpe', 'year', 'http', 'co', 'kxzzhzqm', 'ann', 'trump', 'grand', 'prix'], ['shinysheet', 'soapbox', 'show', 'jump', 'grand', 'prix', 'return', 'sunday', 'http', 'co', 'oze', 'udexyq'], ['celebapprentice', 'hear', 'famous', 'word', 'apprenticenbc', 'premiere', 'tomorrow', 'co', 'xe', 'ngz'], ['everyone', 'ask', 'cover', 'apprentice', 'live', 'tonight', 'great', 'evening', 'television'], ['celebapprentice', 'apprenticenbc', 'return', 'tonight', 'nbc', 'http', 'co', 'enurymhqwe'], ['less', 'minute', 'watch', 'season', 'premiere', 'apprenticenbc', 'nbc'], ['go', 'special', 'season', 'truly', 'great', 'character', 'cast', 'soon', 'see'], ['still', 'exciting', 'year', 'cast', 'special'], ['hate', 'far'], ['boardroom', 'get', 'crazy', 'people', 'wild'], ['boardroom', 'far'], ['hope', 'like', 'tune', 'tomorrow', 'night', 'episode', 'boardroom', 'great', 'evening', 'television'], ['show', 'tape', 'terrible', 'bill', 'cosby', 'revelation', 'come', 'light', 'still', 'ask', 'money', 'go', 'charity'], ['live_tweete', 'tomorrow', 'monday', 'night', 'show', 'start', 'great'], ['foxandfriend', 'talk', 'many', 'thing', 'include', 'apprentice'], ['forget', 'episode', 'apprenticenbc', 'tonight', 'pm'], ['celebapprentice', 'lot', 'fun', 'last_night', 'live_tweeting', 'tonight', 'pm'], ['great', 'rating', 'apprenticenbc', 'http', 'co', 'yhheubmacn', 'forget', 'watch', 'new', 'episode', 'tonight', 'pm'], ['peachespulliam', 'trumptowerny', 'afternoon', 'wonderful', 'woman', 'honor', 'donate', 'charity', 'http', 'co', 'gwyl', 'wsfp'], ['peoplemag', 'amandamichl', 'ivankatrump', 'joan_riverswas', 'warm', 'appearance', 'apprenticenbc', 'http', 'co', 'ogymqaotcb'], ['latime', 'latshowtracker', 'monday', 'tv', 'highlight', 'apprenticenbcon', 'co', 'qckbybq'], ['watch', 'highlight', 'last_night', 'record', 'season', 'premiere', 'apprenticenbc', 'http', 'co', 'mivct', 'zjek'], ['remember', 'tonight', 'second', 'third', 'episode', 'apprentice', 'amp', 'great', 'rating', 'last_night', 'fun'], ['looking_forward', 'speak', 'citizens_unite', 'amp', 'stevekingia', 'iowa', 'http', 'co', 'fhju'], ['feminamissindia', 'mannypacquiao', 'missuniverse', 'judge', 'http', 'co', 'br', 'caoee'], ['celebrity_apprentice', 'start', 'minute', 'nbc', 'enjoy'], ['live_tweete'], ['remember', 'new', 'episode', 'start', 'minute'], ['switch', 'monday', 'night', 'apprenticenbc', 'rating', 'higher', 'even', 'sunday', 'night', 'show'], ['kevinjona', 'great', 'bring', 'wrong', 'person', 'boardroom', 'bring', 'lorenzo', 'would', 'fire'], ['learn', 'trumpintrealty', 'mgriffithnyc', 'spectacular', 'real_estate', 'nyc', 'http', 'co'], ['look_forward', 'go', 'land', 'investment', 'expo', 'iowa', 'jan', 'record', 'crowd', 'sell', 'venue', 'landexpo', 'peoplescompany'], ['juddapatow', 'agree'], ['thank', 'loyal', 'viewer', 'fan', 'last_night', 'apprenticenbc', 'top', 'demo', 'amp', 'grow', 'regular', 'slot', 'premiere'], ['congrat', 'flgovscott', 'today', 'inauguration', 'do', 'great', 'job'], ['looking_forward', 'next_week', 'unveil', 'red', 'tiger', 'trumpdoral', 'hole', 'masterpiece', 'island', 'green', 'http', 'co', 'jbpl', 'wwf'], ['daltonross', 'recap', 'nobody', 'think', 'donald', 'trump', 'http', 'co', 'opzebuvs'], ['newsmanone', 'moon', 'cycle', 'defeat', 'shawnjohnson', 'apprenticenbc', 'http', 'co', 'feheg'], ['congress', 'must', 'repeal', 'obamacare', 'obama', 'veto', 'american', 'continue', 'lose', 'doctor', 'amp', 'pay', 'rise', 'premium'], ['tmz_sport', 'donald', 'trump', 'mess', 'terrellowen', 'name', 'see', 'go', 'crazy', 'people', 'http', 'co'], ['big', 'announcement', 'come', 'soon', 'regard', 'south_carolina'], ['failure', 'simply', 'opportunity', 'begin', 'time', 'intelligently', 'henry_ford'], ['via_breitbartnew', 'mboyle', 'exclusive', 'trump', 'address', 'convention', 'http', 'co', 'jtut', 'srcnx'], ['theybf', 'msvivicafox', 'attend', 'private', 'screening', 'donald', 'trump', 'donate', 'peachespulliam', 'kamp', 'kizzy', 'http', 'co', 'cq', 'qvpq'], ['trump', 'late', 'joan_river', 'http', 'co', 'pvsrsxhu', 'azcentral'], ['condolence', 'prayer', 'victim', 'terrorist_attack', 'pari'], ['obama', 'continue', 'release', 'bad', 'bad', 'gitmo', 'look', 'paris', 'wake'], ['congratulation', 'new', 'congressman', 'leezeldin', 'name', 'house', 'foreign', 'affair', 'comm', 'co', 'chair', 'house', 'republican', 'israel', 'caucus'], ['people', 'violently', 'shoot', 'paris', 'gun', 'least', 'would', 'fight', 'chance'], ['interesting', 'tragedy', 'took_place', 'tough', 'gun', 'control', 'country', 'world'], ['remember', 'gun', 'outlaw', 'outlaw', 'gun'], ['thestate', 'andyshain', 'donald', 'trump', 'join', 'prospect', 'speak', 'party_convention', 'http', 'co', 'cmrineireu'], ['donald', 'trump', 'address', 'party', 'coalition', 'myrtle_beach', 'event', 'http', 'co', 'hbaioxutgf', 'carolinalive', 'timmcginniswpde'], ['would', 'like', 'thank', 'golfmagazine', 'really', 'nice', 'review', 'trump', 'national_doral', 'good', 'renovation', 'year', 'maybe', 'time'], ['almost', 'news', 'organization', 'show', 'satirical', 'picture', 'gee', 'wonder', 'medium', 'usually', 'brave'], ['pay', 'tedious', 'smokey', 'bear', 'commercial', 'time', 'enough', 'already'], ['politician', 'talk', 'action', 'look', 'country'], ['goodnight', 'everyone', 'sleep', 'tight'], ['record', 'cold', 'country', 'world', 'hell', 'global_warming', 'need', 'fast'], ['watch', 'apprenticenbc', 'episode', 'online', 'nbc', 'nobody', 'think', 'donald', 'trump', 'http', 'co', 'bzg'], ['nypost', 'starrmss', 'trump', 'apprenticenbc', 'contestant', 'mean', 'far', 'http', 'co', 'prxk', 'msc'], ['enemy', 'good', 'mean', 'stand', 'something', 'sometime', 'life', 'winston_churchill'], ['tbt', 'tommy', 'lee', 'jone', 'http', 'co', 'mgwznxvqme'], ['letterman', 'tonight', 'sure', 'watch', 'always', 'great', 'time', 'lateshow'], ['moshe', 'cohen', 'donald', 'trump', 'french', 'gun', 'control', 'allow', 'terrorist', 'succeed', 'http', 'co', 'fqxyrh'], ['complete', 'yeartrump', 'int', 'golf_club', 'dubai', 'feature', 'yard', 'par', 'double', 'sided', 'driving', 'range', 'http', 'co', 'optn', 'jfo'], ['looking_forward', 'honor', 'prestigious', 'friend', 'israel', 'award', 'algemeiner', 'gala', 'dinner', 'https', 'qz', 'vztqgup'], ['someone', 'gun', 'try', 'kill', 'would', 'reasonable', 'shoot', 'back', 'gun', 'dalailama'], ['fact', 'tight', 'gun', 'law', 'violence', 'criminal', 'always', 'gun'], ['via_newsmax_media', 'melaniebatley', 'donald', 'trump', 'france', 'strict', 'gun', 'law', 'enable', 'attack', 'http', 'co', 'ykddwrdu'], ['may', 'want', 'watch', 'david', 'letterman', 'tonight'], ['ximenanr', 'great', 'job', 'proud', 'time', 'best'], ['think', 'thing', 'think', 'thing', 'right', 'henry_ford'], ['watch', 'appearance', 'letterman', 'last_night', 'http', 'co', 'lguvcktw'], ['entrepreneur', 'totally', 'focus', 'know', 'everything', 'give', 'work', 'concentrated', 'effort'], ['entrepreneur', 'business', 'creative', 'endeavor', 'innovative', 'open', 'new', 'idea', 'keep', 'open', 'mind'], ['entrepreneur', 'look', 'solution', 'problem', 'learn', 'focus', 'give', 'result'], ['via_newsmax_media', 'donald', 'trump', 'fact', 'personal', 'life', 'gop', 'presidential', 'hopeful', 'http', 'co', 'npw'], ['sanchez', 'nevada', 'ready', 'missuniverse', 'http', 'co', 'knk', 'jft', 'lasvegassun', 'robin_leach'], ['letterman', 'donald', 'trump', 'fire', 'geraldorivera', 'http', 'co', 'evggszmnz', 'mediaite', 'themattwilstein'], ['wbtwnew', 'elizabethk_wbtw', 'donald', 'trump', 'deliver', 'keynote', 'address', 'party_convention', 'http', 'co', 'qhakxuh'], ['wdesmoinespatch', 'derekj', 'shawnjohnson', 'apprenticenbc', 'http', 'co', 'rrycpuvbib'], ['french', 'police', 'afraid', 'go', 'many', 'community', 'france', 'let', 'happen', 'female', 'terrorist', 'ever', 'escape'], ['get', 'ready', 'amazing', 'episode', 'celebrity_apprentice', 'tomorrow', 'night', 'monday', 'incredible', 'thing', 'happen'], ['foxandfriend', 'tomorrow', 'morning'], ['remember', 'foxandfriend', 'celebrity_apprentice', 'enjoy'], ['tonight', 'really', 'big', 'double', 'episode', 'celebrity_apprentice', 'watch', 'believe', 'happen'], ['woman', 'celebrity_apprentice', 'absolutely', 'crazy', 'maybe', 'wildest', 'thing', 'ever', 'reality', 'television', 'watch', 'tonight'], ['thehill', 'hugginsrachel', 'trump', 'look', 'seriously', 'run', 'http', 'co', 'wso', 'jxaqf'], ['int', 'morningmika', 'joenbc', 'amp', 'thomasarobert', 'trumpdoral', 'romney', 'gop', 'nomineehttp', 'co'], ['http', 'co', 'cothsixavj', 'light', 'camera', 'fire', 'new', 'apprenticenbc', 'tonight', 'nbc'], ['foxandfriend', 'int', 'foxnewsinsider', 'leadership', 'trump', 'slam', 'obama', 'skip', 'paris', 'unity', 'rally', 'http', 'co', 'rw'], ['celebapprentice', 'live_tweeting', 'spoiler', 'tonight', 'new', 'apprenticenbc'], ['let', 'go', 'celebapprentice'], ['celebapprentice', 'always', 'make', 'sure', 'great', 'nyc', 'location', 'task', 'delivery'], ['celebapprentice', 'think', 'choice', 'project', 'manager'], ['celebapprentice', 'selfie'], ['celebapprentice', 'teamvortex', 'teaminfinity'], ['celebapprentice', 'time', 'first', 'firing', 'night'], ['hoganseaisle', 'realdonaldtrump', 'say', 'say', 'celebapprentice', 'watch', 'see', 'happen'], ['celebapprentice', 'stay_tune', 'nd', 'one', 'firing', 'tonight'], ['celebapprentice', 'think', 'new', 'team', 'pms'], ['celebapprentice', 'think'], ['celebapprentice', 'exciting', 'episode', 'tune', 'next', 'monday', 'new', 'episode'], ['cbsmiami', 'lisapetrillo', 'trump', 'unveil', 'renovate', 'trumpdoral', 'red', 'tiger', 'golf_course', 'http', 'co', 'gnjph', 'qgml'], ['trump', 'romney', 'give', 'chance', 'golfer', 'sink', 'putt', 'http', 'co', 'moxuqlwg'], ['sunsentinel', 'joaniecox', 'palm_beach', 'nothing', 'trump', 'trump', 'invitational', 'http', 'co', 'nlrakktbeg'], ['nbcapprentice', 'fire', 'celebrity', 'http', 'co', 'wtbjuywphr', 'ew', 'daltonross'], ['celebapprentice', 'photo', 'last_night', 'boardroom', 'http', 'co', 'xossbgxztd'], ['list', 'golf', 'buddy', 'tegan__martin', 'enjoy', 'golf', 'donald', 'trump', 'ahead', 'missuniverse', 'http', 'co', 'gcz', 'xxqb', 'dailymailceleb'], ['icymi', 'ivankatrump', 'waytooearly', 'int', 'thomasarobert', 'apprenticenbc', 'firingstrump', 'int', 'dc', 'missuniverse', 'http', 'co', 'jatza'], ['new', 'red', 'tiger', 'course', 'trumpdoral', 'http', 'co', 'follow', 'trumpgolf', 'great', 'photo'], ['beforeitsnew', 'watch', 'see', 'trump', 'torch', 'obama', 'biden', 'kerry', 'snub', 'pari', 'anti', 'terror', 'march', 'http', 'co', 'xoei', 'te'], ['charlie', 'hebdo', 'remind', 'satirical', 'rag', 'magazine', 'spy', 'dishonest', 'nasty', 'went_bankrupt', 'charlie', 'also', 'break'], ['moron', 'kill', 'people', 'charlie', 'hebdo', 'would', 'wait', 'magazine', 'would', 'folded', 'money', 'success'], ['linksmagazine', 'donald', 'http', 'co', 'lelosu', 'rm'], ['looking_forward', 'keynote', 'convention', 'myrtle_beach', 'monday', 'pm', 'http', 'co', 'qkmriotcwb'], ['watch', 'missuniverse', 'contestant', 'golf', 'donald', 'trump', 'trumpdoral', 'http', 'co', 'kyleportercb', 'cbssport'], ['hater', 'loser', 'say', 'never', 'file', 'bankruptcy', 'preeminent', 'game', 'company', 'caesar'], ['episode', 'apprentice', 'everyone', 'wait', 'joan_river', 'star', 'great', 'next', 'monday', 'night'], ['nydailynew', 'eugene_dunn', 'trump', 'nation', 'great', 'hope', 'http', 'co', 'fsapohroyp'], ['donald', 'trump', 'turn', 'rancho', 'palos_verdes', 'recreational', 'open', 'space', 'http', 'co', 'np', 'dailybreezenew', 'meg_barne'], ['donald', 'trump', 'donate', 'land', 'conservation', 'group', 'palo', 'verdeshttp', 'co', 'ffgamoqw', 'mynewsla'], ['donald', 'trump', 'headline', 'convention', 'myrtle_beach', 'http', 'co', 'ktusn', 'ese', 'looking_forward', 'visit', 'sc', 'monday'], ['donald', 'trump', 'buy', 'brooklynnet', 'http', 'co', 'qloqezdqrt', 'tmz_sport'], ['pvpatch', 'paige', 'austin', 'trump', 'donate', 'acre', 'conservation', 'palos_verdes', 'http', 'co', 'csif'], ['interview', 'missuniverse', 'gabriela', 'isler', 'reflect', 'reign', 'wind', 'http', 'co', 'wyxhzutgi', 'yahoonew'], ['eonline', 'brettmalec', 'missuniverse', 'contestant', 'http', 'co', 'mccmw'], ['monday', 'night', 'must', 'see', 'television', 'wonderful', 'joan_river', 'play', 'major', 'role', 'advisor', 'apprentice', 'amazing'], ['via_fitsnew', 'donald', 'trump', 'know', 'donald', 'plan', 'splashy', 'land', 'myrtle_beach', 'http', 'co', 'pftqv'], ['donald', 'trump', 'headline', 'party_convention', 'http', 'co', 'gxo', 'wyffnew'], ['nolanew', 'davewalkertv', 'donald', 'trump', 'praise', 'joan_river', 'strong', 'vibrant', 'apprenticenbc', 'return', 'http', 'co', 'uztsil'], ['look_forward', 'south_carolina', 'tomorrow', 'total', 'sellout', 'crowd'], ['foxandfriend', 'tomorrow', 'morning', 'enjoy'], ['apprentice', 'exciting', 'interesting', 'tonight', 'joan_river', 'put', 'great', 'show'], ['foxandfriend', 'minute'], ['myrbeachonline', 'donald', 'trump', 'state', 'case', 'become', 'potus', 'party_convention', 'http', 'co'], ['carolinalive', 'joelallenwpde', 'big', 'name', 'wrap', 'largest', 'ever', 'party', 'coalition', 'convention', 'http', 'co', 'xceywzzp'], ['joan_river', 'apprentice', 'tonight', 'live_tweete', 'joan', 'great'], ['air_force', 'trump', 'ahead', 'donald', 'slam', 'romney', 'bush', 'south_carolina', 'http', 'co', 'dimqdf', 'nxc', 'mboyle'], ['trump', 'arrive', 'party_convention', 'myrtle', 'beachhttp', 'co', 'evnb', 'wcbd'], ['new', 'episode', 'start'], ['trump', 'tea', 'partyhttp', 'co', 'mxogywkq', 'myrbeachonline'], ['wmbfnew', 'donald', 'trump', 'put', 'map', 'http', 'co', 'qineoozuqz'], ['tea', 'talk', 'highlight', 'monday', 'convention', 'speech', 'donald', 'trump', 'http', 'co', 'hbef', 'myrbeachonline'], ['bpolitic', 'griffin', 'donald', 'trump', 'convention', 'https', 'co', 'fsb', 'yvequy'], ['donald', 'trump', 'mitt_romney', 'fire', 'http', 'co', 'kjl', 'pane', 'via_fitsnew'], ['joan_river', 'ivankatrump', 'last_night', 'great', 'boardroom', 'http', 'co', 'rgoz'], ['thestate', 'donald', 'trump', 'give', 'serious', 'think', 'presidential', 'run', 'http', 'fu', 'rn'], ['great', 'list', 'spring', 'travel', 'idea', 'trumpcollection', 'property', 'http', 'co', 'ocv', 'lvqzqf'], ['tomorrow', 'missuniverse', 'facebook_page', 'submit', 'final', 'question', 'contestant', 'http', 'co', 'pmgtzqyrog'], ['icymi', 'ivankatrump', 'int', 'todayshow', 'discuss', 'joan_river', 'amp', 'contestant', 'rivalry', 'apprenticenbc', 'http', 'co', 'bgj'], ['congratulation', 'trumpchicago', 'sixteenchicago', 'receive', 'aaanew', 'five_diamond', 'award', 'year'], ['tonight', 'extratv', 'talk', 'celebapprentice', 'tune'], ['shawnjohnson', 'lorenzolama', 'apprenticenbc', 'great', 'people', 'http', 'co', 'nrtr', 'bwurc'], ['scotland', 'would', 'go', 'independent', 'predicate', 'oil', 'would', 'bust'], ['base', 'new', 'oil_price', 'ugly', 'windfarm', 'build', 'scotland', 'quickly', 'die', 'mess'], ['miss', 'miss', 'lebanon', 'fight', 'trumpvlog', 'missuniverse', 'http', 'co', 'lwq', 'qs'], ['look_forward', 'attend', 'amp', 'speak', 'iowa', 'land', 'investment', 'expo', 'total', 'sellout', 'crowd', 'http', 'co', 'bbihxxkccf', 'peoplescompany'], ['icymi', 'speech', 'monday', 'convention', 'myrtle_beach', 'http', 'co', 'olmwxgruv', 'scteaparty'], ['sure', 'watch', 'highlight', 'record_sette', 'season', 'apprenticenbc', 'http', 'co', 'wih', 'gdayuh'], ['latinovoice', 'caritojuliette', 'meet', 'latina', 'missuniverse', 'candidate', 'http', 'go', 'zrn'], ['examinercom', 'mellyora', 'trump', 'benghazi', 'result', 'incompetence', 'something', 'sinister', 'http', 'co', 'yzo', 'asd'], ['congratulation', 'joniernst', 'deliver', 'strong', 'conservative', 'message', 'sotu', 'response', 'joni', 'great', 'senator'], ['congress', 'power', 'purse', 'stop', 'amnesty'], ['dress', 'good', 'trump', 'signature_collection', 'exclusively_available', 'macys', 'offer', 'tops', 'style', 'menswear', 'http', 'co', 'hotvbibizm'], ['secret', 'get', 'ahead', 'get', 'start', 'mark_twain'], ['risk', 'go', 'far', 'possibly', 'find', 'far', 'go', 'eliot'], ['watch', 'patriot', 'bill', 'belichick', 'news', 'conference', 'great', 'job', 'smart', 'concise', 'truthful'], ['new', 'winter', 'menu', 'sixteenchicago', 'trumpchicago', 'explore', 'evolution', 'fine', 'dining', 'robbreport', 'http', 'co', 'zgepwoxoi'], ['arrest', 'pol', 'shelly', 'silver', 'arrest', 'far', 'big', 'crook', 'agschneiderman'], ['entrepreneur', 'imagination', 'intelligence', 'execute', 'imagination', 'present'], ['entrepreneur', 'see', 'victorious', 'focus', 'right', 'direction', 'put', 'everything', 'get'], ['entrepreneur', 'everything', 'start', 'realize', 'charge', 'happen', 'responsible'], ['national', 'costume', 'think', 'win', 'co', 'bqkfzl'], ['wonderful', 'actor', 'jack', 'nicholson', 'http', 'co'], ['national', 'costume', 'think', 'win', 'co', 'juioe', 'lrv'], ['national', 'costume', 'think', 'win', 'co', 'oorvufxewl'], ['national', 'costume', 'think', 'win', 'http', 'co', 'yujgb', 'ywgj'], ['national', 'costume', 'think', 'win', 'http', 'co', 'hpulmf'], ['missuniverse', 'contestant', 'review', 'amazing', 'stay', 'trumpdoral', 'https', 'co', 'ekhgex'], ['inform', 'nbc', 'want', 'extend', 'run', 'apprenticenbc', 'show', 'hour', 'live'], ['leave', 'landexpo', 'iowa', 'stand', 'room', 'great', 'honor', 'peoplescompany', 'http', 'co', 'bbihxxkccf'], ['oil', 'blight', 'view', 'windfarm', 'historic', 'culzeancastle', 'sad', 'saveculzean', 'http', 'co', 'wqsipblv'], ['learn', 'rule', 'game', 'play', 'well', 'anyone_else', 'albert_einstein'], ['jenniferjjacob', 'trump', 'would', 'race', 'obama', 'yx'], ['trump', 'rail', 'romney', 'possible', 'contender', 'http', 'co', 'rjtw', 'byn', 'nypost', 'geoffearle'], ['jenniferjjacob', 'trump', 'hand', 'trump', 'memorabilia', 'iowa', 'summit', 'http', 'co', 'kffu'], ['c_soule', 'thebachelor', 'iowa', 'http', 'co', 'axjdfrfrer'], ['watch', 'rd', 'annual', 'missuniverse', 'pageant', 'tomorrow', 'pm', 'https', 'co', 'tyomvujv'], ['abcpolitic', 'rickklein', 'trump', 'blast', 'romney', 'bush', 'say', 'gop', 'nobody', 'trump', 'http', 'co', 'xvuzp'], ['williampetroski', 'trump', 'make_america', 'great', 'http', 'co', 'imrhjwe'], ['thehill', 'timdevaney', 'donald', 'trump', 'gop', 'nominee', 'mitt', 'bush', 'znt', 'aynbic'], ['thank', 'stevekingia', 'kind', 'introduction', 'ia', 'freedom_summit', 'amp', 'congrat', 'david_bossie', 'amp', 'citizens_unite', 'great', 'success'], ['radioiowa', 'okayhenderson', 'trump', 'tout', 'business', 'career', 'tv', 'show', 'iowa', 'speech', 'http', 'co', 'ovxnpekeji'], ['trump', 'way', 'bush', 'romney', 'would', 'win', 'http', 'co', 'sbc', 'icqb', 'foxnews', 'barnini', 'chakraborty'], ['trump', 'seriously', 'consider', 'presidential', 'bid', 'http', 'co', 'lbz', 'lkyob', 'nbcnew'], ['bpolitic', 'tdopp', 'iowa', 'trump', 'promise', 'surprise', 'lot', 'people', 'https', 'co', 'afpheu'], ['via_breitbartnew', 'donald', 'trump', 'summit', 'obamacare', 'filthy', 'lie', 'build', 'beauty', 'border', 'fence', 'http', 'co', 'ubqphoogi'], ['mannypacquiao', 'friend', 'trumpdoral', 'http', 'co', 'inaq'], ['speech', 'yesterday', 'stevekingia', 'citizens_unite', 'iowa', 'freedom_summit', 'http', 'co', 'abtlprupej', 'foxnew'], ['word', 'nbcnew', 'fire', 'sleepy_eyes', 'chuck_todd', 'rating', 'meet', 'press', 'set', 'record', 'low', 'real', 'loser'], ['nydailynew', 'rich', 'schapiro', 'donald', 'trump', 'slam', 'mitt_romney', 'jeb_bush', 'http', 'co', 'vscbx'], ['donald', 'trump', 'support', 'common_core', 'disaster', 'http', 'co', 'uvgl', 'susan', 'berry'], ['miss', 'missuniverse', 'pageant', 'tonight', 'performance', 'princeroyce', 'gavindegraw', 'http', 'co', 'gphfqf', 'fs'], ['get', 'ready', 'apprentice', 'tonight', 'amazing', 'episode', 'live_tweete'], ['via_breitbartnew', 'rwildewrite', 'donald', 'trump', 'make_america', 'great', 'http', 'co', 'nywn', 'hyperlinke', 'drudge_report'], ['huge', 'honor', 'name', 'luxury', 'hotel', 'canada', 'tripadvisor', 'travelerschoice', 'award', 'http', 'co', 'kbhuwbs'], ['brentroske', 'politic', 'trump', 'talk', 'iowa', 'http', 'co', 'ncz', 'wxlk'], ['missuniverse', 'rating', 'great', 'big', 'win', 'wonderful', 'night', 'http', 'co', 'kxljxl', 'sd'], ['venuemagazine', 'highlight', 'open', 'trumpdoral', 'brand', 'new', 'redtiger', 'course', 'http', 'co', 'vgust', 'zwn'], ['ave', 'invest', 'karlrove', 'clue', 'http', 'co', 'inrskwgn'], ['karlrove', 'spend', 'amp', 'win', 'single', 'race', 'http', 'co', 'inrskwgn'], ['people', 'give', 'karlrove', 'contribution', 'know', 'loser', 'idea', 'win', 'http', 'co', 'mbnmf', 'ji'], ['hell', 'global_warming', 'need'], ['best', 'ever', 'episode', 'celebrity_apprentice', 'tonight', 'totally', 'vicious', 'crazy', 'live', 'tweet'], ['celebrity_apprentice', 'minute', 'miss'], ['watch', 'celebrity_apprentice'], ['new', 'apprenticenbc', 'start', 'right', 'http', 'co', 'zufzfbxow'], ['usual', 'storm', 'century', 'nearly', 'bad', 'forecast', 'waste', 'time', 'energy', 'money'], ['final', 'rating', 'miss_universe', 'pageant', 'show', 'key', 'demo', 'number', 'sunday', 'winner'], ['president', 'obama', 'great', 'leader', 'want', 'declare', 'martial', 'law', 'city', 'mean', 'help', 'massive', 'storm'], ['convinced', 'sleepy_eyes', 'chuck_todd', 'placeholder', 'someone', 'else', 'meet', 'press', 'bomb', 'franchise', 'ruin', 'nbc'], ['apprentice', 'big', 'hit', 'miss_universe', 'big', 'hit', 'always', 'get', 'big', 'rating', 'host', 'meet', 'press', 'instead', 'sleepy', 'eyesa', 'smash', 'nbcnew'], ['many', 'people', 'tell', 'host', 'meet', 'press', 'replace', 'moron', 'busy', 'especially', 'next', 'year'], ['conservreview', 'jeffjlpa', 'donald', 'trump', 'right', 'https', 'co', 'cndfbn'], ['lord_sugar', 'enjoy', 'nice', 'people', 'think', 'terrific'], ['congratulation', 'trumpcollection', 'property', 'make', 'usnewstravel', 'good', 'hotel', 'list', 'http', 'co', 'ggrepgjlm'], ['via_newsmax_media', 'trump', 'well', 'meet', 'press', 'host', 'chuck_todd', 'http', 'co', 'fvi'], ['go', 'abc', 'live'], ['always', 'like', 'nypost', 'really', 'lie', 'cover', 'iowa', 'packed_house', 'stand', 'good', 'speech', 'sad'], ['guess', 'rupert', 'murdoch', 'nypost', 'donald', 'trump', 'false', 'report', 'big', 'hit', 'iowa', 'even', 'enemy', 'say', 'bull'], ['go', 'kellyandmichael', 'great', 'people'], ['kwrcrow', 'ny', 'post', 'catch', 'lie', 'http', 'co', 'wbfc', 'qqn', 'donald', 'go', 'far', 'actually', 'run', 'win'], ['trump', 'never', 'give', 'farmland', 'value', 'rally', 'http', 'co', 'bdsbukjoh', 'terrybranstad', 'chuckgrassley', 'senjoniernst', 'bnorthey'], ['njdotcom', 'eugene_dunn', 'medford', 'donald', 'trump', 'tower', 'gop', 'field', 'http', 'co', 'tclnshg', 'hate'], ['indianajone', 'ghostbuster', 'wrong', 'http', 'co', 'nnff', 'cwli'], ['surprise', 'oreillyfactor', 'use', 'name', 'big', 'league', 'pre', 'ad', 'promote', 'show', 'talk', 'everyone', 'else'], ['trumpcollection', 'continue', 'deliver', 'good', 'http', 'co', 'inym', 'moquy'], ['parent', 'trust', 'true', 'mary', 'macleod', 'trump', 'know', 'everything', 'fre', 'trump'], ['trumpvlog', 'obama', 'stop', 'chew', 'gum', 'http', 'co', 'kcj', 'aj'], ['congratulation', 'order', 'trumppanama', 'rank', 'top', 'hotel', 'panama', 'tripadvisor', 'travelerschoice', 'award', 'http', 'co', 'otmd', 'wvzov'], ['entrepreneur', 'achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning'], ['entrepreneur', 'tread_water', 'get', 'go'], ['entrepreneur', 'tough', 'smart', 'personable', 'take', 'thing', 'personally', 'good', 'business'], ['donald', 'trump', 'political', 'stance', 'gop', 'presidential', 'hopeful', 'http', 'co', 'ihvi', 'via_newsmax_media'], ['sarahpalinusa', 'correct', 'state', 'oreillyfactor', 'use', 'day', 'long', 'tease', 'get', 'people', 'watch'], ['oreillyfactor', 'bad', 'deceptive', 'journalism', 'show', 'must', 'head', 'wrong', 'direction', 'bad', 'sarahpalinusa'], ['joewmiller', 'thank', 'joe'], ['many', 'people', 'say', 'wonderful', 'mrs', 'obama', 'refuse', 'wear', 'scarf', 'saudi_arabia', 'insult', 'enuf', 'enemy'], ['entrepreneur', 'keep', 'focus', 'keep', 'momentum', 'listen', 'apply', 'move_forward', 'set', 'standard'], ['entrepreneur', 'stubborn', 'big', 'part', 'winner', 'give', 'give'], ['entrepreneur', 'guarantee', 'ready', 'sure', 'beat', 'take', 'surprise', 'due', 'diligence'], ['via_breitbartnew', 'thesharktank', 'donald', 'trump', 'fire', 'entire', 'gop', 'field', 'http', 'co', 'lc', 'vxakh'], ['via_newsmax_media', 'trump', 'oreillyfactor', 'make', 'dig', 'http', 'co', 'xuponpkrfc'], ['fallout', 'iowa', 'trump', 'speech', 'draw', 'great', 'response', 'http', 'co', 'kknzwk', 'kkm', 'via_newsmax_media', 'meyer', 'http', 'co', 'wjymkvdy'], ['congrat', 'trumpwaikiki', 'celebrate', 'consecutive', 'month', 'honolulu', 'hotel', 'tripadvisor'], ['trump', 'int', 'golf_link', 'ireland', 'county', 'clare', 'front', 'atlantic_ocean', 'amp', 'resort', 'europe', 'conde', 'nast', 'traveler', 'http', 'co', 'ctl', 'yix'], ['int', 'foxnew', 'oreillyfactor', 'donald', 'trump', 'presidential', 'politic', 'factor', 'http', 'co'], ['entrepreneur', 'knowledge', 'require', 'patience', 'action', 'require', 'courage', 'put', 'patience', 'courage', 'together', 'winner'], ['entrepreneur', 'standard', 'want', 'know', 'identify', 'standard', 'establish'], ['entrepreneur', 'success', 'good', 'success', 'significance', 'even', 'well', 'work', 'proud', 'associate'], ['trump', 'int_hotel', 'tower', 'vancouver', 'new', 'landmark', 'fantastic', 'city', 'http', 'co', 'xy', 'xu'], ['miaminewtime', 'munzenrieder', 'doral', 'mayor', 'declare', 'emergency', 'give', 'donald', 'trump', 'key', 'city', 'http', 'co', 'eqwb'], ['everyone', 'say', 'bad', 'news', 'donald', 'trump', 'go', 'take', 'credit', 'amp', 'right', 'mitt', 'anyway'], ['mitt', 'right', 'thing', 'never', 'would', 'give', 'second', 'chance', 'first', 'fiasco'], ['president', 'trump', 'http', 'co', 'rx', 'miamiherald', 'wayne', 'william'], ['take', 'full', 'credit', 'mitt_romney', 'drop', 'race', 'looks_like', 'endorse', 'trump', 'time', 'soon'], ['broadly', 'proclaim', 'mitt', 'choke', 'would', 'everybody', 'say'], ['mitt', 'go', 'get', 'bush', 'drop', 'trump', 'run', 'win'], ['think', 'think', 'right', 'henry_ford'], ['patti_page', 'thank', 'patti', 'hope', 'vote', 'oreillyfactor'], ['hope', 'go', 'oreillyfactor', 'vote', 'donald', 'trump', 'order', 'make_america', 'great', 'thank'], ['donald', 'trump', 'take', 'full', 'credit', 'romney', 'drop', 'http', 'co', 'igrdlxovzh', 'via_newsmax_media', 'ssfitzgerald'], ['brandiglanville', 'kenyamoore', 'talk', 'apprenticenbc', 'feud', 'http', 'co', 'hwyuttzrhl', 'christianpost', 'virnelli', 'mercader'], ['eonline', 'ivankatrump', 'wear', 'missuniverse', 'crown', 'nail', 'beauty', 'pageant', 'winner', 'look', 'http', 'co', 'ntdjxommxp'], ['looking_forward', 'super_bowl', 'look', 'even', 'forward', 'monday', 'night', 'good', 'episode', 'ever', 'celebrity_apprentice'], ['globegazette', 'john', 'skipper', 'north', 'iowan', 'say', 'trump', 'serious', 'potus', 'run', 'prove', 'http', 'co', 'nfeuo'], ['love', 'patriot', 'brady', 'best', 'ever', 'seahawk', 'pass', 'dumb', 'play', 'history', 'football', 'great', 'go', 'coach'], ['wonder', 'marshawn', 'lynch', 'speak', 'call', 'coach', 'moron', 'allow', 'run', 'ball', 'time', 'yard'], ['must', 'president', 'obama', 'call', 'go', 'dumb', 'play', 'history', 'football', 'think', 'process'], ['foxandfriend', 'int', 'foxnewsinsider', 'choker', 'always', 'choker', 'djt', 'take', 'credit', 'romney', 'drop', 'http', 'co', 'qujxw'], ['tonight', 'episode', 'apprenticenbc', 'best', 'episode', 'ever', 'great', 'lesson', 'life', 'miss'], ['entrepreneur', 'set', 'mind', 'win', 'lose', 'chance', 'see', 'victorious'], ['entrepreneur', 'pay', 'attention', 'cost', 'effective', 'way', 'protect'], ['entrepreneur', 'remember', 'think', 'big', 'expand', 'horizon', 'time', 'expand', 'net', 'worth'], ['trump', 'national', 'golf_club', 'peninsula', 'overlook', 'pacific_ocean', 'spectacular', 'http', 'co', 'lydaxl', 'hou'], ['remember', 'tonight', 'clock', 'episode', 'celebrity_apprentice', 'best', 'ever', 'see', 'nothing', 'tv', 'apprenticenbc'], ['bizjournal', 'brandonsawalich', 'lesson', 'loyalty', 'learn', 'donald', 'trump', 'http', 'co', 'gezdal', 'qi'], ['let', 'together', 'make_america', 'great', 'vote', 'trump', 'https', 'co'], ['good', 'apprentice', 'episode', 'ever', 'tonight'], ['must', 'read', 'ibdeditorial', 'president', 'obama', 'amnesty', 'price', 'http', 'co', 'udlybnzgwz', 'congress', 'power', 'purse', 'defund', 'amnesty'], ['illegal', 'pour', 'country', 'vaccinate', 'think', 'great', 'danger'], ['entrepreneur', 'vision', 'remain', 'vision', 'focus', 'work', 'bring', 'earth', 'good'], ['entrepreneur', 'money', 'always', 'bottom', 'line', 'score', 'card', 'final', 'score'], ['entrepreneur', 'problem', 'blip', 'catastrophe', 'keep', 'thing', 'perspective', 'learn', 'expect', 'problem', 'keep', 'move', 'forward'], ['trump', 'national', 'golf_club', 'washington', 'beautiful', 'acre', 'front', 'potomac_river', 'fantastic', 'setting', 'http', 'co', 'pytkbykwt'], ['congratulation', 'trumpnewyork', 'name', 'cntraveler', 'top', 'hotel', 'business', 'traveler', 'http', 'co', 'lpe', 'zsnwo'], ['celebapprentice', 'wonderful', 'fire', 'contestant', 'http', 'co', 'jtpiv'], ['entrepreneur', 'mdmseo', 'lesson', 'entrepreneur', 'apprenticenbc', 'emphasize', 'http', 'co', 'tiyjdtg', 'aa'], ['worried', 'waterboarding', 'enemy', 'isis', 'behead', 'people', 'burn', 'people', 'alive', 'time', 'wake'], ['trump', 'golf_link', 'ferry_point', 'bronx', 'ny', 'open', 'soon', 'jack_nicklaus', 'signature', 'design', 'beautiful', 'http', 'co', 'xovcybfo'], ['trump', 'int_hotel', 'tower', 'chicago', 'many', 'award', 'amp', 'accolade', 'signature_restaurant', 'http', 'co', 'ojj', 'nqnuh'], ['entrepreneur', 'put', 'blinder', 'limit', 'reach', 'seek', 'explore', 'opportunity', 'always'], ['entrepreneur', 'see', 'day', 'opportunity', 'show', 'highest_level', 'take', 'responsibility'], ['entrepreneur', 'curious', 'discovery', 'breed', 'discovery', 'success', 'breed', 'success', 'sell', 'short'], ['must', 'read', 'opinion', 'piece', 'gallup', 'ceo', 'jim', 'clifton', 'big', 'lie', 'unemployment', 'http', 'co', 'speaaolwm', 'long', 'say'], ['zawya', 'trump', 'home', 'partner', 'lifestyle', 'launch', 'exclusive', 'collection', 'home', 'decor', 'https', 'co'], ['trump', 'int_hotel', 'tower', 'toronto', 'canada', 'http', 'co', 'klrqulgpmi'], ['newyorkobserver', 'bshapiro', 'donald', 'trump', 'melriver', 'headline', 'algemeiner', 'gala', 'http', 'co', 'zkurran'], ['answer', 'facebook', 'fan', 'question', 'late', 'askthedonald', 'watch', 'video', 'http', 'co', 'poo', 'ywnpt'], ['smart', 'stay', 'problem', 'longer', 'albert_einstein'], ['entrepreneur', 'brainpower', 'ultimate', 'leverage'], ['entrepreneur', 'product', 'require', 'something', 'important', 'think', 'market', 'due', 'diligence'], ['washington', 'time', 'trump', 'buzz', 'presidential', 'radar', 'http', 'sc', 'okocf'], ['entrepreneur', 'cautious', 'optimist', 'call', 'positive', 'thinking', 'lot', 'reality', 'check'], ['algemeiner', 'honor', 'joan_river', 'donald', 'trump', 'yuliedelstein', 'second', 'annual', 'jewish', 'gala', 'http', 'co', 'pbbxb', 'algemeiner'], ['via_breitbartnew', 'mboyle', 'exclusive', 'donald', 'trump', 'speak', 'cpac', 'http', 'co', 'mhaqfb', 'lyh', 'cpacnew'], ['trump', 'int', 'golf_club', 'turnberry', 'scotland', 'legendary', 'course', 'rightly', 'http', 'co', 'bvslbzta'], ['investment', 'knowledge', 'pay', 'good', 'interest', 'benjamin_franklin'], ['father', 'step', 'formula', 'success', 'get', 'get', 'do', 'get', 'do', 'right', 'get', 'fre', 'trump'], ['entrepreneur', 'look', 'solution', 'problem', 'learn', 'focus', 'give', 'result'], ['golden', 'rule', 'negotiation', 'gold', 'make', 'rule'], ['happy_birthday', 'president', 'reagan', 'flashbackfriday', 'http', 'co'], ['kwrcrow', 'washington_post', 'hate', 'donald', 'trump', 'fear', 'http', 'co', 'xbedmhdqki'], ['via_newsmax_media', 'dpatten', 'trump', 'brand', 'give', 'mojo', 'http', 'co', 'khpdluqnhl'], ['word', 'sleepy_eyes', 'chuck_todd', 'fail', 'badly', 'meet', 'press', 'take', 'irrelevant', 'brian', 'william'], ['predict', 'rosie', 'donnell', 'would', 'fail', 'view', 'right', 'predict', 'rosie', 'take', 'brian', 'william'], ['postandcouri', 'donald', 'thecitadeloea', 'http', 'co', 'gmhwhpchei'], ['donald', 'trump', 'plan', 'return', 'iowa', 'http', 'gy', 'ccmojfk', 'kccinew'], ['celebrity_apprentice', 'nearing', 'end', 'wonderful', 'successful', 'season', 'watch', 'tonight'], ['washtime', 'eugene_dunn', 'trump', 'could', 'lead', 'forward', 'http', 'co', 'mz', 'okpmfz'], ['via_newsmax_media', 'wandacarruther', 'donald', 'trump', 'defeat', 'isis', 'john_kerry', 'imagination', 'http', 'co', 'tg', 'pssl'], ['forget', 'watch', 'apprenticenbc', 'tonight', 'love', 'pm', 'nbc', 'celebapprentice'], ['request', 'live_tweete', 'tonight', 'apprenticenbc', 'celebapprentice'], ['watch', 'davidaxelrod', 'oreillyfactor', 'dog', 'hit', 'even', 'make', 'big', 'contribution', 'charity', 'never', 'went_bankrupt'], ['davidaxelrod', 'buffet', 'icahn', 'sam', 'zell', 'leon', 'black', 'kravi', 'caesar', 'many', 'talk', 'use', 'bankruptcy', 'law'], ['davidaxelrod', 'hope', 'book', 'better', 'obama', 'second', 'book', 'inaccurate', 'pertain', 'big', 'deal', 'boring'], ['oreillyfactor', 'give', 'davidaxelrod', 'much', 'time', 'sell', 'third_rate', 'book', 'bill', 'hit', 'stammer', 'david', 'much', 'hard', 'waste'], ['america', 'debt', 'top', 'end', 'presidency', 'obama', 'effectively', 'bankrupt', 'country', 'davidaxelrod'], ['good', 'vision', 'insight', 'malcolm', 'forbe'], ['foxnewslatino', 'geraldorivera', 'apprenticenbc', 'diary', 'http', 'co', 'xrlwgxesco'], ['entrepreneur', 'negotiation', 'art_treat'], ['entrepreneur', 'passionate', 'love', 'successful'], ['entrepreneur', 'totally', 'focus', 'successful', 'require', 'nothing', 'less', 'concentrated', 'effort'], ['bostondotcom', 'lilsarg', 'donald', 'trump', 'snow', 'salt', 'vaccine', 'oval_office', 'http', 'co', 'qofwxjgqwb'], ['donald', 'trump', 'congratulate', 'foxandfriend', 'receive', 'algemeiner', 'liberty', 'award', 'http', 'co', 'fakxomrn', 'algemeiner'], ['long', 'state', 'brian', 'william', 'smart', 'guy', 'look', 'prove', 'correct'], ['brian', 'william', 'nice', 'guy', 'people', 'think', 'become', 'totally', 'irrelevant', 'never', 'hold', 'court'], ['trump', 'national', 'golf_club', 'washington', 'situate', 'acre', 'overlook', 'potomac_river', 'beautiful', 'http', 'co', 'kmahbbqlxu'], ['entrepreneur', 'listen', 'learn', 'other', 'make', 'decision', 'take', 'responsibility', 'empower', 'attitude'], ['entrepreneur', 'ego', 'acknowledge', 'healthy', 'choice', 'nothing', 'wrong', 'bring', 'talent', 'surface'], ['entrepreneur', 'ever', 'think', 'do', 'already', 'do', 'good', 'sell', 'short'], ['trump', 'int', 'golf_link', 'amp', 'hotel', 'ireland', 'front', 'atlantic_ocean', 'county', 'clare', 'mile', 'extraordinary', 'http', 'co', 'nt'], ['let', 'pete', 'rise', 'hall', 'fame', 'year', 'enough'], ['win', 'celebrity_apprentice', 'monday', 'night', 'show', 'telecast', 'live'], ['trump', 'national', 'golf_club', 'jupiter', 'close', 'palm_beach', 'design', 'jack_nicklaus', 'masterpiece', 'course', 'http', 'co', 'jch', 'pme'], ['palm_beach', 'great', 'palazzos', 'world', 'fantastic', 'history', 'http', 'co', 'tg', 'vpj', 'sv'], ['entrepreneur', 'work', 'proud', 'associate', 'make', 'work', 'count'], ['entrepreneur', 'success', 'good', 'success', 'significance', 'even', 'better'], ['entrepreneur', 'see', 'day', 'opportunity', 'show', 'highest_level'], ['britneyspear', 'http', 'co', 'otapedsyjd'], ['via_breitbartnew', 'mboyle', 'donald', 'trump', 'msm', 'investigation', 'scott_walker', 'college', 'double_standard', 'http', 'co', 'amwwjaeh'], ['realdonaldtrump', 'stand', 'defense', 'scottwalker', 'college', 'record', 'draftwalker', 'donald', 'trump', 'stand', 'http', 'co', 'srcopw'], ['hour', 'live', 'show', 'monday', 'night', 'determine', 'become', 'winner', 'celebrity_apprentice', 'full', 'cast', 'return'], ['entire', 'cast', 'back', 'live', 'finale', 'apprenticenbc', 'monday', 'night', 'pm'], ['still', 'know', 'go', 'choose', 'geraldorivera', 'leezagibbon', 'apprenticenbc'], ['look_forward', 'attend', 'saturday_night', 'live', 'sunday', 'night', 'sure', 'great', 'show', 'nbcsnl', 'http', 'co', 'vkvvm'], ['congratulation', 'trumpnewyork', 'trumpchicago', 'trumpwaikiki', 'trumptoronto', 'forbes', 'star', 'rating', 'forbesinspector'], ['score', 'donald', 'battle', 'agschneiderman', 'http', 'co', 'lpycf'], ['nydailynew', 'klnynews', 'donald', 'trump', 'win', 'lawsuit', 'joint', 'commission', 'public', 'ethic', 'http', 'co', 'lpycf'], ['record', 'low', 'temperature', 'massive_amount', 'snow', 'hell', 'global_warming'], ['former', 'host', 'saturday_night', 'live', 'look_forward', 'attend', 'tonight'], ['live', 'tomorrow', 'night', 'entire', 'cast', 'win'], ['degree', 'record', 'cold', 'snow', 'spell', 'global_warme', 'anyone'], ['apprentice', 'amazing', 'tomorrow', 'night'], ['wsoctv', 'blairwsoc', 'exclusive', 'donald', 'trump', 'talk', 'possible', 'presidential', 'run', 'http', 'co', 'ybpu'], ['paulina', 'missuniverse', 'vega', 'introduce', 'tonight', 'finale', 'celebrity_apprentice', 'great', 'beauty', 'monster', 'star'], ['arrive', 'studio', 'place', 'go', 'wild', 'live'], ['kwrcrow', 'ny', 'post', 'catch', 'lie', 'http', 'co', 'wbfc', 'amfij', 'donald', 'go', 'far', 'actually', 'run', 'win'], ['winner', 'good', 'show', 'westminster', 'kennel', 'club', 'show', 'miss', 'come', 'office', 'morning'], ['low', 'temperature', 'ever', 'much', 'united_states', 'ice', 'cap', 'record', 'size', 'change', 'name', 'global_warming', 'climate_change'], ['great', 'irish', 'link', 'challenge', 'trump_ireland', 'amp', 'lahinch', 'golf_club', 'come', 'june', 'miss', 'http', 'co', 'asdowpmsy', 'doonbeg'], ['joint', 'seanhannity', 'int', 'foxnew', 'geraldorivera', 'recap', 'apprenticenbc', 'amp', 'discuss', 'election', 'http', 'co'], ['via_newsmax_media', 'cathy', 'burke', 'donald', 'trump', 'bid', 'scale', 'much', 'http', 'co', 'cmbzjvpb'], ['looking_forward', 'honor', 'citadelgop', 'patriot', 'dinner', 'senatortimscott', 'charleston', 'sc', 'sunday', 'http', 'co', 'cuglkdh'], ['via_fitsnew', 'donald', 'trump', 'show', 'return', 'sc', 'billionaire', 'mogul', 'head', 'back', 'palmetto', 'state', 'http', 'co', 'cgf', 'bp'], ['president', 'obama', 'negotiator', 'fail', 'checker', 'player', 'play', 'grand', 'master', 'chess', 'champion', 'sad', 'watch'], ['record_sette', 'cold', 'snow', 'ice', 'cap', 'massive', 'global_warming', 'fear', 'cause', 'nuclear_weapon', 'incompetent', 'pol'], ['entrepreneur', 'often', 'advantage', 'underestimate'], ['entrepreneur', 'pay', 'attention', 'negotiation', 'skill', 'persuasion', 'persuasion', 'power'], ['entrepreneur', 'ignorance', 'bliss', 'fatal', 'costly', 'pay', 'attention', 'get', 'crush', 'watch', 'listen', 'learn'], ['congrat', 'cheflent', 'trumpcollection', 'trumpchicago', 'jame', 'beard', 'semifinalist', 'http', 'co', 'maobmmcu', 'crainschicago'], ['gov', 'scott_walker', 'leave', 'office', 'really', 'wonderful', 'talk', 'interesting', 'govwalker'], ['http', 'co', 'tkshfpb', 'ao', 'http', 'co', 'cgigf'], ['winner', 'good', 'show', 'wkcdog', 'miss', 'visit', 'trumptowerny', 'today', 'https', 'co', 'rrcfe', 'ahjr'], ['businessinsid', 'bkcolin', 'donald', 'trump', 'call', 'white_house', 'offer', 'help', 'fix', 'bp', 'oil', 'spill', 'http', 'co', 'ixor', 'mtj'], ['trumpdoral', 'featured', 'golfchannel', 'morning'], ['receive', 'algemeiner', 'liberty', 'award', 'great', 'honor', 'http', 'co', 'sgndslzgsg'], ['entrepreneur', 'difficulty', 'mistake', 'amp', 'setback', 'inevitable', 'part', 'business', 'life', 'remember', 'keep', 'equilibrium', 'intact'], ['entrepreneur', 'identify', 'goal', 'know', 'precisely', 'want', 'achieve', 'vision', 'stick'], ['entrepreneur', 'winner', 'see', 'problem', 'way', 'prove', 'remember', 'focus', 'solution', 'problem'], ['miamiherald', 'bill', 'smith', 'jacknicklaus', 'reminisce', 'honor', 'trumpdoral', 'http', 'co', 'zlcjka'], ['donald', 'trump', 'promise', 'world', 'class', 'crandon', 'park', 'golf_course', 'http', 'co', 'cxxnyhsvx', 'wplglocal', 'glennaon'], ['go', 'citadel', 'tonight', 'get', 'nathan', 'hale', 'patriot', 'award', 'nice'], ['bad', 'graphic', 'stage', 'backdrop', 'ever', 'oscar', 'show', 'terrible', 'really', 'boring'], ['ever', 'happen', 'good', 'old', 'day', 'academy', 'award', 'show', 'insult', 'plain', 'bad'], ['oscar', 'sad', 'joke', 'much', 'president', 'many', 'thing', 'wrong'], ['live', 'news', 'int', 'williamlive', 'south_carolina', 'citadelgop', 'cadet', 'discuss', 'http', 'co'], ['trump', 'host', 'oscar', 'http', 'co', 'qnu'], ['donald', 'get', 'musket', 'http', 'co', 'azmw', 'lz', 'via_fitsnew'], ['entrepreneur', 'review', 'work', 'habit', 'make', 'sure', 'take', 'right', 'direction', 'become', 'complacent'], ['entrepreneur', 'identify', 'goal', 'see', 'day', 'opportunity', 'show', 'highest_level'], ['entrepreneur', 'keep', 'focus', 'keep', 'momentum', 'believe', 'one', 'else', 'either'], ['tell', 'oscar', 'terrible', 'bad', 'look', 'bad', 'talent', 'low', 'rating', 'show', 'history', 'http', 'co', 'aoc', 'aqdvvk'], ['talk', 'iran', 'go', 'forever', 'world', 'long', 'negotiation', 'obama', 'idea', 'incompetent'], ['oscar', 'great', 'night', 'mexico', 'amp', 'rip', 'almost', 'nation'], ['lawsuit', 'mexico', 'corrupt', 'court', 'system', 'far', 'collect', 'business', 'mexico'], ['huffingtonpost', 'total_joke', 'amp', 'laugh', 'stock', 'journalism', 'gross', 'arianna', 'huffington', 'report', 'fact'], ['tell', 'everybody', 'oscar', 'good', 'nielsen', 'rating', 'confirm', 'low', 'rating', 'history'], ['put', 'glamour', 'beauty', 'amp', 'mystery', 'back', 'oscar', 'rating', 'zoom', 'also', 'amp', 'importantly', 'oscar', 'need', 'credibility'], ['could', 'fix', 'tv', 'talk', 'show', 'poorly', 'tremendous', 'talent', 'wait', 'tap', 'nobody', 'see'], ['evening', 'news', 'broadcast', 'must', 'stop', 'talk', 'weather', 'bore', 'many', 'topic'], ['trump', 'national', 'golf_club', 'situate', 'palos_verdes', 'peninsula', 'overlook', 'pacific_ocean', 'http', 'co', 'gktsmo'], ['trump', 'international_golf', 'link', 'hotel', 'ireland', 'locate', 'atlantic_ocean', 'county', 'clare', 'spectacular', 'http', 'co', 'nt'], ['mexican', 'legal', 'system', 'corrupt', 'much', 'mexico', 'pay', 'money', 'owe', 'stop', 'send', 'criminal', 'border'], ['via_breitbartnew', 'major', 'coup', 'donald', 'trump', 'pick', 'top', 'iowa', 'grassroot', 'operative', 'potential', 'campaign', 'http', 'co', 'uytxiz', 'usp'], ['good', 'chance', 'trump', 'run', 'president', 'http', 'vd', 'vjghk', 'via_newsmax_media', 'melaniebatley'], ['many', 'people', 'angry', 'comment', 'mexico', 'face', 'mexico', 'totally', 'rip', 'politician', 'dummy'], ['trump', 'washington', 'iconic', 'old_post', 'office', 'build', 'world', 'great', 'hotel', 'http', 'co', 'wbrytt'], ['washingtonpost', 'costareport', 'trump', 'say', 'serious', 'bid', 'hiring', 'staff', 'delay', 'tv', 'gig', 'http', 'co', 'fzb'], ['dailycaller', 'alweaver', 'trump', 'obama', 'bad', 'thing', 'ever', 'happen', 'israel', 'http', 'co', 'vkunmbp'], ['unionleader', 'tuohy', 'trump', 'hire', 'lewandowski', 'presidential', 'run', 'eyed', 'http', 'co', 'stzollcbqa', 'fitn'], ['cast', 'goodfella', 'https', 'tnhdf'], ['interview', 'melanie', 'batley', 'newsmax', 'http', 'co', 'rozkymxqiw'], ['time', 'lullintheaction', 'realtime', 'donald', 'trump', 'weigh', 'run', 'cpac', 'http', 'co', 'atq', 'rjzybi'], ['donald', 'trump', 'ready', 'end', 'apprenticenbc', 'white_house', 'run', 'http', 'co', 'ghzfvfx', 'dcexaminer', 'escarry'], ['nro', 'lovelaceryand', 'trump', 'slam', 'bush', 'see', 'win', 'see', 'way', 'http', 'jwlqrg'], ['via_breitbartnew', 'donald', 'trump', 'exec', 'amnesty', 'make', 'illegal_immigration', 'worse', 'ever', 'http', 'co', 'awaaxaei'], ['ppdnew', 'donald', 'trump', 'fun', 'fix', 'put', 'right', 'person', 'jga', 'onysal'], ['cbsnew', 'reenajf', 'donald', 'trump', 'scold', 'republican', 'toughen', 'http', 'co', 'mazhtu'], ['washingtonpost', 'jdelreal', 'donald', 'trump', 'speech', 'cpac', 'http', 'co', 'fr', 'heyfbys'], ['sure', 'watch', 'cpac', 'speech', 'intro', 'dloesch', 'amp', 'seanhannity', 'http', 'co', 'unfuojxul'], ['westjournalism', 'exclusive', 'ask', 'donald', 'trump', 'job', 'would', 'offer', 'isis', 'http', 'co', 'jroqbdsv'], ['bpolitic', 'betbrod', 'trump', 'set', 'aggressive', 'tone', 'insist', 'serious', 'running', 'potus', 'http', 'co', 'iqdfdyhgz'], ['dcexamin', 'rebeccagberg', 'trump', 'beat', 'hillary', 'http', 'co', 'ukvhyksvr'], ['via_breitbartnew', 'mboyle', 'donald', 'trump', 'slam', 'liberal', 'dishonest', 'press', 'go', 'start', 'name', 'name', 'http', 'co', 'uzpnpj', 'vk'], ['oceandrivemag', 'suzmcgeenyc', 'amp', 'ivanka', 'trump', 'business', 'golf', 'amp', 'championship', 'http', 'co', 'jhyaqx', 'ytc'], ['washtime', 'sethmclaughlin', 'donald', 'trump', 'want', 'run', 'president', 'badly', 'http', 'co', 'jngqrdnbsy'], ['entrepreneur', 'keep', 'big', 'picture', 'mind', 'always', 'opportunitie', 'amp', 'possibility', 'think', 'small', 'negate', 'lot'], ['entrepreneur', 'keep', 'momentum', 'momentum', 'lot', 'great', 'idea', 'go', 'nowhere'], ['entrepreneur', 'look', 'solution', 'problem', 'learn', 'focus', 'give', 'result'], ['entrepreneur', 'pay', 'attention', 'cost', 'effective', 'way', 'protect'], ['entrepreneur', 'follow', 'instinct', 'keep', 'focus', 'intact', 'alone', 'know', 'really', 'want', 'go'], ['entrepreneur', 'ever', 'think', 'do', 'already', 'do', 'good', 'limit'], ['entrepreneur', 'tough', 'smart', 'personable', 'take', 'thing', 'personally', 'good', 'business'], ['trump', 'international_hotel', 'tower', 'vancouver', 'fantastic', 'addition', 'spectacular', 'city', 'http', 'co', 'xy', 'ohwl'], ['world', 'top', 'player', 'trump', 'national_doral', 'thursday', 'sunday', 'cadillac', 'world', 'golf', 'championship'], ['friend', 'great', 'adida', 'boost', 'event', 'cadillacchamp', 'trumpdoral', 'https', 'co', 'rnyzy', 'tpda'], ['arrive', 'trumpdoral', 'cadillacchamp', 'start', 'tomorrow', 'https', 'co', 'qvpkdlz'], ['create', 'success', 'failure', 'course', 'primarily', 'thought', 'gary_player'], ['road', 'success', 'always', 'construction', 'arnold_palmer'], ['concentration', 'fine', 'antidote', 'anxiety', 'jack_nicklaus'], ['object', 'golf', 'win', 'play', 'gentleman', 'win', 'phil', 'mickelson'], ['trump', 'national_doral', 'big', 'crowd', 'weekend', 'wgc', 'blue_monster', 'ready', 'world', 'top', 'player'], ['place', 'ball', 'right', 'position', 'shoot', 'percent', 'win', 'golf', 'ben', 'hogan'], ['mark', 'great', 'player', 'ability', 'come', 'back', 'great', 'champion', 'come', 'back', 'defeat', 'sam', 'snead'], ['hope', 'mexican', 'judge', 'honest', 'mexican', 'businessman', 'use', 'court', 'system', 'avoid', 'pay', 'money', 'owe'], ['mexico', 'interest', 'host', 'miss_universe', 'pageant', 'rodolfo', 'rosas', 'moya', 'never', 'happen'], ['rodolfo', 'rosas', 'moya', 'owe', 'lot', 'money', 'mexico', 'never', 'host', 'miss_universe', 'pageant'], ['sport', 'evolve', 'sport', 'get', 'big', 'athletic', 'keep', 'tiger', 'wood'], ['ringle', 'brother', 'phase', 'elephant', 'never', 'go', 'probably', 'use', 'animal', 'right', 'stuff', 'reduce', 'cost'], ['mexico', 'court', 'system', 'corrupt', 'want', 'nothing', 'mexico', 'build', 'impenetrable', 'wall', 'stop', 'rip'], ['hard', 'work', 'luckier', 'get', 'gary_player'], ['tip', 'take', 'stroke', 'anyone', 'golf', 'game', 'call', 'eraser', 'arnold_palmer'], ['golf', 'game', 'respect', 'sportsmanship', 'respect', 'tradition', 'rule', 'jack_nicklaus'], ['today', 'final', 'round', 'wgc', 'cadillac', 'championship', 'amazing', 'lot', 'pressure', 'leader', 'play', 'great', 'big', 'name', 'hunt'], ['foxandfriend', 'minute'], ['kstupple', 'thank', 'nice', 'comment', 'trump', 'national_doral', 'long', 'fan', 'even', 'big', 'fan', 'trumpdoral'], ['blue_monster', 'trumpdoral', 'sensation', 'weekend', 'really', 'tough', 'player', 'amp', 'critic', 'alike', 'love'], ['good', 'business', 'fascinate', 'kind', 'art', 'make', 'money', 'art', 'amp', 'work', 'art', 'amp', 'good', 'business', 'good', 'artandy', 'warhol'], ['entrepreneur', 'keep', 'open', 'mind', 'business', 'creative', 'endeavor'], ['entrepreneur', 'cover', 'basis', 'know', 'everything'], ['entrepreneur', 'remember', 'golden', 'rule', 'negotiate', 'gold', 'make', 'rule'], ['trump', 'international_hotel', 'amp', 'tower', 'receive', 'great', 'acclaim', 'signature_restaurant', 'jean', 'george', 'http', 'co', 'yefarpjy'], ['happy', 'announce', 'pgagrandslam', 'hold', 'trumpgolfla', 'year', 'https', 'co', 'chfxhirqii', 'follow', 'trumpgolf'], ['investment', 'knowledge', 'pay', 'good', 'interest', 'benjamin_franklin'], ['blue_monster', 'trump', 'national_doral', 'recieve', 'rave', 'review', 'player', 'architectural', 'critic', 'follow', 'cadillac', 'wgc', 'thank'], ['get', 'ready', 'trumpferrypoint', 'tee', 'sheet', 'open', 'today', 'est', 'website', 'april', 'trumpferrypoint'], ['entrepreneur', 'ego', 'acknowledge', 'healthy', 'choice', 'nothing', 'wrong', 'bring', 'talent', 'surface'], ['entrepreneur', 'problem', 'mind', 'exercise', 'enjoy', 'challenge'], ['entrepreneur', 'stubborn', 'big', 'part', 'winner', 'never', 'give'], ['say', 'many', 'year', 'phony', 'negotiate', 'nuclear', 'iran', 'take', 'iraq', 'really', 'sad'], ['problem', 'leadership', 'knowledge', 'ability', 'negotiate', 'see', 'future', 'nation', 'beat'], ['trump', 'international_hotel', 'washington', 'world', 'top', 'luxury', 'hotel', 'http', 'co', 'wbrytt'], ['little', 'mac', 'miller', 'almost', 'view', 'song', 'donald', 'trump', 'keep', 'push', 'mac', 'come', 'hit'], ['entrepreneur', 'win', 'attitude', 'put', 'thing', 'perspective', 'keep', 'negative', 'thought', 'amp', 'people', 'belong', 'big', 'picture'], ['entrepreneur', 'standard', 'want', 'know', 'identify', 'standard', 'amp', 'establish', 'simple', 'easy', 'focus'], ['entrepreneur', 'guarantee', 'ready', 'sure', 'beat', 'take', 'surprise', 'know', 'everything'], ['amp', 'robin', 'get', 'screw', 'marvin', 'gaye', 'song', 'sound', 'nothing', 'get', 'new', 'lawyer', 'fast'], ['foxandfriend'], ['trump', 'national', 'golf_club', 'bedminster', 'course', 'design', 'tom', 'fazio', 'amp', 'acre', 'practice', 'facility', 'http', 'co', 'hukflvhkb'], ['entrepreneur', 'success', 'good', 'success', 'significance', 'even', 'better', 'make', 'work', 'count'], ['entrepreneur', 'win', 'daily', 'life', 'careful', 'day', 'moment'], ['entrepreneur', 'see', 'organization', 'pay', 'attention', 'facet', 'life', 'strong', 'weak', 'missing'], ['april', 'autism', 'awareness', 'month', 'join', 'raise', 'awareness', 'get', 'light', 'blue', 'sign', 'liub', 'http', 'co', 'qezwontcce'], ['lewandowski', 'senior', 'political', 'adviser', 'trump', 'vision', 'leadership', 'skill', 'bring', 'country', 'back', 'greatness'], ['trump', 'national', 'golf_club', 'washington', 'locate', 'acre', 'front', 'potomac_river', 'spectacular', 'http', 'co', 'kmahbbqlxu'], ['donald', 'trump', 'presidential', 'exploratory', 'committee', 'http', 'co', 'waradfgrrf'], ['trump', 'int_hotel', 'amp', 'tower', 'perfect', 'manhattan', 'location', 'amp', 'jeangeorge', 'signature_restaurant', 'http', 'co', 'yefarpjy'], ['trump', 'golf_link', 'ferry_point', 'hole', 'public', 'golf_course', 'bronx', 'opening', 'soon', 'http', 'co', 'xovcybfo'], ['trumpsoho', 'interior', 'celebrate', 'design', 'house', 'fendi', 'casa', 'degree', 'view', 'city', 'skyline', 'http', 'co', 'exnwuxupwa'], ['trump', 'national', 'golf_club', 'front', 'pacific_ocean', 'hole', 'pete', 'dye', 'course', 'beautiful', 'http', 'co', 'gktsmo'], ['entrepreneur', 'set', 'example', 'magnet', 'right', 'people', 'good', 'way', 'work', 'people'], ['entrepreneur', 'learn', 'succinct', 'tell', 'someone', 'idea', 'minute', 'less', 'clear', 'concise'], ['entrepreneur', 'let', 'action', 'show', 'best', 'see', 'day', 'opportunity', 'show', 'business', 'highest_level'], ['success', 'final', 'failure', 'fatal', 'courage', 'continue', 'count', 'winston_churchill'], ['miamiherald', 'discuss', 'trumpcollection', 'trumppet', 'program', 'trumpdoral', 'http', 'co', 'gxmsbwk'], ['foxandfriend', 'minute', 'enjoy'], ['unionleader', 'tuohy', 'trump', 'say', 'decide', 'presidential', 'run', 'june', 'http', 'co', 'ysp', 'ogugr'], ['icymi', 'raw', 'video', 'donald', 'trump', 'speak', 'rep', 'steve', 'stepanek', 'amherst', 'reception', 'http', 'co', 'iccd', 'yklg', 'wmur'], ['trump', 'say', 'business', 'experience', 'would', 'play', 'well', 'government', 'http', 'co', 'ubilfwmcyk', 'conmonitornew'], ['megynkelly', 'tonight', 'talk', 'everything'], ['foxnew', 'megynkelly', 'int', 'consider', 'run', 'potus', 'negotiation', 'amp', 'make', 'america', 'great', 'http', 'co', 'aiy'], ['dcexamin', 'escarry', 'donald', 'trump', 'huffingtonpost', 'dishonest', 'organization', 'http', 'co', 'rom', 'mkb', 'wn'], ['greta', 'washington', 'office', 'construction', 'tune', 'tonight', 'https', 'co', 'tzztn', 'udys'], ['entrepreneur', 'negotiation', 'art_treat'], ['entrepreneur', 'trust', 'instinct', 'even', 'hone', 'skill', 'reason'], ['entrepreneur', 'take', 'responsibility', 'empower', 'attitude'], ['greta'], ['go', 'greta', 'show', 'talk', 'opo', 'plenty', 'else', 'enjoy'], ['give', 'good', 'tribute', 'parent', 'ever', 'hear', 'yesterday', 'congressional', 'gold', 'medal', 'ceremony', 'honor', 'jacknicklaus'], ['ivankatrump', 'favorite', 'miami', 'hot', 'spot', 'trumpgolf', 'trumpdoral', 'http', 'co', 'rlqdhj'], ['http', 'lw', 'bfjjdp', 'man', 'job', 'president', 'http', 'co', 'zixfj', 'shrm'], ['bostonherald', 'eugene_dunn', 'iran', 'clear', 'danger', 'http', 'co', 'knhsxrkt'], ['via_newsmax_media', 'owentew', 'trump', 'run', 'would', 'self', 'fund', 'appoint', 'wall_street', 'expert', 'http', 'co', 'kjruxe'], ['greta', 'int', 'foxnew', 'melaniatrump', 'opo', 'discuss', 'potential', 'candidacy', 'amp', 'make', 'america', 'great', 'http', 'co', 'xezdajloof'], ['american', 'hungry', 'feel', 'sense', 'mission', 'greatness', 'pre', 'ronald_reagan'], ['many', 'people', 'think', 'wrestlemania', 'battle', 'billionaire', 'great', 'time', 'set', 'record'], ['donald', 'trump', 'launch', 'new', 'man', 'fragrance', 'empire', 'macys', 'man', 'empire', 'build', 'http', 'co'], ['foxnew', 'trump', 'politician', 'talk', 'action', 'opposite', 'http', 'co', 'xezdajloof'], ['pre', 'obama', 'tout', 'yeman', 'great', 'success', 'story', 'fall', 'obama', 'know', 'saudi_arabia', 'big', 'trouble'], ['saudi_arabia', 'make', 'billion_dollar', 'day', 'oil', 'want', 'help', 'protection', 'must', 'pay', 'dearly', 'freebie'], ['sgt', 'bowe', 'bergdahl', 'face', 'death_penalty', 'desertion', 'brave', 'soldier', 'die', 'try', 'bring', 'back', 'get', 'tough'], ['resolve', 'never', 'quit', 'never', 'give', 'matter', 'situation', 'jacknicklaus'], ['entrepreneur', 'seek', 'opportunity', 'see', 'opportunity', 'perk', 'never', 'know', 'evolve', 'keep', 'open', 'mind'], ['entrepreneur', 'negotiate', 'open', 'book', 'know', 'person', 'side', 'may'], ['entrepreneur', 'successful', 'negotiation', 'mean', 'know', 'side', 'want', 'get', 'know', 'come', 'pay', 'attention'], ['flashback', 'foxnewsinsider', 'trump', 'bergdahl', 'swap', 'mistake', 'gang', 'shoot', 'straight', 'http', 'co', 'ggxwfvqjwc'], ['looking_forward', 'speak', 'nranew', 'convention', 'nashville', 'http', 'co', 'vyva', 'right', 'privilege'], ['message', 'obama', 'iran', 'bad', 'thing', 'possibly', 'deal', 'seem', 'desperate', 'make', 'art', 'deal'], ['faster', 'cheap', 'trump', 'finish', 'nyc', 'ice', 'rink', 'trumprink', 'http', 'co', 'ef', 'zsnwj', 'gov', 'efficient', 'leadership', 'amp', 'business', 'acuman'], ['icymi', 'jenniferjjacob', 'donald', 'trump', 'give', 'iowa', 'speech', 'education', 'http', 'co', 'wmiajx'], ['looking_forward', 'tonight', 'ayrshire', 'chamber', 'commerce', 'annual', 'dinner', 'ayrshirechamber'], ['road', 'success', 'always', 'construction', 'arnold_palmer'], ['girlfriend', 'lubitz', 'wacko', 'co', 'pilot', 'take', 'plane', 'know', 'insane', 'report', 'put', 'hell'], ['turnberrybuzz', 'jewel', 'donald', 'trump', 'golf', 'crown', 'http', 'co', 'xisrimoot', 'thescotsman', 'dempstermartin'], ['cbnnew', 'thebrodyfile', 'poll', 'donald', 'trump', 'gop', 'top', 'tier', 'president', 'http', 'co', 'iuivomm'], ['nice', 'honor', 'http', 'co', 'gdz', 'mf'], ['tycoon', 'donald', 'trump', 'talk', 'ryanair', 'bring', 'flight', 'back', 'prestwick', 'airport', 'http', 'co', 'zlfxm', 'daily_record'], ['gazettedotcom', 'jam', 'lynch', 'trump', 'run', 'typical', 'caucus', 'campaign', 'big', 'http', 'co', 'idrfyzml'], ['wmur', 'commitment', 'conversation', 'joshmcelveen', 'discuss', 'leadership', 'china', 'healthcare', 'amp', 'veteran', 'http', 'co', 'kfcdwt'], ['sacred', 'duty', 'care', 'vet', 'family', 'veteran', 'deserve', 'universal', 'access', 'care', 'anywhere', 'anytime'], ['border', 'wide', 'open', 'cartel', 'amp', 'terrorist', 'secure', 'border', 'build', 'massive', 'wall', 'amp', 'deduct', 'cost', 'mexican', 'foreign', 'aid'], ['iran', 'desperate', 'develop', 'nuke', 'congress', 'must', 'increase', 'sanction', 'iran'], ['foxnewsinsider', 'see', 'foxandfriend', 'trump', 'iran', 'nuke', 'talk', 'take', 'day', 'http', 'co', 'zkrnlal'], ['fix', 'obamacare', 'repeal', 'amp', 'replace', 'free', 'market', 'orient', 'alternative'], ['simply', 'take', 'big', 'goal', 'mold', 'become', 'person', 'accomplish', 'goal', 'think', 'big'], ['right', 'leadership', 'help', 'economy', 'create', 'security', 'world', 'let', 'make_america', 'great', 'http', 'co', 'jegr_jsq'], ['entrepreneur', 'ask', 'pretend', 'see', 'may', 'great', 'opportunity', 'right', 'around'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem', 'tough', 'strong', 'tenacious'], ['entrepreneur', 'gain', 'information', 'advantage', 'see', 'day', 'opportunity', 'learn'], ['bill', 'reilly', 'show', 'tonight', 'pm', 'talk', 'iran', 'politic', 'oreillyfactor'], ['oreillyfactor_tonight', 'enjoy'], ['turn', 'oreillyfactor', 'enjoy', 'true', 'brilliance'], ['day', 'iran', 'delay', 'deal', 'call', 'must', 'add', 'sanction', 'make', 'progressively', 'tough'], ['friend', 'christianjosi', 'make', 'special', 'lp', 'follow', 'conservative', 'leader', 'day', 'likely', 'grammy', 'winner', 'night', 'legend'], ['trumpvlog', 'careful', 'iran', 'https', 'co', 'lslbgox'], ['great', 'tribute', 'father', 'ever', 'witness', 'give', 'great', 'jacknicklaus', 'wonderful', 'son', 'http', 'co', 'uka', 'vtpl'], ['townhall', 'question', 'segment', 'wmur', 'commitment', 'conversation', 'joshmcelveen', 'http', 'co', 'fzrwww', 'great', 'question', 'people', 'fitn'], ['rcpvideo', 'donald', 'trump', 'like', 'president', 'donald', 'trump', 'http', 'co', 'dnwlv', 'tjyn'], ['via_newsmax_media', 'owentew', 'donald', 'trump', 'kerry', 'walk', 'iran', 'make', 'deal', 'http', 'co', 'eugoixnc'], ['unionleader', 'tuohy', 'trump', 'hire', 'http', 'co', 'cgx', 'afj'], ['washington', 'need', 'common_sense', 'conservative', 'solution', 'let', 'make_america', 'great', 'http', 'co', 'jegr_jsq'], ['obama', 'offer', 'iran', 'stop', 'iran', 'breakout', 'capability', 'bad', 'desperate', 'deal', 'negotiate', 'weakness', 'pass', 'sanction'], ['must', 'read', 'foxnew', 'jaysekulow', 'president', 'bring', 'home', 'american', 'pastor', 'imprison', 'iran', 'http', 'co', 'jlgqpxds'], ['entrepreneur', 'realize', 'success', 'require', 'effort', 'focus', 'nothing', 'less'], ['entrepreneur', 'learn', 'trust', 'entrepreneur', 'group', 'effort'], ['entrepreneur', 'practice', 'positive', 'thinking', 'lot', 'reality', 'check', 'know', 'goal', 'come', 'obstacle'], ['watch', 'oreillyfactor', 'appearance', 'week', 'discuss', 'nuclear', 'negotiation', 'iran', 'http', 'co', 'gadkbskpzx'], ['thetodaysgolfer', 'trump', 'turnberrybuzz', 'transformation', 'course', 'http', 'co'], ['oil', 'barrel', 'time', 'increase', 'sanction', 'iran', 'lift', 'deal', 'better', 'bad', 'deal', 'artofthedeal'], ['politician', 'talk', 'action', 'washington', 'fix', 'outsider', 'let', 'make_america', 'great', 'http', 'co', 'jegr_jsq'], ['cbsnewyork', 'trumpferrypoint', 'open', 'bronx', 'http', 'co', 'hxilcnna'], ['iran', 'nuclear', 'deal', 'terrible', 'united_states', 'world', 'nothing', 'make', 'iran', 'rich', 'lead', 'catastrophe'], ['saturday_night', 'live', 'able', 'joke', 'germanwing', 'air', 'tragedy', 'disgust', 'apologize', 'suffering'], ['fantastic', 'beautiful', 'happy_easter', 'everyone', 'easter', 'great', 'win', 'triumph', 'life', 'never', 'give'], ['wish', 'everyone', 'include', 'hater', 'loser', 'happy_easter'], ['shawnjohnson', 'great', 'easter', 'real', 'champion'], ['foxandfriend', 'morning', 'enjoy'], ['rollingstone', 'admit', 'scam', 'phony', 'huffingtonpost', 'other', 'better', 'total_joke'], ['congress', 'must', 'stop', 'obama', 'reckless', 'deal', 'iran', 'framework', 'pathway', 'iran', 'develop', 'nuke'], ['trumpadvice', 'https', 'co', 'bulck', 'ebsi'], ['looking_forward', 'visit', 'simpsoncollege', 'wednesday', 'discuss', 'education', 'common_core', 'attack', 'individual', 'amp', 'local', 'right'], ['congratulation', 'gatewaypundit', 'name', 'rol', 'breitbartnew', 'award', 'well', 'earn', 'amp', 'well', 'deserve'], ['miami', 'top', 'destination', 'trumpdoral', 'remodel', 'royal', 'palm', 'pool', 'offer', 'luxurious', 'cabana', 'http', 'co', 'sije', 'rbf'], ['lasvegassun', 'eugene_dunn', 'year', 'donald', 'trump', 'http', 'co', 'kj', 'vyjx'], ['progressindex', 'donald', 'trump', 'deliver', 'keynote', 'address', 'annual', 'chesterfield', 'republican', 'gala', 'http', 'co', 'sb', 'yeyqvwp'], ['obama', 'promise', 'iran', 'deal', 'promise', 'healthcare_plan', 'keep', 'marklevinshow'], ['serenawilliam', 'look_forward', 'truly', 'great', 'champion', 'tomorrow', 'trump', 'national', 'tennis', 'center', 'dedication'], ['dishonest', 'rollingstone', 'say', 'huffingtonpost', 'bad', 'much', 'money', 'sue', 'put', 'business'], ['much', 'money', 'extremely', 'unattractive', 'inside', 'arianna', 'huffington', 'pay', 'poor', 'ex', 'hubby', 'name'], ['many', 'journalist', 'honest', 'great', 'knowingly', 'dishonest', 'basic', 'scum', 'weed'], ['respected', 'monmouth', 'university', 'poll', 'ahead', 'republican', 'candidate', 'nationwide', 'people', 'think', 'run'], ['leave', 'spend', 'entire', 'day', 'iowa', 'great', 'people', 'great', 'state'], ['make_america', 'great'], ['meeting', 'iowa', 'state', 'senate', 'leader', 'https', 'co', 'arzeb', 'mog'], ['great', 'time', 'iowa', 'yesterday', 'record', 'crowd', 'fantastic', 'people'], ['way', 'trumpsoho', 'receive', 'aaa', 'five_diamond', 'award'], ['record', 'crowd', 'standing_ovation', 'simpson', 'college', 'iowa', 'lot', 'fun', 'wonderful', 'audience'], ['big', 'interview', 'tonight', 'bret', 'bai', 'fox', 'miss'], ['exclusive', 'donald', 'trump', 'obama', 'totally', 'negotiate', 'iran', 'virtually', 'country', 'world', 'http', 'co'], ['speak', 'nra', 'event', 'today', 'many', 'friend'], ['bretbaier', 'interview', 'bret', 'fox', 'tonight', 'watch', 'good'], ['nashville', 'nra'], ['ericbolle', 'fantastic', 'job', 'reilly', 'tonight', 'way', 'go', 'eric'], ['nra', 'nashville', 'today', 'amazing', 'packed_house', 'standing_ovation', 'trump', 'thank'], ['bretbai', 'thank', 'fair', 'highly', 'professional', 'segment', 'tonight', 'many', 'people', 'watch', 'comment'], ['markraymond', 'thank', 'mark'], ['head', 'south_carolina', 'meet', 'fantastic', 'people'], ['speak', 'capacity', 'crowd', 'horry', 'county', 'republican', 'event', 'earlier', 'today', 'https', 'co', 'qqcvwftnr'], ['thank', 'much', 'nice', 'story', 'greatly_appreciate', 'http', 'co', 'uxooivgfiv'], ['south_carolina', 'audience', 'great', 'thank'], ['passion', 'energy', 'energy', 'nothing', 'nothing', 'great', 'world', 'accomplish', 'passion'], ['johnlegere', 'mobile', 'service', 'terrible', 'something', 'improve', 'customer', 'want', 'building'], ['tmobile', 'service', 'absolutely', 'terrible', 'get', 'ball', 'johnlegere'], ['thank', 'jamersonhaye', 'total', 'loser', 'nothing', 'go'], ['tmobile', 'give', 'terrible', 'service', 'many', 'complaint', 'check'], ['mobile', 'many', 'service', 'complaint', 'total_joke'], ['great', 'master', 'course', 'look', 'beautiful', 'fantastic', 'golf', 'television', 'rating'], ['mitt_romney', 'know', 'rand_paul', 'race', 'president', 'strange', 'foxnew'], ['third_rate', 'talent', 'smart', 'get', 'much', 'time', 'television', 'news', 'boring', 'guy', 'really', 'bad', 'rating'], ['foxandfriend', 'morning', 'enjoy'], ['entrepreneur', 'resolve', 'big', 'problem', 'boss', 'negate', 'power'], ['entrepreneur', 'good', 'negotiation', 'everyone', 'win', 'possibility', 'ideal', 'situation', 'strive'], ['entrepreneur', 'confine', 'expectation', 'exact', 'rule', 'negotiation', 'try', 'remain', 'flexible', 'open', 'new', 'idea'], ['marco_rubio', 'pick', 'location', 'work', 'air', 'condition', 'next', 'time', 'especially', 'miami', 'proper', 'plan', 'sweat', 'profusely'], ['see', 'amazing', 'view', 'trumpgolfla', 'locate', 'directly', 'pacific_ocean', 'https', 'co', 'mg', 'gouicy'], ['great', 'marianorivera', 'office', 'son', 'erictrump', 'http', 'co'], ['today', 'obama', 'favorite', 'day', 'year', 'tax', 'enough', 'already'], ['kcautv', 'donald', 'trump', 'come', 'sioux', 'city', 'may', 'http', 'co', 'upurdegt'], ['part', 'specialreport', 'int', 'bretbaier', 'discuss', 'strongly', 'consider', 'run', 'president', 'http', 'co', 'zeazq', 'lel'], ['postandcouri', 'skropf', 'donald', 'trump', 'politicize', 'walter', 'scott', 'shoot', 'http', 'co', 'dc', 'eral'], ['great', 'time', 'myrtle_beach', 'charleston', 'past', 'saturday', 'monday', 'looking_forward', 'go', 'back', 'soon'], ['looking_forward', 'speak', 'nhgop', 'fitn', 'republican', 'leadership', 'summit', 'saturday', 'pm', 'let', 'make_america', 'great'], ['top', 'course', 'west', 'coast', 'trumpgolfla', 'overlook', 'pacific_ocean', 'amp', 'offer', 'luxurious', 'public', 'golf', 'experience', 'http', 'co', 'ojzchmsum'], ['sacred', 'duty', 'care', 'vet', 'family', 'vet', 'owe', 'full', 'access', 'healthcare', 'anytime', 'anywhere'], ['border', 'breach', 'daily', 'criminal', 'must', 'build_wall', 'amp', 'deduct', 'cost', 'mexican', 'foreign', 'aid', 'http', 'co', 'jegr_jsq'], ['reuter', 'donald', 'trump', 'take', 'step', 'presidential', 'run', 'http', 'co', 'klb', 'kwl'], ['action', 'inspire', 'other', 'dream', 'learn', 'become', 'leader', 'john', 'quincy', 'adam'], ['tbt', 'trump', 'gekko', 'http', 'co', 'jhekn', 'iojf'], ['int', 'simplify', 'tax', 'code', 'incompetent', 'leader', 'iran', 'make', 'america', 'great', 'http', 'co', 'qoyj', 'cln'], ['update', 'trump', 'plan', 'public', 'event', 'wartburgcollege', 'http', 'co', 'rykagl', 'wcfcourier'], ['businessinsid', 'hunterw', 'trump', 'go', 'surprise', 'lot', 'people', 'http', 'co', 'bc', 'tkde'], ['rodolfo', 'rosas', 'moya', 'pal', 'mexico', 'owe', 'lot', 'money', 'disgusting', 'amp', 'slow', 'mexico', 'court', 'system', 'mexico', 'friend'], ['mexico', 'court', 'system', 'dishonest', 'joke', 'owe', 'lot', 'money', 'amp', 'nothing', 'happen'], ['brand', 'new', 'tennis', 'performance', 'center', 'trumpgolfdc', 'offer', 'countless', 'activity', 'top', 'course', 'http', 'co', 'fyschialfx'], ['walidshoebat', 'watch', 'donald', 'trump', 'patriotic', 'fix', 'america', 'http', 'co', 'swe', 'lariov'], ['other', 'claim', 'make_america', 'great', 'one', 'know', 'art', 'deal', 'time', 'outsider', 'http', 'co', 'jegr_jsq'], ['america', 'never', 'destroy', 'falter', 'lose', 'freedomsit', 'destroy', 'lincoln'], ['jeb_bush', 'conservative', 'barack_obama', 'healthcare_plan', 'keep', 'plan'], ['kimguilfoyle', 'great', 'job', 'tonight'], ['great', 'see', 'marianorivera', 'realdonaldtrump', 'trumptowerny', 'erictrumpfdn', 'http', 'co', 'http', 'co', 'qsltrsg', 'wq'], ['republican', 'fund', 'obamacare', 'amnesty', 'obama', 'beat', 'http', 'co', 'jegr_jsq'], ['isis', 'operate', 'training', 'camp', 'mile', 'southern_border', 'http', 'co', 'arbnco', 'need', 'wall', 'deduct', 'cost', 'mexico'], ['foxbusiness', 'int', 'imus', 'drink', 'alcohol', 'politician', 'talk', 'action', 'amp', 'border', 'http', 'co', 'efp', 'lclaov'], ['amspec', 'jeffjlpa', 'exclusive', 'trump', 'say', 'obama', 'show', 'total', 'desperation', 'iran', 'http', 'co', 'aufxrgir'], ['america', 'strong', 'way', 'politician', 'must', 'put', 'let', 'make_america', 'great', 'http', 'co', 'jegr_jsq'], ['looking_forward', 'speak', 'pm', 'tomorrow', 'nashua', 'nhgop', 'fitnsummit', 'let', 'make_america', 'great', 'fitn'], ['bretbai', 'george', 'show', 'exhausted', 'bore', 'even', 'little', 'relevant', 'waste', 'good', 'air', 'time'], ['pure', 'enjoyment', 'hopefully', 'nobody', 'better', 'there', 's', 'beauty', 'make', 'great', 'deal', 'canvas'], ['georgewillf', 'perhaps', 'bore', 'political_pundit', 'television', 'get', 'throw', 'abc', 'dog', 'total', 'bust'], ['hater', 'loser', 'sorry', 'never', 'went_bankrupt', 'build', 'world', 'class', 'company', 'employ', 'many', 'people'], ['return', 'crowd', 'great', 'get', 'beautiful', 'standing_ovation', 'wonderful', 'people', 'truly', 'love'], ['interview', 'foxandfriend', 'minute', 'interesting', 'topic'], ['much', 'dishonest', 'reporting', 'non', 'report', 'political', 'medium', 'amazing', 'experience', 'bretbaier'], ['fail', 'writer', 'pundit', 'stephenfhaye', 'success', 'little', 'talent', 'get', 'away', 'criticize', 'candidate'], ['thank', 'jeffjlpa', 'amspec', 'wonderful', 'true', 'article', 'total', 'desperation', 'iran', 'http', 'co', 'aufxrgir'], ['weeklystandard', 'know', 'business', 'failing', 'try', 'get', 'writer', 'far', 'well', 'stephenfhaye'], ['congratulation', 'trumpwaikiki', 'select', 'best', 'vip', 'access', 'expedia'], ['congratulation', 'trumpsoho', 'receive', 'aaa', 'five_diamond', 'award', 'year'], ['trump', 'national', 'golf_club', 'host', 'october', 'pgagrandslam', 'http', 'co', 'gktsmo'], ['getting_ready', 'protect', 'saudi_arabia', 'iran', 'amp', 'other', 'send', 'ship', 'much', 'go', 'pay', 'protection'], ['stupidly', 'pay', 'iran', 'billion', 'dollar', 'pay', 'part', 'nuclear', 'negotiation', 'really', 'dumb'], ['long', 'say', 'south', 'africa', 'total', 'dangerous', 'mess', 'watch', 'evening', 'news', 'talk', 'weather'], ['jonah', 'goldberg', 'jonahnro', 'great', 'nro', 'national_review', 'truly', 'dumb', 'rock', 'bretbai', 'put', 'dummy', 'show'], ['megynkelly', 'breakout', 'star', 'weekend', 'check', 'local', 'medium'], ['national_review', 'nro', 'may', 'go', 'business', 'really', 'pathetic', 'job', 'do', 'jonahnro', 'talent', 'mean', 'death', 'sad'], ['stephenfhaye', 'hear', 'joke', 'medium', 'panel', 'weekend', 'take', 'joenbc'], ['thehill', 'henschonthehill', 'trump', 'disappoint', 'many', 'republican', 'http', 'co', 'dnnrm'], ['glad', 'see', 'peterose', '_', 'hire', 'foxsport', 'analyst', 'pete', 'baseball', 'hall', 'fame'], ['danaperino', 'write', 'wonderful', 'book', 'good', 'news', 'dana', 'fabulous', 'perspective', 'life', 'amp', 'politic', 'go', 'get'], ['really', 'nice', 'unexpected', 'ed', 'schultz', 'thank', 'edshow', 'http', 'co', 'kzwmixmfw'], ['guess', 'edshow', 'lot', 'smart', 'dope', 'jonahnro', 'amp', 'stephenfhaye', 'mag', 'die', 'anyway', 'http', 'co', 'kzwmixmfw'], ['http', 'co', 'pchj', 'interview', 'donald', 'trump', 'presidential', 'aspiration', 'deal', 'http', 'co', 'wrd', 'hcyt'], ['hillary', 'bill', 'deep', 'trouble', 'worry', 'fellow', 'republican', 'let', 'hook', 'talk', 'action'], ['icymi', 'speech', 'saturday', 'nhgop', 'fitnsummit', 'cspan', 'http', 'co', 'mxcytmrsfw'], ['concordnhpatch', 'politizine', 'trump', 'make_america', 'great', 'http', 'co', 'jp', 'isp', 'ssf'], ['government', 'efficient', 'right', 'leadership', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['republican', 'capitulate', 'obama', 'time', 'iran', 'nuclear', 'treaty', 'end'], ['trumpvlog', 'trouble', 'paradise', 'clinton', 'https', 'co', 'rljvpxuvvh'], ['make', 'see', 'light', 'make', 'feel', 'heat', 'ronald_reagan'], ['jonahnro', 'state', 'start', 'relentlessly', 'tweet', 'year', 'old', 'girl', 'horrible', 'insult', 'woman', 'resign', 'later'], ['people', 'force', 'resign', 'position', 'far', 'less', 'jonahnro', 'tweet', 'year', 'old', 'girl'], ['stupid', 'guy', 'jonah', 'goldberg', 'use', 'tweet', 'year', 'old', 'girl', 'hit', 'wonder', 'nro', 'poorly', 'jonahnro'], ['conservative', 'weakness', 'conservative', 'destroy', 'liberal', 'unite', 'win'], ['reason', 'ed', 'schultz', 'say', 'nice', 'thing', 'repub', 'cut', 'social', 'security', 'make_america', 'rich'], ['nro', 'jonahnro', 'look', 'stat', 'national_review', 'die', 'fast', 'little', 'business', 'save', 'conservative', 'voice'], ['jonahnro', 'totally', 'focus', 'try', 'save', 'badly', 'fail', 'national_review', 'instead', 'focus', 'work', 'hard', 'nro'], ['ailsa', 'course', 'change', 'trumpturnberry', 'beautiful', 'place', 'http', 'co', 'orfnj', 'wpk'], ['http', 'co', 'vcuixb', 'tnc'], ['looking_forward', 'keynoting', 'chesterfieldgop', 'lincoln', 'reagan', 'gala', 'friday', 'country', 'club', 'highland', 'sell', 'record', 'crowd'], ['golfmonthly', 'jake', 'reilly', 'trump', 'build', 'new', 'hole', 'turnberrybuzz', 'http', 'co', 'sdyf'], ['kingwoodnews', 'jayrjordan', 'txpatriotspac', 'give', 'public', 'chance', 'hear', 'trump', 'speak', 'http', 'ilm'], ['get', 'commandant', 'leadership', 'award', 'marine', 'tonight', 'waldorf', 'astoria', 'great', 'honor', 'bretbaier'], ['congratulation', 'republican', 'congress', 'people', 'obama', 'negotiate', 'timetogettough'], ['want', 'negotiate', 'much', 'well', 'trade_deal', 'country', 'must', 'include', 'currency_manipulation', 'let', 'pass'], ['amnesty', 'protect', 'rule', 'law', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['trans_pacific', 'partnership', 'attack', 'america', 'business', 'stop', 'japan', 'currency_manipulation', 'bad', 'deal'], ['republican', 'give', 'obama', 'fast', 'track', 'authority', 'trade', 'trans_pacific', 'partnership', 'squeeze', 'manufacturing', 'sector'], ['trans_pacific', 'partnership', 'lead', 'even', 'great', 'unemployment', 'pass'], ['china', 'trans_pacific', 'partnership', 'deal', 'address', 'currency_manipulation', 'china', 'laugh'], ['count', 'necessarily', 'size', 'dog', 'fight', 'size', 'fight', 'dog', 'dwight', 'eisenhower'], ['ppd', 'thank'], ['notice', 'polling', 'establishment', 'put', 'poll', 'put', 'folk', 'hardly', 'register', 'make_america', 'great'], ['forbesinspector', 'star', 'amp', 'tripadvisor', 'luxury', 'hotel', 'offer', 'style', 'luxury', 'amp', 'impeccable', 'service', 'http', 'co', 'mob', 'na'], ['geraldorivera', 'thank', 'champion', 'geraldo', 'true'], ['trump', 'sign', 'lease', 'office', 'return', 'monday', 'http', 'co', 'bmzb', 'unionleader', 'tuohy'], ['excite', 'travel', 'monday', 'granite_state', 'model', 'country', 'live', 'free', 'die'], ['thehill', 'henschonthehill', 'trump', 'say', 'road', 'falling_apart', 'http', 'co', 'mhuhz', 'su'], ['baltimoresun', 'erinatthesun', 'maryland', 'gop', 'book', 'trump', 'major', 'fundraiser', 'http', 'co', 'mouq'], ['fact', 'jeb', 'governor', 'amp', 'rubio', 'house', 'majority', 'leader', 'florida', 'debt', 'double', 'conservative'], ['republican', 'give', 'obama', 'fast', 'track', 'authority', 'tpp', 'iran', 'agreement', 'obama', 'get', 'gop', 'party'], ['time', 'protect', 'american_worker', 'grant', 'amnesty', 'illegal', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['talent', 'win', 'game', 'teamwork', 'intelligence', 'win', 'championship', 'michael', 'jordan', 'jumpman'], ['tbt', 'steven', 'spielberg', 'old', 'day', 'great', 'guy', 'http', 'co', 'iqeuaq', 'cpe'], ['apageor', 'good', 'must', 'tough'], ['johnhawkinsrwn', 'great', 'speak', 'today', 'speak', 'soon'], ['beautiful', 'article', 'ivankatrump', 'newly', 'open', 'golf_course', 'nyc', 'trump', 'link', 'ferry_point', 'http', 'co', 'yis'], ['congrat', 'great', 'golfer', 'frostpga', 'big', 'win', 'last', 'week', 'always', 'good', 'putter', 'frost', 'win', 'trump'], ['looking_forward', 'give', 'keynote', 'speech', 'tonight', 'chesterfieldgop', 'lincoln', 'reagan', 'dinner', 'virginia'], ['trumpadvice', 'https', 'co', 'yvxhjuwlz'], ['take_care', 'people', 'make', 'anything', 'make', 'anything', 'rapidly', 'lose', 'manufacture', 'china'], ['congratulation', 'danaperino', 'book', 'go', 'number', 'amazon', 'great', 'book', 'great', 'job'], ['waynedupreeshow', 'fantastic', 'guy'], ['nro', 'much', 'dead', 'irrelevant', 'national_review', 'thank', 'guidance', 'goldberg', 'total', 'loser', 'get', 'real', 'talent', 'fold'], ['nro', 'really', 'important', 'save', 'national_review', 'go', 'business', 'need', 'true', 'conservative', 'voice'], ['pennypritzker', 'really', 'important', 'cover', 'currency_manipulation', 'trade', 'agreement', 'china', 'other', 'beat', 'best'], ['know', 'hillary', 'able', 'run', 'walk', 'time', 'bomb'], ['interview', 'judgejeanine', 'tonight', 'foxnew', 'enjoy'], ['interview', 'foxandfriend', 'minute', 'head', 'new_hampshire', 'great', 'people'], ['nobody', 'donald', 'trump', 'save', 'israel', 'waste', 'time', 'politician', 'political', 'clown', 'good', 'sheldonadelson'], ['icymi', 'pagesix', 'donald', 'trump', 'honor', 'marine_corps', 'charity', 'gala', 'http', 'co', 'vsdneijz'], ['msnbc', 'int', 'krystalball', 'whcd', 'timetable', 'save', 'social', 'security', 'amp', 'make', 'america', 'great', 'http', 'co'], ['bostonherald', 'trump', 'last', 'thing', 'need', 'bush', 'co', 'gdrxb', 'addu'], ['trumpadvice', 'https', 'co', 'hjdstxh'], ['policeman', 'hurt', 'badly', 'national', 'guard', 'police', 'must', 'get', 'tough', 'fast', 'thug', 'must', 'stop'], ['blatant', 'rampant', 'property', 'destruction', 'police', 'stand', 'watch', 'lesson', 'handle', 'riot', 'sad'], ['great', 'african_american', 'president', 'exactly', 'positive', 'impact', 'thug', 'happily', 'openly', 'destroy', 'baltimore'], ['ineffective', 'baltimore', 'police', 'allow', 'city', 'destroy', 'taxpayer', 'expect', 'rebuild'], ['mayor', 'baltimore', 'say', 'want', 'give', 'rioter', 'space', 'destroy', 'real', 'genius'], ['country', 'come', 'together', 'start', 'work', 'really', 'like', 'whole', 'world', 'watch', 'baltimore'], ['president', 'obama', 'big', 'job', 'go', 'baltimore', 'bring', 'side', 'together', 'proper', 'leadership', 'do'], ['good', 'social', 'program', 'far', 'job', 'job', 'take', 'away', 'china', 'many', 'country', 'incompetent', 'leader'], ['hopefully', 'problem', 'tonight', 'calm', 'cool', 'let', 'anybody', 'get', 'hurt', 'much', 'live'], ['wonder', 'rest', 'world', 'thinking', 'united_state', 'watch', 'disgust', 'control', 'riot'], ['go', 'iowa', 'today', 'sell', 'crowd', 'people', 'want', 'country', 'rip', 'anymore', 'must', 'stop'], ['meet', 'big', 'fan', 'today', 'https', 'co', 'gd', 'lropncr'], ['thank', 'trumpsoho', 'trumpnewyork', 'help', 'celebrate', 'agreatcause', 'marinecorpslef', 'accept', 'commandant', 'leadership', 'award'], ['incredible', 'handheld', 'video', 'strip', 'skyline', 'look', 'well', 'trumplasvegas', 'http', 'co', 'ocsytc'], ['say', 'use', 'word', 'thug', 'many', 'word', 'politically_correct', 'even_though', 'obama', 'use', 'racist', 'bull'], ['guest', 'view', 'many', 'time', 'successful', 'show', 'show', 'die', 'lack', 'rating', 'bad'], ['nicolledwallace', 'really', 'hurt', 'theview', 'bore', 'predictable', 'television', 'show', 'long', 'rating', 'die'], ['congrat', 'trumpwaikiki', 'win', 'americanexpress', 'fine', 'hotel', 'amp', 'resort', 'hotel', 'partner', 'year', 'award'], ['thrillistchi', 'name', 'sixteenchicago', 'trumpchicago', 'good', 'value', 'michelin', 'star', 'restaurant', 'chicago', 'http', 'co', 'vjuwualvp'], ['cgasparino', 'good', 'seeing', 'keep', 'great', 'work', 'never', 'stop'], ['billion', 'dollar', 'spend', 'baltimore', 'still', 'total', 'mess', 'leadership', 'need', 'dollar', 'whole', 'country', 'go', 'hell'], ['talk', 'horrible', 'murder', 'ana', 'charle', 'thug', 'west', 'spruill', 'gun', 'street', 'naked', 'riot'], ['work', 'proud', 'productive', 'people', 'country', 'start', 'exert', 'authority', 'view', 'know', 'doom'], ['entrepreneur', 'achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning'], ['entrepreneur', 'tread_water', 'get', 'go'], ['think', 'think', 'right', 'henry_ford'], ['qctime', 'edtibbett', 'trump', 'get', 'beat', 'http', 'co', 'vhghmnfau'], ['kwwl', 'int', 'wartburgcollege', 'discuss', 'politician', 'fail', 'amp', 'make', 'america', 'great', 'http', 'co', 'agdg', 'pueq'], ['conroecouri', 'stephengreen', 'trump', 'talk', 'run', 'job', 'txpatriotspac', 'http', 'rw'], ['donald', 'trump', 'talk', 'economy', 'republican', 'davenport', 'http', 'co', 'gfmzh', 'ydaj'], ['thank', 'https', 'nqv', 'hfvssb'], ['thank', 'https', 'co', 'qhwabmzyop'], ['trump', 'much', 'inclined', 'enter', 'gop', 'white_house', 'race', 'http', 'co', 'wmwxsy', 'myy', 'mcclatchydc', 'lightmandavid'], ['beautiful', 'thank', 'https', 'jg', 'mukdtp'], ['canoetravel', 'also', 'obsolete', 'ugly', 'expensive', 'wind_turbine', 'never', 'build', 'aberdeen', 'long', 'work', 'golfchannel'], ['plan', 'build', 'wind', 'farm', 'trump', 'turnberry', 'scotland', 'drop', 'great', 'golfdig', 'golfweekmag', 'golfchannel', 'espngolf'], ['realdonaldtrump', 'activist', 'use', 'amp', 'always', 'applaud', 'interestbut', 'people', 'know', 'admire', 'trump', 'thank', 'nice'], ['sheriffclarke', 'great', 'insight', 'deal', 'medium', 'today', 'wonderful', 'representative', 'calm', 'reason', 'real', 'pro'], ['really', 'tough', 'night', 'great', 'leadership', 'solve', 'many', 'inner', 'city', 'problem', 'face', 'country', 'job', 'job', 'job'], ['racial', 'divide', 'country', 'almost', 'time', 'high', 'get', 'bad', 'time', 'turn', 'television'], ['floydmayweather', 'good_luck', 'tonight', 'floyd'], ['get', 'back', 'trumplasvegas', 'hotel', 'fantastic', 'way', 'fight', 'total', 'waste', 'time', 'aggressor', 'lose'], ['know', 'build', 'city', 'pol', 'talk', 'action', 'city', 'need', 'help', 'fast', 'crumble'], ['interview', 'foxandfriend', 'enjoy'], ['amazing', 'golf_course', 'trumpscotland', 'https', 'co', 'qyuze'], ['congratulation', 'trumpnewyork', 'wsj', 'coverage', 'perk', 'luxury', 'hotel', 'http', 'co', 'wy', 'idgjc'], ['washingtonpost', 'goingoutguide', 'timcarman', 'gzchef', 'open', 'national', 'office', 'pavilion', 'http', 'co', 'zlgk'], ['congress', 'elect', 'last', 'november', 'reign', 'obama', 'give', 'fast', 'track', 'authority', 'bad', 'trade_deal', 'american_worker'], ['looking_forward', 'david_bossie', 'amp', 'repjeffduncan', 'citizens_unite', 'free', 'summit', 'greenville', 'sc', 'saturday'], ['elect', 'undo', 'obama', 'executive', 'order', 'deliver', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['deportation', 'plummet', 'http', 'co', 'atqqdrna', 'obama', 'continue', 'grant', 'amnesty'], ['thrilled', 'hear', 'rakutentraveljp', 'award', 'trumpwaikiki', 'rakuten', 'diamond', 'award', 'consecutive', 'year', 'congrat'], ['story', 'beautiful', 'room', 'trumpsoho', 'offer', 'wide', 'array', 'aaa', 'five_diamond', 'luxury', 'option', 'http', 'co', 'mqkdee'], ['maythe', 'thbewithyou', 'darth', 'vader', 'firing', 'https', 'co', 'cun', 'eqy', 'oi'], ['nobody', 'would', 'fight', 'hard', 'free', 'speech', 'taunt', 'order', 'provoke', 'possible', 'death', 'audience', 'dumb'], ['enough', 'problem', 'publicity', 'seeker', 'go', 'openly', 'mock', 'religion', 'order', 'provoke', 'attack', 'death', 'smart'], ['would', 'large', 'group', 'muslim', 'public', 'meeting', 'draw', 'horrible', 'mocking', 'cartoon', 'really', 'cool'], ['spa', 'trumpsoho', 'get', 'nice', 'write', 'detail', 'gotmilk'], ['incredible', 'progress', 'site', 'trump', 'tower', 'punta', 'este', 'uruguay', 'situate', 'sand', 'playa', 'brava', 'http', 'co'], ['great', 'story', 'trumptoronto', 'globeandmail', 'new', 'sky', 'wellness', 'suit', 'http', 'co', 'xeeufxvvtt'], ['thrilled', 'share', 'trump', 'home', 'furniture', 'collection', 'doryainterior', 'open', 'new', 'https'], ['foot', 'whitestone', 'bridge', 'bronx', 'trumpferrypoint', 'offer', 'fantastic', 'view', 'manhattan', 'skyline', 'http', 'co', 'mk', 'nx', 'ped'], ['follow', 'trumpnh', 'update', 'political', 'activity', 'looking_forward', 'return', 'granite_state', 'may'], ['liberty', 'economic', 'liberty', 'iron', 'lady', 'margaret', 'thatcher'], ['trump', 'international_golf', 'club', 'turnberry', 'scotland', 'home', 'great', 'open', 'championship', 'history', 'http', 'co', 'bvslbzta'], ['country', 'must', 'get', 'strong', 'tough', 'fast', 'late', 'leadership', 'never', 'win', 'want', 'victory'], ['hope', 'many', 'thousand', 'people', 'ask', 'give', 'much', 'run', 'president', 'fight', 'hard', 'victory'], ['pamelageller', 'total', 'whack', 'job', 'clue', 'provoke', 'enemy', 'go', 'get', 'make', 'pay', 'signal'], ['politic', 'http', 'co', 'ambywic'], ['dailycaller', 'alexpappas', 'donald', 'trump', 'blast', 'obama', 'trade', 'pact', 'radio', 'ad', 'bad', 'bad', 'deal', 'http'], ['trumpadvice', 'https', 'co', 'fox', 'rhnxha'], ['franklin_graham', 'great', 'job', 'foxandfriend', 'morning', 'beautifully', 'state', 'people', 'think', 'say'], ['united_state', 'need', 'great', 'deal', 'fast', 'make', 'country', 'rich', 'order', 'make', 'country', 'great'], ['run', 'primary', 'debate', 'see', 'make_america', 'great'], ['first', 'amp', 'potential', 'gop', 'candidate', 'state', 'cut', 'social', 'security', 'medicare', 'amp', 'medicaid', 'huckabee', 'copy'], ['huckabee', 'nice', 'guy', 'never', 'able', 'bring', 'fund', 'cut', 'social', 'security', 'medicare', 'amp', 'medicaid'], ['friend', 'muhammadali', 'https', 'co', 'ivjzzvtufn'], ['kilmeade', 'great', 'foxandfriend', 'morning', 'many', 'people', 'see', 'love', 'piece', 'great', 'work'], ['arabianbusiness', 'ivankatrump', 'eye', 'new', 'project', 'dhabi', 'trump', 'organization', 'http', 'co', 'qhqsf'], ['via_newsmax_media', 'donald', 'trump', 'give', 'obama', 'fast', 'track', 'trade', 'authority', 'http', 'co', 'sb', 'zogqucz'], ['iowa', 'hiring', 'suggest', 'donald', 'trump', 'serious', 'white_house', 'bid', 'http', 'co', 'qpbkoehijj', 'washtime', 'sethmclaughlin'], ['via_fitsnew', 'folk', 'donald', 'rebuke', 'obamatrade', 'http', 'co', 'bkmput'], ['strong', 'military', 'make', 'respected', 'ally', 'amp', 'fear', 'enemy', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['would', 'throw', 'soccer', 'ball', 'friend', 'total', 'winner', 'patriot'], ['deal', 'politician', 'world', 'deal', 'multi', 'faceted', 'transaction', 'involve', 'many', 'issue', 'know', 'process', 'amp', 'win'], ['keep', 'good', 'attitude', 'right', 'thing', 'even', 'hard', 'pass', 'test', 'joelosteen'], ['trumpadvice', 'https', 'co', 'gbipex'], ['great', 'job', 'tonight', 'ericbolling'], ['thank', 'asavagenation', 'keep', 'great', 'work'], ['nyranger', 'great', 'job', 'win', 'tonight', 'play', 'champion'], ['leave', 'great', 'state', 'south_carolina', 'make', 'speech', 'make', 'country', 'great'], ['tuckercarlson', 'really', 'good', 'job', 'fox', 'especially', 'talk', 'politic', 'come', 'long', 'way', 'fast'], ['son', 'eric', 'amp', 'long', 'expert', 'hunter', 'amp', 'marksman', 'nra', 'go', 'safaris', 'give', 'animal', 'poor', 'amp', 'starve', 'villager'], ['big', 'crowd', 'stand', 'ovation', 'south_carolina', 'make_america', 'great'], ['happy', 'mothersday', 'great', 'mother', 'https', 'co', 'wvh', 'gwxg'], ['come', 'protest', 'favor', 'young', 'police_officer', 'gun', 'mississippi', 'derange', 'animal', 'death_penalty'], ['interview', 'foxandfriend', 'morning', 'plenty', 'talk'], ['great', 'job', 'rickiefowlerpga', 'win', 'player', 'yesterday', 'finally', 'jealous', 'critic', 'go', 'good_luck', 'open'], ['denzel', 'washington', 'give', 'wonderful', 'commencement', 'speech', 'weekend', 'heart'], ['foxandfriend', 'minute'], ['theodore', 'roosevelt'], ['great', 'shot', 'kingjame', 'yesterday', 'lebron', 'tough', 'competitor', 'deliver', 'pressure'], ['government', 'first', 'duty', 'protect', 'people', 'run', 'life', 'president', 'ronald_reagan', 'definitive', 'proof', 'patriot', 'hillary', 'produce', 'email', 'tom', 'unfair', 'imagine', 'spend', 'billion', 'dollar', 'protect', 'saudi_arabia', 'king', 'refuse', 'even', 'meet', 'obama', 'great', 'leadership', 'people', 'jealous', 'patriot', 'court', 'could', 'convict', 'base', 'evidence', 'beat', 'field', 'always', 'try', 'destroy', 'true', 'champion', 'winner', 'country', 'time', 'leave', 'loser', 'alone', 'stupid', 'dumber', 'least', 'respect', 'political', 'pundit', 'chris', 'cillizza', 'washington_post', 'thefix', 'moron', 'hate', 'poll_number', 'stupid', 'deal', 'verizon', 'buy', 'aol', 'aol', 'bad', 'luck', 'everyone', 'touch', 'worth', 'less', 'sue', 'tom', 'trumpvlog', 'https', 'co', 'proud', 'ronald_reagan', 'early', 'supporter', 'reagan', 'time', 'make_america', 'great', 'http', 'co', 'toq', 'ddalco', 'entrepreneur', 'passionate', 'love', 'successful', 'entrepreneur', 'keep', 'big', 'picture', 'mind', 'always', 'opportunite', 'possibility', 'amp', 'think', 'small', 'negate', 'lot', 'entrepreneur', 'look', 'solution', 'problem', 'learn', 'focus', 'give', 'result', 'everything', 'come', 'hustle', 'wait', 'thomas_edison'], ['via_breitbartnew', 'donald', 'trump', 'rich', 'people', 'poor', 'middle', 'income', 'people', 'good', 'http', 'co', 'jrzehq', 'dpq'], ['streetsense', 'bring', 'national', 'geoffrey', 'zakarian', 'restaurant', 'dc', 'new', 'trump', 'intl', 'hotel', 'http', 'co', 'yqznj'], ['glad', 'trans_pacific', 'partnership', 'fail', 'senate', 'bad', 'deal', 'american_worker', 'amp', 'economy', 'need', 'smart', 'trade', 'http', 'co', 'ypz', 'wjj'], ['poll', 'strong', 'donald', 'trump', 'start', 'get', 'serious', 'http', 'co', 'lcma', 'bostonherald', 'jaclyncashman'], ['bostonherald', 'interview', 'hillary_clinton', 'granite_state', 'amp', 'make', 'america', 'great', 'https', 'co', 'qy', 'tilau'], ['really', 'blow', 'interview', 'megynkelly', 'cost', 'big', 'time', 'say', 'would', 'disastrous', 'iraq', 'war'], ['amtrak', 'crash', 'philadelphia', 'train', 'derail', 'many', 'hurt', 'badly', 'country', 'horrible', 'infrastructure', 'problem', 'pol', 'solve'], ['fix', 'infrastructure', 'country', 'road', 'airport', 'bridge', 'know', 'build', 'pol', 'know', 'talk'], ['remember', 'politician', 'talk', 'action', 'country', 'laugh', 'stock', 'go', 'hell', 'lobbyist', 'amp', 'donor', 'control'], ['train', 'wreck', 'begin', 'road', 'airport', 'tunnel', 'bridge', 'electric', 'grid', 'falling_apart', 'fix', 'pol', 'amp', 'better'], ['good', 'builder', 'look', 'build', 'hillary', 'build', 'republican', 'candidate', 'build', 'clue'], ['rebuild', 'country', 'country', 'go', 'hell', 'time', 'rebuild', 'tell', 'stupid', 'politician', 'enough'], ['major', 'hotel', 'conversion', 'office', 'pennsylvania_avenue', 'budget', 'ahead', 'schedule'], ['swan_investor', 'forbes', 'trump', 'card', 'make_america', 'great', 'http', 'co', 'kwvbk', 'htdr'], ['donald', 'trump', 'trademark', 'reagan', 'slogan', 'amp', 'would', 'stop', 'republican', 'use', 'http', 'co', 'hapdioldbu', 'businessinsider'], ['thank', 'renee', 'host', 'tomorrow', 'international', 'group', 'looking_forward', 'make', 'new', 'friend', 'amp', 'discuss', 'fitn', 'topic'], ['looking_forward', 'touring', 'sigsauerinc', 'world', 'headquarters', 'tomorrow', 'top', 'gun', 'manufacturer', 'gunright'], ['huge', 'townhall', 'tomorrow', 'pm', 'barrington', 'middle', 'school', 'thank', 'straffordnhgop', 'host', 'let', 'make_america', 'great'], ['need', 'leader', 'negotiate', 'smart', 'trade_deal', 'know', 'art', 'deal', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['nfl', 'player', 'murder', 'charge', 'suspend', 'evidence', 'nfl', 'target'], ['hope', 'sue', 'hell', 'nfl', 'incompetence', 'amp', 'defamation', 'drop', 'case', 'win'], ['ever', 'hear', 'legal', 'conviction', 'statement', 'probable', 'sue', 'tom', 'make', 'lot', 'nfl'], ['call', 'reluctant', 'warrior', 'want', 'fun'], ['go', 'sell', 'crowd', 'people', 'want', 'real', 'change', 'pol', 'never', 'make', 'country', 'great'], ['failure', 'fatal', 'failure', 'change', 'may', 'john', 'wooden'], ['trump', 'amp', 'golf_link', 'ireland', 'formerly', 'lodge', 'doonbeg', 'star', 'resort', 'front', 'atlantic_ocean', 'http', 'co', 'nt'], ['bostonherald', 'donald', 'trump', 'say', 'wrong', 'iraq', 'https', 'co', 'jrjhedis'], ['not', 'believe', 'bad', 'look', 'insane', 'answer', 'iraq', 'numerous', 'correction', 'make', 'look', 'even', 'bad'], ['billrancic', 'bill', 'fantastic', 'job', 'morning', 'foxandfriend', 'total', 'winner', 'proud', 'first', 'apprentice', 'champ'], ['excited', 'keynote', 'sell', 'pottawattamie', 'county', 'republican_party', 'lincoln', 'reagan', 'dinner', 'tonight', 'http', 'co', 'rwhijbdyvj', 'leave'], ['unionleader', 'tuohy', 'trump', 'inch', 'close', 'decision', 'http', 'co', 'ucj'], ['via_fitsnew', 'taylahhkane', 'donald', 'trump', 'refreshing', 'lack', 'filter', 'http', 'co', 'oykfexapld'], ['looking_forward', 'interview', 'sam', 'clovi', 'tomorrow', 'morningsideedu', 'sioux', 'city', 'let', 'make_america', 'great'], ['via_newsmax_media', 'reason', 'donald', 'trump', 'really', 'run', 'well', 'http', 'co', 'cg'], ['excited', 'speak', 'frankgaffney', 'securefreedom', 'iowa', 'national_security', 'action', 'summit', 'tomorrow', 'pm', 'http', 'co', 'ofhxzcgogc'], ['iowa', 'today', 'great', 'state', 'fantastic', 'people', 'many', 'speech', 'big', 'crowd', 'sell', 'make_america', 'great'], ['receive', 'standing_ovation', 'packed_house', 'morningsideedu', 'sam', 'clovi', 'intro', 'let', 'make_america', 'great', 'http', 'co'], ['today', 'armed_force', 'day', 'thank', 'military', 'service', 'member', 'love'], ['via_dmregister', 'briannedmr', 'trump', 'bring', 'back', 'job', 'overseas', 'http', 'co', 'hlregvffjc', 'let', 'make_america', 'great'], ['give', 'different', 'answer', 'day', 'invade', 'iraq', 'confuse', 'presidential', 'material'], ['marco_rubio', 'complete', 'disaster', 'today', 'interview', 'chris_wallace', 'foxnew', 'concern', 'invade', 'iraq', 'clueless', 'jeb'], ['laugh', 'see', 'marco_rubio', 'pretending', 'love', 'talk', 'great', 'friendship', 'typical', 'phony', 'pol'], ['isis', 'take', 'city', 'ramadi', 'iraq', 'many', 'great', 'soldier', 'die', 'originally', 'go', 'waste'], ['foxandfriend', 'much', 'talk', 'much', 'good', 'news', 'make_america', 'great'], ['marco_rubio', 'idea', 'chris_wallace', 'show', 'say', 'iraq', 'mistake', 'look', 'clueless'], ['gallup', 'find', 'des_moine', 'iowa', 'high', 'community', 'pride', 'large', 'city', 'congrat', 'agree', 'love', 'place', 'desmoine'], ['david', 'ebner', 'stanley', 'cup', 'trump', 'poster', 'go', 'think', 'anything', 'may', 'well', 'think', 'big', 'http', 'co', 'gsj', 'ntqjwh'], ['great', 'place', 'https', 'co', 'fkzes', 'trumpgolf'], ['congrat', 'greggutfeld', 'new', 'foxnew', 'show', 'greg', 'make', 'great', 'tv', 'terrific', 'guy'], ['host', 'pgatour', 'cadillacchamp', 'trumpdoral', 'home', 'unique', 'course', 'include', 'famous', 'blue_monster', 'http', 'co', 'rkcgitz'], ['remember', 'jeb', 'give', 'hillary', 'medal', 'year', 'anniversary', 'benghazi', 'http', 'co', 'goldxto', 'guess', 'would', 'invade', 'libya'], ['trump', 'create', 'ten', 'thousand', 'job', 'http', 'co', 'temqd', 'xqy', 'thehill', 'smilotweet'], ['flashback', 'reuter', 'donald', 'trump', 'would', 'fire', 'bush', 'iraq', 'invasion', 'call', 'great', 'vision', 'http', 'co', 'ikzuvaecti'], ['huffpostpol', 'donald', 'trump', 'end', 'outsource', 'president', 'http', 'co', 'nniorv', 'czn'], ['debt', 'finance', 'china', 'military', 'time', 'get', 'tough', 'hold', 'card', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['tpp', 'stop', 'japan', 'currency_manipulation', 'amp', 'china', 'backdoor', 'join', 'must', 'stop', 'need', 'protect', 'american_worker'], ['entrepreneur', 'tough', 'smart', 'personable', 'take', 'thing', 'personally', 'good', 'business'], ['entrepreneur', 'work', 'proud', 'associate', 'make', 'work', 'count'], ['entrepreneur', 'remember', 'golden', 'rule', 'negotiate', 'gold', 'make', 'rule'], ['action', 'seed', 'fate', 'deed', 'grow', 'destiny', 'harry', 'truman'], ['incredible', 'progress', 'trumptowerpde', 'punta', 'este', 'uruguay', 'view', 'go', 'fantastic', 'http', 'co', 'stq', 'jiomjr'], ['sen', 'elizabeth', 'dole', 'amp', 'dolefoundation', 'caregiver', 'fellow', 'tremendous', 'people', 'care', 'military', 'amp', 'veteran', 'http', 'co', 'zgr', 'jlhj'], ['must', 'watch', 'truly', 'beautiful', 'privatecaddie', 'amazing', 'turnberry', 'ailsa', 'course', 'change', 'realdonaldtrump', 'golf', 'https', 'co', 'kkobozwiwv'], ['nice', 'true', 'thank', 'not_that_actor', 'realdonaldtrump', 'trump', 'time', 'rethink', 'choice', 'http', 'co', 'tdmlfuofji'], ['way', 'friend', 'bob', 'kraft', 'agree', 'appeal', 'nfl', 'decision', 'make', 'deal', 'least', 'get', 'something', 'love'], ['see', 'john_kasich', 'ohio', 'desperate', 'run', 'use', 'line', 'make_america', 'great', 'typical', 'pol', 'imagination'], ['people', 'know', 'kasich', 'managing', 'partner', 'horrendous', 'lehman', 'brother', 'totally', 'destroy', 'economy'], ['great', 'time', 'answer', 'many', 'question', 'possible', 'second', 'facebook', 'ny', 'today', 'http', 'co', 'vlvsxbpgds'], ['trump', 'golf_link', 'ferry_point', 'jack_nicklaus', 'signature', 'design', 'hole', 'course', 'minute', 'manhattan', 'http', 'co', 'xovcybfo'], ['zpolitic', 'donald', 'trump', 'send', 'message', 'garepublican', 'http', 'co', 'nj'], ['looking_forward', 'award', 'statesman', 'year', 'srqrepublican', 'thursday', 'record', 'attendee', 'wait'], ['thebrodyfile', 'int', 'iowa', 'would', 'build_wall', 'secure', 'southern_border', 'amp', 'deduct', 'cost', 'mexico', 'http', 'co', 'cyccgk'], ['thebrodyfile', 'int', 'discuss', 'persecution', 'christian', 'middle_east', 'amp', 'religious', 'liberty', 'freedom', 'http', 'co', 'ndohuqwiri'], ['yesterday', 'white_house', 'claim', 'isis', 'strategy', 'success', 'tell', 'christian', 'behead', 'need', 'hit', 'isis', 'hard'], ['country', 'tremendous', 'potential', 'together', 'fix', 'washington', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['interview', 'megynkelly', 'kelly', 'file', 'tonight', 'sure', 'watch', 'foxnew'], ['megynkelly', 'fox', 'watch', 'enjoy'], ['great', 'time', 'today', 'visit', 'facebook', 'ny', 'https', 'co', 'gq', 'vkq'], ['sign', 'facebook', 'wall', 'https', 'mztjgg'], ['kirstenpower', 'new', 'book', 'excellent', 'true', 'congrat'], ['donald', 'trump', 'touch', 'entitlement', 'des_moine', 'iowa', 'donald', 'trump', 'say', 'run', 'http', 'co'], ['twtravelnew', 'robert', 'silk', 'renovation', 'make', 'trump', 'doral', 'showcase', 'http', 'co', 'wfil'], ['always', 'prepared', 'start', 'joemontana', 'flashback', 'nyer', 'grateful', 'donald', 'trump', 'finish', 'ahead', 'schedule', 'budget', 'wollman', 'rink', 'http', 'co', 'ivm', 'gae', 'realclearnew', 'rebeccagberg', 'white_house', 'big', 'enough', 'donald', 'trump', 'http', 'co', 'qvco', 'kill', 'minute', 'manhattan', 'trumpnationalny', 'westchester', 'elite', 'club', 'offer', 'yard', 'course', 'http', 'co', 'swfmzzaym', 'entrepreneur', 'totally', 'focus', 'successful', 'require', 'nothing', 'less', 'concentrated', 'effort', 'entrepreneur', 'believe', 'one', 'else', 'entrepreneur', 'good', 'negotiation', 'everyone', 'win', 'possibility', 'ideal', 'situation', 'strive', 'looking_forward', 'receive', 'statesman', 'year', 'award', 'tonight', 'srqrepublican', 'record', 'sell', 'http', 'co', 'hqw', 'pdgxs', 'nice', 'government', 'could', 'build_wall', 'border', 'budget', 'ahead', 'schedule', 'srqrepublicans_speech'], ['receive', 'huge', 'applause', 'say', 'berghdal', 'send', 'back', 'afghanistan', 'srqrepublicans_speech', 'sell', 'record', 'crowd'], ['make', 'good', 'deal', 'would', 'make', 'great', 'deal', 'country', 'srqrepublicans_speech'], ['would', 'triple', 'sanction', 'iran', 'american', 'pastor', 'release', 'srqrepublicans_speech'], ['negotiation', 'true', 'talent', 'art', 'politician', 'kill', 'country', 'srqrepublicans_speech'], ['many', 'republican', 'support', 'tpp', 'stupid', 'stupid', 'republican', 'need', 'keep', 'job', 'srqrepublicans_speech'], ['abcpolitic', 'ajdukaki', 'amp', 'rickklein', 'trump', 'go', 'washington', 'talk', 'http', 'co', 'uhtf', 'pv'], ['go', 'save', 'social', 'security', 'cut', 'know', 'get', 'money', 'nobody', 'else', 'srqrepublicans_speech'], ['say', 'invade', 'iraq', 'begin', 'srqrepublicans_speech'], ['audience', 'chant', 'run', 'trump', 'run', 'srqrepublicans_speech', 'go', 'happy'], ['country', 'go', 'comeback', 'politician', 'srqrepublicans_speech'], ['run', 'win', 'country', 'great', 'last', 'line', 'srqrepublicans_speech'], ['trump', 'golf_link', 'ferry_point', 'grand', 'opening', 'next', 'tuesday', 'may', 'join', 'http', 'co', 'xovcybfo'], ['patriotism', 'support', 'country', 'time', 'government', 'deserve', 'mark_twain'], ['memorial_day', 'holiday', 'honor', 'fall', 'soldier', 'make', 'great', 'sacrifice', 'freedom', 'country', 'fine'], ['strong', 'america', 'create', 'opportunity', 'growth', 'need', 'change', 'washington', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['tell', 'megynkelly', 'oreillyfactor', 'identical', 'view', 'certain', 'issue', 'cut', 'tape', 'interview', 'bad'], ['think', 'big', 'go', 'think', 'anyway', 'may', 'well', 'think', 'big'], ['nobody', 'understand', 'politician', 'talk', 'action', 'never', 'get', 'country', 'need', 'truly', 'great'], ['would', 'like', 'wish', 'everyone', 'include', 'hater', 'loser', 'sadly', 'many', 'truly', 'happy', 'enjoyable', 'memorial_day'], ['interview', 'foxandfriend'], ['middle_class', 'become', 'new', 'poor', 'country', 'incompetent', 'politician', 'unable', 'anything', 'care'], ['go', 'trump', 'link', 'ferry_point', 'official', 'opening', 'long', 'delay', 'future', 'nyc', 'treasure', 'course', 'great', 'job'], ['honor', 'https', 'co', 'gukhhtbusi'], ['think', 'think', 'right', 'henry_ford'], ['candidate', 'believe', 'know', 'today', 'still', 'invade', 'iraq', 'unqualified', 'commander', 'chief'], ['entrepreneur', 'see', 'victorious', 'look', 'solution', 'problem'], ['entrepreneur', 'problem', 'mind', 'exercise', 'enjoy', 'challenge'], ['entrepreneur', 'realize', 'persistence', 'go', 'long', 'way', 'stubborn', 'often', 'attribute'], ['everyone', 'dream', 'come', 'true', 'stick', 'work', 'hard', 'serenawilliam'], ['anncoulter', 'new', 'book', 'adio', 'america', 'leave', 'plan', 'turn', 'country', 'third', 'world', 'hellhole', 'great', 'read', 'good', 'job'], ['greta', 'interview', 'tomorrow', 'much', 'talk'], ['late', 'great', 'golfer', 'sam', 'snead', 'practice', 'put', 'brain', 'muscle', 'true', 'also', 'life'], ['pristine', 'miami', 'acre', 'trumpdoral', 'boast', 'luxurious', 'accommodation', 'world', 'class', 'dining', 'amp', 'championship', 'golf', 'http', 'co', 'bnvqeo'], ['resolve', 'never', 'quit', 'never', 'give', 'matter', 'situation', 'jack_nicklaus'], ['business', 'make', 'decision', 'good', 'interest', 'time', 'let', 'make_america', 'great'], ['jacknicklau', 'elate', 'official', 'grand', 'opening', 'trumpferrypoint', 'http', 'co', 'vmcjzao', 'nypost', 'nypost_willis'], ['good', 'advice', 'father', 'know', 'everything', 'fre', 'trump'], ['good', 'advice', 'mother', 'trust', 'true', 'mary', 'trump'], ['politician', 'talk', 'action', 'bush', 'rubio', 'answer', 'simple', 'question', 'iraq', 'never', 'make_america', 'great'], ['watch', 'listen', 'learn', 'know', 'anyone', 'think', 'destine', 'mediocrity', 'donald', 'trump'], ['end', 'measure', 'much', 'undertake', 'finally', 'accomplish'], ['cbnnew', 'thebrodyfile', 'donald', 'trump', 'must', 'make_america', 'great', 'http', 'co', 'ttiu', 'lnne'], ['greta', 'int', 'foxnew', 'defeat', 'isis', 'obama', 'lose', 'ground', 'isis', 'amp', 'make', 'america', 'great', 'http', 'co', 'mpmjfaa'], ['get', 'face', 'time', 'spa', 'trumplasvegas', 'http', 'co', 'przzlv', 'vegascom', 'renee', 'libutti'], ['americanthink', 'malcolm', 'unwell', 'take', 'trump', 'seriously', 'http', 'co', 'rbpjsmde'], ['common_core', 'federal', 'takeover', 'school', 'curriculum', 'department', 'education', 'disband', 'expand', 'focus', 'local', 'education'], ['could', 'jump', 'high', 'http', 'co', 'bdbnj', 'terrible', 'economy', 'repeal', 'amp', 'replace', 'free', 'market', 'solution'], ['time', 'politician', 'remind', 'work', 'get', 'do', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['face', 'reality', 'wish', 'jack_welch'], ['fantastic', 'time', 'jacknicklaus', 'grand', 'open', 'great', 'trumpferrypoint', 'watch', 'video', 'https', 'co', 'dvzizdtuse'], ['require', 'read', 'success', 'politic', 'amp', 'life', 'read', 'kimguilfoyle', 'book', 'makingthecase', 'brilliant', 'advice', 'http', 'co', 'qobw'], ['entrepreneur', 'get', 'keep', 'momentum', 'go', 'momentum', 'lot', 'great', 'idea', 'go', 'nowhere'], ['entrepreneur', 'set', 'example', 'motivate', 'other', 'well', 'remember', 'set', 'example'], ['entrepreneur', 'ask', 'provide', 'yet', 'exist', 'open', 'new', 'idea', 'innovative'], ['trump', 'int', 'golf_link', 'amp', 'hotel', 'ireland', 'beautiful', 'acre', 'amp', 'front', 'atlantic_ocean', 'mile', 'spectac', 'http', 'co', 'nt'], ['trumpferrypoint', 'something', 'work', 'year', 'donald', 'trump', 'get', 'finish', 'line', 'rubendiazjr'], ['donald', 'trump', 'mason', 'city', 'june_th', 'http', 'co', 'wqz'], ['paramuspost', 'trumpsoho', 'debut', 'sizzle', 'summer', 'offering', 'http', 'co', 'ckfese', 'xih'], ['icymi', 'nypost', 'editorial_board', 'trumpferrypoint', 'new', 'gem', 'bronx', 'http', 'co', 'cpdo', 'mpahm'], ['confidence', 'contagious', 'lack', 'confidence', 'vince_lombardi'], ['economy', 'really', 'bad', 'gross', 'domestic', 'product', 'quarter', 'get', 'bad', 'tell', 'fix'], ['overrate', 'joke', 'television', 'wiseguy', 'talent', 'smart', 'convince', 'dope', 'fade', 'fast'], ['joke', 'bright', 'totally', 'overrated', 'loser', 'hater', 'miss', 'dumb', 'clown', 'humor', 'bad'], ['hater', 'loser', 'must', 'admit', 'other', 'never', 'attack', 'dopey', 'phony', 'last', 'name', 'would', 'never'], ['would', 'like', 'offer', 'vice', 'president', 'biden', 'warm', 'condolence', 'loss', 'wonderful', 'son', 'beau', 'meet', 'great', 'guy'], ['conveniently', 'fotgotten', 'dummy', 'bad', 'filmmaker', 'last', 'effort', 'real', 'bomb', 'way'], ['foxandfriend', 'enjoy'], ['overrate', 'joke', 'television', 'wiseguy', 'talent', 'smart', 'convince', 'dope', 'fade', 'fast'], ['conveniently', 'forget', 'dummy', 'bad', 'filmmaker', 'last', 'effort', 'real', 'bomb', 'way'], ['award', 'star', 'forbesinspector', 'trumpchicago', 'sixteenchicago', 'offer', 'executive', 'chef', 'cheflent', 'new', 'menu', 'co', 'wdl', 'pd'], ['june_th', 'https', 'co', 'jyqz', 'rkooj'], ['joke', 'bright', 'totally', 'overrated', 'loser', 'hater', 'miss', 'amp', 'dumb', 'clown', 'humor', 'bad'], ['hater', 'amp', 'loser', 'must', 'admit', 'other', 'never', 'attack', 'dopey', 'phony', 'last', 'name', 'would', 'never'], ['christiantoday', 'donald', 'trump', 'vow', 'great', 'representative', 'christian', 'win', 'white_house', 'http', 'co', 'pxck', 'qsx'], ['melody', 'dare', 'donald', 'trump', 'want', 'build_wall', 'mexico', 'http', 'co', 'fpytpainv'], ['trumpgolfla', 'proud', 'hosting', 'pgagrandslam', 'major', 'champion', 'square', 'october', 'http', 'co', 'osmvxnwxs'], ['constitution', 'guide', 'never', 'abandon', 'george', 'washington'], ['entrepreneur', 'achievers_move', 'forward', 'times_achievement', 'plateau', 'beginning', 'get', 'amp', 'go'], ['entrepreneur', 'nothing', 'wrong', 'bring', 'talent', 'surface', 'ego', 'acknowledge', 'healthy', 'choice'], ['entrepreneur', 'set', 'bar', 'high', 'resolve', 'big', 'problem', 'boss'], ['spa', 'trumpwaikiki', 'offer', 'unique', 'treatment', 'traditional', 'hawaiian', 'botanical', 'amp', 'healing', 'technique', 'http', 'co', 'crzvjkkwy'], ['bad', 'get', 'political', 'speech', 'cost', 'fortune', 'https', 'co', 'dr', 'vuhe'], ['trans_pacific', 'partnership', 'increase', 'trade_deficit', 'amp', 'send', 'even', 'job', 'overseas', 'bad', 'deal', 'time', 'smart', 'trade'], ['love', 'people', 'doubt', 'make', 'work', 'hard', 'prove', 'wrong', 'derek', 'jeter'], ['looking_forward', 'visit', 'mason', 'city', 'iowa', 'tomorrow', 'day', 'hawkeye', 'state', 'year', 'http', 'co', 'wqz', 'wh'], ['carrgaz', 'trump', 'jet', 'unveil', 'trump', 'turnberrybuzz', 'clubhouse', 'http', 'co', 'sem', 'naysv'], ['bureaucratic', 'red', 'tape', 'overregulation', 'discourage', 'american_dream', 'time', 'bold', 'new', 'direction', 'https', 'co', 'yi'], ['excite', 'return', 'ncgop', 'state', 'convention', 'keynote', 'saturday', 'dinner', 'ncgop', 'strong', 'conservative', 'state', 'party'], ['predict', 'obama', 'lift', 'sanction', 'iran', 'cheat', 'amp', 'increase', 'nuclear', 'fuel', 'must', 'double', 'sanction'], ['fortunately', 'quarterback', 'play', 'long', 'time', 'get', 'hit', 'often', 'superbowl', 'patriot'], ['entrepreneur', 'negotiation', 'art_treat'], ['negotiation', 'think', 'side', 'want', 'know', 'come', 'view', 'conflict', 'opportunity', 'flexible'], ['entrepreneur', 'vision', 'remain', 'vision', 'focus', 'work', 'bring', 'earth', 'good'], ['trump', 'nat', 'golf_club', 'philadelphia', 'acre', 'beauty', 'award_winne', 'tom', 'fazio', 'design', 'course', 'fantastic', 'http', 'co', 'jha'], ['kcrg', 'markwcarlson', 'donald', 'trump', 'stop', 'coralville', 'http'], ['stand', 'room', 'mason', 'city', 'iowa', 'thank', 'record', 'crowd', 'supporter', 'https', 'co', 'gxinb', 'lpga'], ['standing_ovation', 'promising', 'bring', 'american_dream', 'back', 'better', 'ever', 'https', 'co', 'vsdgajsef'], ['great', 'patriot', 'mason', 'city', 'also', 'want', 'bring', 'american_dream', 'back', 'make_america', 'great', 'http', 'co', 'hoqgwzrlba'], ['bad', 'bore', 'political', 'pundit', 'television', 'krauthammer', 'totally', 'overrate', 'clown', 'speak', 'know', 'fact'], ['krauthammer', 'pretend', 'smart', 'guy', 'look', 'record', 'dummy', 'many', 'fox', 'show', 'overrate', 'clown'], ['dummy', 'political_pundit', 'krauthammer', 'constantly', 'press', 'crazy', 'war', 'iraq', 'many', 'live', 'trillion', 'dollar', 'waste', 'get', 'nothing'], ['iowa', 'yesterday', 'great', 'people', 'record', 'crowd', 'speeche', 'something', 'big', 'happening', 'pol', 'talk', 'make_america', 'great'], ['trump', 'international_golf', 'club', 'turnberry', 'scotland', 'home', 'great', 'open', 'championship', 'time', 'http', 'co', 'bvslbzta'], ['bylineandydavi', 'donald', 'trump', 'speak', 'veteran', 'resident', 'coralville', 'http', 'co', 'iaaghld'], ['looking_forward', 'keynote', 'ncgop', 'ncgopcon', 'dinner', 'tomorrow', 'night', 'ncgop', 'top', 'state', 'party'], ['gretchencarlson', 'powerful', 'example', 'perseverance', 'amp', 'hope', 'get', 'real', 'real', 'get', 'get', 'amp', 'enjoy', 'gettingreal'], ['donald', 'trump', 'make', 'mind', 'http', 'co', 'gqkxdwon', 'msnbc', 'janestreet'], ['globegazette', 'ggmaryp', 'trump', 'bring', 'american_dream', 'back', 'http', 'co', 'feuen', 'yo'], ['china', 'hack', 'federal_government', 'amp', 'stole', 'worker', 'information', 'leader', 'let', 'china', 'get', 'away', 'respect'], ['must', 'stop', 'common_core', 'control', 'state', 'amp', 'local', 'curriculum', 'federal', 'grab', 'education', 'keep', 'education', 'local'], ['nation', 'duty', 'care', 'vet', 'amp', 'family', 'time', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['runaway', 'judiciary', 'badly', 'need', 'restraint', 'congress', 'phyllis_schlafly'], ['go', 'north_carolina', 'make', 'keynote', 'speech', 'sell', 'crowd'], ['introduce', 'ncgopcon', 'country', 'highest', 'pay', 'speaker', 'tell', 'record', 'crowd', 'speak', 'free'], ['receive', 'stand', 'applause', 'ncgopcon', 'say', 'free', 'trade', 'fair', 'nee', 'really', 'intelligent', 'negotiator'], ['say', 'ncgopcon', 'politician', 'talk', 'action', 'tired', 'need', 'action', 'result', 'move_forward'], ['receive', 'applause', 'ncgopcon', 'say', 'people', 'ask', 'may', 'run', 'president', 'may', 'make_america', 'great'], ['make', 'point', 'ncgopcon', 'protect', 'border', 'amp', 'think', 'everyone', 'know', 'nobody', 'build_wall', 'trump'], ['say', 'ncgopcon', 'beholden', 'lobbyist', 'donor', 'special_interest', 'would', 'control', 'office'], ['receive', 'standing_ovation', 'ncgopcon', 'say', 'need', 'bring', 'american_dream', 'back', 'better', 'strong', 'ever'], ['newsobserver', 'raleighreporter', 'raleigh', 'donald', 'trump', 'announce', 'presidential', 'bid', 'http', 'co', 'dt', 'hasy'], ['go', 'scotland', 'ireland', 'amp', 'place', 'europe', 'close', 'deal', 'announcement', 'trumptowerny'], ['foxandfriend', 'live', 'tomorrow', 'europe'], ['love', 'ncgopconvention', 'keynote', 'speech', 'last_night', 'unbelievable', 'reception', 'big', 'crowd', 'far', 'gop', 'candidate'], ['trump', 'national', 'golf_club', 'offer', 'hole', 'front', 'pacific_ocean', 'palos_verdes', 'peninsula', 'http', 'co', 'gktsmo'], ['amazing', 'poll', 'release', 'getting_ready', 'make_america', 'great', 'http', 'co', 'gdrpkrwysd'], ['gravismarkete', 'poll', 'trump', 'top', 'tier', 'status', 'http', 'co', 'mtfx'], ['trump', 'turnberry', 'spectacular', 'place', 'home', 'great', 'open', 'championship', 'time', 'http', 'co', 'bvslbzta'], ['trump', 'int_hotel', 'amp', 'tower', 'include', 'central_park', 'view', 'signature_restaurant', 'jean', 'george', 'perfection', 'http', 'co', 'yefarpjy'], ['via_newsmax_media', 'poll', 'trump', 'surge', 'gop', 'hopeful', 'http', 'djh', 'tel'], ['time', 'http', 'co', 'ihwsrd', 'hxm'], ['dee', 'dee', 'sorvino', 'deedeegop', 'bet', 'trump'], ['thetodaysgolfer', 'trumpscotland', 'get', 'new', 'clubhouse', 'http', 'co', 'lewie', 'rmo'], ['hardball', 'chris', 'matthews', 'http', 'co', 'lqo', 'nl'], ['thank', 'https', 'ilmv', 'voez'], ['thank', 'crainschicago', 'feature', 'trumpchicago', 'list', 'good', 'private', 'dining', 'room', 'chicago', 'http', 'maa'], ['trumpnewyork', 'really', 'start', 'summer', 'right', 'foot', 'wellness', 'program', 'see', 'tandcmag', 'http', 'co'], ['entrepreneur', 'follow', 'path', 'bring', 'place', 'mean'], ['entrepreneur', 'take', 'responsibility', 'empower', 'attitude'], ['entrepreneur', 'review', 'work', 'habit', 'regularly', 'make', 'sure', 'take', 'right', 'direction', 'keep', 'focus', 'intact'], ['thank', 'crainschicago', 'feature', 'trumpchicago', 'list', 'good', 'private', 'dining', 'room', 'chicago', 'http', 'maa'], ['congratulation', 'trumppanama', 'win', 'traveler', 'choice', 'award', 'tripadvisor', 'http', 'co', 'eml', 'gvipln'], ['video', 'trump', 'golf_link', 'ferry_point', 'trumpferrypoint', 'https', 'co', 'btj'], ['thank', 'https', 'co', 'iayvtyz'], ['great', 'thank', 'https', 'co', 'ltvw'], ['thank', 'https', 'co', 'tfbcpyamlc'], ['thank', 'amp', 'let', 'https', 'co', 'sfqgtxyl'], ['https', 'co', 'ncouyocldn'], ['thank', 'https', 'co', 'foan'], ['thank', 'https', 'co', 'xklolr', 'wxh'], ['thank', 'https', 'co', 'avdt'], ['thank', 'https', 'co', 'gmaahxp', 'yb'], ['look', 'father', 'day', 'gift', 'miamimagazine', 'name', 'spa', 'trumpdoral', 'good', 'place', 'man', 'relax', 'kvq', 'bw'], ['entrepreneur', 'keep', 'eye', 'ideal', 'reality', 'accentuate', 'positive', 'blind', 'negative'], ['entrepreneur', 'sell', 'short', 'ever', 'think', 'do', 'already', 'do', 'best'], ['entrepreneur', 'focus', 'goal', 'fix', 'pattern', 'necessary', 'unnecessary', 'make', 'clear'], ['entrepreneur', 'go', 'path', 'may', 'lead', 'go', 'instead', 'path', 'leave', 'trail', 'ralph', 'waldo', 'emerson'], ['true', 'https', 'co', 'kba', 'xlrv'], ['thank', 'https', 'co', 'eupojm', 'wvt'], ['thank', 'https', 'co'], ['pass', 'bad', 'deal', 'https', 'co', 'ugjru'], ['thank', 'https'], ['thank', 'https', 'co', 'smmv', 'dm', 'sq'], ['really', 'happy', 'hillary', 'make', 'speech', 'right', 'trump', 'world', 'tower'], ['remember', 'politician', 'talk', 'action', 'never', 'able', 'make', 'country', 'great', 'control', 'lobbyist', 'amp', 'donor'], ['make_america', 'great'], ['tuesday', 'big', 'day', 'country', 'complete', 'turnaround', 'make_america', 'great'], ['tomorrow', 'really', 'big', 'day', 'america', 'make_america', 'great'], ['tomorrow', 'https', 'co', 'pdmndtovvc'], ['live', 'periscope', 'https', 'co', 'lrtzbgeb'], ['thank', 'https', 'txizplx'], ['great', 'https', 'co', 'etkjzrd'], ['thank', 'https', 'co', 'zc', 'yln'], ['thank', 'https', 'co', 'fecmq', 'swe'], ['great', 'https', 'co', 'nfs'], ['really', 'need', 'bush', 'white_house', 'enough', 'https', 'co', 'sbuvybg', 'ke'], ['big', 'time', 'today', 'make_america', 'great', 'politician', 'talk', 'action', 'never', 'bring', 'back'], ['thank', 'https', 'co', 'ezfgroy', 'hn'], ['almost', 'time', 'make', 'major', 'announcement', 'trumptowerny', 'follow', 'social_media'], ['make', 'sure', 'follow', 'periscopeco'], ['hour', 'make', 'major', 'announcement', 'trump', 'tower', 'watch', 'live', 'periscope', 'https', 'co', 'kyohipbzan'], ['make', 'sure', 'follow', 'periscopeco', 'stream', 'announcement'], ['https'], ['thank', 'geraldo', 'champion', 'https', 'co', 'pthcp'], ['live', 'periscope', 'major', 'announcement', 'https', 'co', 'xw', 'pqhemnq'], ['officially', 'run', 'president', 'united_states', 'https', 'lnu', 'kz'], ['https', 'co', 'jguvmqxqwa'], ['thank', 'eric', 'https', 'co', 'phubatvq'], ['today', 'officially', 'declare', 'candidacy', 'president', 'united_state', 'watch', 'video', 'full', 'speech', 'https', 'co', 'gontk', 'dt'], ['dear', 'kimguilfoyle', 'thank', 'much', 'nice_word', 'today', 'thefive', 'forget', 'iowa', 'packed_house'], ['ericbolle', 'watch', 'flight', 'iowa', 'forget'], ['thank', 'greggutfeld', 'really', 'nice', 'glad', 'show', 'greggutfeldshow'], ['ericbolle', 'additionno', 'doubt', 'would', 'amazing', 'apprenticenbc', 'keep', 'great', 'work'], ['enjoy', 'watch', 'monicacrowley', 'analysis', 'billoreilly', 'interview', 'great', 'point', 'thank', 'monica'], ['thank', 'sarah', 'let', 'pizza', 'soon', 'amp', 'great', 'family', 'https', 'co', 'sq', 'lsnz'], ['fool', 'would', 'buy', 'nydailynews', 'lose', 'fortune', 'amp', 'gravita', 'let', 'die'], ['need', 'someone', 'experience', 'rebuild', 'america', 'https', 'co', 'wq'], ['head', 'https', 'co', 'qtmiyor'], ['speak', 'great', 'patriot', 'first', 'visit', 'granite_state', 'declare', 'candidacy', 'fitn', 'https', 'co', 'hfddwzjof'], ['thank', 'https', 'co', 'sal'], ['trump', 'int_hotel', 'tower', 'chicago', 'receive', 'accolade', 'design', 'service', 'amp', 'signature_restaurant', 'http', 'co', 'ojj', 'nqnuh'], ['tragedy', 'south_carolina', 'deepest_condolence'], ['watch', 'appearance', 'morning_joe', 'great', 'interview', 'http', 'co', 'zvftdka'], ['trump', 'nat', 'golf_club', 'philadelphia', 'beautiful', 'acre', 'design', 'tom', 'fazio', 'view', 'philly', 'skyline', 'http', 'co', 'jha'], ['watch', 'brian', 'william', 'sad', 'brian', 'get', 'new', 'life', 'start', 'msnbc', 'stop', 'apologize'], ['goofy', 'political_pundit', 'george', 'speak', 'attend', 'bore', 'amp', 'often', 'wrong', 'total', 'dope'], ['george', 'big', 'iraq', 'fool', 'thousand', 'live', 'lose', 'amp', 'get', 'nothing', 'dummy'], ['charle', 'krauthammer', 'ever', 'apologize', 'totally', 'wrong', 'iraq', 'call', 'right', 'way', 'make_america', 'great'], ['reach', 'new', 'low', 'trumpvlog', 'https', 'co', 'kgmq', 'jvf'], ['stop', 'say', 'never', 'went_bankrupt', 'many', 'great', 'business', 'people', 'use', 'law', 'corporate', 'advantage', 'smart'], ['people', 'buy', 'deal', 'amp', 'immediately', 'put', 'bankruptcy', 'order', 'make', 'well', 'deal', 'effective', 'amp', 'commonly', 'use', 'business', 'tool'], ['almost', 'major', 'dealmaker', 'use', 'bankruptcy', 'law', 'business', 'tool', 'icahn', 'black', 'zell', 'nobody', 'say', 'went_bankrupt'], ['hundred', 'deal', 'amp', 'transaction', 'use', 'bankruptcy', 'law', 'time', 'make', 'deal', 'well', 'nothing', 'personal', 'business'], ['washtime', 'charleshurt', 'donald', 'trump', 'declare', 'war', 'lie', 'street', 'hustler', 'congress', 'http', 'co', 'ionh', 'wede'], ['country', 'major', 'crisis', 'incompetent', 'leadership', 'not', 'continue', 'go', 'politician', 'nothing', 'talk'], ['danaperino', 'beg', 'tweet', 'endorsement', 'book', 'launch'], ['mexico', 'love', 'spirit', 'mexican', 'people', 'must', 'protect', 'border', 'people', 'pour'], ['mexico', 'kill', 'united_state', 'economically', 'leader', 'negotiator', 'far', 'smart', 'nobody', 'beat', 'trump'], ['druggie', 'drug', 'dealer', 'rapist', 'killer', 'come', 'southern_border', 'get', 'smart', 'stop', 'travesty'], ['speech', 'right', 'span'], ['thank', 'anncoulter', 'nice_word', 'become', 'dump', 'ground', 'world', 'pol', 'get', 'make_america', 'great'], ['would', 'rather', 'negotiate', 'putin', 'iran', 'china', 'donald', 'trump', 'hillary', 'even', 'little', 'doubt'], ['nypost', 'jonathontrugman', 'donald', 'trump', 'resume', 'back', 'run', 'president', 'http', 'co', 'mdkeow', 'vrf'], ['happy', 'father', 'day', 'wonderful', 'love', 'father', 'https', 'co'], ['via_breitbartnew', 'aswoyer', 'exclusive', 'trump', 'slam', 'obamatrade', 'stand', 'american', 'job', 'http', 'co', 'pjagvtq'], ['karlrove', 'spend', 'last', 'cycle', 'win', 'race', 'say', 'candidate', 'file', 'paper', 'next_week', 'karl'], ['martharaddatz', 'unprofessional', 'biased', 'discuss', 'week', 'gstephanopoulos', 'allow', 'conduct'], ['great', 'mike', 'wallace', 'cover', 'much', 'professional', 'manner', 'son', 'chris_wallace', 'foxnew', 'mike', 'total'], ['karlrove', 'state', 'clearly', 'want', 'repeal', 'think', 'foxnew', 'go', 'fire', 'jerk', 'romney', 'fiasco'], ['karlrove', 'still', 'think', 'romney', 'clue', 'foxnew'], ['sadly', 'long', 'foxandfriend', 'monday', 'run', 'president', 'law', 'prohibit', 'love'], ['want', 'thank', 'elizabeth', 'steve', 'brian', 'great', 'folk', 'foxandfriend', 'long', 'successful', 'run', 'together', 'nice'], ['deneenborelli', 'thank', 'nice_word', 'greatly_appreciate'], ['thank', 'https', 'co', 'vmxscn'], ['hillary_clinton', 'dominate', 'pack', 'fake', 'twitter', 'follower', 'http', 'co', 'fm'], ['jordanspieth', 'great', 'job', 'true', 'champion', 'see', 'soon'], ['time', 'government', 'stop', 'pick', 'winner', 'amp', 'loser', 'let', 'make', 'sure', 'everyone', 'achieve', 'american_dream', 'https', 'co', 'yi'], ['want', 'negotiate', 'https', 'co', 'waslyxbg'], ['receive', 'tax', 'payer', 'bailout', 'http', 'co', 'bpnbrqrx', 'guess', 'potus'], ['senate', 'must', 'pass', 'tpa', 'senator', 'vote', 'disqualify', 'potus', 'protect', 'american_worker', 'manufacturer'], ['entrepreneur', 'negotiation', 'art_treat'], ['entrepreneur', 'tough', 'smart', 'personable', 'take', 'thing', 'personally', 'good', 'business'], ['entrepreneur', 'brainpower', 'ultimate', 'leverage', 'underestimate', 'possibility'], ['danaperino', 'release', 'copy', 'beautiful', 'thank', 'card', 'send', 'would', 'see', 'ericbolle', 'kimguilfoyle'], ['true', 'https', 'co', 'wjffoyaxzm'], ['today', 'file', 'statement', 'candidacy', 'fec', 'let', 'https', 'co', 'db', 'gkn'], ['bpolitic', 'emtitus', 'defy', 'doubter', 'donald', 'trump', 'make', 'presidential', 'bid', 'official', 'http', 'co', 'cjz', 'hfpx'], ['donald', 'trump', 'file', 'statement', 'candidacy', 'http', 'co', 'uimcfhmtmu', 'cbsnew'], ['wsjpolitic', 'reidepstein', 'trump', 'surge', 'popularity', 'http', 'qhqur'], ['gretawire', 'interview', 'foxnewsinsider', 'trump', 'last', 'person', 'want', 'negotiate', 'obama', 'http', 'co', 'dcihnlgmdt'], ['via_fitsnew', 'donald', 'trump', 'surge', 'poll', 'mogul', 'reality', 'star', 'emerge', 'granite_state', 'anti', 'bush', 'co', 'tqfbtg', 'phc'], ['speak', 'red', 'white', 'blue', 'dinner', 'maryland', 'https', 'co', 'tzuxn'], ['highly_respected', 'suffolk', 'university', 'poll', 'announce', 'alone', 'place', 'jeb', 'bust', 'bush', 'first'], ['politician', 'senatorcardin', 'say', 'need', 'job', 'amp', 'spirit', 'politician', 'cardin', 'destroy', 'baltimore'], ['thank', 'https', 'co', 'zxlh', 'ncd'], ['daughter_ivanka', 'represent', 'today', 'open', 'campaign', 'office', 'manchester', 'nh'], ['neilyoung', 'neil', 'young', 'come', 'office', 'look', 'audio', 'deal', 'amp', 'call', 'last', 'week', 'go', 'concert'], ['nonbeliever', 'photo', 'neilyoung', 'office', 'request', 'total', 'hypocrite', 'http', 'co', 'xm', 'bjvetia'], ['neilyoung', 'song', 'rockin', 'free', 'world', 'song', 'use', 'background', 'music', 'love', 'anyway'], ['uncomfortable', 'look', 'nbc', 'reporter', 'willie', 'geist', 'call', 'ask', 'favor', 'mockingly', 'smile', 'tell', 'high', 'poll_number'], ['new', 'nationwide', 'foxnew', 'poll', 'alone', 'place', 'closely', 'jeb_bush', 'bush', 'never', 'make_america', 'great'], ['really', 'begin', 'respect', 'mark', 'halperin', 'heilemann', 'political', 'reporter', 'truly', 'get', 'trump', 'poll_number', 'high'], ['rating', 'view', 'really', 'low', 'nicole', 'wallace', 'molly', 'sim', 'disaster', 'get', 'new', 'cast', 'put', 'sleep', 'dead'], ['whoopigoldberg', 'well', 'surround', 'well', 'host', 'nicole', 'wallace', 'clue', 'show', 'close', 'death'], ['daughter_ivanka', 'great', 'tonight', 'sell', 'crowd', 'love', 'love', 'thank', 'ivanka'], ['message', 'make_america', 'great', 'beginning', 'take', 'hold', 'bring', 'job', 'strengthen', 'military', 'border', 'help', 'vet'], ['bring', 'back', 'cherish', 'middle_class', 'backbone', 'true', 'strength', 'happen'], ['hear', 'dopey', 'political_pundit', 'lawrence', 'donnell', 'dumb', 'people', 'television', 'lose', 'show', 'rating', 'bad'], ['governor', 'rick_scott', 'florida', 'really', 'poorly', 'television', 'morning', 'hope'], ['mexican', 'gov', 'want', 'talk', 'terrible', 'border', 'situation', 'horrible', 'trade_deal', 'force', 'univision', 'get', 'stop', 'way'], ['univision', 'want', 'back', 'sign', 'missuniverse', 'contract', 'expose', 'terrible', 'trade_deal', 'make', 'mexico'], ['love', 'mexico', 'unfair', 'trade_deal', 'stupidly', 'make', 'really', 'bad', 'job', 'good', 'mexico'], ['bush', 'appoint', 'supreme_court', 'justice', 'john', 'robert', 'let', 'jeb', 'push', 'hard', 'remember'], ['anyone', 'want', 'strong', 'border', 'good', 'trade_deal', 'boycott', 'univision'], ['univision', 'care', 'far', 'mexico', 'control', 'mexican', 'government'], ['win', 'presidency', 'judicial', 'appointment', 'right', 'thing', 'bush', 'appointee', 'robert', 'obamacare'], ['letter', 'univision', 'trumpdoral', 'https', 'co', 'maucmg'], ['somebody', 'challenge', 'unfairly', 'fight', 'brutal', 'tough', 'take', 'always', 'important', 'win'], ['war', 'even', 'battle', 'lose', 'option'], ['billmaher', 'bill', 'really', 'begin', 'understand', 'go', 'trump', 'actually', 'always', 'know'], ['stupid', 'people', 'think', 'united_state', 'make', 'good', 'trade_deal', 'mexico', 'mexico', 'kill', 'border', 'trade'], ['leader', 'negotiator', 'represent', 'mexico', 'far', 'smart', 'cunning', 'leader', 'negotiator', 'represent'], ['iowa', 'tonight', 'make', 'speech', 'record_sette', 'crowd', 'word', 'get', 'make_america', 'great'], ['great', 'article', 'noltencspelle', 'truth', 'mexico', 'trade', 'border', 'amp', 'illegal', 'thank', 'breitbartnew', 'http', 'co', 'ojnv', 'oxcec'], ['must', 'read', 'article', 'via_fitsnew', 'donald', 'trump', 'mexico', 'tdjtvtb'], ['address', 'record', 'crowd', 'madison', 'county', 'iowa', 'gop', 'dinner', 'bring', 'common_sense', 'dc', 'amp', 'make_america', 'great', 'http', 'co', 'mi', 'xdzoy'], ['chicago', 'tomorrow', 'record_sette', 'far', 'luncheon'], ['thehill', 'martinmatishak', 'trump', 'look', 'beggar', 'iran', 'nuclear', 'talk', 'http', 'co', 'rpcnugn'], ['see', 'story', 'fusion', 'huff', 'post', 'rape', 'border', 'terrible', 'fusion', 'own', 'univision'], ['nydailynew', 'die', 'tabloid', 'own', 'dopey', 'clown', 'mort', 'zuckerman', 'put', 'cover', 'daily', 'sell', 'honor', 'dead'], ['univision', 'apologize', 'accept', 'apology', 'sue', 'lot', 'money', 'miss', 'contestant', 'hurt'], ['jorgeramosnew', 'send', 'new', 'number', 'old', 'work', 'sincerely', 'donald', 'trump'], ['saudi_arabia', 'pay', 'united_states', 'many', 'billion', 'dollar', 'defense', 'go', 'alwaleedbint'], ['remember', 'univision', 'apologize'], ['jnsworldnew', 'jacobkamarasjns', 'donald', 'trump', 'say', 'apprentice', 'come', 'israel', 'http', 'co', 'yhtwczbm'], ['speak', 'city', 'club', 'chicago', 'sell', 'minute', 'thousand', 'wait', 'list', 'https', 'co', 'skav', 'hna'], ['statement', 'relationship', 'https', 'co', 'bpczgaigwq'], ['must', 'strong', 'border', 'stop', 'illegal_immigration', 'country', 'also', 'mexico', 'kill', 'trade', 'win'], ['love', 'mexican', 'people', 'mexico', 'friend', 'kill', 'border', 'kill', 'job', 'trade', 'fight'], ['thank', 'te', 'https', 'co', 'mvuzsan'], ['tedcruz', 'know', 'smart', 'see', 'soon', 'http', 'co', 'vzvhba', 'tar', 'tcot'], ['watch', 'oreillyfactor_tonight', 'pm'], ['file', 'lawsuit', 'univision', 'always', 'fight', 'right', 'https', 'yzseg'], ['thesharktank', 'donald', 'trump', 'controversial', 'mexican', 'comment', 'accurate', 'http', 'co', 'nyl', 'qqmwkz'], ['get', 'ready', 'oreillyfactor_tonight', 'always', 'interesting'], ['recent', 'statement', 'macys', 'must', 'strong', 'border', 'amp', 'stop', 'illegal_immigration', 'https', 'co', 'hlcbormtbl'], ['believe', 'tight', 'border_security', 'stop', 'illegal_immigration', 'amp', 'smart', 'trade_deal', 'country', 'boycott', 'macys'], ['want', 'boycott', 'macys', 'weak', 'border_security', 'amp', 'stop', 'illegal_immigration'], ['anderson', 'thank', 'fair', 'reporting', 'amp', 'story', 'last_night', 'greatly_appreciate'], ['governorpataki', 'terrible', 'governor', 'ny', 'one', 'bad', 'would', 'swamp', 'run'], ['governorpataki', 'elect', 'dog', 'catcher', 'run'], ['interesting', 'macys', 'criticize', 'pay', 'fine', 'racial', 'profiling', 'racist'], ['macys', 'pretend', 'innocence', 'racial', 'profile', 'place', 'pay', 'big', 'fine'], ['look', 'president', 'nbc', 'send', 'recently', 'stay', 'hotel', 'loyal', 'guy', 'https', 'co', 'wen'], ['make', 'border', 'strong', 'stop', 'illegal_immigration', 'even', 'president', 'obama', 'agree', 'https', 'co', 'ockfufgspu'], ['macys', 'stock', 'drop', 'interesting', 'many', 'people', 'call', 'say', 'cut', 'macys', 'credit', 'card', 'thank'], ['somebody', 'study', 'horrible', 'charge', 'bring', 'macys', 'racial', 'profiling', 'terrible', 'hypocrite'], ['trump', 'give', 'hell', 'http', 'co', 'dd', 'pexw', 'limbaugh'], ['nbc', 'fire', 'trump', 'keep', 'sharpton', 'bigot', 'executive', 'suite', 'look', 'way', 'http', 'co', 'efqk', 'cbbtr', 'amspec', 'jeffjlpa'], ['trscoop', 'mark', 'levin', 'defend', 'trump', 'hillary_clinton', 'crook', 'fraud', 'treat', 'way', 'http', 'co', 'pvtthi'], ['world', 'tribune', 'elite', 'problem', 'donald', 'trump', 'sale', 'jeffrey', 'kuhner', 'http', 'co', 'ez', 'iprqh'], ['huffington', 'post', 'congrat', 'america', 'donald', 'trump', 'presidential', 'front', 'runner', 'http', 'co', 'yyz', 'igor', 'bobic'], ['great', 'article', 'richlowry', 'politicomag', 'sorry', 'donald', 'trump', 'point', 'http', 'co', 'irmxjjpwk'], ['trump', 'declare', 'victory', 'immigration', 'obama', 'admit', 'illegal', 'gang', 'banger', 'http', 'co', 'hlxf', 'ds', 'aswoyer'], ['new', 'job', 'report', 'leave', 'workforce', 'manufacturing', 'durable', 'good', 'go', 'http', 'co', 'bluzyrn', 'need', 'leader', 'understand', 'business'], ['redstate', 'ewerickson', 'always', 'play', 'offense', 'http', 'mf', 'ojumjp'], ['new', 'order', 'manufacturing', 'month', 'http', 'co', 'rd', 'bluzyrn', 'time', 'fair', 'trade', 'stop', 'tpp'], ['country', 'must', 'enforce', 'border', 'respect', 'rule', 'law', 'country', 'core', 'must', 'build_wall', 'https', 'co', 'yi'], ['obama', 'miss', 'self', 'impose', 'deadline', 'iran', 'leadership', 'weak', 'amp', 'ineffective', 'double', 'sanction'], ['time', 'bring', 'competence', 'washington', 'time', 'get', 'result', 'let', 'make_america', 'great', 'https', 'co', 'aivg'], ['governor', 'texas', 'rick', 'perry', 'could', 'do', 'far', 'secure', 'border', 'governorperry'], ['mexican', 'leader', 'negotiator', 'much', 'tough', 'smart', 'mexico', 'kill', 'job', 'trade', 'wake'], ['huffington', 'post', 'state', 'number', 'poll', 'republican', 'candidate', 'thank', 'work', 'begin'], ['nation', 'not', 'control', 'border', 'nation', 'president', 'ronald_reagan'], ['dailycaller', 'rpollockdc', 'nyc', 'mayor', 'action', 'donald', 'trump', 'american', 'way', 'http', 'co', 'snv', 'yxvs'], ['need', 'job', 'amp', 'need', 'fast', 'job', 'creator', 'none', 'pol', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['nro', 'joelmentum', 'matchless', 'name', 'recognition', 'deep', 'pocket', 'make', 'trump', 'threat', 'iowa', 'http', 'wg', 'ebcdypo'], ['southern_border', 'totally', 'control', 'absolutely', 'disgraceful', 'situation', 'http', 'co', 'ujz', 'jeniyo', 'need', 'border_security'], ['southern_border', 'unsecure', 'fix', 'nobody', 'else', 'gut', 'even', 'talk', 'http', 'co', 'ujz', 'jeniyo'], ['heartfelt', 'condolence', 'family', 'kathryn', 'steinle', 'sad'], ['candidate', 'tragic', 'murder', 'take', 'place', 'unsafe', 'border', 'http', 'amav', 'tqgar', 'need', 'wall'], ['marcorubio', 'say', 'family', 'kathryn', 'steinle', 'ca', 'viciously', 'kill', 'secure', 'border', 'stand'], ['thejuanwilliam', 'never', 'speak', 'yet', 'see', 'fox', 'run', 'child', 'want', 'picture', 'share', 'pic'], ['cnnpolitic', 'teddyschleifer', 'trump', 'francisco', 'killing', 'show', 'peril', 'illegal_immigration', 'http', 'co', 'wj', 'prco'], ['foxandfriend', 'morning', 'enjoy'], ['happy', 'everyone', 'make_america', 'great'], ['undocumented', 'immigrant', 'record', 'kill', 'beautiful', 'young', 'woman', 'front', 'father', 'san', 'fran', 'get', 'smart'], ['would', 'republican', 'candidate', 'want', 'support', 'mitt_romney', 'lose', 'election', 'obama', 'never', 'lose'], ['via_breitbartnew', 'game', 'trump', 'respond', 'jeb', 'http', 'co', 'whpr', 'ffz'], ['miss_universe', 'paulina', 'vega', 'criticize', 'tell', 'truth', 'illegal_immigration', 'say', 'would', 'keep', 'crown', 'hypocrite'], ['rick', 'perry', 'fail', 'border', 'critical', 'need', 'new', 'pair', 'glass', 'see', 'crime', 'commit', 'illegal_immigrant'], ['appreciate', 'gop', 'candidate', 'remain', 'strong', 'border_security', 'know', 'right', 'nation', 'border', 'not', 'survive'], ['never', 'secure', 'border', 'negotiate', 'great', 'trade_deal', 'american', 'worker', 'jeb', 'see', 'amp', 'solve', 'problem'], ['say', 'illegal_immigrant', 'break', 'law', 'act', 'love', 'http', 'co', 'yfzvuw', 'never', 'secure', 'border'], ['time', 'create', 'job', 'american', 'need', 'bold', 'new', 'direction', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['thank', 'loudobbsnew', 'try', 'hard', 'prove', 'right', 'great', 'show'], ['say', 'simply', 'mexican', 'leader', 'negotiator', 'smart', 'mexican', 'gov', 'push', 'hard', 'core'], ['people', 'call', 'say', 'cut', 'macys', 'credit', 'card', 'protest', 'illegal_immigrant', 'pour'], ['get', 'take', 'country', 'back', 'time'], ['people', 'rarely', 'say', 'many', 'conservative', 'vote', 'mitt_romney', 'get', 'vote', 'win', 'landslide'], ['anncoulter', 'great', 'last', 'nite', 'ericbolle', 'fox', 'country', 'become', 'dump', 'ground', 'world', 'get', 'stop', 'fast'], ['hear', 'thousand', 'people', 'cut', 'macys', 'credit', 'card', 'great'], ['must', 'read', 'time', 'people', 'listen', 'trump', 'say', 'mother', 'gun', 'teenage', 'football', 'star', 'http', 'co', 'hs', 'qb', 'secure', 'border'], ['rubio', 'gang', 'bill', 'would', 'reward', 'sanctuary_citie', 'harbor', 'illegal', 'http', 'co', 'marco', 'politician', 'flip', 'flop'], ['limbaugh', 'see', 'trump', 'tell', 'http', 'co', 'atsx', 'mdcgl'], ['must', 'restore', 'entrepreneurial', 'spirit', 'country', 'small_business', 'boom', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['california', 'weekend', 'make', 'speech', 'clint', 'eastwood', 'arizona', 'vega', 'big', 'crowd', 'discuss', 'illegal', 'amp'], ['via_newsmax_media', 'chrisruddynmx', 'donald', 'trump', 'end', 'free', 'speech', 'http', 'co', 'xu', 'opl'], ['ronsirak', 'thank', 'fair', 'morning', 'golfchannel', 'greatly_appreciate'], ['natalie_gulbis', 'thank', 'support', 'morning', 'golfchannel', 'even', 'importantly', 'play', 'well', 'week', 'say'], ['dear', 'maraliasson', 'greatly_appreciate', 'fairness', 'history', 'show', 'never', 'disappoint', 'looking_forward', 'meeting', 'soon'], ['ammoland', 'fredy', 'riehl', 'donald', 'trump', 'talk', 'gun', 'control', 'assault', 'weapon', 'zone', 'amp', 'self', 'defense', 'http', 'co', 'elavfvs'], ['businessinsid', 'hunterw', 'trump', 'unload', 'hillary_clinton', 'worst', 'extremely', 'bad', 'http', 'co', 'lpgslczakp'], ['thank', 'brentbozell', 'know', 'say', 'long', 'time', 'http', 'co', 'ucpdss', 'qk'], ['mrctv', 'ben', 'graham', 'border', 'report', 'back', 'trump', 'rapist', 'claim', 'http', 'co', 'ucpdss', 'qk'], ['dailycaller', 'samsondunn', 'pastor', 'hispanic', 'congregation', 'speak', 'trump', 'immigrant', 'crime', 'statement', 'http', 'co', 'rfwcq', 'wcjf'], ['believe', 'highly_overrate', 'political_pundit', 'krauthammer', 'say', 'good', 'republican', 'field', 'year', 'dope'], ['jeb', 'brother', 'george', 'insist', 'fee', 'private', 'jet', 'speak', 'charity', 'severely', 'wound', 'vet', 'nice'], ['mean', 'george_bush', 'send', 'soldier', 'combat', 'severely', 'wound', 'want', 'make', 'boring', 'speech'], ['totally', 'false', 'reporting', 'call', 'call', 'minute', 'say', 'hit', 'nerve', 'end'], ['watch', 'chief', 'negotiator', 'iran', 'charlierose', 'last_night', 'far', 'smart', 'rep', 'increase', 'sanction', 'walk'], ['ewerickson', 'stop', 'complain', 'donald', 'trump', 'http', 'co', 'dtz'], ['dummy', 'writer', 'clare_oc', 'fail', 'forbes', 'magazine', 'work', 'hard', 'make', 'trivial', 'license', 'deal', 'look', 'important'], ['dummy', 'clare_oc', 'fail', 'forbes', 'magazine', 'nascar', 'deal', 'nite', 'ballroom', 'espn', 'small', 'golf', 'outing'], ['dummy', 'forbes', 'tiny', 'fragrance', 'deal', 'parlux', 'mean', 'nothing', 'still', 'sell', 'trump', 'tower'], ['fail', 'magazine', 'forbe', 'constantly', 'seek', 'trivial', 'nonsense', 'circulation', 'way'], ['limbaugh', 'trump', 'change', 'entire', 'debate', 'immigration', 'http', 'co', 'axjrxdn', 'jason', 'devaney'], ['trump', 'hillary', 'presidency', 'crime', 'wave', 'never', 'see', 'http', 'co', 'ctnllwl'], ['trump', 'battle', 'new', 'totalitarian', 'gop', 'elite', 'join', 'leftist', 'medium', 'matter', 'target', 'threat', 'http', 'vd', 'faovcjr'], ['thank', 'https', 'co', 'ewjfwyic'], ['true', 'thank', 'https', 'co', 'nxk'], ['elite', 'want', 'common_core', 'take', 'education', 'parental', 'control', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['obama', 'republican', 'hollow', 'military', 'want', 'cut', 'troop', 'level', 'lowest_level', 'year'], ['via_breitbartnew', 'katie', 'mchugh', 'poll', 'donald', 'trump', 'lead', 'pack', 'gop', 'frontrunner', 'http', 'co', 'qhp', 'czpm'], ['exclusive', 'donald', 'trump', 'gop', 'primary', 'win', 'beat', 'hillary', 'http', 'co', 'wlz', 'nyel', 'katie', 'mchugh'], ['cnnpolitic', 'jdiamond', 'trump', 'rnc', 'call', 'congratulatory', 'http', 'co', 'zhikibqw'], ['cnn', 'tonight', 'foxnew', 'seanhannity', 'pm', 'discuss', 'immigration', 'lot', 'thing'], ['break', 'border_security', 'rally', 'phoenix', 'pm', 'mst', 'move', 'phoenixconvctr', 'build_wall', 'let', 'make_america', 'great'], ['trscoop', 'whoa', 'trump', 'change', 'venue', 'saturday', 'rally', 'arizona', 'due', 'overwhelming', 'response', 'http', 'co', 'nryps', 'apxa'], ['iran', 'continue', 'delay', 'nuclear', 'deal', 'many', 'bad', 'thing', 'back', 'time', 'walk', 'double', 'sanction', 'stop', 'payment'], ['announce', 'raise', 'everyone', 'people', 'contribute', 'get', 'something', 'detriment', 'america'], ['want', 'https', 'co', 'srep', 'nviq'], ['nypost', 'geoffearle', 'poll', 'show', 'president', 'trump', 'may', 'far', 'fetched', 'http', 'co', 'rb'], ['laura', 'massive', 'crowd', 'move', 'phoenix', 'convention_center', 'https', 'co', 'fqcecdbd'], ['http', 'co', 'ptviayro'], ['big', 'problem', 'solve', 'growth', 'need', 'president', 'job', 'creator', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['stand', 'jamiel', 'shaw', 'sabine', 'durdin', 'rosenberg', 'lupe', 'moreno', 'brenda', 'spark', 'robin', 'hvidston', 'amp', 'spouse', 'http', 'co', 'jq'], ['look_forward', 'phoenix', 'tomorrow', 'hot', 'ticket', 'entire', 'country', 'suppose', 'people', 'many', 'thousand'], ['love', 'thousand', 'people', 'boycott', 'macys', 'cut', 'credit', 'card', 'gut', 'glory', 'really', 'backfire', 'love'], ['tone', 'way', 'donald', 'trump', 'need', 'crank', 'volume', 'http', 'co', 'qsuvraf', 'foxnews', 'toddstarne'], ['strong', 'military', 'stop', 'war', 'peace', 'strength', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['cbnnew', 'thebrodyfile', 'donald', 'trump', 'brody', 'file', 'people', 'send', 'bible', 'http', 'co', 'qwk', 'ggbib'], ['republican', 'want', 'cut', 'ss', 'amp', 'medicaid', 'wrong', 'robust', 'economy', 'make_america', 'great', 'https', 'co', 'yi'], ['anyone', 'see', 'financial', 'univision', 'really', 'badly', 'much', 'debt', 'enough', 'viewer', 'need', 'money', 'fast', 'funny'], ['boycott', 'macys', 'univision', 'make_america', 'great'], ['go', 'freedom', 'fest', 'great', 'crowd', 'amazing', 'phoenix', 'total', 'happen', 'love', 'america'], ['cnnpolitic', 'father', 'murder', 'victim', 'introduce', 'trump', 'phoenix', 'http', 'co', 'jzuig', 'cmeb'], ['today', 'rally', 'patriot', 'arizona', 'border_security', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['today', 'stand', 'patriot', 'arizona', 'border_security', 'build_wall', 'let', 'make_america', 'great', 'https', 'co', 'ixqxqfb'], ['great', 'anhqdc', 'segment', 'charleshurt', 'break', 'trump', 'factor', 'http', 'co', 'yhpjlp', 'let', 'make_america', 'great'], ['legal', 'immigrant', 'want', 'border_security', 'common_sense', 'must', 'build_wall', 'let', 'make_america', 'great', 'http', 'co', 'cybmr', 'mf'], ['able', 'attend', 'pageant', 'tomorrow', 'night', 'campaign', 'phoenix', 'wish', 'well'], ['via_breitbartnew', 'awrhawkin', 'trump', 'preache', 'peace', 'strength', 'phoenix', 'http', 'co', 'tfp'], ['convention_center', 'official', 'phoenix', 'want', 'admit', 'break', 'fire', 'code', 'allow', 'people', 'code', 'room'], ['phoenix', 'convention_center', 'official', 'want', 'thousand', 'people', 'stand', 'heat', 'let', 'great', 'day'], ['mexico', 'big', 'drug', 'lord', 'escape', 'jail', 'unbelievable', 'corruption', 'usa', 'pay', 'price', 'tell'], ['sleep', 'eye', 'chucktodd', 'kill', 'meet', 'press', 'pathetic', 'love', 'watch', 'fail'], ['envision', 'negotiate', 'mexican', 'drug', 'lord', 'escape', 'prison'], ['trump', 'however', 'would', 'kick', 'ass'], ['hear', 'sleepy_eyes', 'chucktodd', 'fire', 'dog', 'rating', 'starve', 'meet', 'press', 'imagine', 'take', 'long'], ['mexican', 'drug', 'lord', 'escape', 'prison', 'everyone', 'say', 'cocaine', 'come', 'come', 'border'], ['say', 'unfair', 'treatment', 'medium'], ['invite', 'mexican', 'drug', 'lord', 'escape', 'prison', 'become', 'citizen', 'leader', 'say'], ['mexican', 'drug', 'cartel', 'border', 'unimpeded', 'vacuum', 'cleaner', 'suck', 'drug', 'death', 'right'], ['likewise', 'billion', 'dollar', 'get', 'bring', 'mexico', 'border', 'get', 'killer', 'drug', 'amp', 'crime', 'get', 'money'], ['people', 'medium', 'start', 'apologize', 'statement', 'mexico', 'send', 'turn', 'true'], ['interesting', 'poll', 'network', 'show', 'poll', 'month', 'old'], ['mclaughlingroup', 'greatly_appreciate', 'yr', 'wonderful', 'comment', 'weekend', 'people', 'great', 'accomplishment', 'easily', 'quality', 'prez'], ['joke', 'town', 'free', 'mexican', 'prison', 'time', 'good', 'statement', 'border_security'], ['mexico', 'totally', 'corrupt', 'gov', 'look', 'horrible', 'escape', 'totally', 'corrupt', 'pay'], ['come', 'often', 'border', 'reveal', 'ca', 'driver', 'license', 'http', 'co', 'eyp'], ['fun', 'https', 'tqqx'], ['rush_limbaugh', 'trump', 'change', 'entire', 'debate', 'immigration', 'http', 'co', 'axjrxdn'], ['absolutely', 'support', 'kate', 'law', 'honor', 'beautiful', 'kate', 'steinle', 'gun', 'illegal_immigrant'], ['nice', 'huffingtonpost', 'pollsterpoll', 'first', 'place', 'bush', 'second', 'http', 'co', 'ixcbctduip'], ['happy', 'people', 'boycott', 'macy', 'http', 'co', 'qtmaebevy'], ['let', 'pete', 'rise', 'baseball', 'hall', 'fame', 'time', 'pay', 'big', 'long', 'price'], ['ford', 'move', 'job', 'michigan', 'mexico', 'http', 'co', 'tgvq', 'president', 'stop', 'day', 'job', 'stay'], ['matt', 'harvey', 'met', 'let', 'nydailynew', 'get', 'nobody', 'read', 'play', 'well'], ['nation', 'border', 'nation', 'must', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['believe', 'president', 'obama', 'able', 'willing', 'make', 'phone', 'call', 'family', 'kate', 'steinle', 'come', 'pre', 'make', 'call'], ['response', 'hillary_clinton', 'http', 'co', 'nzyfehyura'], ['want', 'negotiate', 'https', 'co', 'waslyxbg'], ['getting_ready', 'land', 'charlottesville', 'virginia', 'trump', 'vineyard', 'job', 'produce', 'development', 'buy', 'make', 'amazing'], ['longer', 'silent', 'energized', 'amp', 'ready', 'take', 'country', 'back', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['hill', 'trump', 'top', 'national', 'poll', 'second', 'straight', 'week', 'http', 'co', 'nxfqdsqs'], ['bradsteinle', 'thank', 'wonderful', 'tweet', 'want', 'little', 'time', 'go', 'call', 'sister', 'amp', 'family', 'amazing'], ['people', 'listen', 'clown', 'karlrove', 'foxnew', 'spend', 'lose', 'race', 'bushy'], ['foxnew', 'put', 'karlrove', 'credibility', 'bush', 'plant', 'call', 'race', 'wrong'], ['polititrend', 'realdonaldtrump', 'dominate', 'discussion', 'twitter', 'mention', 'today', 'http', 'co', 'nexlcvb', 'ml'], ['stephenbaldwin', 'fabulous', 'cnn', 'last_night', 'greatly_appreciate', 'support', 'best_wishes'], ['thank', 'pier', 'https', 'qshv'], ['irrelevant', 'clown', 'karlrove', 'sweat', 'shake', 'nervously', 'foxnew', 'talk', 'bull', 'cre', 'make', 'fool'], ['hear', 'pennjillette', 'show', 'broadway', 'terrible', 'surprised', 'bore', 'guy', 'penn', 'apprentice', 'show', 'would', 'die', 'long', 'ago'], ['love', 'fire', 'goofball', 'atheist', 'penn', 'pennjillette', 'apprentice', 'never', 'chance', 'write', 'letter', 'begging', 'forgiveness'], ['hope', 'boycott', 'macys', 'continue', 'forever', 'many', 'people', 'cut', 'card', 'macy', 'store', 'suck', 'bad'], ['andydean', 'thank', 'great', 'defend', 'anytime', 'amazing', 'job'], ['bradsteinle', 'great', 'talk', 'parent', 'fantastic', 'people', 'keep', 'sister', 'important', 'memory', 'alive', 'big', 'impact'], ['foxnew', 'karlrove', 'air', 'clown', 'zero_credibility', 'bushy'], ['karlrove', 'waste', 'win', 'race', 'total', 'loser', 'foxnew'], ['thank', 'https', 'co', 'ignidsqlfz'], ['great', 'people', 'https', 'co', 'rtinwz'], ['via_breitbartnew', 'steve', 'bannon', 'time', 'get', 'tough', 'trump', 'blockbuster', 'policy', 'manifesto', 'http', 'co', 'rrrd', 'akfed'], ['true', 'univision', 'fusion', 'http', 'co', 'nd', 'bzibp'], ['macy', 'customer', 'retaliate', 'support', 'donald', 'trump', 'http', 'co', 'ifakxrt', 'aswoyer'], ['fsmtweet', 'trump', 'right', 'illegal', 'alien', 'crime', 'stagger', 'scope', 'savagery', 'http', 'co', 'najlkku'], ['time', 'zekejmiller', 'trump', 'talk', 'politics', 'virginia', 'winery', 'http', 'co', 'eic', 'mgu'], ['flashback', 'donald', 'trump', 'blast', 'obama', 'fail', 'secure', 'christian', 'pastor', 'freedom', 'iran', 'http', 'co', 'awcvndzyry', 'theblaze'], ['deal', 'well', 'bad', 'deal', 'america', 'negotiate', 'iran'], ['dopey', 'lawrence', 'donnell', 'unwatchable', 'show', 'die', 'rating', 'say', 'apprentice', 'number', 'wrong', 'fool'], ['bad', 'show', 'opinion', 'pennjillette', 'hokey', 'garbage', 'show', 'even', 'worse'], ['iran', 'deal', 'pose', 'direct', 'national_security', 'threat', 'must', 'stop', 'congress', 'stand', 'republican'], ['leave', 'make', 'speech', 'packed_house', 'love'], ['need', 'leader', 'negotiate', 'great', 'deal', 'american', 'common_sense', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['bush', 'cronyism', 'common_core', 'money', 'trail', 'http', 'co', 'sbehmuqjak', 'bush', 'way'], ['government', 'ever', 'voluntarily', 'reduce', 'size', 'government', 'program', 'launch', 'never', 'disappear', 'ronald_reagan'], ['cnn', 'new', 'gop', 'poll', 'show', 'trump', 'favorability', 'http', 'co', 'lebojst', 'michaelcohen'], ['thousand', 'people', 'show', 'phoenix', 'amazing', 'american', 'senjohnmccain', 'call', 'crazy', 'must', 'apologize'], ['senjohnmccain', 'defeat', 'primary', 'graduate', 'last', 'class', 'annapolis', 'dummy'], ['governorperry', 'give', 'pollster', 'understand', 'word', 'demagoguery', 'mean'], ['governorperry', 'fail', 'border', 'force', 'take', 'iq', 'test', 'allow', 'enter', 'gop', 'debate'], ['thought', 'prayer', 'family', 'great', 'marine', 'kill', 'today'], ['zone', 'great', 'marine', 'shoot', 'never', 'chance', 'highly_traine', 'helpless', 'gun'], ['thousand', 'join', 'last_night', 'hillaryclinton', 'silentmajority', 'feed', 'go', 'america'], ['looking_forward', 'speak', 'argop', 'reagan', 'rockefeller', 'dinner', 'tonight', 'record', 'crowd', 'longer', 'silent'], ['military', 'life', 'matter', 'end', 'zone', 'soldier', 'must', 'able', 'protect', 'stop'], ['longer', 'silent', 'take', 'country', 'back', 'let', 'make_america', 'great', 'https', 'co', 'aivg'], ['march', 'jeb', 'say', 'open', 'pathway', 'citizenship', 'illegal_immigrant', 'http', 'co', 'zeekcfxroe', 'lying', 'campaign', 'trail'], ['donald', 'trump', 'prove', 'right', 'top', 'issue', 'thursday', 'zone', 'military', 'basis', 'http', 'co', 'swurw'], ['word', 'yesterday', 'today', 'year', 'franklin_graham'], ['via_breitbartnew', 'http', 'co', 'ikp', 'dsd', 'ny'], ['washtime', 'dsherfinski', 'http', 'co', 'hvnre', 'xvww'], ['tpinsidr', 'http', 'co', 'habr'], ['response', 'huffington', 'co', 'wxwqwhigoo'], ['genesimmon', 'really', 'great', 'job', 'handle', 'wise', 'guy', 'easy', 'talent', 'forget'], ['genesimmon', 'amaze', 'thank', 'http', 'kcp', 'adnvr'], ['liberal', 'clown', 'ariannahuff', 'tell', 'minion', 'money', 'lose', 'huffingtonpost', 'cover', 'enterainment', 'huff', 'post', 'poll'], ['drive', 'ariannahuff', 'money', 'lose', 'huffingtonpost', 'post', 'crazy', 'poll', 'write', 'bad', 'story'], ['make', 'speech', 'arkansas', 'last_night', 'record', 'gop', 'crowd', 'great', 'spirit', 'amazing', 'people', 'make_america', 'great'], ['rating', 'starve', 'cnn', 'cnnpolitic', 'cover', 'accurately', 'get', 'right', 'really', 'hard'], ['net', 'worth', 'debt', 'liability', 'simple', 'understand', 'cnn', 'amp', 'cnnpolitic', 'plain', 'dumb'], ['iowa', 'getting_ready', 'speak', 'people', 'always', 'amazed', 'find', 'protestant', 'presbyterian', 'great'], ['statement', 'john_mccain', 'http', 'co', 'rjpeunl'], ['leave', 'family', 'leadership', 'summit', 'iowa', 'get', 'standing_ovation', 'many', 'wonderful', 'people', 'back', 'soon'], ['addition', 'lousy', 'job', 'take', 'care', 'vet', 'john_mccain', 'let', 'lose', 'barack_obama', 'run', 'president'], ['capture', 'soldier', 'hero'], ['veteran', 'country', 'treat', 'third', 'class', 'citizen', 'many', 'year'], ['fail', 'miserably', 'fix', 'situation', 'make', 'possible', 'veteran', 'successfully', 'manage', 'life'], ['go', 'television', 'talk', 'talk', 'talk', 'incapable', 'anything'], ['make', 'right', 'great', 'vet'], ['national', 'embarrassment', 'illegal_immigrant', 'walk', 'border', 'receive', 'free', 'health_care', 'one', 'veteran'], ['serve', 'country', 'put', 'wait', 'list', 'get', 'care'], ['prove', 'track', 'record', 'support', 'veteran', 'veteran', 'deserve', 'universal', 'access', 'care', 'prove', 'politician', 'inept'], ['congrat', 'new', 'texas', 'take', 'tough', 'amp', 'bold', 'stance', 'border', 'do', 'long', 'ago', 'perry'], ['would', 'anybody', 'listen', 'mittromney', 'lose', 'election', 'easily', 'obama', 'john_mccain'], ['via_fitsnew', 'donald', 'trump', 'john_mccain', 'loser', 'http', 'co', 'sgietvduqi'], ['reason', 'fan', 'john_mccain', 'vet', 'treat', 'badly', 'politician', 'fix', 'quickly'], ['sharylattkisson', 'write', 'definitive', 'piece', 'say', 'john_mccain', 'https', 'co', 'dxtmecmq'], ['call', 'thousand', 'people', 'crazy', 'come', 'seek', 'help', 'illegal_immigration', 'last', 'week', 'phoenix', 'owe', 'apology'], ['veteran', 'administration', 'shamble', 'veteran', 'suffer', 'greatly', 'john_mccain', 'do', 'nothing', 'help', 'talk'], ['true', 'piece', 'stand', 'ovation', 'get', 'yesterday', 'http', 'co', 'epllsbwgbe'], ['republican_party', 'must', 'get', 'tough', 'smart', 'fast', 'go', 'big', 'defeat', 'last', 'time'], ['make', 'big', 'campaign', 'stop', 'next_week', 'big', 'crowd', 'tremendous', 'energy', 'make_america', 'great'], ['usatopinion', 'piece', 'trump', 'need', 'lecture', 'http', 'co', 'lueyqhgrr'], ['ever', 'dwindle', 'wsj', 'worth', 'purchase', 'always', 'hit', 'politically', 'care'], ['soon', 'point', 'incompetent', 'politician', 'treat', 'illegal_immigrant', 'well', 'veteran'], ['johnjcarp', 'least', 'talk', 'month', 'ago', 'realdonaldtrump', 'johnmccain'], ['inform', 'nbc', 'apprentice', 'become', 'upset', 'care', 'less', 'inclusion'], ['story', 'longer', 'horribly', 'treat', 'vet', 'illegal', 'treat', 'better', 'wonderful', 'veteran'], ['look', 'small', 'page', 'become', 'wsj', 'looks_like', 'tabloid', 'save', 'money', 'assume'], ['interview', 'oreillyfactor_tonight', 'talk', 'poor', 'treatment', 'veteran', 'illegal_immigration', 'etc'], ['new', 'abcnew', 'washingtonpost', 'gop', 'preference', 'poll', 'donaldtrump', 'point', 'thank'], ['get', 'great', 'national', 'poll_number', 'double', 'digit', 'lead', 'thank', 'make_america', 'great'], ['good_luck', 'new', 'friend', 'testimony', 'dc', 'amazing', 'people', 'something', 'important', 'stop', 'illegal_immigration'], ['rick', 'perry', 'absolutely', 'horrible', 'job', 'secure', 'border', 'ashamed', 'gov', 'abbott', 'terrific'], ['breitbartnew', 'much', 'smart', 'sleepy_eyes', 'chucktodd', 'http', 'pbln', 'thank', 'steve', 'bannon', 'amp', 'real', 'reporter'], ['zachjohnsonpga', 'truly', 'great', 'competitior', 'say', 'year', 'great', 'go', 'win', 'surprised'], ['amp', 'colvinj', 'disavow', 'gop', 'leader', 'trump', 'supporter', 'cheer', 'http', 'co', 'xfgpmretkv'], ['response', 'des_moine', 'register', 'http', 'co', 'krftgdphn'], ['flag', 'fly', 'staff', 'trump', 'property', 'honor', 'fall', 'soldier', 'http', 'co', 'bgkmj'], ['glad', 'president', 'obama', 'follow', 'lead', 'lower', 'flag', 'half', 'staff', 'time'], ['response', 'fail', 'des_moine', 'register', 'ultra', 'liberal', 'paper', 'power', 'iowa', 'https', 'beaw', 'sdzu'], ['gatewaypundit', 'mother', 'murder', 'teen', 'thank', 'donald', 'trump', 'senate', 'hearing', 'http', 'co', 'uqrccwmjhq'], ['great', 'day', 'today', 'south_carolina', 'fantastic', 'capacity', 'crowd', 'amazing', 'people'], ['hear', 'fail', 'newspaper', 'go', 'publish', 'old', 'cell', 'phone', 'number', 'original', 'many'], ['true', 'thank', 'https', 'co', 'xqlrporcwt'], ['governorperry', 'office', 'last', 'cycle', 'play', 'nice', 'beg', 'support', 'money', 'hypocrite', 'https', 'co', 'axpavsleqx'], ['go', 'border', 'tomorrow', 'see', 'really', 'brave', 'people', 'look_forward', 'big', 'day'], ['thank', 'chucktodd', 'commentary', 'last_night', 'nbcnightlynew', 'fair', 'make', 'progress', 'together'], ['via_breitbartnew', 'bobpricebbtx', 'donald', 'trump', 'head', 'texas', 'border', 'http', 'co', 'xcxp'], ['donald', 'trump', 'woe', 'fire', 'everybody', 'fix', 'get', 'trump', 'elect', 'http', 'co', 'jpqybbn', 'gx', 'washtime', 'dsherfinski'], ['obama', 'still', 'keep', 'military', 'recruitment', 'center', 'amp', 'basis', 'zone', 'stop', 'military', 'life', 'matter'], ['interview', 'andersoncooper', 'cnn', 'tonight', 'let', 'see', 'treat', 'fairly', 'enjoy'], ['george', 'give', 'disclaimer', 'time', 'fox', 'wife', 'work', 'scott_walker'], ['let', 'trump', 'establishment', 'longer', 'silent', 'make_america', 'great', 'https', 'co', 'aivg'], ['go', 'take', 'outsider', 'clean', 'clinton', 'bush', 'obama', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['cbnnew', 'thebrodyfile', 'brody', 'file', 'exclusive', 'donald', 'trump', 'come', 'support', 'week', 'abortion', 'ban', 'http', 'co', 'oxf'], ['frankluntz', 'know', 'nothing', 'religion', 'come', 'office', 'look', 'work', 'interest', 'save', 'vet'], ['tedcruz', 'terrific', 'seanhannity_tonight', 'go', 'border', 'tomorrow'], ['absolutely', 'bad', 'anti', 'trump', 'talking_head', 'show', 'dopey', 'writer', 'brian', 'know', 'nothing', 'wealth', 'waste'], ['boycott', 'macys', 'gut', 'glory', 'far', 'well', 'store'], ['waste', 'time', 'interview', 'andersoncooper', 'put', 'really', 'stupid', 'talking_heads', 'liketim', 'brien', 'dumb', 'guy', 'clue'], ['billkristol', 'bill', 'small', 'slightly', 'fail', 'magazine', 'giant', 'success', 'finally', 'back', 'trump', 'country', 'soar'], ['getting_ready', 'lift', 'laredo', 'land', 'oo', 'exciting', 'informative'], ['true', 'https', 'co', 'sedzvjuhgy'], ['thank', 'https', 'co', 'cd', 'syvgkfj'], ['great', 'https', 'co', 'ffzhwlufzf'], ['bobbyjindal', 'watch', 'teamcavuto', 'make', 'excellent', 'point', 'best_wishe'], ['get', 'danaperino', 'sometimes', 'thing', 'work', 'worry', 'problem'], ['thought', 'amp', 'prayer', 'everyone', 'lafayette', 'louisiana', 'evening'], ['true', 'https', 'co', 'kbdtazxezg'], ['great', 'read', 'veteran', 'day', 'parade', 'become', 'america', 'parade', 'http', 'co', 'puyql', 'crg'], ['williebosshog', 'watch', 'foxandfriend', 'great', 'appreciate', 'nice', 'statement', 'send', 'new', 'book'], ['anyone', 'hold', 'accountable', 'politician', 'expert', 'never', 'face', 'consequence'], ['shrunk', 'military', 'explode', 'country', 'debt', 'send', 'politician', 'white_house', 'https', 'co', 'aivg'], ['love', 'bluffton', 'great', 'place', 'great', 'people'], ['arrive', 'check', 'border', 'https', 'co', 'nzmekl', 'siw'], ['amazing', 'day', 'border', 'laredo', 'https', 'co', 'vicdmjuijv'], ['sure', 'get', 'copy', 'williebosshog', 'new', 'book', 'american', 'hunter'], ['time', 'send', 'someone', 'fix', 'dc', 'inside', 'let', 'make_america', 'great', 'https', 'co', 'yi'], ['true', 'thank', 'https', 'co', 'xd', 'hlcobgo'], ['true', 'https', 'co', 'qyycaq'], ['write', 'great', 'book', 'plunder', 'deceit', 'powerfully', 'analyze', 'issue', 'crucial', 'today', 'read'], ['thank', 'dennisrodman', 'time', 'hope', 'well', 'https', 'co'], ['amazing', 'macys', 'pay', 'massive', 'fine', 'profiling', 'african_american', 'amp', 'criticize', 'discuss', 'illegal_immigration'], ['via_breitbartnew', 'noltenc', 'donald', 'trump', 'surge', 'command', 'lead', 'post', 'mccain', 'backlash', 'poll', 'http', 'co'], ['go', 'iowa', 'today', 'big', 'crowd', 'great', 'day'], ['big', 'poll', 'theeconomist', 'place', 'lot', 'great', 'honor', 'long', 'way', 'go', 'make_america', 'great'], ['ultra', 'liberal', 'seriously', 'fail', 'des_moine', 'register', 'beg', 'team', 'press', 'credential', 'event', 'iowa', 'today', 'lie'], ['funny', 'money', 'lose', 'huffingtonpost', 'poll', 'big', 'margin', 'dummy', 'ariannahuff', 'must', 'thrill'], ['macy', 'big', 'contributor', 'ppfa', 'anybody', 'plan', 'parenthood', 'boycott', 'racial', 'profiling', 'macy'], ['shawnjohnson', 'congratulation', 'engagement', 'lucky', 'guy', 'true', 'winner', 'amazing', 'couple'], ['scottwalker', 'come', 'office', 'give', 'award', 'dumb', 'fundraiser', 'hit', 'hard', 'smart'], ['supporter', 'wait', 'hear', 'speak', 'oskaloosa', 'iowa', 'https', 'qeueu', 'cdwo'], ['packed', 'venue', 'people', 'want', 'https', 'co', 'wiszrvampr'], ['great', 'success', 'iowa', 'today', 'fantastic', 'sell', 'crowd', 'back', 'soon'], ['always', 'great', 'speak', 'veteran', 'nation', 'hero', 'make_america', 'great', 'http', 'co', 'agmmbwy'], ['scottwalker', 'nice', 'guy', 'presidential', 'material', 'wisconsin', 'turmoil', 'borrowing', 'hilt', 'poorly', 'job'], ['thank', 'wayne', 'root', 'http', 'co', 'ckiedz'], ['thank', 'greta', 'https', 'co', 'cwqzlibv'], ['great', 'news', 'leading', 'poll', 'new', 'cnn', 'poll', 'also', 'nbc', 'lot', 'iowa', 'close', 'amp', 'gaining'], ['people', 'find', 'bad', 'job', 'scott_walker', 'do', 'vote', 'massive', 'deficit', 'bad', 'job', 'forecast', 'mess'], ['steverattner', 'think', 'go', 'prison', 'guess', 'obama', 'save', 'watch', 'win'], ['thank', 'https', 'co', 'xu', 'bwojr'], ['nytpolitic', 'ashleyrparker', 'strong', 'showing', 'donald', 'trump', 'iowa', 'poll', 'http', 'co', 'uaruxlir'], ['iowan', 'draw', 'donald', 'trump', 'praise', 'bent', 'http', 'co', 'nyyk', 'dbxd', 'wsj', 'heatherhaddon', 'amp', 'reidepstein'], ['must', 'build_wall', 'secure', 'border', 'save', 'life', 'help', 'make_america', 'great', 'https', 'co', 'yi'], ['veteran', 'call', 'vet', 'email', 'address', 'veteran', 'donaldtrump', 'com', 'share', 'story', 'need', 'reform'], ['thank', 'lou', 'https', 'co', 'hdm', 'mrrwtd'], ['governorsununu', 'get', 'elect', 'dog', 'catcher', 'forgot', 'mention', 'phenomenal', 'biz', 'success', 'rate', 'https', 'co', 'wsa', 'jnjhwa'], ['turnberry', 'scotland', 'great', 'resort', 'world', 'woman', 'british', 'open', 'week', 'go', 'day', 'back', 'trail'], ['turnberry', 'thur', 'start', 'woman', 'british', 'open', 'world', 'great', 'golf', 'tournament', 'back', 'soon'], ['seanhannity_tonight', 'pm', 'look_forward', 'lot', 'discuss', 'enjoy'], ['boston', 'mayor', 'walsh', 'waste', 'lot', 'time', 'money', 'go', 'olympic', 'give', 'want', 'negotiating'], ['interview', 'tonight', 'seanhannity', 'much', 'talk'], ['thank', 'scottienhughe', 'great', 'job', 'cnn', 'great', 'energy', 'smart', 'let'], ['thebrodyfile', 'fantastic', 'tonight', 'cnn', 'thank', 'make_america', 'great'], ['say', 'do', 'say', 'do', 'aesop'], ['thank', 'mcuban', 'nice_word', 'rapidly', 'become', 'dallasmavs', 'fan', 'https', 'co', 'slxkch', 'qfg'], ['must', 'protect', 'veteran', 'https', 'co', 'erwkxzvgpp'], ['foxnew', 'int', 'seanhannity', 'obama', 'talk', 'amp', 'action', 'amp', 'make', 'america', 'great', 'http', 'co', 'rqp', 'mnnr'], ['politico', 'poll', 'trump', 'twice', 'support', 'bush', 'http', 'co', 'aehitqezlq'], ['irandeal', 'go', 'dumb', 'dangerous', 'misjudgment', 'ever', 'enter', 'history', 'country', 'incompetent', 'leader'], ['cnsnews', 'sjonescns', 'trump', 'explain', 'appeal', 'people', 'tired', 'incompetent', 'politician', 'http', 'co', 'eqige'], ['plunder', 'deceit', 'http', 'dq', 'ohpt', 'amspec', 'jeffjlpa'], ['limbaugh', 'trump', 'double', 'work', 'http', 'co', 'fwwxgf'], ['obama', 'nuclear', 'deal', 'iranian', 'lead', 'nuclear', 'arm', 'race', 'middle_east', 'stop'], ['make', 'washington', 'work', 'time', 'real', 'leadership', 'let', 'https', 'co', 'aivg'], ['government', 'first', 'duty', 'protect', 'people', 'run', 'life', 'ronald_reagan'], ['beat', 'opponent', 'poll', 'also', 'beat', 'lobbyist', 'special_interest', 'amp', 'donor', 'support', 'billion'], ['nation', 'border', 'nation', 'must', 'wall', 'rule', 'law', 'matter', 'jeb', 'get'], ['via_breitbartnew', 'mboyle', 'trump', 'obama', 'attack', 'american', 'overseas', 'hillary', 'email', 'criminal', 'http', 'co', 'bwrhxt'], ['public', 'policy', 'polling', 'ppp', 'come', 'major', 'poll', 'put', 'hispanic', 'lead', 'republican', 'candidate', 'tell'], ['cnn', 'amp', 'cnnpolitic', 'say', 'lawyer', 'lose', 'case', 'get', 'legal_fee', 'also', 'want', 'breast', 'pump', 'front', 'dep'], ['lawyer', 'beck', 'easy', 'beat', 'ask', 'client', 'happy', 'result', 'get', 'total', 'win', 'legal_fee'], ['cnn', 'amp', 'cnnpolitic', 'lawyer', 'elizabeth', 'terrible', 'job', 'lose', 'even', 'get', 'love', 'beat', 'hershe', 'easy'], ['cnn', 'somebody', 'beck', 'beat', 'soundly', 'sudden', 'expert', 'donald', 'trump', 'television', 'know', 'nothing'], ['many', 'people', 'know', 'nothing', 'comment', 'medium', 'great', 'insight', 'know', 'nothing'], ['thank', 'morning_joe', 'throw', 'pathetic', 'reporter', 'fail', 'money', 'lose', 'daily', 'beast', 'air', 'really', 'cool'], ['truly', 'love', 'million', 'people', 'stick', 'many', 'medium', 'lie', 'great', 'silent_majority', 'looming'], ['outrage', 'bias', 'free', 'language', 'guide', 'claim', 'word', 'american', 'problematic', 'http', 'co', 'vkz', 'icgs'], ['saintpetersblog', 'mitcheperry', 'shock', 'poll', 'donald', 'trump', 'lead', 'florida', 'http', 'co', 'iae', 'nlm'], ['rushlimbaugh', 'hillary_clinton', 'get', 'benefit', 'doubt', 'destroy', 'illegal', 'email', 'server'], ['tom_brady', 'guilty', 'replace', 'legal', 'cellphone'], ['trump', 'make_america', 'great', 'word'], ['dummy', 'dope', 'harry', 'hurt', 'write', 'fail', 'book', 'know', 'anything', 'tv', 'discuss', 'trump'], ['people', 'lawyer', 'elizabeth', 'fail', 'writer', 'harry', 'hurt', 'amp', 'other', 'talk', 'know', 'nothing', 'crazy'], ['thank', 'https', 'co'], ['really', 'member', 'club', 'want', 'money', 'anything', 'else', 'not', 'influence', 'trump'], ['getting_ready', 'leave', 'great', 'resort', 'turnberry', 'scotland', 'host', 'woman', 'british', 'open', 'big', 'tournament', 'back', 'sit'], ['carl', 'cameron', 'foxnew', 'reporter', 'know', 'consistently', 'fumble', 'amp', 'misrepresent', 'poll', 'result', 'wrong', 'amp', 'hate'], ['news', 'conference', 'trump', 'turnberry', 'scotland', 'everybody', 'amp', 'television', 'back', 'trail', 'saturday'], ['look_forward', 'debate', 'thursday', 'night', 'amp', 'certainly', 'intention', 'nice', 'highly', 'respectful', 'candidate'], ['poll', 'consistently', 'great', 'silent_majority', 'speaking', 'politician', 'fail'], ['thank', 'https', 'co', 'bbd', 'dewjbq'], ['thank', 'service', 'https', 'co', 'xbj', 'fuxc'], ['raise_taxes', 'wisconsin', 'massive', 'budget', 'deficit', 'education', 'road', 'suffering', 'danhenninger', 'lie', 'wsj'], ['leave', 'trump', 'turnberry', 'tomorrow', 'place', 'amp', 'woman', 'british', 'open', 'great', 'back', 'hit', 'hard', 'tomorrow', 'turnberrybuzz'], ['new', 'even', 'great', 'poll', 'thank'], ['think', 'thing', 'think', 'thing', 'right', 'henry_ford'], ['watch', 'interview', 'ericbolle', 'foxnew', 'today', 'et'], ['wish', 'good_luck', 'republican', 'candidate', 'travel', 'california', 'beg', 'money', 'puppet'], ['interview', 'foxandfriend', 'tomorrow', 'morning', 'enjoy'], ['bush', 'pretend', 'trump', 'surge', 'great', 'nytimesworld', 'report', 'bush', 'delight', 'con', 'job', 'bush', 'nightmare'], ['nytime', 'fall', 'bush', 'trap', 'people', 'convince', 'happy', 'hurt', 'candidate', 'amp'], ['false', 'nytime', 'story', 'happy', 'trump', 'surge', 'fall', 'anybody', 'amp', 'miserable'], ['dottieandbogey', 'thank', 'nice', 'comment', 'weekend', 'turnberry', 'husband', 'fantastic', 'taste', 'also', 'great', 'commentary'], ['jrprotalker', 'thank', 'judy', 'wonderful', 'statement', 'trumpturnberry', 'great', 'see', 'amp', 'fabulous', 'job', 'commentary'], ['come', 'huma', 'abedin', 'know', 'hillary', 'private', 'illegal', 'email', 'huma', 'husband', 'anthony', 'weiner', 'tell', 'world'], ['new', 'poll', 'show', 'donald', 'trump', 'blow', 'everyone', 'else', 'water', 'http', 'co', 'savtgaswcl'], ['not', 'solve', 'problem', 'think', 'use', 'create', 'albert_einstein'], ['gopdebate', 'facebook', 'question', 'candidate', 'http', 'co', 'aslozydlx'], ['thank', 'krauthammer', 'nice', 'comment', 'oreillyfactor', 'lot', 'progress', 'make'], ['interview', 'morning_joe', 'enjoy'], ['diligence', 'mother', 'good_luck', 'benjamin_franklin'], ['thank', 'gawker', 'call', 'cellphone', 'listen', 'campaign', 'message'], ['year', 'old', 'register', 'vote', 'first', 'time', 'say', 'vote', 'trump', 'http', 'co', 'cktmtsaiy'], ['oreillyfactor_tonight', 'foxnew', 'pm', 'pm'], ['many', 'hillary', 'donor', 'donor', 'rich', 'total', 'control', 'know'], ['notice', 'hillary', 'spew', 'jeb', 'name', 'often', 'possible', 'order', 'give', 'status', 'know', 'trump', 'bad', 'nightmare'], ['thank', 'https', 'co', 'hvhrtiy'], ['thank', 'https', 'co', 'eoao'], ['poll', 'trump', 'lead', 'gop', 'field', 'hispanic', 'record', 'favorability', 'http', 'co', 'aanybghvcv'], ['wonderful', 'article', 'fantastic', 'people', 'great', 'honor', 'https', 'clp'], ['amymek', 'realdonaldtrump', 'draw', 'attention', 'veteran', 'issue', 'week', 'politician', 'decade'], ['realbobmassi', 'show', 'call', 'bob', 'massi', 'property', 'man', 'foxnew', 'really', 'know', 'stuff', 'total', 'pro'], ['look_forward', 'tonight', 'debate', 'look', 'far', 'forward', 'make', 'america', 'great', 'happen'], ['arrive', 'gopdebate', 'http', 'co', 'rq', 'lzhghyj'], ['great', 'honor', 'drudge_report', 'http', 'co', 'fokcasbvun'], ['gopdebate', 'http', 'co', 'snrr', 'yzmou'], ['thank', 'time', 'reader', 'great', 'honor', 'http', 'co', 'tbet'], ['great', 'honor', 'drudge_report', 'http', 'co', 'fokcasbvun'], ['frankluntz', 'low', 'class', 'slob', 'come', 'office', 'look', 'consulting', 'work', 'interest', 'pick', 'trump', 'panel'], ['frankluntz', 'poll', 'debate', 'tonight', 'massive', 'margin', 'drudge_report', 'amp', 'time', 'find', 'dumb', 'panel'], ['megynkelly', 'really', 'bomb', 'tonight', 'people', 'go', 'wild', 'twitter', 'funny', 'watch'], ['frankluntz', 'call', 'focus', 'group', 'total_joke', 'come', 'office', 'look', 'business', 'clown'], ['really', 'enjoy', 'debate', 'tonight', 'even_though', 'foxnew', 'trio', 'especially', 'megynkelly', 'good', 'professional'], ['time', 'poll', 'realdonaldtrump', 'winner', 'last_night', 'debate', 'wide', 'margin', 'realbencarson', 'johnkasich', 'http', 'co', 'mzr', 'luvwq'], ['bloomberg', 'fox', 'news', 'kill', 'trump', 'momentum', 'make', 'strong', 'foxnew', 'business', 'http', 'co', 'rwpzteoc'], ['foxnew', 'ashamed', 'get', 'high', 'debate', 'rating', 'history', 'amp', 'say', 'nothing', 'bad'], ['dopey', 'krauthammer', 'fire', 'foxnew'], ['hatred', 'clown', 'krauthammer', 'unbelievable', 'cause', 'lie', 'many', 'other', 'say', 'trump', 'easily', 'debate'], ['many', 'politically_correct', 'fool', 'country', 'get', 'back', 'work', 'stop', 'waste', 'time', 'energy', 'nonsense'], ['kelly', 'could', 'see', 'blood', 'come', 'eye', 'blood', 'come', 'wherever', 'nose', 'get', 'think'], ['redstate', 'miss', 'thank', 'support', 'political', 'correctness', 'kill', 'country', 'weakness'], ['cnn', 'say', 'donald', 'trump', 'debate', 'connect', 'good', 'audience', 'also', 'time', 'drudge', 'newsmax', 'time'], ['almost', 'universal', 'support', 'trump', 'debate', 'foxnew', 'consistantly', 'fight', 'trump', 'win', 'get', 'rating'], ['small', 'crowd', 'redstate', 'today', 'atlanta', 'people', 'angry', 'ewerickson', 'major', 'sleaze', 'buffoon', 'save', 'time', 'money'], ['realize', 'listen', 'carly', 'fiorina', 'minute', 'straight', 'develop', 'massive', 'headache', 'chance'], ['amaze', 'network', 'seem', 'treat', 'much', 'well', 'foxnew', 'bring', 'big', 'rating', 'history', 'amp', 'get', 'zip'], ['wonderful', 'frank', 'gifford', 'pass', 'age', 'friend', 'truly', 'great', 'guy', 'warm', 'condolence', 'family'], ['interview', 'today', 'show', 'morning_joe'], ['kathielgifford', 'send', 'deepest_condolence', 'frank', 'special', 'amazing', 'person', 'miss'], ['really', 'check', 'innocent', 'megynkelly', 'discussion', 'howardstern', 'show', 'innocent', 'pure', 'http', 'co'], ['roger', 'aile', 'call', 'great', 'guy', 'amp', 'assure', 'trump', 'treated_fairly', 'foxnew', 'word', 'always', 'good'], ['enough', 'enough', 'bush', 'https', 'co', 'pgbhc'], ['frank', 'great', 'guy', 'marry', 'absolutely', 'wonderful', 'woman', 'kathielgifford', 'couple', 'http', 'mzln', 'uo'], ['omarosa', 'fantastic', 'television', 'weekend', 'thank', 'much', 'loyal', 'friend'], ['brandenroderick', 'pleased', 'see', 'wonderful', 'statement', 'make', 'medium', 'surprise', 'special', 'person'], ['katrinacampin', 'thank', 'much', 'wonderful', 'statement', 'make', 'tv', 'also', 'keep', 'great', 'work'], ['illegal_immigrant', 'charge', 'fatal', 'bludgeon', 'wonderful', 'love', 'year', 'old', 'woman', 'get', 'build_wall'], ['truly', 'weird', 'senator', 'rand_paul', 'kentucky', 'remind', 'spoil', 'brat', 'properly', 'function', 'brain', 'terrible', 'debate'], ['must', 'stop', 'crime', 'kill', 'machine', 'illegal_immigration', 'rampant', 'problem', 'get', 'bad', 'take', 'back', 'country'], ['randpaul', 'allow', 'take', 'advantage', 'people', 'kentucky', 'run', 'senator', 'pre', 'kentucky', 'back', 'plan'], ['ericbolle', 'much', 'well', 'tonight', 'oreillyfactor', 'well', 'luck', 'tomorrow'], ['sentedcruz', 'good', 'debate', 'far', 'well', 'rand_paul'], ['online', 'store', 'officially', 'open', 'visit', 'http', 'co', 'shop', 'late', 'merchandise'], ['interview', 'seanhannity_tonight', 'full', 'hour', 'hope', 'enjoy', 'importantly', 'hope', 'agree'], ['irandeal', 'catastrophe', 'must', 'stop', 'lead', 'least', 'partial', 'world', 'destruction', 'amp', 'make', 'iran', 'force', 'never'], ['official', 'hat', 'available', 'online', 'shop', 'visit', 'co', 'zyiiyw', 'sell', 'fast'], ['online', 'campaign', 'store', 'officially', 'open', 'visit', 'http', 'co', 'shop', 'late', 'merchandise'], ['watch', 'https', 'xj'], ['campaign', 'store', 'officially', 'open', 'visit', 'http', 'co', 'shop', 'late', 'merchandise'], ['people', 'understand', 'left', 'apprentice', 'run', 'pre', 'apprentice', 'leave', 'bob', 'greenblatt', 'amp', 'folk', 'nbc', 'great'], ['huffingtonpost', 'change', 'fraudulent', 'story', 'say', 'drop', 'nbc', 'amp', 'apprentice', 'run', 'president'], ['make', 'speech', 'tonight', 'leave', 'fantastic', 'people', 'fantastic', 'crowd'], ['plane', 'head', 'iowa', 'state', 'fair', 'great', 'fun', 'hopefully', 'give', 'helicopter', 'ride', 'kid'], ['live', 'periscope', 'good', 'morning', 'iowa', 'let', 'trump', 'https', 'zslkmck'], ['get', 'iowa', 'state', 'fair', 'record', 'crowd', 'phenomenal', 'people', 'thank', 'iowa', 'never', 'let'], ['nicolledwallace', 'father', 'brilliant', 'man', 'wonderful', 'sense', 'therefore', 'must', 'good'], ['really', 'enjoy', 'iowa', 'state', 'fair', 'crowd', 'love', 'enthusiasm', 'something', 'never', 'forget'], ['poll', 'really', 'amazing', 'tired', 'incompetent', 'politician', 'bad', 'deal', 'http', 'co', 'wzinnsvzx'], ['foxnew', 'keep', 'george', 'talk', 'head', 'wrong', 'many', 'subject'], ['listen', 'rushlimbaugh', 'way', 'back', 'jury', 'duty', 'fantastic', 'show', 'terrific', 'guy'], ['official', 'hat', 'available', 'online', 'shop', 'visit', 'kwol_ibaw', 'selling', 'fast'], ['matter', 'https', 'co', 'sdfmhgneaf'], ['want', 'talented', 'people', 'come', 'country', 'work', 'hard', 'become', 'citizen', 'silicon', 'valley', 'need', 'engineer'], ['foreigner', 'attend', 'great', 'college', 'amp', 'want', 'stay', 'throw', 'country'], ['online', 'campaign', 'store', 'open', 'visit', 'http', 'co', 'merchandise', 'include', 'signature', 'hat'], ['jasondhorowitz', 'proud', 'sister', 'story', 'terrific', 'thank', 'much'], ['elect', 'president', 'immediately', 'approve', 'keystone', 'pipeline', 'impact', 'environment', 'amp', 'lot', 'job'], ['reform', 'plan', 'transform', 'program', 'deliver', 'country', 'lobbyist', 'amp', 'bipartisan', 'support', 'http', 'co', 'xday', 'qfv'], ['tomorrow', 'silent_majority', 'take', 'country', 'back', 'make_america', 'great'], ['marksteynonline', 'thank', 'great', 'job', 'seanhannity_tonight'], ['official', 'hat', 'available', 'online', 'shop', 'visit', 'co', 'zyiiyw', 'sell', 'fast'], ['cnn', 'special', 'pm', 'tonight'], ['get', 'back', 'amazing', 'people', 'great', 'time', 'together'], ['great', 'poll', 'result', 'thank', 'http', 'co'], ['thank', 'new_hampshire', 'together', 'make_america', 'great', 'http', 'co', 'ovxqmw', 'kob'], ['cover', 'time', 'magazine', 'great', 'honor', 'http', 'co', 'zlehp', 'op'], ['special', 'visitor', 'office', 'yesterday', 'time', 'photo', 'shoot', 'http', 'co', 'goloylerzz'], ['scene', 'video', 'uncle', 'sam', 'eagle', 'name', 'https', 'co', 'poxbchdhbd'], ['abcpolitic', 'must', 'apologize', 'statement', 'go', 'get', 'fast', 'quick', 'applied', 'hard', 'core', 'criminal', 'amp', 'gang_member', 'lie'], ['tomllamasabc', 'not', 'report', 'news', 'truthfully', 'apologize', 'fraudulent', 'story', 'world', 'news', 'tonight', 'gang_member', 'amp', 'criminal'], ['go', 'make', 'country', 'strong', 'great', 'rip', 'united_states', 'make_america', 'great'], ['alabama', 'shine', 'tomorrow', 'big', 'glorious', 'day'], ['sign', 'memo', 'say', 'term', 'anchor', 'baby', 'offensive', 'want', 'stay', 'true'], ['crazy', 'birth', 'illegal_immigrant', 'baby', 'year', 'must', 'stop', 'unaffordable', 'right'], ['go', 'wild', 'time', 'alabama', 'tonight', 'finally', 'silent_majority', 'http', 'co', 'ro'], ['great', 'https', 'sqhb'], ['boston', 'incident', 'terrible', 'need', 'energy', 'passion', 'must', 'treat', 'respect', 'would', 'never', 'condone', 'violence'], ['leave', 'mobile', 'alabama', 'right', 'late'], ['dow', 'dive', 'point', 'high', 'careful'], ['trumprallyal', 'http', 'co', 'uokcey'], ['jessebwatter', 'great', 'job', 'host', 'oreillyfactor', 'everybody', 'love', 'thank', 'nice_word'], ['alabama', 'great', 'last_night', 'amazing', 'people', 'folk', 'large', 'crowd', 'political', 'season', 'nice'], ['politico', 'cover', 'inaccurately', 'medium', 'source', 'say', 'something', 'go', 'way', 'distort', 'truth'], ['people', 'phoenix', 'politico', 'say', 'room', 'capacity', 'say', 'bernie_sander', 'room'], ['thank', 'washingtonpost', 'accurate', 'discriptive', 'story', 'speech', 'alabama', 'last_night', 'great', 'evening'], ['bernie_sander', 'go', 'defend', 'country', 'even', 'defend', 'microphone', 'sad'], ['confirm', 'city', 'mobile', 'alabama', 'people', 'last_night', 'event', 'make', 'pol', 'season'], ['start', 'war', 'illegal_immigration', 'secure', 'border', 'candidate', 'finally', 'speak', 'politician'], ['jeb_bush', 'weak', 'illegal_immigration', 'favor', 'common_core', 'bad', 'woman', 'health', 'issue', 'think', 'iraq', 'war', 'good', 'thing'], ['photoshoppe', 'photo', 'ad', 'give', 'black', 'left', 'hand', 'much', 'different', 'look', 'body', 'jeb', 'get', 'right'], ['last', 'thing', 'need', 'bush', 'white_house', 'would', 'old', 'thing', 'remember', 'read', 'lip', 'taxis', 'greatness'], ['new', 'reuters_poll', 'come', 'high', 'number', 'silent_majority', 'back', 'make_america', 'great'], ['long', 'state', 'tie', 'china', 'asia', 'market', 'take', 'market', 'get', 'smart'], ['market', 'crash', 'cause', 'poor', 'planning', 'allow', 'china', 'asia', 'dictate', 'agenda', 'could', 'get', 'messy', 'vote', 'trump'], ['depression', 'careful', 'china', 'https', 'co', 'bgk', 'zjkwt'], ['even', 'barbara', 'bush', 'agree', 'https', 'co', 'ssyf', 'xxx'], ['thank', 'greta', 'https', 'co', 'dty', 'fz'], ['int', 'business', 'time', 'get', 'job', 'lehman', 'florida', 'shift', 'pension', 'cash', 'bank', 'http', 'co', 'ubprpuwhq'], ['brody', 'file', 'lesson', 'evangelical', 'learn', 'donald', 'trump', 'thank', 'david', 'cbn', 'news', 'nice', 'http', 'co', 'xsbtuxxs'], ['megynkelly', 'must', 'terrible', 'vacation', 'really', 'game', 'afraid', 'confront', 'cornel', 'west', 'clue', 'immigration'], ['like', 'kelly', 'file', 'much', 'better', 'megynkelly', 'perhaps', 'could', 'take', 'day', 'unscheduled', 'vacation'], ['never', 'use', 'last', 'name', 'advertising', 'signage', 'material', 'ashamed', 'name', 'bush', 'pretty', 'sad', 'situation', 'go', 'jeb'], ['clumsy', 'move', 'get', 'anchor', 'baby', 'dilemma', 'sign', 'would', 'term', 'use', 'blame', 'asian'], ['asian', 'offend', 'jeb', 'say', 'anchor', 'baby', 'apply', 'way', 'politically_correct', 'hispanic', 'mess'], ['jeb_bush', 'talk', 'border', 'proposal', 'build', 'fence', 'fence', 'jeb', 'wall', 'big', 'difference'], ['governorpataki', 'terrible', 'job', 'governor', 'run', 'would', 'lose', 'landslide', 'graham', 'poll'], ['congrat', 'lindseygrahamsc', 'get', 'point', 'home', 'state', 'sc', 'far', 'well', 'nationally', 'pt'], ['good', 'poll', 'result', 'great', 'state', 'sc', 'trump', 'carson', 'bush', 'co', 'fjqfdcrfdt'], ['thank', 'https', 'co', 'qvdljtolqz'], ['true', 'thank', 'https', 'co', 'hdzt', 'oaid'], ['great', 'american', 'hero', 'avert', 'attack', 'france', 'thank', 'spencer', 'stone', 'anthony', 'sadler', 'amp', 'alex', 'skarlatos', 'http', 'co', 'tx'], ['thank', 'billkristol', 'go', 'make_america', 'great'], ['head', 'iowa', 'packed_house', 'release', 'poll', 'first', 'place', 'amazing', 'thank'], ['get', 'back', 'iowa', 'fantastic', 'evening', 'truly', 'fabulous', 'people', 'back', 'soon', 'thank'], ['interview', 'morning', 'talk', 'politic', 'poll', 'enjoy'], ['thank', 'christian', 'broadcasting', 'network', 'thebrodyfile', 'cbnnew', 'http', 'co', 'fwpggislu'], ['dennisdmz', 'thank', 'nice_word', 'fantastic'], ['katrinacampin', 'absolutely', 'great', 'cnn', 'thank'], ['great', 'job', 'cnn', 'tonight', 'proud', 'also', 'congrat', 'great', 'son', 'go', 'place'], ['press', 'inaccurately', 'cover', 'event', 'see', 'https', 'co', 'nilb', 'ni'], ['benfergusonshow', 'watch', 'cnn', 'thank', 'nice', 'comment'], ['want', 'endorsement', 'guy', 'ericcantor', 'lose', 'perhaps', 'great', 'upset', 'history', 'congress'], ['interview', 'morning_joe', 'much', 'talk'], ['great', 'job', 'tonight', 'foxnew', 'tony', 'way', 'make_america', 'great', 'tperkin'], ['cnn', 'trump', 'lead', 'odd', 'win', 'gop', 'nomination', 'http', 'co', 'exyto', 'bpj'], ['speech', 'south_carolina', 'yesterday', 'http', 'co', 'pv', 'sivxczu'], ['phony', 'story', 'try', 'buy', 'soccer', 'team', 'argentina', 'untrue', 'never', 'even', 'hear', 'team', 'interest', 'http', 'co', 'ycqaqbarfj'], ['thank', 'amspec', 'http', 'co', 'bpybnpxmc'], ['interview', 'sarahpalinusa', 'tonight', 'oan', 'network', 'enjoy'], ['great', 'rally', 'last_night', 'massachusetts', 'people', 'house', 'must', 'record', 'unbelievable', 'spirit', 'make_america', 'great'], ['leave', 'tennessee', 'big', 'crowd'], ['lose', 'top', 'fundraiser', 'quit'], ['via_breitbartnew', 'trump', 'win', 'nashville', 'grassroots', 'straw', 'poll', 'percent', 'http', 'co', 'kmnu'], ['love', 'many', 'friend', 'tennessee', 'crowd', 'enthusiasm', 'fantastic', 'straw', 'poll', 'big'], ['lead', 'bloomberg', 'iowa', 'poll', 'also', 'favorability', 'number', 'go', 'record', 'almost', 'unheard', 'clip', 'thank', 'iowa'], ['huma', 'abedin', 'top', 'aide', 'hillary_clinton', 'wife', 'perv', 'sleazebag', 'anthony', 'wiener', 'major', 'security', 'risk', 'collector', 'info'], ['think', 'wall', 'fence', 'work', 'suggest', 'take', 'fence', 'white_house', 'foolish', 'people'], ['act', 'love', 'say', 'https', 'co', 'fktkpati'], ['see', 'tell', 'http', 'uoc', 'xu'], ['proud', 'trump', 'int', 'golf_link', 'aberdeen', 'scotland', 'get', 'star', 'award', 'visitscotnew', 'https', 'co', 'rhfo'], ['president', 'obama', 'want', 'change', 'name', 'mt', 'mckinley', 'denali', 'year', 'great', 'insult', 'ohio', 'change', 'back'], ['clinton', 'mail', 'still', 'contain', 'classified_information', 'sensitive', 'sec', 'state', 'big', 'deal'], ['new', 'ppp', 'national', 'poll', 'first', 'place', 'wide', 'margin', 'wonder', 'foxnew', 'report', 'bad'], ['release', 'public', 'policy', 'polling', 'national', 'result', 'best', 'make_america', 'great'], ['yet', 'weak', 'hit', 'candidate', 'fail', 'campaign', 'jeb', 'sink', 'low', 'poll', 'other', 'go'], ['jeb', 'spending', 'million', 'dollar', 'hit', 'ad', 'fund', 'lobbyist', 'amp', 'special_interest', 'bad', 'system'], ['million', 'spend', 'attack', 'ad', 'pay', 'boss', 'owner', 'candidate', 'self_funde'], ['congrat', 'everyone', 'top', 'today', 'twitter', 'head', 'fast'], ['clinton', 'bush', 'https', 'etnhw'], ['many', 'super', 'pac', 'fund', 'group', 'want', 'total', 'control', 'candidate', 'form', 'attack', 'trump', 'remember', 'see'], ['turn', 'million', 'dollar', 'campaign', 'contribution', 'feel', 'totally', 'stupid', 'hope', 'appreciate', 'voter'], ['oreillyfactor', 'foxnew', 'always', 'karl', 'rove', 'spend', 'lose', 'race', 'dope', 'say', 'romney', 'election'], ['poll', 'win', 'big', 'listen', 'dopey', 'karl', 'rove', 'trump', 'hater', 'oreillyfactor', 'would', 'think', 'poorly', 'foxnew'], ['president', 'pathetic', 'club', 'growth', 'come', 'office', 'ask', 'ridiculous', 'contribution', 'say', 'way'], ['intelligently', 'turn', 'club', 'growth', 'crazy', 'request', 'get', 'nasty', 'waste', 'money', 'would'], ['interview', 'gma', 'morning', 'thank', 'great', 'poll', 'result'], ['terrible', 'deal', 'iran', 'https', 'co', 'dhdfog', 'tfp'], ['kevinolearytv', 'great', 'job', 'foxandfriend', 'morning', 'tell', 'also', 'nice', 'mention', 'book', 'sound', 'great'], ['gop', 'nomination', 'poll', 'see', 'specialreport', 'bretbai', 'http', 'co', 'izzg', 'mwu'], ['track', 'poll', 'pollster', 'nationwide', 'huffpost', 'pollster', 'gop', 'http', 'co', 'slsvuxcehf'], ['brithume', 'first', 'place', 'lot', 'poll', 'tie', 'first', 'place', 'iowa', 'poll', 'think', 'know', 'thank'], ['deal', 'iran', 'go', 'incompetent', 'ever', 'make', 'lose', 'virtually', 'point', 'win', 'anymore'], ['congratulation', 'yet', 'great', 'victory', 'tom', 'friend', 'total', 'winner'], ['live', 'periscope', 'watch', 'major', 'press_conference', 'live', 'trumptowerny', 'https', 'co', 'wwdgqkehd'], ['pledge', 'http', 'co', 'ovwdxgln'], ['morning_joe', 'minute', 'enjoy'], ['dallas', 'american', 'airline', 'center', 'sept', 'pm', 'great', 'back', 'texas', 'http', 'co', 'jo', 'fzqx'], ['daily', 'caller', 'trump', 'surpasse', 'field', 'flirt', 'percent', 'alabama', 'poll', 'http', 'co', 'lzg', 'smyc'], ['nice', 'thank', 'laura', 'https', 'yfa'], ['terrific', 'response', 'previous', 'tweet', 'dalla', 'american', 'airline', 'center', 'sept', 'pm', 'http', 'co', 'jo', 'fzqx'], ['meghanmccain', 'terrible', 'thefive', 'yesterday', 'angry', 'obnoxious', 'never', 'make', 'foxnew', 'much', 'better'], ['dalla', 'event', 'two_week', 'american', 'airline', 'center', 'fill', 'fast', 'get', 'ticket', 'fast', 'late'], ['low', 'rating', 'radio', 'host', 'hugh', 'hewitt', 'ask', 'suleiman', 'bake', 'hassan', 'nasrallah', 'typical', 'gotcha', 'question'], ['would', 'low', 'rating', 'radio', 'talk', 'show', 'host', 'hugh', 'hewitt', 'next', 'debate', 'cnn', 'rate', 'gotcha', 'guy'], ['announce', 'trump', 'advertising', 'rate', 'debate', 'cnn', 'go', 'increase', 'pay', 'charity'], ['saudi_arabia', 'vehemently', 'iran', 'nuclear', 'deal', 'today', 'embrace', 'happen', 'give', 'endorse'], ['make', 'speech', 'today', 'use', 'big', 'teleprompter', 'ever', 'see', 'fact', 'even', 'see', 'glass', 'black'], ['say', 'nasty', 'thing', 'read', 'directly', 'teleprompter', 'emotion', 'truth', 'read', 'speech'], ['remember', 'self_funde', 'campaign', 'hillary', 'jeb', 'rest', 'spend', 'special_interest', 'lobbyist', 'money', 'control'], ['self_funde', 'campaign', 'control', 'donor', 'special_interest', 'lobbyist', 'work', 'people'], ['hedge', 'fund', 'guy', 'gal', 'pay', 'high', 'taxis', 'pay', 'practically', 'nothing', 'must', 'reduce', 'taxis', 'middle_class'], ['presidential', 'election', 'hold', 'today', 'accord', 'surveyusa', 'poll', 'donald', 'trump', 'would', 'defeat', 'dem', 'http', 'co', 'wmfhknnswm'], ['phony', 'club', 'growth', 'ask', 'write', 'say', 'want', 'negative_ad', 'total', 'hypocrite'], ['country', 'need', 'president', 'great', 'leadership', 'skill', 'vision', 'someone', 'hillary', 'barack', 'clue'], ['dalla', 'event', 'september', 'american', 'airline', 'center', 'looks_like', 'giant', 'success', 'ticket', 'go', 'fast'], ['washington', 'wednesday', 'front', 'capitol', 'protest', 'horrible', 'incompetent', 'deal', 'make', 'iran'], ['club', 'growth', 'release', 'letter', 'send', 'ask', 'say', 'come', 'scam', 'operation'], ['thank', 'scottienhughe', 'powerful', 'word', 'foxnews', 'evangelical', 'big', 'time', 'win', 'together'], ['remember', 'see', 'capitol', 'build', 'wednesday', 'clock', 'dalla', 'sept', 'american', 'air', 'center'], ['washington', 'dalla', 'turn', 'really', 'big', 'event', 'protest', 'incompetent', 'iran', 'deal', 'dalla', 'big', 'speech'], ['looking_forward', 'sentedcruz', 'big', 'rally', 'wednesday', 'capitol', 'protest', 'insane', 'iran', 'nuke', 'deal'], ['look_forward', 'dc', 'tomorrow', 'big', 'crowd_expected', 'protest', 'truly', 'stupid', 'nuclear', 'deal', 'make', 'iran'], ['tomorrow', 'pm', 'west', 'front', 'lawn', 'capitol', 'even', 'believable', 'would', 'deal', 'iran'], ['nice_words', 'robert', 'redford', 'run', 'president', 'thank', 'robert', 'http', 'co', 'tpv', 'bw'], ['thank', 'ingrahamangle', 'strength', 'amp', 'wonderful', 'word', 'last_night', 'foxnew', 'easy', 'beat'], ['wake', 'jeb', 'supporter', 'https', 'co', 'dpgm'], ['self_funde', 'campaign', 'lobbyist', 'amp', 'special_interest', 'jeb', 'amp', 'other', 'start', 'big', 'ad', 'desperate', 'believe'], ['lobbyist', 'amp', 'special_interest', 'put', 'ad', 'jeb', 'hit', 'little', 'false'], ['jeb', 'policy', 'florida', 'help', 'lead', 'almost', 'total', 'collapse', 'right', 'leave', 'go', 'work', 'lehman', 'brother'], ['bill', 'oreillyfactor_tonight', 'lively', 'interview'], ['great', 'honor', 'receive', 'polling', 'number', 'record_sette', 'african_american', 'amp', 'hispanic', 'number', 'http', 'co', 'rjemtz'], ['bill', 'reilly', 'oreillyfactor_tonight', 'pm', 'enjoy'], ['usatoday', 'amateur', 'hour', 'iran', 'nuclear', 'deal', 'http', 'co', 'vdlxplpj'], ['see', 'tomorrow', 'capitol', 'protest', 'horribly', 'negotiate', 'deal', 'iran', 'really', 'sad'], ['letter', 'cnn', 'president', 'jeff', 'zucker', 'http', 'co', 'hkuyv', 'tfrm'], ['speak', 'stopirandeal', 'rally', 'shortly', 'watch', 'live', 'http', 'co', 'hstapf', 'qqo'], ['man', 'jeb', 'throw', 'brother', 'bus', 'last_night', 'colbertlateshow', 'probably', 'true', 'nice'], ['great', 'day', 'even_though', 'unpleasant', 'horrible', 'iran', 'nuke', 'deal', 'amazing', 'crowd', 'enthusiasm'], ['ahead', 'field', 'evangelical', 'proud', 'virtually', 'group', 'take', 'swipe'], ['greta', 'record', 'tonight', 'pm'], ['bobby', 'jindal', 'make', 'debate', 'stage', 'therefore', 'never', 'meet'], ['respond', 'people', 'register', 'poll', 'never', 'think', 'chance', 'prove', 'right'], ['tonight', 'show', 'jimmy', 'fallon', 'tonight', 'fun', 'jimmyfallon'], ['good', 'news', 'new', 'quinnipiac', 'poll', 'come', 'iowa'], ['also', 'tomorrow', 'night', 'go', 'boone', 'ame', 'really', 'look_forward', 'seeing', 'friend', 'iowa'], ['lightweight', 'governor', 'bobbyjindal', 'register', 'less', 'percent', 'poll', 'mock', 'hair', 'original'], ['let', 'take', 'moment', 'remember', 'hero', 'tragic', 'day', 'not', 'let', 'happen'], ['purchase', 'miss_universe', 'organization', 'settle', 'lawsuit', 'stay_tune'], ['robertjeffress', 'greatly_appreciate', 'kind_word', 'last_night', 'foxnew', 'great', 'love', 'evangelical', 'great', 'respect'], ['hill', 'ticket', 'leave', 'trump', 'dalla', 'rally', 'http', 'co', 'mc', 'bpdt'], ['fallontonight', 'jimmyfallon', 'pm', 'enjoy'], ['governorperry', 'terrific', 'guy', 'wish', 'well', 'know', 'great', 'future'], ['amazing', 'crowd', 'fallontonight', 'tune', 'tonight', 'http', 'co', 'dxoev'], ['tonight', 'show', 'amazing', 'enjoy'], ['backstage', 'jimmyfallon', 'open', 'skit', 'great', 'fun', 'fallontonight', 'https', 'co', 'torifu', 'vr'], ['foxandfriend', 'enjoy'], ['mercedesschlapp', 'thank', 'much', 'kind_word', 'television', 'fantastic', 'job', 'greatly_appreciate'], ['trump', 'campaign', 'hat', 'become', 'ironic', 'summer', 'accessory', 'time', 'http', 'co', 'xleluqfxof'], ['donald', 'trump', 'send', 'fallontonight', 'high', 'friday', 'rating', 'month', 'jimmyfallon', 'huge', 'http', 'co', 'mrhdw', 'dow'], ['lightweight_senator', 'randpaul', 'focus', 'try', 'get', 'elect', 'kentucky', 'great', 'state', 'embarrassed'], ['truly', 'understand', 'appeal', 'ron', 'paul', 'son', 'randpaul', 'get', 'right', 'gene'], ['many', 'people', 'stage', 'debate', 'randpaul', 'realclearnew', 'allow', 'participate'], ['great', 'time', 'iowa', 'jack', 'trice', 'stadium', 'unbelievable', 'people'], ['record', 'crowd', 'boone', 'iowa', 'fantastic', 'day', 'https', 'co', 'octcvayqoo'], ['someone', 'george', 'pataki', 'terrible', 'job', 'governor', 'register', 'poll', 'allow', 'debate', 'stage'], ['honor', 'thank', 'https', 'co', 'wklnsiss'], ['congrat', 'friend', 'schwarzenegger', 'season', 'celebrity_apprentice', 'great', 'amp', 'raise', 'lot', 'charity'], ['fan', 'sorry', 'apprentice', 'longer', 'equal', 'time', 'presidential', 'run', 'prohibit', 'love'], ['thank', 'mark', 'fun', 'https', 'co', 'hzlkplebet'], ['opponent', 'big', 'boss', 'lobbyist', 'donor', 'try', 'damage', 'fail', 'money', 'drain'], ['looking_forward', 'join', 'tuesday', 'ussiowa', 'battleship', 'president', 'join', 'http', 'co', 'oipqsjt', 'fh'], ['event', 'turn', 'huge', 'get', 'ticket', 'go', 'http', 'co', 'oipqsjt', 'fh'], ['vet', 'mistreat', 'border_security', 'tuesday', 'join', 'http', 'co', 'oipqsjt', 'fh'], ['unbelievable', 'crowd', 'dallas', 'https', 'co', 'hngvybjez'], ['speech', 'dalla', 'go', 'really', 'well', 'big', 'wonderful', 'crowd', 'arrive', 'big', 'day', 'tomorrow'], ['rebuild', 'military', 'take_care', 'vet', 'make', 'world', 'respect', 'join', 'today', 'info', 'http', 'co', 'oipqsjt', 'fh'], ['love', 'dalla', 'tremendous', 'crowd', 'last_night', 'back'], ['vet', 'treat', 'rd', 'class', 'citizen', 'enough', 'join', 'ussiowa', 'waterfront', 'hear', 'plan', 'vet', 'amp', 'military'], ['go', 'iowa', 'speak', 'great', 'veteran', 'friend'], ['little', 'respected', 'club', 'growth', 'ask', 'say', 'spend', 'lobbyist', 'special_interest', 'money', 'ad'], ['plan', 'lower_taxes', 'country', 'raise', 'phony', 'club', 'growth', 'say', 'raise_taxes', 'lie'], ['club', 'growth', 'ask', 'say', 'falsely', 'advertising', 'raise_taxes', 'low', 'big', 'league', 'middle_class'], ['everyone', 'talk', 'incredible', 'event', 'dalla', 'last_night', 'spectacular', 'crowd', 'amp', 'arena', 'thank', 'mcuban'], ['poll', 'really', 'look', 'good', 'everywhere', 'lobbyist', 'amp', 'special_interest', 'spend', 'turn', 'million'], ['inspect', 'property', 'big', 'job', 'creator', 'amp', 'listening', 'truly', 'fantastic', 'thank'], ['finish', 'wonderful', 'event', 'iowa', 'veteran', 'strong', 'america', 'endorse', 'great', 'honor', 'thank'], ['hope', 'arnold', 'well', 'apprentice', 'nice', 'guy', 'also', 'get', 'big', 'percentage', 'profit'], ['head', 'debate', 'soon', 'believe', 'cnn', 'milk', 'almost', 'hour', 'long', 'many', 'people', 'stage'], ['great', 'honor', 'somebody', 'know', 'win', 'https', 'co', 'syjh'], ['thank', 'coach', 'ditka', 'coach_bobby', 'knight', 'many', 'champion', 'supportive'], ['cnndebate', 'win', 'drudge_report', 'poll', 'http', 'co', 'fokcasbvun'], ['cnndebate', 'amazing', 'much', 'fun', 'http', 'co', 'tj', 'cnqp'], ['cnndebate', 'http', 'co', 'wfewx'], ['cnndebate', 'http', 'co', 'fc', 'zzvy'], ['announce', 'history', 'cnn', 'last_night', 'debate', 'highest_rate', 'ever', 'send', 'flower', 'amp', 'thank', 'note'], ['poll', 'do', 'debate', 'last_night', 'drudge', 'newsmax', 'time', 'magazine', 'winning', 'landslide'], ['go', 'little', 'big', 'crowd'], ['interview', 'tonight', 'seanhannity', 'foxnew', 'pm', 'enjoy'], ['would', 'really', 'bad', 'columnist', 'mike', 'lupica', 'leave', 'nydailynew', 'wonderful', 'talented', 'guy'], ['great', 'post', 'debate', 'poll', 'trump', 'increase', 'lead', 'breitbart', 'http', 'co', 'yjk', 'lj'], ['give', 'america', 'back', 'dream', 'donald', 'trump'], ['thank', 'https', 'co', 'clmowe'], ['release', 'position', 'paper', 'second_amendment', 'https', 'co', 'ssfxvgwtip'], ['looking_forward', 'meeting', 'student', 'urbandale', 'high', 'school', 'tomorrow', 'http', 'co', 'urj', 'tic'], ['morally', 'obligate', 'defend', 'president', 'time', 'somebody', 'say', 'something', 'bad', 'controversial', 'think'], ['first', 'time', 'life', 'cause', 'controversy', 'say', 'something'], ['someone', 'make', 'nasty', 'controversial', 'statement', 'president', 'really', 'think', 'would', 'come', 'rescue', 'chance'], ['would', 'challenge', 'man', 'medium', 'would', 'accuse', 'interfere', 'man', 'right', 'free', 'speech', 'win', 'situation'], ['christian', 'need', 'support', 'country', 'world', 'religious', 'liberty', 'stake', 'obama', 'horrible', 'great'], ['way', 'iowa', 'land', 'des_moine', 'hour', 'see'], ['trump', 'http', 'co', 'ox', 'pyd'], ['great', 'night', 'iowa', 'https', 'co', 'vfcrhwtktu'], ['thank', 'faith', 'freedom', 'forum', 'amp', 'urbandaleschool', 'great', 'time', 'iowa', 'today', 'http', 'co', 'peeehtvtc'], ['meetthepress', 'nbc', 'release', 'new', 'poll_number', 'base', 'debate', 'result', 'well', 'know'], ['way', 'carly', 'fiorina', 'become', 'republican', 'nominee', 'win', 'dem', 'boxer', 'kill', 'senate', 'california'], ['lead', 'big', 'poll', 'today', 'nbc', 'cnn', 'poll', 'double', 'next', 'fiorina'], ['attract', 'big', 'crowd', 'far', 'good', 'poll_number', 'also', 'far', 'much', 'medium', 'totally', 'dishonest', 'sad'], ['go', 'win', 'make_america', 'great', 'maybe', 'better', 'ever'], ['carly', 'fiorina', 'horrible', 'job', 'lucent', 'virtually', 'destroy', 'company', 'never', 'get', 'ceo', 'job', 'offer', 'pre'], ['foxandfriend', 'enjoy'], ['refuse', 'poll_number', 'massive', 'lead', 'instead', 'use', 'cnn', 'number', 'lead', 'small'], ['new', 'zogby', 'poll', 'highly_respected', 'medium', 'report', 'give', 'even', 'big', 'lead', 'http', 'co', 'yazykwvxnj'], ['asktrump', 'send', 'question', 'answer', 'live', 'later', 'afternoon'], ['carly', 'fiorina', 'terrible', 'business', 'last', 'thing', 'country', 'need', 'http', 'llhk'], ['jeb', 'confuse', 'year', 'https', 'co', 'moqjlnwryj'], ['medium', 'pick', 'new', 'zogby', 'poll', 'put', 'doubt', 'http', 'co', 'yazykwvxnj'], ['asktrump', 'getting_ready', 'answer', 'question', 'http', 'co', 'misqyasjhu'], ['dixierhilton', 'asktrump', 'http', 'jckt'], ['marketmavensinc', 'asktrump', 'http', 'co', 'ushpc', 'bm'], ['elisechristine', 'asktrump', 'http', 'co', 'npnyjtc'], ['kylestephen', 'asktrump', 'http', 'co', 'gjudtw'], ['highsock_sunday', 'asktrump', 'http', 'co', 'qvakuzxzab'], ['arealsuperman', 'asktrump', 'http', 'co', 'yiabzu'], ['modern_do_good', 'asktrump', 'http', 'co', 'aah', 'avrw'], ['joycefinance', 'asktrump', 'http', 'co', 'cwerg', 'lt'], ['marieleff', 'asktrump', 'co', 'ufclfkefrn'], ['asktrump', 'co'], ['wrap', 'amp', 'twitternyc', 'thank', 'question', 'asktrump', 'http', 'co', 'zpbcrhfxy'], ['great', 'time', 'twitternyc', 'asktrump', 'http', 'co', 'rfwqddpb'], ['asktrump', 'twitternyc', 'http', 'co', 'hjho', 'rk'], ['thank', 'dan', 'agree', 'https', 'co', 'daeomtnomq'], ['get', 'know', 'scottwalker', 'well', 'nice', 'person', 'great', 'future'], ['interview', 'tonight', 'pm_et', 'greta', 'ontherecord'], ['huffpost', 'pollster', 'http', 'co', 'ixcbctduip'], ['oreillyfactor', 'negative', 'refusing', 'post', 'great', 'poll', 'come', 'today', 'include', 'foxnews', 'good'], ['oreillyfactor', 'knowledgeable', 'talking_head', 'show', 'change', 'instead', 'old', 'trump', 'hater', 'bore'], ['really', 'hard', 'time', 'watch', 'foxnew'], ['richlowry', 'truly', 'dumb', 'talking_heads', 'clue'], ['republican', 'primary', 'morning', 'consult', 'poll', 'release', 'trump', 'carson', 'bush', 'fiorina', 'rubio', 'cruz', 'take', 'debate'], ['morning', 'consult', 'poll', 'trump', 'lead', 'http', 'co', 'lfn', 'pfsw'], ['yom', 'kippur', 'blessing', 'friend', 'israel', 'world', 'yomkippur'], ['colbertlateshow', 'tonight', 'http', 'co', 'bncg', 'xqvcw'], ['senator', 'marco', 'amnesty', 'rubio', 'bad', 'voting', 'record', 'senate', 'hit', 'national_security', 'say', 'go', 'iraq', 'vision'], ['ever', 'notice', 'lightweight', 'megynkelly', 'constantly', 'go', 'hit', 'totally', 'sexist', 'highly_overrate'], ['think', 'megynkelly', 'take', 'day', 'unscheduled', 'vacation'], ['remember', 'birther', 'movement', 'start', 'hillary_clinton'], ['featured', 'guest', 'season', 'opener', 'minute', 'sunday', 'certainly', 'plenty', 'talk'], ['colbertlateshow', 'cbs', 'enjoy', 'http', 'co', 'vdzpyct', 'aq'], ['juliinkster', 'congratulation', 'great', 'win', 'captain', 'champion'], ['headline', 'read', 'rubio', 'pass', 'bush', 'florida', 'poll', 'unfair', 'trump', 'destroy', 'trump', 'rubio', 'bush'], ['yogi', 'berra', 'great', 'baseball', 'player', 'great', 'guy', 'yogi', 'miss', 'https', 'pionmeh'], ['foxnew', 'treat', 'unfairly', 'amp', 'therefore', 'decide', 'fox', 'show', 'foreseeable', 'future'], ['great', 'night', 'thank', 'viewer', 'congratulation', 'stephenathome', 'http', 'co', 'imphx', 'colbertlateshow'], ['incompetent', 'richlowry', 'lose', 'tonight', 'foxnew', 'allow', 'tv', 'fcc', 'fine'], ['foxnews', 'owe', 'apology', 'allow', 'clueless', 'pundit', 'richlowry', 'foul', 'language', 'tv', 'unheard'], [], [], ['happy', 'daughter', 'ivankatrump', 'announcement', 'baby', 'spring', 'congratulation'], ['new', 'bloomberg', 'poll', 'trump', 'lead', 'big', 'http', 'co', 'eu', 'rmdbupw'], ['establishment', 'medium', 'good', 'effort', 'people', 'speak', 'loudly', 'clearly', 'thank', 'amazing', 'supporter'], ['bloomberg', 'trump', 'lead', 'gop', 'field', 'https', 'co', 'kwqwerzikl'], ['dishonest', 'nytime', 'reporter', 'jonathan', 'martin', 'refuse', 'acknowledge', 'massive', 'crowd', 'surge', 'forward', 'https', 'co', 'emtq', 'ndbz'], ['politico', 'read', 'respect', 'many', 'may', 'dishonest', 'medium', 'outlet', 'say', 'something'], ['fail', 'politico', 'news', 'outlet', 'hear', 'lose', 'lot', 'money', 'really', 'dishonest'], ['really', 'nice', 'lead', 'new_hampshire', 'increase', 'last', 'poll', 'http', 'co', 'cr', 'loi'], ['watch', 'marcorubio', 'television', 'talk', 'action', 'politician', 'truly', 'clue', 'bad', 'voting', 'record', 'sen'], ['megynkelly', 'foxnews', 'poll', 'say', 'plainly', 'come', 'second', 'debate', 'other', 'time', 'drudge', 'slate', 'say', 'come'], ['great', 'reception', 'value', 'voter', 'summit', 'check', 'job', 'office'], ['ahead', 'schedule', 'budget', 'oklahoma', 'tonight'], ['inspect', 'old_post', 'office', 'pennsylvania_avenue', 'great', 'hotel', 'soon', 'oklahoma', 'state', 'fair'], ['old_post', 'office', 'http', 'co', 'rs', 'fbcaiz'], ['dishonest', 'politico', 'call', 'say', 'none', 'poll', 'include', 'fox', 'cnn', 'zogby', 'amp', 'morning', 'consult', 'matter', 'serious', 'hater'], ['marcorubio', 'weak', 'illegal_immigration', 'allow', 'anyone', 'country'], ['bad', 'attendance', 'record', 'senate', 'rarely', 'vote', 'bill', 'marcorubio'], ['thehill', 'trump', 'boehner', 'resignation', 'good', 'thing', 'http', 'co', 'flb', 'fok'], ['thr', 'donald', 'trump', 'rating', 'bump', 'benefit', 'http', 'co', 'undo', 'krfus'], ['cbs', 'minute', 'sunday', 'great', 'honor', 'hope', 'enjoy'], ['thank', 'frankluntz', 'https', 'co', 'gpjbnxkv'], ['leave', 'oklahoma', 'amazing', 'crowd', 'people', 'night'], ['update', 'poll', 'tracker', 'poll', 'weekend', 'reveal', 'maintain', 'double', 'digit', 'lead', 'https', 'co', 'fgxhzluija'], ['lightweight_senator', 'marco_rubio', 'weak', 'immigration', 'know', 'nothing', 'finance', 'would', 'incapable', 'make', 'great', 'trade_deal'], ['marco_rubio', 'member', 'gang', 'weak', 'stop', 'illegal_immigration', 'change', 'poll_number', 'crash'], ['hope', 'enjoy', 'minute', 'tomorrow', 'night', 'believe', 'treat', 'fairly'], ['looking_forward', 'press_conference', 'taxis', 'trumptowerny'], ['live', 'periscope', 'tax', 'plan', 'press_conference', 'trump', 'https', 'co'], ['know', 'enjoy', 'read', 'tax', 'plan', 'http', 'co', 'fxtuqnxefh'], ['thank', 'http', 'co', 'sxuul', 'https', 'co', 'fbnl', 'awg'], ['outfrontcnn', 'erinburnett', 'tonight', 'tax', 'reduction', 'various', 'topic'], ['conservative', 'double', 'florida', 'state', 'debt', 'http', 'co', 'kdoycqwuqi'], ['zogby', 'poll', 'trump', 'widen', 'lead', 'gop', 'debate', 'http', 'co', 'yazykwvxnj'], ['gop', 'debate', 'scorecard', 'donald', 'trump', 'energy', 'wayne', 'allyn', 'root', 'http', 'co', 'mmfjegrnf'], ['rating', 'minute', 'last_night', 'big', 'year', 'nice'], ['believe', 'want', 'trade', 'prisoner', 'prisoner', 'hold', 'let', 'go', 'last', 'deal'], ['prediction', 'rand_paul', 'drive', 'race', 'statement', 'announce', 'soon'], ['hope', 'rand_paul', 'get', 'race', 'supporter', 'come', 'much', 'well', 'job'], ['definitely', 'watch', 'danger', 'ahead', 'insightful', 'particularly', 'corp', 'inversion', 'hurt', 'america', 'http', 'co', 'pjn', 'swvtf'], ['carl', 'icahn', 'say', 'think', 'moment', 'time', 'candidate', 'speak', 'country', 'problem'], ['great', 'https', 'je', 'ddzbs'], ['watch', 'lightweight_senator', 'marco_rubio', 'talk', 'action', 'defend', 'weak', 'position', 'illegal_immigration', 'pathetic'], ['read', 'trump', 'large', 'add', 'enthusiastic', 'crowd', 'tonight', 'place', 'pack'], ['totally', 'own', 'lobbyist', 'special_interest', 'lightweight_senator', 'bad', 'voting', 'record', 'senate', 'lazy'], ['highly_respected', 'economist', 'larry_kudlow', 'big', 'fan', 'tax', 'plan', 'thank', 'larry', 'http', 'psn'], ['anyone', 'read', 'profile', 'marco_rubio', 'would', 'never', 'vote', 'never', 'make', 'cent', 'amp', 'totally', 'control', 'http', 'co', 'ka', 'lvffjfm'], ['great', 'news', 'highly_respected', 'usa', 'today', 'suffolk', 'university', 'poll', 'enjoy', 'https', 'co'], ['nice', 'thank', 'wayne', 'allyn', 'root', 'http', 'co', 'dzulhdzsoi'], ['interesting', 'poll', 'gop', 'debate', 'http', 'co', 'ngqsg'], ['interview', 'donlemon', 'tonight', 'cnn', 'pm'], ['trump', 'tax', 'plan', 'proposal', 'reagan', 'would', 'approve', 'jeff', 'bell', 'http', 'co', 'kmpeswvslr'], ['get', 'back', 'great', 'crowd', 'great', 'people', 'back', 'soon'], ['thank', 'https'], ['mittromney', 'try', 'hit', 'say', 'let', 'repub', 'party', 'loss', 'obama', 'choke'], ['interview', 'seanhannity_tonight', 'many', 'thing', 'mostly', 'bad', 'talk'], ['warm', 'condolence', 'family', 'horrible', 'roseburg', 'oregon', 'shooting'], ['looking_forward', 'virginia', 'beach', 'virginia', 'today', 'demand', 'ticket', 'amazing', 'good_luck', 'storm', 'back', 'soon'], ['nashville', 'tennessee', 'tomorrow', 'much', 'talk', 'see'], ['congratulation', 'brother', 'robert', 'amp', 'ann', 'marie', 'success', 'monteskitchen', 'dutchess', 'county', 'amenia', 'great', 'food'], ['picture', 'beautiful', 'mother', 'amazing', 'father', 'family', 'hang', 'monteskitchen', 'upstate', 'http', 'co', 'sehqvv'], ['thank', 'megynkelly', 'nice', 'thing', 'say', 'great', 'heart', 'smart', 'always', 'want', 'help', 'people'], ['bush', 'rubio', 'finally', 'attack', 'know', 'would', 'order', 'last', 'establishment', 'man', 'stand', 'great'], ['rubio', 'disloyal', 'bush', 'mentor', 'decide', 'run', 'say', 'love', 'word', 'hate'], ['leave', 'nashville', 'tennessee', 'great', 'time', 'fabulous', 'crowd', 'people', 'love', 'nashville', 'back', 'soon', 'http', 'dod', 'wfm'], ['meetthepress', 'chucktodd', 'tomorrow', 'morning', 'nbc', 'enjoy'], ['tune', 'see', 'thisweekabc', 'gstephanopoulos', 'enjoy'], ['people', 'tennessee', 'yesterday', 'amazing', 'thank'], ['interview', 'gstephanopoulos', 'abc'], ['interview', 'chucktodd', 'meetthepress'], ['lead', 'big', 'margin', 'poll', 'press', 'keep', 'ask', 'would', 'ever', 'get', 'troublemaker', 'go', 'win'], ['fantastic', 'supporter', 'go', 'win', 'make_america', 'great', 'maybe', 'great', 'ever'], ['incompetence', 'current', 'administration', 'comprehension', 'tpp', 'terrible', 'deal'], ['thought', 'prayer', 'flood', 'affect', 'great', 'people', 'south_carolina'], ['political', 'strategist', 'stuart', 'stevenswho', 'lead', 'romney', 'tube', 'easy', 'victoryhas', 'terrible', 'political', 'instinct'], ['important', 'make_america', 'great'], ['ever', 'forget', 'together', 'make_america', 'great'], ['waynenewtonmrlv', 'wayne', 'pleasant', 'surprise', 'nice', 'thank', 'much'], ['crooked', 'club', 'growth', 'give', 'advertising', 'iowa', 'remember', 'want', 'dollar', 'say', 'total', 'fraud'], ['labor', 'union', 'give', 'serious', 'thought', 'endorse', 'trump', 'washington', 'examiner', 'http', 'co', 'xrepsyudsj'], ['specialreport', 'bretbai', 'tonight', 'pm', 'http', 'co', 'rhp'], ['true', 'https', 'co', 'exaqgy'], ['speak', 'general', 'term', 'would', 'confront', 'gunman', 'criticizing', 'victim', 'fair'], ['book', 'bad', 'horrible', 'political', 'advice', 'mitt_romney', 'waste', 'money', 'arrogant', 'guy'], ['head', 'packed_house', 'waterloo', 'iowa', 'celebrate', 'today', 'great', 'poll_number', 'together', 'see', 'soon'], ['wonder', 'somebody', 'something', 'clown', 'politico', 'totally', 'dishonest', 'reporting'], ['politico', 'power', 'dishonest'], ['find', 'rockingham', 'county', 'republican', 'booth', 'straw', 'poll', 'deerfield', 'fair', 'past', 'weekend'], ['stuartpsteven', 'make', 'dumb', 'political', 'decision', 'time', 'help', 'romney', 'get', 'destroy', 'obama'], ['iowa', 'amazing', 'today', 'great', 'crowd', 'great', 'people', 'thank', 'back', 'soon'], ['arrive', 'packed_house', 'speech', 'tomorrow', 'big', 'poll', 'result', 'today', 'lead', 'big', 'everywhere', 'make_america', 'great'], ['wacky', 'glennbeck', 'always', 'seem', 'cry', 'bad', 'boehner', 'speak', 'badly', 'refuse', 'show', 'real', 'nut', 'job'], ['hear', 'glennbeck', 'big', 'trouble', 'viewer', 'amp', 'rating', 'way', 'amp', 'become', 'irrelevant', 'glad', 'show'], ['great', 'news', 'hear', 'ewerickson', 'red', 'state', 'fire', 'dog', 'read', 'tweet', 'understand'], ['time', 'iowa', 'yesterday', 'massive', 'overflow', 'crowd', 'love'], ['trump', 'tallest', 'beautiful', 'building', 'town', 'speak', 'great', 'crowd', 'treasure', 'island', 'noon'], ['great', 'kevin', 'mccarthy', 'drop', 'speaker', 'race', 'nee', 'really', 'smart', 'really', 'tough', 'person', 'take', 'important', 'job'], ['washington', 'mess', 'nothing', 'work', 'make_america', 'great', 'go', 'happen', 'anyone_else'], ['man', 'dangerous', 'political', 'operative', 'america', 'bloomberg', 'politic', 'http', 'co', 'nqtr'], ['goal', 'winner', 'donald', 'trump', 'campaign', 'real', 'guardian', 'http', 'srp'], ['website', 'expose', 'marco', 'amnesty', 'rubio', 'go', 'live', 'donor', 'class', 'puppet', 'breitbart', 'http', 'co', 'garr'], ['thank', 'https', 'co', 'fgcu'], ['thank', 'https', 'co', 'bfsu', 'mcq'], ['leave', 'unbelievable', 'crowd', 'many', 'hispanic', 'love', 'love', 'https', 'co', 'hzdv', 'wer'], ['great', 'event', 'nevada', 'http', 'li', 'orkoqt'], ['ewerickson', 'total', 'low', 'life', 'read', 'past', 'tweet', 'dummy', 'factor', 'fade', 'fast'], ['ewerickson', 'run', 'redstate', 'ground', 'change', 'necessary', 'congratulation', 'redstate', 'good_luck', 'future'], ['happy', 'hear', 'politico', 'dishonest', 'political', 'outlet', 'lose', 'fortune', 'pure', 'scum'], ['interview', 'morning_joe', 'great', 'crowd', 'yesterday'], ['good_luck', 'enjoy', 'https', 'co', 'ddfptvypxv'], ['thank', 'larry', 'best_wishe', 'https', 'co', 'azwpbsjj'], ['interview', 'facethenation', 'sunday', 'cbs', 'johndickerson', 'true'], ['go', 'atlanta', 'georgia', 'tomorrow', 'info', 'http', 'co', 'vyumphm', 'hope', 'see'], ['thank', 'https', 'co', 'azxlgvwegm'], ['true', 'thank', 'https', 'co', 'bjnef', 'yfvq'], ['thank', 'https', 'vssa'], ['crowd', 'gather', 'hear', 'trump', 'speech', 'http', 'co', 'ox', 'yycv'], ['new', 'gravi', 'poll', 'trump', 'carson', 'http', 'co', 'mjcwoeijkv'], ['good_luck', 'man', 'national', 'team', 'tomorrow', 'concacaf', 'cup', 'mexico', 'great', 'game', 'https', 'co', 'afzjnz'], ['mark', 'could', 'https', 'co', 'toj', 'ecojnz'], ['great', 'gravi', 'poll', 'great', 'state', 'also', 'watch', 'facethenation', 'cbs', 'howardkurtz', 'mediabuzz', 'sunday'], ['interview', 'medium', 'buzz', 'howie', 'kurtz', 'fox', 'sunday'], ['head', 'atlanta', 'tomorrow', 'morning', 'noon', 'speech', 'north', 'atlanta', 'trade', 'center', 'big', 'crowd', 'great', 'people'], ['paul_ryan', 'far', 'first', 'choice', 'nice', 'guy', 'republican', 'go', 'tough', 'smart', 'time', 'game'], ['lead', 'big', 'poll', 'go', 'win', 'remember', 'trump', 'never', 'give'], ['chucktodd', 'inform', 'interview', 'last', 'week', 'meetthepress', 'highest_rated', 'show', 'year', 'congrat'], ['thank', 'georgia', 'great', 'afternoon', 'back', 'soon', 'http', 'co', 'gkfoshg', 'xh'], ['thisweekabc', 'gstephanopoulo', 'fantastic', 'number', 'last', 'sunday', 'trump', 'interview', 'nice'], ['interview', 'howardkurtz', 'mediabuzz', 'air', 'tomorrow', 'fox', 'pm', 'great', 'job', 'howie', 'insightful'], ['interview', 'facethenation', 'jdickerson', 'tomorrow', 'est', 'enjoy'], ['fantastic', 'rating', 'last', 'weekend', 'meetthepress', 'amp', 'thisweekabc', 'think', 'fair', 'go', 'foxnewssunday', 'chris_wallace'], ['breitbart', 'ride', 'high', 'poll', 'donald', 'trump', 'storm', 'american', 'south', 'overflow', 'crowd', 'georgia', 'http', 'co', 'ilcamzxc'], ['little', 'barry', 'diller', 'lose', 'fortune', 'newsweek', 'daily', 'beast', 'write', 'badly', 'sad', 'pathetic', 'figure', 'life', 'lie'], ['get', 'back', 'georgia', 'crowd', 'love', 'amazing', 'great', 'day', 'together', 'back', 'soon'], ['face', 'nation', 'cbs', 'today', 'medium', 'buzz', 'fox', 'news', 'enjoy'], ['president', 'obama', 'terrible', 'minute', 'tonight', 'say', 'climate_change', 'important', 'thing', 'current', 'disaster'], ['great', 'everyone', 'say', 'much', 'well', 'minute', 'last', 'week', 'president', 'obama', 'tonight', 'agree'], ['leave', 'soon', 'great', 'time', 'truly', 'special', 'place'], ['realclear', 'politic', 'http', 'co', 'jppgszvn'], ['thank', 'https', 'co', 'hfdfvwmy'], ['interview', 'seanhannity', 'foxnew', 'pm', 'tonight', 'enjoy'], ['request', 'many', 'even_though', 'expect', 'bore', 'hour', 'cover', 'democrat', 'debate', 'live', 'twitter'], ['someone', 'inform', 'cnn', 'spend', 'million', 'graphic', 'democratic', 'debate', 'rather', 'democrat'], ['sheldon', 'adelson', 'look', 'give', 'big', 'dollar', 'rubio', 'feel', 'mold', 'perfect', 'little', 'puppet', 'agree'], ['arrogant', 'young', 'woman', 'question', 'nasty', 'fashion', 'label', 'yesterday', 'jeb', 'staffer', 'beat', 'russia', 'amp', 'china'], ['honor', 'trump', 'top', 'clinton', 'drop', 'connecticut', 'primary', 'quinnipiac', 'university', 'poll', 'find', 'http', 'co', 'wila', 'fb'], ['everybody', 'talk', 'likely', 'boring', 'debate', 'tonight', 'realdonaldtrump', 'demdebate'], ['nice', 'thank', 'much', 'https', 'co', 'ombuwuha'], ['expect', 'deal', 'china', 'russia', 'iran', 'get', 'catch', 'plant', 'speech', 'yesterday'], ['exclusive', 'trump', 'lion', 'need', 'http', 'co', 'oynwvnfsge'], ['announce', 'host', 'saturday_night', 'live', 'look_forward', 'http', 'co', 'eqyvr'], ['live', 'nbcsnl', 'http', 'co', 'rfee', 'mbbp'], ['interesting', 'bad', 'guy', 'take', 'much', 'time', 'know', 'maybe', 'star', 'bear', 'unlikely'], ['fun', 'hopefully', 'learn', 'something', 'tonight', 'shoot', 'straight', 'call', 'see', 'good', 'bad', 'enjoy'], ['putin', 'feel', 'nervous', 'scared', 'demdebate'], ['get_rid', 'commercial', 'demdebate'], ['trade', 'deal', 'disaster', 'always', 'demdebate'], ['anyone', 'imagine', 'chafee', 'president', 'way'], ['malley', 'former', 'mayor', 'little', 'chance'], ['win', 'debate', 'far', 'last', 'name', 'demdebate'], ['script', 'rehearse', 'least', 'stage'], ['hard', 'thing', 'clinton', 'defend', 'bad', 'decision', 'make', 'include', 'iraq', 'vote', 'mail'], ['good', 'move', 'bernie'], ['sorry', 'star', 'stage', 'tonight'], ['sander', 'say', 'black', 'life', 'matter', 'hillary', 'answer', 'question'], ['notice', 'illegal_immigrant', 'give', 'obamacare', 'free', 'college', 'tuition', 'nothing', 'mention', 'veteran', 'demdebate'], ['check', 'oan', 'compare', 'watch'], ['late', 'book', 'hillary', 'really', 'tough', 'http', 'co', 'zcouautdi', 'rogerjstonejr'], ['hillary', 'debate', 'last_night', 'get', 'opponent', 'gentle', 'soft'], ['demdebate', 'really', 'bore', 'lot', 'fun', 'live_tweeting', 'pick', 'far', 'follower'], ['need', 'strong', 'leader', 'fast', 'https', 'co', 'uvhbc', 'jnxd'], ['debate', 'last_night', 'prove', 'hillary', 'run', 'team', 'lucky', 'come'], ['go', 'richmond', 'virginia', 'today', 'big', 'crowd', 'see'], ['even_though', 'legal', 'right', 'steven', 'tyl', 'song', 'ask', 'well', 'take', 'place'], ['steven', 'tyler', 'get', 'publicity', 'song', 'request', 'get', 'year', 'good'], ['cnn', 'orc', 'poll', 'result', 'nevada', 'trump', 'carson', 'fiorina', 'bush', 'cruz', 'http', 'co', 'qzpia'], ['excellent', 'job', 'host', 'demdebate', 'last_night', 'tough', 'firm', 'fair'], ['cnn', 'poll', 'south_carolina', 'great', 'http', 'co', 'oi'], ['oreillyfactor', 'pm', 'foxnew'], ['incredible', 'crowd', 'richmond', 'virginia', 'tonight', 'much', 'spirit', 'energy', 'https', 'adzf'], ['proud', 'daughter_ivanka', 'great', 'interview', 'http', 'co', 'anl', 'tovro'], ['sign', 'tax', 'return', 'http', 'co'], ['great', 'day', 'new_jersey', 'trump', 'http', 'co', 'idayongil', 'amp', 'http', 'co', 'ysqpfea'], ['kevinhart', 'real', 'join', 'woodmank', 'katek', 'amp', 'ask', 'thought', 'realdonaldtrump', 'trump', 'thank', 'kevin', 'nice'], ['gop', 'agree', 'ridiculous', 'debate', 'term', 'cnbc', 'ask', 'major', 'benefit', 'party'], ['cnbc', 'pushing', 'gop', 'ask', 'extra', 'time', 'criterion', 'order', 'sell', 'commercial'], ['gop', 'ask', 'debate', 'much', 'longer', 'air', 'bore', 'demdebate'], ['bloombergtv', 'tomorrow', 'sruhle', 'enjoy'], ['megyn', 'kelly', 'really', 'dumb', 'puppet', 'chris', 'stirewalt', 'amp', 'marc', 'threaten', 'bushy', 'exactly', 'say', 'poll', 'say', 'debate'], ['marcthiessen', 'fail', 'bush', 'speechwriter', 'work', 'bad', 'never', 'able', 'make', 'comeback', 'third_rate', 'talent'], ['poll', 'time', 'drudge', 'slate', 'other', 'say', 'debate', 'hear', 'megyn', 'kelly', 'puppet', 'say', 'bad', 'stuff', 'watch'], ['cnbc', 'agree', 'debate', 'hour', 'fantastic', 'news', 'especially', 'million', 'people', 'watch'], ['erictrump', 'fantastic', 'foxandfriend', 'morning', 'may', 'son', 'special', 'guy'], ['scottienhughe', 'keep', 'great', 'work', 'scottie', 'poll', 'best', 'ever'], ['nice', 'story', 'businessinsider', 'http', 'co', 'snyivv'], ['great', 'new', 'poll', 'http', 'co', 'eheivyd'], ['rumor', 'grubby', 'head', 'fail', 'vanityfair', 'magazine', 'sloppy', 'graydon_carter', 'go', 'fire', 'replace', 'soon'], ['head', 'boston', 'see', 'huge', 'crowd', 'friend', 'great', 'competitor', 'golf', 'partner', 'https', 'co', 'lwpbffq', 'bp'], ['massachusett', 'place', 'pack'], ['debate', 'say', 'brother', 'keep', 'safe', 'want', 'nice', 'amp', 'mention', 'wtc', 'come', 'watch'], ['jebbush', 'pathetic', 'say', 'nothing', 'happen', 'brother', 'term', 'world', 'trade', 'center', 'attack', 'come'], ['jebbush', 'country', 'need', 'energy', 'spirit', 'provide'], ['katrinapierson', 'fantastic', 'job', 'tonight', 'foxnew', 'thank', 'tough', 'smart', 'representation'], ['thank', 'thefix', 'honest', 'commentary', 'thing', 'great', 'team', 'ia', 'sc', 'https', 'co', 'zvqiw', 'cpco'], ['hillaryclinton', 'front_page', 'nytime', 'wave', 'people', 'crowd', 'next', 'door', 'people', 'pic'], ['cnet', 'donald', 'trump', 'best', 'website', 'performance', 'expert', 'say', 'http', 'co', 'iohazot', 'lk'], ['business', 'insider', 'donald', 'trump', 'poll', 'dominance', 'key', 'state', 'mind', 'blow', 'http', 'co', 'fqiapu', 'gvc'], ['russia', 'world', 'already', 'start', 'respect', 'http', 'co', 'hdsutmhim'], ['great', 'story', 'post', 'really', 'well', 'write', 'http', 'co', 'zxfte', 'aqyf'], ['interview', 'fox', 'news', 'sunday', 'chris_wallace', 'depend', 'location', 'tough', 'good'], ['good', 'news', 'want', 'make_america', 'great', 'win', 'poll', 'state', 'national', 'big', 'number', 'thank'], ['amazing', 'thank', 'trump', 'http', 'co', 'fnrixjwcvf'], ['depend', 'location', 'fox', 'tough', 'really', 'good', 'interview', 'chris_wallace', 'enjoy'], ['stop', 'try', 'defend', 'brother', 'focus', 'shortcoming', 'fix', 'also', 'rubio', 'hit', 'hard'], ['morning', 'chris_wallace', 'good', 'political', 'show', 'television', 'kidding', 'fun'], ['jeb', 'brother', 'attack', 'destabalize', 'middle_east', 'attack', 'iraq', 'weapon', 'mass', 'destruction', 'bad', 'info'], ['foxnewssunday'], ['mittromney', 'speak', 'negatively', 'presidential', 'chance', 'openly', 'hard', 'terrible', 'choke', 'loss', 'obama'], ['mittromney', 'campaign', 'manager', 'critical', 'candidate', 'blow', 'election', 'never', 'lose'], ['everyone', 'remember', 'mittromney', 'famous', 'remark', 'self', 'deportation', 'do', 'need', 'angry', 'advice'], ['release', 'sad', 'totally', 'apologetic', 'letter', 'penn', 'pennjillette', 'hand', 'deliver', 'mind', 'would', 'change', 'fast'], ['replay', 'fox', 'news', 'sunday', 'chris_wallace', 'foxnew', 'big', 'statement', 'make', 'chris'], ['interview', 'chris_wallace', 'foxnew', 'turn', 'football', 'minute', 'make_america', 'great'], ['amazing', 'dumb', 'people', 'television', 'work', 'wall_street', 'journal', 'particular', 'real', 'dope', 'name', 'charle', 'lane'], ['report', 'cnn', 'trump', 'halo', 'effect', 'cause', 'record', 'shatter', 'democratic', 'debate', 'rate', 'viewer', 'true'], ['fox', 'news', 'sunday', 'chris_wallace', 'broadcast', 'foxnew'], ['good', 'thing', 'supporter', 'way', 'megynkelly', 'puppet', 'unfairly', 'treat', 'watch', 'show'], ['really', 'cold', 'call', 'major', 'freeze', 'week', 'ahead', 'normal', 'man', 'could', 'big', 'fat', 'dose', 'global_warming'], ['jeb', 'fighting', 'defend', 'catastrophic', 'event', 'fighting', 'make', 'sure', 'happen', 'jeb', 'soft', 'need', 'tough', 'amp', 'sharper'], ['bruce', 'willis', 'wear', 'hat', 'fallontonight', 'last', 'friday', 'http', 'co', 'plebk'], ['new', 'poll', 'trump', 'blue', 'collar', 'support', 'high', 'fdr', 'http', 'co', 'fnrixjwcvf'], ['interesting', 'read', 'http', 'co', 'efgd', 'dzqo'], ['ibtime', 'fire', 'donald', 'trump', 'focus', 'even_though', 'hijacker', 'get', 'florida', 'license', 'https', 'co', 'mhsk'], ['see', 'attack', 'possibly', 'could', 'stop', 'need', 'real', 'leadership', 'vision', 'https', 'ja'], ['tonight', 'official', 'count', 'time', 'record', 'anderson', 'civic', 'center', 'sc', 'thank', 'trump', 'https', 'co', 'bmjcymz'], ['bill', 'want', 'https', 'co', 'rvozhzrleb'], ['seanhannity_tonight', 'pm', 'foxnews', 'hannity'], ['lot', 'great', 'new', 'poll', 'big', 'lead', 'https', 'co', 'exbo', 'https', 'co', 'xjaawc', 'rgo', 'https', 'co', 'fyxyena'], ['donald', 'trump', 'top', 'franklin', 'pierce', 'herald', 'poll', 'percent', 'https', 'co', 'gxxj', 'yhkiw'], ['aberdeen', 'turnberry', 'scotland', 'soon', 'open', 'doonbeg', 'ireland', 'blow', 'bandon', 'dune', 'away', 'bandon', 'toy', 'comparison'], ['interview', 'seanhannity_tonight', 'find', 'interesting', 'hope', 'enjoy'], ['karlrove', 'good', 'day', 'ever', 'poll', 'morning', 'consult', 'boston', 'globe', 'monmouth', 'cnn', 'great'], ['seanhannity'], ['interview', 'gma', 'good', 'morning', 'america', 'tomorrow', 'big', 'new', 'abc', 'poll', 'come', 'hope', 'well'], ['monicacrowley', 'great', 'seanhannity_tonight', 'thank', 'nice_word'], ['gma'], ['boston', 'herald', 'franklin', 'pierce', 'poll', 'trump', 'carson', 'bush', 'rubio', 'cruz', 'press', 'say', 'surge'], ['interview', 'gma', 'good', 'morning', 'america', 'abc', 'announce', 'new', 'poll_number', 'make_america', 'great'], ['new', 'poll', 'abc', 'news', 'washington_post', 'trump', 'carson', 'rubio', 'bush', 'medium', 'put', 'negative', 'spin'], ['trumptoronto', 'vote', 'hotel', 'canada', 'conde', 'nast', 'traveler', 'prestigious', 'reader', 'choice', 'award', 'https', 'co', 'txu'], ['great', 'worker', 'complete', 'skylight', 'trump', 'international_hotel', 'old_post', 'office', 'https', 'co', 'ijybdk'], ['think', 'joe', 'biden', 'make', 'correct', 'decision', 'amp', 'family', 'personally', 'would', 'rather', 'run', 'hillary', 'record', 'bad'], ['believe', 'campaign', 'manager', 'berlin', 'germany', 'look', 'money', 'give', 'germany', 'https', 'co', 'hddwrbtene'], ['trump', 'near', 'day', 'top', 'hill', 'https', 'mdzpy', 'tre'], ['chriswallace', 'interview', 'sunday', 'high', 'rating', 'feb', 'congratulation', 'https', 'co', 'azzb'], ['joe', 'thank', 'run', 'https', 'co', 'yyamvxwc'], ['young', 'intern', 'accidentally', 'retweet', 'apologize'], ['remember', 'official', 'campaign', 'merchandise', 'hat', 'apparel', 'etc', 'buy', 'https', 'co', 'sxuul', 'careful', 'get', 'rip'], ['nice', 'cher', 'greatly_appreciate', 'https', 'co', 'hmnfep'], ['crowd', 'amazing', 'tonight', 'trump', 'national_doral', 'miami', 'love', 'excitement', 'ballroom', 'tomorrow', 'noon', 'jacksonville'], ['massive', 'crowd', 'already', 'form', 'jacksonville', 'incredible', 'day', 'noon', 'make_america', 'great'], ['leave', 'jacksonville', 'see', 'great'], ['say', 'goodbye', 'great', 'worker', 'trumpdoral', 'miami', 'https', 'co', 'ag', 'egsus'], ['finish', 'speak', 'jacksonville', 'florida', 'incredible', 'crowd', 'fantastic', 'people', 'thank'], ['sit', 'interview', 'jaketapper', 'cnn', 'morning', 'tough', 'question', 'hopefully', 'good', 'answer'], ['live', 'monday', 'morning', 'trumptoday'], ['expect', 'great', 'crowd', 'amazing', 'people', 'question', 'live', 'trumptoday'], ['jebbush', 'totally', 'lose', 'spend', 'much', 'time', 'manage', 'bloated', 'staff', 'campaign', 'amp', 'enough', 'talk', 'america', 'future'], ['jebbush', 'tiny', 'person', 'crowd', 'senator', 'tim', 'scott', 'forum', 'thousand', 'real', 'passion', 'https', 'co', 'osbw'], ['jebbush', 'slash', 'campaign', 'salary', 'people', 'make', 'million', 'manage', 'campaign', 'manage', 'country', 'finance'], ['jeb_bush', 'cutting', 'staff', 'salary', 'pay', 'ridiculous', 'amount', 'money', 'pay', 'much', 'first', 'place'], ['major', 'sit', 'interview', 'state', 'union', 'jake', 'tapper', 'cnn', 'enjoy'], ['right', 'time', 'campaign', 'total', 'disarray', 'much', 'staff', 'pay', 'way', 'much', 'money', 'govt'], ['big', 'poll', 'announce', 'morning', 'cbsnew', 'face', 'nation', 'wonder', 'well', 'press', 'report', 'result', 'doubt'], ['spell', 'difference', 'cnn', 'jaketapper', 'ben', 'weak', 'illegal_immigration'], ['never', 'create', 'job', 'life', 'maybe', 'nurse', 'create', 'ten', 'thousand', 'job'], ['watch', 'cnn', 'jaketapper', 'interview', 'abc', 'gstephanopoulos', 'watch', 'face', 'nation'], ['big', 'poll', 'come', 'today', 'face', 'nation', 'cbsnew'], ['watch', 'interview', 'cbsnew', 'face', 'nation', 'also', 'new', 'cbs', 'poll', 'good', 'medium', 'report'], ['cbsnew', 'poll', 'trump', 'carson', 'bush', 'south_carolina', 'trump', 'carson', 'cruz', 'iowa', 'trump', 'carson'], ['believe', 'foxnew', 'still', 'play', 'old', 'iowa', 'poll_number', 'mention', 'abcwashington', 'post', 'cbs', 'result'], ['byronyork', 'great', 'number', 'cbsnew', 'poll', 'also', 'abc', 'washington_post', 'poll', 'thank', 'cnn'], ['word', 'ford', 'motor', 'constant', 'badger', 'pack', 'event', 'go', 'cancel', 'deal', 'go', 'mexico', 'stay'], ['think', 'get', 'credit', 'keep', 'ford', 'care', 'supporter', 'know', 'truth', 'think', 'do', 'president'], ['remember', 'carson', 'bush', 'rubio', 'weak', 'illegal_immigration', 'nothing', 'stop', 'country', 'overrun'], ['aerial', 'shot', 'jacksonville', 'crowd', 'yesterday', 'may', 'well', 'show', 'medium', 'trump', 'https', 'co', 'uvmet'], ['leave', 'todayshow', 'live', 'new', 'cbsnew', 'poll', 'trump', 'carson'], ['want', 'abolish', 'medicare', 'want', 'save', 'social', 'security'], ['whole', 'super', 'pac', 'scam', 'unfair', 'person', 'disavow', 'pac', 'amp', 'self_funding'], ['super', 'pac', 'scam', 'candidate', 'disgrace'], ['presidential', 'candidate', 'immediately', 'disavow', 'super', 'pac', 'break', 'spirit', 'law', 'law'], ['trumptoday', 'watch', 'appearance', 'todayshow', 'morning', 'https', 'co', 'nboeguzu'], ['dopey', 'billkristol', 'lose', 'credibility', 'many', 'dumb', 'statement', 'pick', 'say', 'last', 'week', 'morning_joe', 'biden'], ['new', 'gravi', 'national', 'poll', 'nice'], ['thank', 'sahilkapur', 'wonderful', 'story', 'https', 'co', 'iptylrlzz'], ['trump', 'national', 'lead', 'increase', 'go', 'third', 'gop', 'debate', 'trump', 'carson', 'rubio', 'https', 'co', 'sjazkq'], ['national', 'gop', 'presidential', 'poll', 'oann', 'realdonaldtrump', 'trump', 'https', 'co', 'mvcj'], ['leave', 'sioux', 'city', 'iowa', 'great', 'event', 'rally'], ['wonderful', 'poll', 'north_carolina', 'trump', 'https', 'co', 'xdzgkdtnev'], ['washington_post', 'inside', 'world', 'donald', 'trump', 'super', 'fan', 'https', 'co', 'vhkz', 'pm'], ['thank', 'iowa', 'great', 'night', 'see', 'soon', 'trump', 'https', 'co', 'achh', 'cnrg'], ['great', 'evening', 'pack', 'auditorium', 'iowa', 'colorado', 'looking_forward', 'sure', 'unfair', 'debate'], ['cnbc', 'continue', 'report', 'fictious', 'poll_number', 'number', 'base', 'statistic', 'trump', 'wide', 'margin', 'say'], ['believe', 'kasie', 'hunt', 'poor', 'purposely', 'inaccurate', 'report', 'great', 'night', 'crowd', 'iowa', 'politico', 'scam'], ['anybody', 'think', 'cnbc', 'get', 'fictitious', 'polling', 'number', 'correct', 'sometime', 'prior', 'start', 'debate', 'sad'], ['sure', 'medium', 'report', 'highly_respecte', 'new', 'national', 'poll', 'come', 'economist', 'https', 'co', 'aalsqngha'], ['theeconomist', 'poll', 'highly_respected', 'release', 'wait', 'medium', 'digest', 'number', 'happy'], ['cnbc', 'poll', 'total', 'trump', 'carson', 'rubio'], ['mailonline', 'trump', 'still', 'lead', 'whopping', 'point', 'fluke', 'survey', 'put', 'carson', 'top', 'https', 'co', 'tfaoarlozb'], ['thank', 'everyone', 'say', 'debate', 'even', 'cnbc', 'poll'], ['thank', 'gopdebate', 'https', 'co', 'bjbpu', 'https'], ['cnbcgopdebate', 'poll', 'close', 'trump', 'declare', 'official', 'winner', 'thank', 'https', 'mfhlcsbwd', 'https', 'co', 'zpixar', 'rfc'], ['thank', 'piersmorgan', 'great'], ['thank', 'jonathan', 'greatly_appreciated', 'https', 'co', 'qdcax'], ['thank', 'colorado', 'honor', 'win', 'news', 'gopdebate', 'poll', 'https', 'co', 'rvnuqemej'], ['drudge', 'poll', 'gopdebate', 'thank', 'https', 'co', 'lcdolijmsl'], ['money', 'lose', 'politico', 'consider', 'many', 'world', 'politic', 'dumbest', 'slant', 'political', 'site', 'loser'], ['thank', 'morningmika', 'joenbc', 'nice_words', 'comment', 'debate'], ['thank', 'everybody', 'wonderful', 'comment', 'debate', 'performance', 'lot', 'fun', 'today', 'speak', 'reno_nevada'], ['thank', 'https', 'co', 'meiiuqke'], ['cnbc', 'poll', 'trump', 'gopdebate', 'trump', 'https', 'jeyniigjpj', 'https', 'co', 'wedauo', 'drm'], ['slate', 'gopdebate', 'https', 'co', 'yhscqpg'], ['fail', 'host', 'glennbeck', 'mental', 'basketcase', 'love', 'superpacs', 'word', 'want', 'politician', 'totally', 'control', 'lobbyist'], ['speakerryan', 'congratulation', 'good_luck', 'great', 'job', 'wonderful'], ['join', 'tuesday', 'nov', 'pm', 'trump', 'tower', 'nyc', 'signing_copie', 'new', 'book_crippled', 'america', 'miss'], ['twitt', 'positive', 'thank', 'https', 'co', 'jbjewt'], ['debate', 'oann', 'thank', 'trump', 'https', 'co', 'vhypdzfkpz'], ['interview', 'thisweekabc', 'gstephanopoulos', 'rating', 'increase', 'sunday', 'last', 'year', 'last', 'week'], ['hear', 'really', 'bad', 'stuff', 'failing', 'politico', 'much', 'longer', 'untalented', 'reporter'], ['love', 'debate', 'last_night', 'cnbc', 'check', 'poll', 'everyone', 'agree', 'harwood', 'bomb'], ['thank', 'charleshurt', 'nice_words', 'seanhannity', 'win', 'make_america', 'great'], ['thank', 'morning_joe', 'explain', 'cnn', 'many', 'other', 'lead', 'almost', 'national', 'amp', 'state', 'poll'], ['happy_birthday', 'wonderful', 'daughter', 'ivankatrump'], ['thank', 'rushlimbaugh', 'wonderful', 'word'], ['super', 'pac', 'disavow', 'anyone', 'run', 'president', 'total', 'scam', 'system', 'country', 'self_funding'], ['donald', 'trump', 'lead', 'poll', 'florida', 'https', 'co', 'ehsfxh'], ['political', 'insider', 'donald', 'trump', 'receive', 'good', 'news', 'possible', 'https', 'co', 'wxuxqe'], ['happy_birthday', 'friend', 'garyplayer', 'https', 'co', 'wun'], ['govmikehuckabee', 'great', 'job', 'foxnew', 'tonight', 'thank', 'nice_word', 'child', 'class'], ['candidate', 'john_kasich', 'oreillyfactor', 'talk', 'dismantle', 'medicare', 'medicaid', 'refer'], ['go', 'save', 'medicare', 'medicaid', 'carson', 'want', 'abolish', 'fail', 'candidate', 'john_kasich', 'clue', 'weak'], ['black', 'life', 'matter', 'protester', 'totally', 'disrupt', 'hillary_clinton', 'event', 'look', 'lose', 'need', 'isis', 'china', 'russia'], ['new', 'poll', 'first', 'place', 'say', 'third', 'debate', 'demand', 'recount', 'kid', 'poll'], ['see', 'land', 'billionaire', 'give', 'big', 'money', 'superpac', 'total', 'scam', 'marco', 'must', 'address', 'sir'], ['leave', 'norfolk', 'virginia', 'great', 'battleship', 'wisconsin', 'big', 'rally', 'really', 'big', 'crowd', 'see', 'soon'], ['tell', 'politico', 'lose', 'top', 'person', 'poor', 'result', 'money', 'pay', 'legit', 'would', 'far', 'better'], ['lift', 'right', 'wisconsin', 'norfolk', 'see'], ['wsj', 'wall_street', 'journal', 'love', 'write', 'badly', 'better', 'careful', 'unleash', 'big', 'time', 'look_forward'], ['colincowherd', 'say', 'nice', 'thing', 'debate', 'think', 'show', 'theherd', 'monday'], ['leave', 'virginia', 'unveil', 'healthcare', 'plan', 'great', 'veteran', 'happy', 'https', 'co', 'rhdicocpyv'], ['support', 'coach', 'kennedy', 'right', 'together', 'young', 'player', 'pray', 'football', 'field', 'liberty', 'institute', 'suspend'], ['https', 'uwyangv', 'ir'], ['thank', 'jame', 'freeman', 'wsj', 'nice_words', 'poll', 'say', 'debate', 'nbc', 'rd', 'explain', 'daniel', 'henninger'], ['complaint', 'many', 'people', 'would', 'watch', 'really', 'dumb', 'record_setting', 'debate', 'interesting', 'question'], ['people', 'know', 'fortunemagazine', 'still', 'business', 'tell', 'writer', 'alisa', 'soloman', 'leave', 'apprentice', 'run', 'president'], ['thehill', 'john', 'oliver', 'people', 'call', 'ask', 'bore', 'low', 'rate', 'show', 'say', 'thank', 'waste', 'time', 'amp', 'energy'], ['really', 'fail', 'campaign', 'trail', 'think', 'would', 'far', 'talente', 'waste', 'time', 'amp', 'money'], ['proof', 'gang', 'member', 'marco_rubio', 'weak', 'illegal_immigration', 'paul', 'singer', 'amnesty', 'endorsement', 'rub', 'win'], ['anybody', 'believe', 'strong', 'border', 'stop', 'illegal_immigration', 'not', 'vote', 'marco_rubio', 'read', 'https', 'tj', 'isbpg'], ['jeb', 'new', 'slogan', 'jeb', 'fix', 'never', 'think', 'jeb', 'crook', 'stupid', 'message', 'word', 'fix', 'good', 'politic'], ['tell', 'speech', 'jeb', 'marco', 'marco', 'ambitious', 'disloyal', 'jeb', 'mentor'], ['marco_rubio', 'win', 'weak', 'illegal_immigration', 'strong', 'amnesty', 'appearance', 'killer', 'world', 'lightweight'], ['jeb_bush', 'competent', 'could', 'lose', 'skirmish', 'marco', 'debate', 'bad', 'fact', 'marco', 'properly', 'deliver'], ['join', 'tuesday', 'nov', 'pm', 'trumptow', 'nyc', 'signing_copie', 'book_cripple', 'america', 'miss'], ['politic', 'often', 'smart', 'send', 'false', 'message', 'thing', 'clear', 'hillary', 'want', 'run', 'trump'], ['thank', 'joetrippi', 'nice', 'true', 'word', 'medium', 'buzz', 'terrific', 'howie', 'kurtz', 'lead', 'foxnew'], ['rip', 'make', 'good', 'deal', 'kind', 'history', 'move', 'block', 'import'], ['sirius', 'national', 'news', 'steve', 'bannon', 'breitbartnew'], ['morning_joe', 'marco', 'debate', 'mind', 'desperate', 'people', 'line', 'poll', 'even', 'crazy', 'cnbc', 'marco', 'good', 'looking'], ['thank', 'carl', 'higbie', 'former', 'navy', 'seal', 'support', 'plan', 'straighten', 'veteran', 'administration', 'mess', 'great', 'job', 'kilmeade'], ['meet', 'trumptowerny', 'get', 'copy', 'new', 'book_crippled', 'america', 'sign', 'pm', 'https', 'fv'], ['charlesmblow', 'new', 'poll', 'instead', 'single', 'ancient', 'national', 'poll', 'tiny', 'bit', 'negative', 'dishonest', 'reporting'], ['megynkelly', 'use', 'poll', 'nobody', 'else', 'wonder', 'https', 'co', 'wehqux', 'ss'], ['interview', 'jheil', 'amp', 'markhalperin', 'wollmanrink', 'air', 'pm', 'bpolitic', 'https', 'co', 'qerqu', 'ceeh'], ['join', 'tomorrow', 'nov', 'pm', 'trumptowerny', 'signing_copie', 'new', 'book_crippled', 'america', 'miss'], ['interview', 'gma', 'foxandfriend', 'talk', 'new', 'book', 'today', 'crippled_america'], ['join', 'today', 'nov', 'rd', 'trumptowernyc', 'noon', 'signing_copie', 'new', 'book_crippled', 'america', 'miss'], ['charlesgkoch', 'look', 'new', 'puppet', 'governor', 'walker', 'cratere', 'like', 'rubio', 'next', 'fail'], ['would', 'keep', 'barack_obama', 'executive_order', 'amnesty', 'intact', 'see', 'article', 'not', 'president', 'https', 'co', 'oouya'], ['seanhannity_tonight', 'pme', 'talk', 'new', 'book', 'crippledamerica', 'much', 'trump'], ['trump', 'https', 'co', 'ujgy', 'nsk'], ['terrible', 'megynkelly', 'use', 'poll', 'use', 'refuse'], ['land', 'exciting', 'morning', 'plan'], ['foxnews', 'poll', 'come', 'almost', 'importantly', 'strong', 'economic', 'issue', 'far', 'trump'], ['unveil', 'first', 'campaign', 'ad', 'morning_joe', 'tomorrow', 'enjoy'], ['also', 'tune', 'todayshow', 'discuss', 'campaign', 'new', 'ad', 'crippledamerica'], ['say', 'marco_rubio', 'friend', 'pure', 'political', 'speak', 'truthful', 'say', 'disloyal', 'guy', 'friend'], ['seanhannity', 'correct', 'say', 'run', 'president', 'twice', 'never', 'run', 'merely', 'consider', 'run'], ['rubio', 'lie', 'meeting', 'hispanic', 'activist', 'change', 'opinion', 'treat', 'respect', 'shame', 'https', 'co', 'kgfi', 'xch'], ['carson', 'story', 'total', 'fabrication', 'true', 'even', 'worse', 'try', 'hit', 'mother', 'head', 'hammer', 'stabbing', 'friend'], ['great', 'honor', 'easily', 'finish', 'first', 'foxnews', 'poll', 'tabulation', 'even_though', 'good', 'poll', 'use', 'determine', 'winner'], ['florida', 'ethic', 'commission', 'advocate', 'come', 'hard', 'rubio', 'people', 'work', 'say', 'use', 'wrong', 'credit', 'card', 'sure'], ['bad', 'reporting', 'puff', 'piece', 'nytimes', 'state', 'carson', 'try', 'solidify', 'lead', 'easily', 'sad'], ['want', 'hit', 'mother', 'head', 'hammer', 'stab', 'friend', 'pyramid', 'build', 'grain', 'storage', 'people', 'get'], ['carson', 'admit', 'friend', 'name', 'bob', 'try', 'stab', 'bob', 'save', 'belt', 'buckle', 'longer', 'exist', 'bob', 'wrong', 'name'], ['think', 'would', 'good', 'idea', 'fair', 'include', 'govchristie', 'amp', 'mikehuckabeegop', 'debate', 'solid', 'good', 'guy', 'foxbusiness'], ['ajdelgado', 'thank', 'much', 'nice_word', 'support', 'really', 'enjoy', 'listen', 'idea', 'thought'], ['getting_ready', 'nbcsnl', 'commercial', 'https', 'co', 'ashecyfbrv'], ['happy_birthday', 'great', 'billygraham', 'do', 'many', 'wonderful', 'thing', 'least', 'fantastic', 'family', 'love', 'billy'], ['sad', 'obama', 'reject', 'keystone', 'pipeline', 'thousand', 'job', 'good', 'environment', 'downside'], ['oreillyfactor_tonight', 'signing', 'copy', 'crippled_america', 'bill', 'https', 'co', 'agyuvlcu'], ['billkristol', 'become', 'sad', 'case', 'magazine', 'fail', 'badly', 'probably', 'long', 'go', 'prediction', 'always', 'wrong'], ['would', 'nice', 'jmartnyt', 'learn', 'read', 'poll', 'write', 'next', 'story', 'probably', 'do', 'purpose', 'good', 'reporting'], ['dumb', 'political', 'pundit', 'television', 'chris', 'stirewalt', 'foxnew', 'wrong', 'fact', 'check', 'fox', 'debate', 'ranking', 'trump', 'dope'], ['robertgbeckel', 'thank', 'brother', 'nice_words', 'television', 'seem', 'great', 'guy', 'character', 'cnn'], ['saturday_night', 'live', 'incredible', 'thing', 'store', 'tonight', 'great', 'thing', 'play', 'authentic', 'enjoy'], ['say', 'ticket', 'tonight', 'saturday_night', 'live', 'hardest', 'get', 'history', 'great', 'show', 'good', 'start'], ['saturday_night', 'live', 'studio', 'electricity', 'place', 'tweet', 'skit', 'stay_tune'], ['amazing', 'evening', 'saturday_night', 'live'], ['foxandfriend'], ['nbcsnl', 'much', 'fun', 'last_night'], ['cnn', 'interview', 'jake', 'tapper', 'enjoy'], ['interview', 'gstephanopoulos', 'abc'], ['interview', 'meetthepress', 'chucktodd', 'cbsnew', 'face', 'nation', 'john', 'dickerson', 'long', 'evening'], ['television', 'rating', 'nbcsnl', 'saturday_night', 'live', 'come', 'great', 'good', 'protester'], ['ericshawnonfox', 'highest_rate', 'saturday_night', 'live', 'year', 'high', 'opening', 'night', 'hillary', 'amp', 'miley', 'cyrus', 'nice_word'], ['thank', 'give', 'wonderful', 'review', 'performance', 'nbcsnl', 'saturday_night', 'live', 'good', 'rating', 'year'], ['betsy_mccaughey', 'thank', 'much', 'really', 'appreciate', 'comment', 'help', 'veteran', 'else', 'https', 'co', 'mwpujx'], ['listen', 'ana', 'navarro', 'talent', 'tv', 'persona', 'work', 'bush', 'total', 'conflict', 'interest', 'https', 'co', 'myntmrdte'], ['thank', 'pier', 'greatly_appreciated', 'piersmorgan', 'https', 'co', 'mimznrmoc'], ['great', 'job', 'greta', 'donaldjtrumpjr', 'nobody', 'could', 'do', 'better'], ['great', 'evening', 'springfield', 'illinois', 'thank', 'support', 'trump', 'https', 'co', 'mqofui'], ['marco_rubio', 'total', 'lightweight', 'hire', 'run', 'small', 'company', 'highly_overrate', 'politician'], ['marco_rubio', 'even', 'respond', 'properly', 'president', 'obama', 'state', 'union', 'speech', 'pour', 'sweat', 'amp', 'chug', 'water', 'choke'], ['marco_rubio', 'totally', 'weak', 'illegal_immigration', 'amp', 'favor', 'easy', 'amnesty', 'lightweight', 'choker', 'bad', 'usa'], ['thank', 'nypost', 'robert', 'rorke', 'really', 'nice', 'review', 'snl', 'many', 'enjoy', 'gratify', 'https', 'co', 'wgelut'], ['trump', 'https', 'co'], ['interview', 'gstephanopoulo', 'gma', 'much', 'talk'], ['go', 'buy', 'crippled_america', 'make_america', 'great', 'really', 'well', 'great', 'thanksgiving', 'christmas', 'present'], ['thank', 'trump', 'https', 'co', 'yuibep', 'jcz'], ['thank', 'south_carolina', 'trump', 'https', 'co', 'icmxx'], ['people', 'magazine', 'donald', 'trump', 'right', 'give', 'snl', 'good', 'rating', 'nearly', 'year', 'see', 'https', 'co', 'bio'], ['morning_joe', 'live', 'tomorrow', 'trump'], ['morning_joe', 'live', 'talk', 'debate'], ['love', 'debate', 'drudge', 'line', 'poll', 'amazing', 'evening', 'moderator', 'outstanding', 'job'], ['thank', 'morning_joe', 'morningmika', 'great', 'show', 'trump', 'https', 'co', 'teauhiqd'], ['happy', 'veteran', 'day', 'serve', 'thank', 'special', 'work'], ['return', 'home', 'great', 'state', 'make', 'many', 'friend', 'special', 'place'], ['never', 'say', 'china', 'bad', 'tpp', 'trade', 'deal', 'china', 'would', 'come', 'back', 'door', 'later_date', 'cnn', 'foxbusiness'], ['gerardtbak', 'gerard', 'wonderful', 'job', 'last_night', 'moderator', 'debate', 'tell', 'many', 'really', 'smart', 'elegant'], ['pm', 'tonight', 'tune'], ['interview', 'oreillyfactor_tonight', 'pm'], ['line', 'poll', 'include', 'drudge', 'time', 'thousand', 'respondent', 'say', 'debate', 'krauthammer', 'say'], ['interview', 'mariabartiromo', 'foxbusiness'], ['today', 'wrong', 'know', 'china', 'new', 'trade', 'deal', 'would', 'come', 'latter', 'back', 'door'], ['wsj_editorial', 'board', 'review', 'debate', 'statement', 'china', 'apologize', 'china', 'part', 'get', 'way', 'later'], ['wsj_editorial', 'board', 'wrong', 'often', 'get', 'info', 'incorrect', 'story', 'pub', 'watch', 'listen', 'debate'], ['dummy', 'wsj', 'go', 'apologize', 'totally', 'incorrect', 'editorial', 'want', 'smart', 'trade_deal'], ['wsj', 'call', 'comment', 'clarification', 'writing', 'editorial', 'totally', 'wrong', 'wonder', 'poorly'], ['country', 'border', 'border', 'country'], ['karlrove', 'biased', 'dope', 'write', 'falsely', 'china', 'tpp', 'moron', 'waste', 'political', 'campaign', 'lose'], ['fail', 'wsj', 'write', 'false', 'editorial', 'let', 'dummy', 'karlrove', 'make', 'mistake', 'edition', 'paper'], ['wsj', 'dopey', 'karl', 'rove', 'make', 'mistake', 'purposely', 'statement', 'terrible', 'tpp', 'deal', 'https', 'co', 'jzgiuayl'], ['total', 'fool', 'karlrove', 'part', 'republican', 'establishment', 'problem', 'talk', 'action', 'dummy', 'https', 'hs'], ['pre', 'candidate', 'weak', 'illegal_immigration', 'say', 'like', 'amnesty', 'pathway', 'citizenship'], ['texas', 'quite', 'jump', 'first', 'place'], ['thank', 'forbe', 'show', 'wsj', 'wrong', 'dishonest', 'https', 'co', 'wojexdekng'], ['macy', 'disloyal', 'strong', 'stance', 'illegal_immigration', 'stock', 'crash', 'boycottmacys', 'https', 'co', 'wsvztwzbbf'], ['bretbai', 'tonight', 'pm', 'trump'], ['outfrontcnn', 'erinburnett', 'pm', 'tune', 'trump'], ['first', 'candidate', 'virginia', 'validate', 'signature', 'ballot', 'honor', 'thank', 'trump'], ['thank', 'iowa', 'appreciate', 'support', 'iowacentral', 'amp', 'ethanolbypoet', 'evening', 'trump', 'iacaucus', 'https', 'co', 'mjzlcxjtpf'], ['happy', 'friday', 'https', 'auzggoi'], ['carlyfiorina', 'carly', 'also', 'tell', 'kasich', 'let', 'jeb', 'talk', 'give', 'chance', 'kasich', 'constantly', 'cut'], ['carlyfiorina', 'carly', 'graduate', 'wharton', 'well', 'fact', 'checker', 'apologize'], ['carlyfiorina', 'say', 'book', 'pathological', 'temper', 'pathological', 'disease', 'say', 'apology'], ['carlyfiorina', 'say', 'minute', 'week', 'putin', 'never', 'say', 'green', 'room', 'separate', 'piece', 'great', 'rating'], ['carlyfiorina', 'inject', 'factual', 'statement', 'concern', 'order', 'breathe', 'life', 'fail', 'campaign'], ['seanhannity', 'carly', 'campaign', 'dead', 'make', 'false', 'statement', 'order', 'salvage', 'hope', 'sad'], ['great', 'honor', 'induct', 'box', 'hall', 'fame', 'last_night', 'thank', 'timing', 'could', 'better', 'https', 'co', 'pexovl'], ['thank', 'jaketapper', 'give', 'credit', 'vision', 'bombing', 'oil', 'field', 'do', 'long', 'ago', 'trump'], ['laugh', 'say', 'bomb', 'isis', 'control', 'oil', 'field', 'laugh', 'say', 'trump'], ['boy', 'guy', 'shepnewsteam', 'tough', 'totally_biased', 'reporter', 'ashamed', 'trump'], ['prayer', 'victim', 'hostage', 'horrible', 'paris', 'attack', 'may', 'god'], ['president', 'obama', 'say', 'isil', 'continue', 'shrink', 'interview', 'hour', 'horrible', 'attack', 'pari', 'bad', 'change'], ['need', 'much', 'tough', 'much', 'smart', 'leadership', 'need'], ['great', 'news', 'pull', 'away', 'pack', 'nd', 'trump', 'https', 'co', 'haswradhme'], ['president', 'obama', 'term', 'islamic_terrorism', 'time', 'much', 'death', 'time'], ['hillary', 'sander', 'well', 'fail', 'former', 'mayor', 'stage', 'malley', 'clown'], ['bernie_sander', 'admit', 'real', 'unemployment_rate', 'actually', 'african_american', 'youth'], ['think', 'everyone', 'new', 'successful', 'book_crippled', 'america', 'go', 'get', 'let', 'know', 'think'], ['president', 'obama', 'issue', 'word', 'radical_islamic', 'terrorism', 'say', 'problem', 'solve'], ['realdonaldtrump', 'isis', 'amp', 'oil', 'field', 'say', 'year', 'andersoncooper', 'acknowledge', 'trump', 'https', 'co', 'ocob'], ['great', 'time', 'texas', 'yesterday', 'tremendous', 'crowd', 'wonderful', 'enthusiastic', 'people', 'back', 'soon'], ['need', 'strong', 'tough', 'brilliant', 'leadership', 'ever', 'make_america', 'great'], ['vanityfair', 'magazine', 'really', 'poorly', 'get', 'bad', 'bad', 'year', 'lose', 'almost', 'former', 'allure'], ['watch', 'sloppy', 'graydon_carter', 'fail', 'close', 'spy', 'magazine', 'watch', 'fail', 'vanityfair', 'magazine', 'total', 'loser'], ['glad', 'see', 'rondarousey', 'lose', 'championship', 'fight', 'last_night', 'soundly', 'beat', 'nice', 'person'], ['johnlegere', 'tmobile', 'john', 'focus', 'run', 'company', 'think', 'service', 'terrible', 'try', 'hire', 'good', 'manager'], ['president', 'obama', 'tell', 'president', 'putin', 'important', 'russian', 'air', 'strike', 'isis', 'tell'], ['great', 'guy', 'question', 'good', 'quarterback'], ['remember', 'say', 'attack', 'oil', 'isis', 'source', 'wealth', 'long', 'time', 'ago', 'everyone', 'scoff', 'attack', 'oil'], ['interesting', 'article', 'highly_respected', 'wayne', 'allyn', 'root', 'https', 'co', 'ess'], ['macys', 'share', 'year', 'never', 'know', 'tie', 'amp', 'shirt', 'sell', 'would', 'big', 'impact'], ['republican', 'must', 'stop', 'listen', 'dope', 'karlrove', 'still', 'insist', 'mitt_romney', 'last', 'election', 'think', 'big', 'amp', 'think', 'strong'], ['land', 'knoxville', 'tennessee', 'shortly', 'tremendous', 'crowd_expected', 'simple', 'want'], ['discuss', 'syrianrefugee', 'ericbolle', 'foxnew', 'back', 'isis', 'https', 'co', 'rux', 'bzm'], ['agree', 'headline', 'say', 'trump', 'co', 'twslpjpqg'], ['land', 'knoxville', 'tennessee', 'massive', 'crowd_expected', 'great', 'time', 'serious', 'matter'], ['leave', 'knoxville', 'crowd', 'amazing', 'people', 'trump', 'https', 'deolel'], ['great', 'poll_number', 'umassamherst', 'thank', 'trump', 'https', 'co', 'eplqrgjmyw'], ['receive', 'copy', 'sarahpalinusa', 'new', 'book', 'great', 'read', 'sarah', 'terrific', 'person'], ['thank', 'tennessee', 'trump', 'https', 'co', 'rnz', 'hvbvvm'], ['many', 'great', 'poll', 'reuter', 'big', 'lead', 'everywhere', 'really', 'special', 'win', 'big', 'make_america', 'great'], ['almost', 'everyone', 'else', 'little', 'confidence', 'president', 'obama', 'horrible', 'attitude', 'man', 'resign', 'defeat'], ['refugee', 'syria', 'pour', 'great', 'country', 'know', 'could', 'isis', 'president', 'insane'], ['gop', 'voter', 'trust', 'donald', 'trump', 'keep', 'country', 'safe', 'https', 'co', 'twslpjpqg'], ['president', 'https', 'co', 'kaax'], ['sad', 'thing', 'journalism', 'happen', 'formerly', 'great', 'ap', 'lose', 'way', 'longer', 'credible'], ['badly', 'say', 'experience', 'report', 'terrible', 'highly', 'inaccurate', 'sadly', 'irrelevant'], ['melania', 'interview', 'legendary_barbarajwalter', 'watch', 'abc', 'friday', 'tonight', 'talk', 'isis', 'wntonight'], ['interview', 'seanhannity_tonight', 'foxnew', 'much', 'much', 'much', 'talk'], ['great', 'barbara', 'walter', 'interviews', 'melania', 'trump', 'special', 'friday', 'night', 'abc', 'https', 'co', 'qgfibm'], ['thank', 'support', 'let', 'trump', 'https', 'co', 'cfzz'], ['survive', 'problem', 'really', 'big', 'similar', 'story', 'front_page', 'time', 'https', 'co', 'fquuyrnd'], ['great', 'new', 'poll', 'https', 'co', 'erfqt'], ['nice', 'article', 'daily', 'mail', 'https', 'co', 'sixmyzpxv'], ['politico', 'trump', 'extend', 'lead', 'poll', 'https', 'co', 'pajoai', 'rga'], ['syrian', 'catch', 'southern_border', 'try', 'get', 'isis', 'maybe', 'tell', 'need', 'big', 'amp', 'beautiful', 'wall'], ['everyone', 'say', 'right', 'illegal_immigration', 'amp', 'wall', 'paris', 'bandwagon'], ['police', 'pari', 'fantastic', 'job', 'brave', 'easy'], ['thank', 'support', 'together', 'trump', 'https', 'co', 'qni', 'fv'], ['tell', 'premium', 'soar', 'repealobamacare', 'trump', 'https', 'co', 'ey', 'und'], ['begin', 'amp', 'go', 'get', 'bad', 'rate', 'amp', 'deductible', 'high', 'nobody', 'go', 'able', 'https', 'co', 'iwqlodke'], ['thank', 'worcest', 'massachusetts', 'trump', 'https', 'co', 'qinyblw', 'https', 'co', 'szdjr', 'tkd'], ['legendary', 'barbara', 'walter', 'interview', 'melania', 'trump', 'special', 'friday', 'night', 'abc', 'miss'], ['governor', 'kasich', 'fail', 'campaign', 'amp', 'debating', 'skill', 'bring', 'way', 'poll', 'go', 'spend'], ['john_kasich', 'focus', 'special_interest', 'money', 'building', 'fail', 'image', 'negative_ad'], ['john_kasich', 'governor', 'ohio', 'lose', 'ohio', 'poll', 'pathetic'], ['want', 'negative_ad', 'john_kasich', 'irrelevant', 'race', 'want', 'waste', 'money'], ['watch', 'kasich', 'squirm', 'truthful', 'negative_ad', 'sue', 'fun'], ['kasich', 'already', 'spend', 'ad', 'number', 'go', 'people', 'smart'], ['love', 'beat', 'john_kasich', 'debate', 'easy', 'come', 'dead', 'last'], ['help', 'kasich', 'negative_ad', 'still', 'go', 'everyone', 'else', 'almost', 'last'], ['fall', 'right', 'president', 'obama', 'trap', 'obamacare', 'people', 'ohio', 'suffer', 'shame'], ['announce', 'run', 'president', 'open', 'mouth', 'people', 'realize', 'complete', 'amp', 'total', 'dud'], ['john_kasich', 'manage', 'director', 'lehman', 'brother', 'crash', 'bring', 'world', 'ruin', 'people', 'live', 'total', 'failure'], ['great', 'evening', 'iowa', 'thank', 'des_moine', 'area', 'community', 'college', 'great', 'forum', 'trump', 'iaforum', 'https', 'co', 'vrmew'], ['wonderful', 'afternoon', 'iowa', 'great', 'people', 'head', 'florida', 'tomorrow', 'south_carolina', 'trump'], ['medium', 'must', 'immediately', 'stop', 'call', 'isis', 'leader', 'mastermind', 'call', 'instead', 'thugs', 'loser', 'young', 'people', 'must', 'go', 'isis'], ['medium', 'must', 'denigrate', 'isis', 'level', 'youth', 'continue', 'draw', 'low', 'level', 'degenerate', 'mastermind'], ['go', 'south_carolina', 'great', 'place', 'sro', 'crowd', 'iowa', 'amazing', 'yesterday'], ['mkhammer', 'fox', 'contributor', 'smart', 'enough', 'know', 'go', 'border', 'thejuanwilliam', 'make', 'point', 'far', 'better'], ['family', 'honor', 'interview', 'full', 'hour', 'legendary_barbarajwalter', 'tonight', 'abc', 'pme', 'https', 'co', 'cm', 'fv'], ['president', 'isis', 'gain', 'great', 'strength', 'https', 'co', 'vsmv', 'xng'], ['suggest', 'database', 'reporter', 'must', 'defeat', 'islamic_terrorism', 'amp', 'surveillance', 'include', 'watch', 'list', 'protect', 'america'], ['thank', 'great', 'afternoon', 'south_carolina', 'see', 'next', 'tuesday', 'trump', 'https', 'co'], ['believe', 'bad', 'mayor', 'probably', 'bad', 'mayor', 'history', 'nyc', 'billdeblasio', 'call', 'blow', 'hard'], ['billdeblasio', 'focus', 'run', 'nyc', 'amp', 'problem', 'cause', 'ineptitude', 'amp', 'focus'], ['legendary_barbarajwalter', 'interview', 'family', 'tonight', 'abc', 'miss', 'https', 'co', 'jhtf', 'ato'], ['hillaryclinton', 'weak', 'illegal_immigration', 'amp', 'totally', 'incompetent', 'manager', 'leader', 'strength', 'stamina', 'potus'], ['get', 'back', 'south_carolina', 'go', 'alabama', 'tomorrow'], ['gracematter', 'thank', 'wise', 'bet', 'best_wishe'], ['washingtonpost', 'bretbai', 'thank', 'charle', 'lane', 'new', 'find', 'confidence', 'make', 'good', 'bet'], ['tune', 'legendary_barbarajwalter', 'pme', 'abc', 'tonight', 'meetthetrump', 'full', 'hour', 'abc', 'abc', 'https', 'co', 'exf', 'auhrew'], ['looking_forward', 'watch', 'legendary_barbarajwalter', 'interview', 'family', 'tonight', 'abc', 'many', 'thing', 'talk'], ['icymi', 'join', 'ontherecord', 'kimguilfoyle', 'foxnew', 'evening', 'trump', 'co', 'fljutjpr'], ['join', 'pme', 'abc', 'abc', 'barbarajwalter', 'meetthetrump', 'abc', 'https', 'co', 'vmel', 'gnj'], ['people', 'really', 'like', 'new', 'book_crippled', 'america', 'check'], ['stick', 'bad', 'mayor', 'united_state', 'bad', 'city', 'survive'], ['show', 'politician', 'act', 'bobby', 'jindal', 'spend', 'register', 'amp', 'drop', 'next', 'day', 'waste'], ['head', 'birmingham', 'alabama', 'massive', 'crowd', 'incredible', 'people', 'noon', 'wild'], ['woman', 'get', 'fire', 'day', 'work', 'scott_walker', 'wacko', 'try', 'raise', 'fund', 'fight'], ['nice', 'medium', 'properly', 'police', 'medium', 'thank', 'breitbartnew', 'https', 'co', 'iguh', 'zojz'], ['rumor', 'amp', 'senator', 'lindsey_graham', 'dropping', 'race', 'soon', 'hope', 'true', 'easy', 'beat'], ['thank', 'nolte', 'wonderful', 'analysis', 'amp', 'reporting'], ['bad', 'people', 'show', 'bobvanderplaat', 'family', 'leader', 'dinner', 'next', 'year', 'try', 'huge', 'crowd'], ['thank', 'great', 'afternoon', 'birmingham', 'alabama', 'trump', 'https', 'co', 'frokqczbod'], ['thank', 'law_enforcement', 'agency', 'fabulous', 'job', 'leo', 'lesm', 'trump', 'https', 'suh', 'jfoqr'], ['great', 'job', 'proud'], ['ccolvinj', 'truly', 'bad', 'reporter', 'work', 'organization', 'totally', 'lose', 'way', 'story', 'fictional', 'garbage'], ['find', 'reuter', 'far', 'professional', 'operation'], ['interview', 'foxandfriend'], ['gstephanopoulo', 'announce', 'lead', 'big', 'new', 'abc', 'poll', 'show', 'week', 'show'], ['big', 'new', 'abc', 'poll', 'announce', 'week', 'gstephanopoulos', 'interview', 'show'], ['great', 'poll_number', 'beat', 'hillary_clinton', 'thank'], ['syrian', 'refugee', 'catch', 'try', 'get', 'southern_border', 'many', 'make', 'need', 'wall'], ['better', 'get', 'tough', 'radical_islamic', 'terrorist', 'get', 'tough', 'life', 'safety', 'wonderful', 'country', 'jeopardy'], ['great', 'poll_number', 'thank', 'trump', 'https', 'co', 'crr'], ['hillary_clinton', 'weak', 'illegal_immigration', 'many', 'thing', 'strong', 'corruption', 'corruption', 'best'], ['thank', 'nice', 'comment', 'recently', 'especially', 'barbarajwalter', 'family', 'amp', 'greatly_appreciate', 'kind_word'], ['continue', 'extremely', 'dishonest', 'reporting', 'always', 'look', 'hit', 'bring', 'back', 'relevancy', 'working'], ['bad', 'reporter', 'business', 'jeffhorwitz', 'know', 'truth', 'hit', 'face'], ['go', 'columbus', 'ohio', 'today', 'tremendous', 'rally', 'thousand', 'silent_majority', 'longer', 'silent'], ['hillary', 'nothing', 'laugh', 'https', 'co', 'bkmwfz', 'ji'], ['christmas', 'shopping', 'remember', 'disloyal', 'macys', 'illegal_immigration', 'boycottmacys', 'dumpmacys'], ['washingtonpost', 'want', 'apology', 'many', 'people', 'tweet', 'right', 'https', 'co', 'cpsmxs', 'https', 'co', 'wrdehxjlvr'], ['wsj', 'report', 'gop', 'getting_ready', 'treat', 'unfairly', 'big', 'spending', 'plan', 'deal'], ['go', 'ohio', 'home', 'bad', 'presidential', 'candidate', 'history', 'kasich', 'debate', 'love', 'obamacare', 'dummy'], ['head', 'ohio', 'really', 'big', 'crowd', 'amazing', 'people', 'much', 'talk'], ['leave', 'columbus', 'rally', 'people', 'far', 'big', 'crowd', 'even', 'expect', 'unbelievable', 'evening', 'incredible', 'spirit', 'arena'], ['republican', 'must', 'stop', 'rely', 'loser', 'karlrove', 'want', 'start', 'win', 'presidential', 'election', 'tough', 'get', 'smart'], ['head', 'myrtle_beach', 'south_carolina', 'really', 'big', 'crowd', 'much', 'talk'], ['seanhannity', 'pm', 'foxnew', 'always', 'sean', 'interesting'], ['bradpaisley', 'come', 'see', 'really', 'nice', 'talented', 'guy', 'https', 'duj', 'vxlgzw'], ['frank', 'vandersloot', 'get', 'agree', 'marco_rubio', 'last', 'victim', 'mitt_romney', 'see', 'turn'], ['thank', 'nice_words', 'mikeneedham', 'heritage', 'nice_word', 'foxnewssunday', 'chris_wallace', 'fn', 'trump'], ['new', 'oann', 'national', 'poll', 'release', 'thank', 'america', 'trump', 'https', 'co', 'yopcngfzfv'], ['wonderful', 'evening', 'south_carolina', 'big', 'crowd', 'amazing', 'energy'], ['myrtle_beach', 'south_carolina', 'trump', 'https', 'co', 'jly', 'sbumpy'], ['would', 'greta', 'karlrove', 'election', 'analyst', 'make', 'many', 'mistake', 'still', 'think', 'romney', 'establishment', 'dope'], ['south_carolina', 'great', 'last_night', 'back', 'soon'], ['karlrove', 'totally', 'bomb', 'foxnew', 'even_though', 'lose', 'credibility', 'loser', 'fox', 'dump', 'rove'], ['thank', 'continue', 'support', 'trump', 'https', 'co', 'slo', 'kb'], ['live', 'amp', 'realdonaldtrump', 'right', 'muslim', 'celebrate', 'see', 'https', 'co', 'skszu', 'qlj'], ['trump', 'https', 'co', 'arumdymn'], ['credible', 'source', 'muslim', 'celebration', 'fbihttps', 'co', 'uicdncftj', 'wkrg'], ['failing_nytime', 'focus', 'good', 'reporting', 'paper', 'financial', 'survival', 'constant', 'hit', 'donald', 'trump'], ['nytime', 'poorly', 'run', 'manage', 'family', 'member', 'look', 'take', 'control', 'unfunded', 'liability', 'big', 'trouble'], ['dope', 'nytime', 'buy', 'boston', 'globe', 'sell', 'great', 'old', 'headquarter', 'give', 'away', 'dumb'], ['people', 'nytime', 'make', 'bad', 'decision', 'last', 'decade', 'people', 'care', 'write', 'incompetent'], ['number', 'nytime', 'dismal', 'especially', 'advertising', 'revenue', 'big', 'help', 'need', 'fast', 'great', 'institution', 'sad'], ['happy', 'thanksgive', 'great', 'day', 'look_forward', 'future', 'make_america', 'great'], ['https', 'co', 'jbfxoz'], ['great', 'new', 'poll_number', 'thank', 'support', 'trump', 'https', 'co', 'vmrsonsmro'], ['know', 'reporter', 'nytime', 'looks_like', 'show', 'person', 'grovel', 'take', 'back', 'statement', 'make', 'long', 'ago'], ['failing_nytimes', 'focus', 'fair', 'balance', 'reporting', 'rather', 'constant', 'hit', 'job', 'yesterday', 'bore', 'article', 'today'], ['pollster', 'trend', 'national', 'gop', 'average', 'national', 'poll', 'amp', 'pollster', 'trump', 'https', 'co', 'milagwjvs'], ['go', 'sarasota', 'florida', 'today', 'big', 'rally', 'amazing', 'people', 'goal', 'mind', 'make_america', 'great'], ['reporter', 'pull', 'back', 'year', 'old', 'never', 'retract', 'story', 'fun', 'know', 'looks_like', 'know'], ['virtually', 'spend', 'money', 'help', 'american', 'people', 'disability', 'discuss', 'today', 'speech', 'sarasota'], ['board', 'helicopter', 'sarasota', 'early', 'amp', 'landing', 'soon', 'see', 'trump', 'https', 'co', 'rbbkxhcu'], ['sarasota', 'unbelievable', 'success', 'expect', 'record', 'show', 'great', 'love', 'air', 'https', 'co', 'utmlcpgngu'], ['cnn', 'kayleigh', 'mcenany', 'great', 'network', 'today', 'often', 'thank', 'kayleigh', 'nice_word'], ['sarasota', 'florida', 'rally', 'today', 'amazing', 'people', 'chant', 'love', 'country', 'go', 'happen', 'movement'], ['meetthepress', 'interview', 'chucktodd', 'sunday', 'morning', 'much', 'talk'], ['cnn', 'well', 'reporting', 'want', 'keep', 'crowd', 'totally', 'one_sided', 'biased', 'become', 'boring'], ['watch', 'cookie', 'robert', 'abc', 'prediction', 'wrong', 'long', 'lose', 'credibility', 'sad', 'case'], ['meet', 'monday', 'trump', 'tower', 'large', 'group', 'african_american', 'pastor', 'many', 'know', 'wonderful', 'people', 'press', 'event'], ['meeting', 'pastor', 'georgia', 'big', 'rally', 'many', 'thousand', 'great', 'people', 'beautiful', 'movement'], ['great', 'job', 'mariatcardona', 'thisweekabc', 'make', 'kooky', 'cokie', 'robert', 'billkristol', 'look', 'even', 'dumber', 'right'], ['cnn', 'get', 'real', 'political', 'talent', 'rather', 'political', 'commentator', 'errol', 'louis', 'clue', 'other', 'bad', 'also'], ['msm', 'really', 'go', 'sarasota', 'love', 'fest', 'hardly', 'mention', 'negativity', 'want', 'negative'], ['chris', 'christie', 'run', 'state', 'nj', 'deeply', 'troubled', 'spending', 'time', 'new', 'jerseyan', 'happy'], ['republican', 'establishment', 'self', 'preservation', 'concern', 'high', 'poll', 'concern', 'dem', 'beat', 'hillary', 'head'], ['better', 'vigilant', 'careful', 'strong', 'https', 'co', 'adb', 'tss', 'jg'], ['need', 'great', 'leader', 'https', 'co', 'tsuu', 'xe'], ['meet', 'african_american', 'pastor', 'trump', 'tower', 'amazing', 'wonderful', 'news', 'conference', 'follow', 'georgia', 'big', 'speech'], ['order', 'signed_copy', 'crippled_america', 'amp', 'opportunity', 'submit', 'question', 'live_streaming', 'book', 'signing', 'https', 'co', 'tickbt_xnh'], ['great', 'night', 'macon', 'georgia', 'thank', 'support', 'together', 'https', 'co', 'nnyonhwcye'], ['signed_copy', 'crippled_america', 'make', 'great', 'gift', 'order', 'amp', 'join', 'live_streame', 'book', 'signing', 'event', 'https', 'co', 'tickbt_xnh'], ['want', 'thank', 'friend', 'macon', 'special', 'evening', 'great', 'reception', 'crowd', 'incredible', 'people'], ['jamiel', 'shaw', 'incredible', 'foxandfriend', 'morning', 'son', 'viciously', 'kill', 'illegal_immigrant', 'proud', 'pop'], ['look', 'editorial', 'send', 'ny', 'post', 'day', 'collapse', 'wtc', 'apology', 'https', 'co', 'dkeok'], ['curtis', 'sliwa', 'tv', 'commentary', 'good', 'job', 'curtis', 'send', 'apology', 'realdonaldtrump', 'https', 'co', 'vzmnmaw'], ['obama', 'think', 'https', 'co', 'ywine'], ['order', 'signed_copy', 'crippled_america', 'amp', 'submit', 'question', 'live_streaming', 'book', 'signing', 'pm', 'https', 'co', 'tickbt_xnh'], ['highly', 'untalented', 'wash', 'post', 'blogger', 'jennifer', 'rubin', 'real', 'dummy', 'never', 'write', 'fairly', 'wash', 'post', 'low', 'iq', 'people'], ['would', 'think', 'paper', 'washington_post', 'would', 'fair', 'objective', 'record', 'almost', 'poll', 'show', 'debate'], ['arrive', 'packed', 'venue', 'fun'], ['truth', 'continue', 'come', 'year', 'truth', 'many', 'medium', 'want', 'tell', 'trump', 'https', 'co', 'atuacgxow'], ['foxandfriend'], ['order', 'signed_copy', 'crippled_america', 'amp', 'submit', 'question', 'live_streaming', 'book', 'signing', 'pm', 'https', 'co', 'tickbt_xnh'], ['illegal_immigrant', 'child', 'non', 'mexican', 'surge', 'border', 'record', 'rate', 'https', 'co', 'drac'], ['join', 'pmest', 'today', 'live', 'trump', 'tower', 'facebook', 'amp', 'periscope', 'https', 'co', 'fqhnijet'], ['live', 'periscope', 'live', 'donald', 'https', 'co', 'akgvybzhee'], ['beat', 'hillary', 'new', 'foxnew', 'poll', 'head', 'head', 'strength', 'stamina', 'need', 'make_america', 'great'], ['thank', 'cbs', 'amp', 'breitbart', 'total', 'vindication', 'mainstream_media', 'apologize', 'many', 'many', 'witness', 'trump', 'https', 'co', 'asxnffwipj'], ['california', 'shooting', 'look', 'bad', 'good_luck', 'police', 'appreciate'], ['signed_copy', 'crippled_america', 'ultimate', 'gift', 'order', 'amp', 'join', 'live_streame', 'book', 'sign', 'https', 'co', 'tickbtn', 'ff'], ['teamtrump', 'police', 'seem', 'kill', 'california', 'shooter', 'other', 'go', 'police'], ['head', 'manassas', 'virginia', 'rally', 'moment', 'silence', 'victim', 'california', 'shooting', 'sad'], ['congratulation', 'great', 'job', 'do', 'police', 'california', 'shooting', 'give', 'credit', 'credit', 'due'], ['consider', 'health', 'stamina', 'strength', 'great', 'asset', 'world', 'watch', 'many', 'year', 'testify', 'great', 'gene'], ['presidential_candidate', 'instruct', 'long', 'time', 'doctor', 'issue', 'two_week', 'full', 'medical', 'report', 'show', 'perfection'], ['crippled_america', 'perfect', 'gift', 'friend', 'family', 'order', 'signed_copy', 'amp', 'join', 'tonite', 'live_streaming', 'https', 'co', 'tickbt_xnh'], ['love', 'manassas', 'last_night', 'incredible', 'spirit', 'dc', 'speech', 'visit', 'old_post', 'office', 'construction'], ['politico', 'get', 'well', 'reporter', 'ben', 'schreckenger', 'guy', 'major', 'lightweight', 'credibility', 'dishonest'], ['crippled_america', 'perfect', 'gift', 'friend', 'family', 'order', 'signed_copy', 'amp', 'join', 'pm', 'live_streaming', 'https', 'co', 'tickbt_xnh'], ['thank', 'trump', 'https', 'co', 'tcyun', 'mffy'], ['thank', 'vote', 'https', 'co'], ['thank', 'much', 'wonderful', 'article', 'robert', 'https'], ['recently', 'report', 'rate', 'lose', 'politico', 'foil', 'clinton', 'question', 'give', 'clinton', 'advance', 'credibility'], ['great', 'see', 'construction', 'old_post', 'office', 'penn', 'ave', 'go', 'fast', 'budget', 'ahead', 'schedule'], ['drudgereport', 'https', 'co', 'tgu', 'vcgnyq'], ['thank', 'new_hampshire', 'great', 'people', 'see', 'next_week', 'https', 'co', 'kxp'], ['thank', 'trump', 'https', 'co', 'ejztiqyqcw'], ['purchase', 'copy', 'crippled_america', 'amp', 'potential', 'call', 'list', 'live_streaming', 'signing', 'event', 'tonite', 'https', 'co', 'tickbt_xnh'], ['invite', 'join', 'campaign', 'make_america', 'great', 'sign', 'volunteer', 'https', 'co', 'xbs', 'ssrc'], ['watch', 'live', 'book', 'sign', 'https', 'co', 'xnedqyihh'], ['totaly', 'rjc', 'meeting', 'yesterday', 'know', 'many', 'member', 'say', 'even', 'close', 'full', 'standing', 'want'], ['cnn', 'poll', 'come', 'amazing', 'number', 'want', 'make_america', 'great', 'trump', 'point', 'lead', 'place', 'thank'], ['cnn', 'amp', 'cnnpolitic', 'please', 'thank', 'alisyn', 'camerota', 'david', 'chalian', 'king', 'professional', 'report', 'new', 'cnn', 'poll'], ['virtually', 'incompetent', 'republican', 'strategist', 'fail', 'career', 'cheri', 'jacobus', 'incoherent', 'anger', 'puppet', 'die'], ['great', 'live', 'signing', 'last', 'nite', 'view', 'sign', 'book', 'next', 'two_week', 'order', 'holiday', 'gift', 'https', 'co'], ['marthamaccallum', 'martha', 'great', 'interview', 'son', 'erictrump', 'smart', 'tough', 'amp', 'professional', 'thank', 'foxnew'], ['horrible', 'shooting', 'took_place', 'san', 'bernardino', 'absolute', 'act', 'terror', 'many', 'people', 'know', 'report'], ['jrubinblogger', 'dumber', 'blogger', 'washingtonpost', 'write', 'purposely', 'inaccurate', 'piece', 'love', 'marco_rubio'], ['https', 'co', 'zbyqqkfwah', 'trump', 'https', 'co', 'xpveoy'], ['total', 'refutation', 'disgraceful', 'david', 'brook', 'column', 'failing_nytime', 'washingtonpost', 'https', 'co', 'wbtol', 'lqd'], ['congratulation', 'chuck', 'must', 'wonderful', 'donald', 'trump', 'guest', 'becool', 'trump', 'https', 'co', 'bxqgtb'], ['good', 'news', 'disloyal', 'macys', 'stock', 'total', 'free', 'fall', 'shop', 'christmas', 'https', 'co', 'wpddcwclfd', 'https', 'co', 'ugjiz'], ['great', 'live', 'signing', 'last', 'nite', 'view', 'sign', 'book', 'next', 'two_week', 'order', 'holiday', 'gift', 'https', 'co'], ['great', 'night', 'raleigh', 'north_carolina', 'thank', 'trump', 'https', 'co', 'oousxae'], ['raleigh', 'north_carolina', 'fantastic', 'last_night', 'incredible', 'spirit', 'want', 'make_america', 'great'], ['do', 'real', 'fan', 'trump', 'https', 'co', 'fzpgcwmx'], ['crippled_america', 'signing', 'book', 'next', 'two_week', 'order', 'holiday', 'gift', 'https', 'co'], ['great', 'day', 'spencer', 'davenport', 'iowa', 'thank', 'support', 'trump', 'fitn', 'iapolitic', 'https', 'co', 'qsynbm', 'ssg'], ['katyturnbc', 'rd', 'rate', 'reporter', 'amp', 'sopandeb', 'cbs', 'lie', 'finish', 'normal', 'manner', 'amp', 'sign', 'auto', 'min', 'dishonest', 'https', 'co', 'scglbqjb'], ['maddow', 'copy', 'incompetent', 'katyturnbc', 'incorrect', 'story', 'sure', 'would', 'apologize', 'show', 'thank', 'courtesy'], ['katyturnbc', 'debsopan', 'fire', 'dishonest', 'reporting', 'thank', 'gatewaypundit', 'report', 'truth', 'trump'], ['wonder', 'obama', 'ever', 'say', 'radical_islamic', 'terrorist'], ['go', 'phoner', 'morning', 'jaketapper', 'cnn', 'could', 'get', 'phone', 'equipment', 'hook', 'next_week'], ['interview', 'face', 'nation', 'cbsnew', 'interesting', 'enjoy'], ['say', 'term', 'radical_islamic', 'incapable', 'say', 'afraid', 'obama', 'amp', 'mail'], ['watch', 'face', 'nation'], ['face', 'nation'], ['brookslawbrook', 'thank', 'much', 'nice_word', 'make', 'look', 'smart'], ['live_tweete', 'president', 'obama', 'prime', 'time', 'speech', 'tonight', 'start', 'eastern', 'finally', 'state', 'real', 'problem'], ['georgewill', 'say', 'nice', 'thing', 'today', 'foxnewssunday', 'chris_wallace', 'make', 'progress', 'thank'], ['thank', 'america', 'together', 'trump', 'https'], ['order', 'book_cripple', 'america', 'holiday', 'gift', 'sign', 'book', 'next', 'two_week', 'https', 'co'], ['say', 'sometime', 'trump', 'https', 'co', 'qfchfo'], ['may', 'festival', 'light', 'bring', 'jewish', 'friend', 'world', 'health', 'amp', 'happiness', 'happy', 'hanukkah', 'https', 'co', 'uzbgcswb'], ['gee', 'meetthepress', 'chucktodd', 'get', 'terrible', 'rating', 'set', 'record', 'save', 'job', 'chuck', 'still', 'nice'], ['big', 'night', 'twitter', 'tonight', 'live_tweete', 'president', 'obama', 'speech', 'eastern', 'must', 'talk', 'radical_islamic', 'terrorism'], ['tweet', 'well', 'imaginative', 'hopefully', 'insightful', 'tweet', 'make', 'good', 'great', 'important', 'stuff'], ['hillary', 'call', 'radical_islam', 'soundly', 'defeat'], ['podium', 'oval_office', 'look', 'odd', 'good', 'word', 'key'], ['hope', 'spend', 'much', 'time', 'rip', 'apart'], ['need', 'new', 'president', 'fast'], ['wish', 'obama', 'would', 'say', 'isis', 'almost', 'everyone', 'else', 'rather', 'isil'], ['go', 'oil', 'years_ago', 'say'], ['well', 'obama', 'refuse', 'say', 'war', 'radical_islamic', 'terrorist'], ['thank', 'graham', 'ledger', 'daily', 'ledger', 'oann', 'really', 'fair', 'coverage', 'great', 'interview', 'peter', 'roff', 'news', 'amp'], ['obama', 'say', 'speech', 'muslim', 'sport', 'hero', 'sport', 'talk', 'obama', 'profiling'], ['speak', 'candidate', 'jewish', 'group', 'many', 'friend', 'say', 'negotiator', 'get', 'stand', 'rate', 'good', 'day'], ['bad', 'mayor', 'united_state', 'hate', 'watch', 'happen', 'dirty', 'street', 'homeless', 'crime', 'disgrace'], ['washingtonpost', 'lose', 'fortune', 'own', 'jeffbezos', 'purpose', 'keep', 'taxis', 'profit', 'company', 'amazon'], ['washingtonpost', 'lose', 'money', 'deduction', 'give', 'owner', 'jeffbezos', 'power', 'screw', 'public', 'low', 'taxation', 'amazon', 'big', 'tax', 'shelter'], ['amazon', 'ever', 'pay', 'fair', 'taxis', 'stock', 'would', 'crash', 'would', 'crumble', 'paper', 'bag', 'washingtonpost', 'scam', 'saving'], ['signing_copie', 'book_cripple', 'america', 'order', 'make', 'great', 'holiday', 'gift', 'https', 'co'], ['credible', 'source', 'muslim', 'celebration', 'fbi', 'https', 'co', 'uicdncftj'], ['poor', 'johnkasich', 'take', 'https', 'co', 'ijaxxpe'], ['today', 'honor', 'fall', 'pearlharbor', 'today', 'see', 'vet', 'today', 'thank', 'rememberourvet', 'https', 'co', 'hvrucgzwf'], ['washingtonpost', 'go', 'way', 'tell', 'fail', 'candidate', 'beat', 'donald', 'trump', 'post', 'get', 'good', 'winning'], ['greatly', 'honor', 'result', 'cnn', 'poll', 'iowa', 'end', 'believe', 'final', 'result', 'even', 'better'], ['especially', 'grateful', 'tremendous', 'support', 'receive', 'evangelical', 'iowa', 'cnn', 'poll', 'thank'], ['thank', 'iowa', 'trump', 'fitn', 'https', 'uymslyv', 'jq'], ['put', 'important', 'policy', 'statement', 'extraordinary', 'influx', 'hatred', 'amp', 'danger', 'come', 'country', 'must', 'vigilant'], ['statement', 'prevent', 'muslim', 'immigration', 'https', 'co', 'hcwu', 'sr', 'https', 'co'], ['way', 'charleston', 'mount', 'pleasant', 'south_carolina', 'big', 'crowd', 'look_forward', 'ussyorktown', 'https', 'co', 'udwaf'], ['main', 'stream', 'medium', 'want', 'surrender', 'constitutional', 'right', 'believe', 'isis', 'need', 'surrender'], ['release', 'cnn', 'poll', 'give', 'big', 'point', 'lead', 'iowa', 'change', 'false', 'story', 'failing_nytime', 'thank', 'iowa'], ['great', 'video', 'tonight', 'crowd', 'react', 'late', 'proposal', 'sc', 'trump', 'https', 'cbxrwerzhp', 'https', 'ko', 'rypnsx'], ['thank', 'support', 'south_carolina', 'ussyorktown', 'trump', 'https', 'co', 'ph', 'qskv'], ['iowa', 'cnn', 'poll', 'big', 'trump', 'cruz', 'rubio', 'wsj', 'report', 'cruz', 'momentum', 'nothing', 'fact', 'easily'], ['wish', 'wsj', 'wall_street', 'journal', 'report', 'cnn', 'iowa', 'poll', 'correctly', 'lead', 'wide', 'margin', 'point', 'go', 'big'], ['signing_copie', 'book_cripple', 'america', 'order', 'make', 'great', 'holiday', 'gift', 'https', 'co'], ['new', 'poll', 'indicate', 'supporter', 'would', 'vote', 'departed', 'gop', 'amp', 'run', 'independent', 'https', 'co', 'ztp', 'ctzl'], ['big', 'poll', 'come', 'interested', 'result'], ['legendary_barbarajwalter', 'ask', 'question', 'presidential', 'campaign', 'wntonight', 'pm'], ['abc', 'news', 'tonight', 'interview', 'legendary_barbarajwalter', 'enjoy'], ['great', 'new', 'poll', 'thank', 'nee', 'keep', 'country', 'safe', 'trump', 'https', 'https', 'co', 'eaqhz', 'ttmp'], ['prior', 'end', 'year', 'travel', 'israel', 'much', 'looking_forward'], ['great', 'respect', 'king', 'abdullah', 'visit', 'jordan', 'time', 'response', 'false', 'report'], ['country', 'face', 'major', 'threat', 'radical_islamic', 'terrorism', 'better', 'get', 'smart', 'tough', 'fast', 'late'], ['day', 'many', 'foolish', 'people', 'refuse', 'acknowledge', 'tremendous', 'danger', 'uncertainty', 'certain', 'people', 'come'], ['great', 'poll_number', 'come', 'big', 'lead', 'trump', 'accord', 'cnn'], ['failing_nytime', 'mention', 'new', 'cnn', 'poll', 'lead', 'iowa', 'massive', 'point', 'maggie', 'haberman', 'sad'], ['last', 'person', 'corrupt', 'want', 'run', 'donald', 'trump', 'end', 'beat', 'state', 'new', 'fox', 'poll', 'trump'], ['hillary_clinton', 'strength', 'stamina', 'president', 'need', 'strong', 'super', 'smart', 'next', 'leader', 'trouble'], ['tell', 'time', 'magazine', 'would', 'never', 'pick', 'person', 'year', 'big', 'favorite', 'pick', 'person', 'ruin', 'germany'], ['rupert', 'murdoch', 'defend', 'trump', 'complete', 'refugee', 'pause', 'make', 'sense', 'https', 'co', 'hwolo', 'rvac'], ['signing_copie', 'book_cripple', 'america', 'make', 'great', 'holiday', 'gift', 'order', 'https', 'co'], ['mayor_nutter', 'philadelphia', 'terrible', 'job', 'ashamed', 'use', 'disgusting', 'word', 'refer', 'low', 'life'], ['thank', 'pier', 'know', 'get', 'https', 'co', 'uvkt', 'go', 'nt'], ['thank', 'jebbush', 'finally', 'get', 'https', 'co', 'qxqhpah', 'jo'], ['police', 'london', 'say', 'right', 'major', 'article', 'daily', 'mail', 'wear', 'uniform', 'car', 'https', 'co', 'xok', 'utsxan'], ['haim', 'saban', 'hillary_clinton', 'top', 'hollywood', 'donor', 'demand', 'racial', 'profiling', 'muslim', 'https', 'co'], ['carter', 'ban', 'iranian', 'come', 'hostage', 'crisis', 'https', 'dl'], ['interview', 'oreillyfactor_tonight', 'interview', 'donlemon', 'cnn', 'enjoy'], ['thank', 'support', 'south_carolina', 'trump', 'https', 'co', 'jwfe', 'tdg'], ['donlemon', 'cnn'], ['secupp', 'believe', 'candidate', 'bomb', 'badly', 'dumber', 'pundit', 'hard', 'watch', 'talent', 'cnn'], ['cnn', 'bore', 'audience', 'people', 'secupp', 'totally_biased', 'loser', 'clue', 'hear', 'soon', 'go'], ['great', 'leader', 'listen', 'support', 'official', 'police', 'discuss', 'go', 'area', 'https', 'co', 'https', 'co', 'vmktnhcwto'], ['thank', 'oreillyfactor', 'wonderful', 'editorial', 'time', 'magazine', 'person', 'year', 'run', 'time'], ['great', 'interview', 'tonight', 'donlemon', 'professionally', 'do', 'cnn'], ['weak', 'totally', 'conflict', 'people', 'therickwilson', 'allow', 'television', 'give', 'test', 'dumb', 'rock', 'cnn'], ['megynkelly', 'spend', 'big', 'part', 'show', 'talk', 'show', 'spend', 'much', 'time', 'really', 'weird', 'drive', 'crazy'], ['poll_number', 'announce', 'go', 'roof'], ['interview', 'foxandfriend', 'morning', 'much', 'talk'], ['visa', 'system', 'break', 'much', 'else', 'country', 'better', 'get', 'fix', 'really', 'fast', 'make_america', 'great'], ['decide', 'postpone', 'trip', 'israel', 'schedule', 'meet', 'netanyahu', 'later_date', 'become', 'president'], ['united_kingdom', 'try', 'hard', 'disguise', 'massive', 'muslim', 'problem', 'everybody', 'wise', 'happen', 'sad', 'honest'], ['thank', 'respected', 'columnist', 'katie', 'hopkin', 'daily', 'https', 'co', 'lgty', 'qdv', 'powerful', 'writing', 'muslim', 'problem'], ['politician', 'watch', 'katie', 'hopkin', 'daily', 'https', 'co', 'lgty', 'qdv', 'foxnew', 'many', 'people', 'agree'], ['signing_copie', 'book_cripple', 'america', 'order', 'make', 'great', 'holiday', 'gift', 'https', 'co'], ['thank', 'support', 'https', 'pnrzx', 'https', 'co'], ['dummy', 'karlrove', 'continue', 'make', 'write', 'false', 'statement', 'still', 'think', 'romney', 'get', 'life'], ['establishment', 'flunky', 'karlrove', 'go', 'crazy', 'release', 'cbs', 'poll', 'way', 'ahead', 'new', 'fox', 'poll', 'beat', 'hillary'], ['say', 'donald', 'trump', 'right', 'stop', 'muslim', 'immigration', 'https', 'co'], ['honor', 'endorse', 'new', 'england', 'police', 'benevolent', 'association', 'thank', 'https', 'co', 'db', 'https', 'co', 'jrjhylrkd'], ['thank', 'franklin_graham', 'always', 'appreciate', 'courage', 'ever'], ['britain', 'muslim', 'join', 'isis', 'join', 'british', 'army', 'https', 'co', 'lqvnz', 'eb'], ['respected', 'morning', 'consult', 'poll', 'lead', 'republican', 'beat', 'hillary', 'head', 'head', 'wide', 'margin'], ['bernardgoldberg', 'good', 'tonight', 'oreillyfactor', 'know', 'win', 'nice', 'guy'], ['great', 'evening', 'last_night', 'get', 'endorsement', 'new', 'england', 'police', 'union', 'big', 'territory', 'great', 'people', 'thank'], ['iowa', 'lead', 'big', 'new', 'cnn', 'poll', 'win', 'iowa', 'also', 'beat', 'hillary', 'easily'], ['looks_like', 'tedcruz', 'getting_ready', 'attack', 'lead', 'much', 'must', 'hope', 'fall', 'other', 'easy'], ['tedcruz', 'make', 'statement', 'closed', 'door', 'boss', 'bring', 'open', 'fun', 'way'], ['go', 'rail', 'beat', 'hillary', 'easily', 'want', 'run', 'tune', 'waste', 'time'], ['chucktodd', 'nice', 'guy', 'hopeless', 'know', 'little', 'politic', 'particular', 'win', 'fix', 'rating', 'problem'], ['spectacular', 'ballroom', 'construction', 'great', 'turnberry_resort', 'scotland', 'https', 'co', 'qmxd', 'khfh'], ['great', 'news', 'georgia', 'landmark', 'poll', 'show', 'first', 'https', 'mg', 'uzqxbwg', 'https', 'uz', 'gjdvov'], ['never', 'get', 'good', 'failing', 'des_moine', 'register', 'bloomberg', 'think', 'something', 'go', 'ia', 'accord', 'respected', 'cnn'], ['tom', 'ridge', 'focus', 'try', 'bring', 'party', 'together', 'rather', 'rip', 'apart', 'faulty', 'thought', 'process', 'win'], ['tom', 'ridge', 'fail', 'bushy', 'governor', 'amp', 'friend', 'karlrove', 'allow', 'bias', 'commentary', 'nobody', 'listen'], ['let', 'trump', 'https', 'co', 'bbhsagsum', 'https', 'co'], ['thank', 'new', 'reuters_poll', 'come', 'time', 'trump', 'https', 'co', 'ovco'], ['thank', 'seanhannity', 'amp', 'bodiet'], ['dopey', 'prince', 'alwaleed_talal', 'want', 'control', 'politician', 'daddy', 'money', 'get', 'elect', 'trump'], ['monicacrowley', 'great', 'seanhannity', 'foxnew', 'tonight', 'thank', 'kind_word', 'keep', 'american', 'safe'], ['great', 'time', 'des_moine', 'iowa', 'tonight', 'thank', 'support', 'trump', 'https', 'co', 'xzs', 'asqii', 'https', 'co', 'hdna', 'snnz'], ['get', 'back', 'iowa', 'great', 'people'], ['loudobbsnew', 'fantastic', 'interview', 'syndicate', 'columnist', 'michelle', 'malkin', 'congrat'], ['interview', 'foxandfriend', 'much', 'talk'], ['thank', 'trump', 'https', 'isxmrz', 'https', 'co', 'enjjkteqij'], ['franklin_graham', 'many', 'people', 'tweet', 'amazing', 'word', 'thank', 'head', 'big', 'crowd', 'south_carolina'], ['get', 'support', 'danawhite', 'mean', 'lot', 'total', 'winner', 'do', 'amazing', 'job', 'order', 'fight', 'watch', 'tonight'], ['john', 'podesta', 'say', 'nominee', 'cruz', 'last', 'person', 'hillary', 'want', 'face', 'trump', 'head', 'folk', 'https', 'co', 'xzwzygyk'], ['report', 'say', 'isis', 'passport', 'machine', 'believer', 'infiltrate', 'country', 'tell', 'https', 'co', 'lrpdw', 'zwl'], ['great', 'afternoon', 'thank', 'south_carolina', 'trump', 'https', 'co', 'ionhk', 'xu', 'https', 'co', 'etpzrfchmz'], ['thank', 'general', 'trump', 'https', 'co', 'fcrynoqytb'], ['new', 'cnn', 'iowa', 'poll', 'trump', 'cruz', 'everyone', 'else', 'way', 'trust', 'des_moine', 'register', 'poll', 'bias', 'trump'], ['cnn', 'state', 'union', 'tomorrow', 'morning', 'ame', 'https', 'co', 'vgxjevfgjk', 'https', 'co', 'svqqhahbow'], ['interview', 'jaketapper', 'cnn', 'fox', 'news', 'sunday', 'chris_wallace', 'cnn', 'iowa', 'poll', 'point', 'lead'], ['something', 'must', 'do', 'dopey', 'karlrove', 'push', 'republican', 'old', 'path', 'defeat', 'fall', 'karl', 'loser'], ['peggynoonannyc', 'interesting', 'article', 'beat', 'hillary', 'easily', 'people', 'give', 'system', 'come', 'vote'], ['peggynoonannyc', 'election', 'hillary', 'big', 'voter', 'turnout', 'history', 'debate'], ['cnn', 'jaketapper'], ['trump', 'https', 'co', 'ub', 'https', 'co', 'iwcw', 'kfi'], ['chris_wallace', 'fox'], ['people', 'read', 'tell', 'karlrove', 'book', 'terrible', 'bore', 'save', 'money', 'foxnew', 'credibility'], ['danawhite', 'great', 'job', 'last_night', 'exciting', 'come', 'long', 'way', 'difficult', 'early', 'day', 'proud'], ['good', 'wall_street', 'journal', 'poll', 'release', 'wherein', 'go', 'last', 'month', 'lead', 'nice'], ['many', 'think', 'championship', 'course', 'turnberry', 'home', 'duel', 'sun', 'world', 'good', 'renovation'], ['interview', 'chris_wallace', 'foxnew', 'order', 'fair', 'put', 'rove', 'lane', 'trump', 'basher', 'discuss'], ['disappointed', 'would', 'speak', 'back', 'get', 'catch', 'deny', 'well', 'welcome', 'wonderful', 'world', 'politic'], ['people', 'get', 'stop', 'work', 'politically_correct', 'focus', 'energy', 'finding', 'solution', 'complex', 'problem'], ['foxnew', 'quote', 'new', 'iowa', 'cnn', 'poll', 'lead', 'other', 'think'], ['exclusive', 'newt', 'gingrich', 'country', 'rebellion', 'trump', 'kick', 'door', 'https', 'co', 'uwtkkhho'], ['trump', 'https', 'co', 'vqrkzwc', 'ae', 'https', 'vz', 'taajjc'], ['record', 'health', 'https', 'co', 'zdddawwyvl', 'trump'], ['great', 'accolade', 'trumpgolf', 'highly_respected', 'golf', 'odyssey', 'award', 'trumpdoral', 'blue_monster', 'good', 'redesign', 'thank'], ['thank', 'wayneallynroot', 'nice', 'trump', 'https', 'co', 'cgdlz', 'mda'], ['patrickbuchanan', 'great', 'teamcavuto', 'foxnew', 'thank', 'pat', 'tump'], ['scottienhughe', 'fantastic', 'cnn', 'thank', 'nice_word', 'see', 'gopdebate'], ['believe', 'major', 'league', 'baseball', 'reject', 'peterose', 'hall', 'fame', 'pay', 'price', 'ridiculous', 'let'], ['trump', 'https', 'co', 'yjaiifuvwm', 'https', 'co', 'dfh', 'abwzk'], ['thank', 'hardball_chris', 'nice_word', 'much', 'appreciate', 'fully_understand', 'really', 'get'], ['thank', 'carlhigbie', 'great', 'work', 'cnn', 'trump'], ['cnn', 'cnn', 'iowa', 'poll', 'andersoncooper', 'andydean'], ['oreillyfactor', 'horrible', 'defense', 'highly_overrate', 'krauthammer', 'bring', 'people', 'party', 'amp', 'easily', 'beat', 'hillary'], ['evening', 'nevada', 'thank', 'continue', 'support', 'trump', 'https', 'co', 'uuwrk', 'rugk', 'https', 'co', 'qjaig'], ['thank', 'support', 'trump', 'https', 'co', 'yohikusl'], ['good', 'iowa', 'poll', 'phenomenal', 'national', 'poll', 'abc', 'washingtonpost', 'make_america', 'great'], ['amazing', 'cnn', 'pay', 'fortune', 'iowa', 'poll', 'show', 'first', 'place', 'cruz'], ['anyone', 'use', 'cnn', 'iowa', 'poll', 'big', 'lead', 'want', 'negative', 'poll', 'place', 'dishonest', 'press'], ['megynkelly', 'overrated', 'anchor', 'foxnew', 'work', 'hard', 'explain', 'away', 'new', 'monmouth', 'poll', 'pt', 'lead', 'say'], ['megynkelly', 'bad', 'math', 'totally', 'unable', 'figure', 'difference', 'cruz', 'new', 'monmouth', 'poll'], ['wonder', 'megynkelly', 'flunky', 'write', 'script', 'debate', 'performance', 'tonight', 'matter', 'well', 'bad'], ['trump', 'international_hotel', 'wait', 'debate', 'tonight', 'look_forward', 'hope', 'get', 'treated_fairly'], ['iraq', 'war', 'monger', 'krauthammer', 'dummy', 'karlrove', 'deadpan', 'georgezwill', 'highly_overrate', 'megynkelly', 'other', 'foxnew', 'fair'], ['debate', 'far', 'accord', 'debate', 'poll', 'include', 'drudge_report', 'time', 'slate', 'bad', 'dopey', 'megynkelly', 'lie'], ['joetheismann', 'great', 'political', 'analyst', 'foxnew', 'know', 'far', 'football', 'thank', 'nice_word', 'joe'], ['zmw', 'mkkfeg', 'https', 'co', 'xhiweo'], ['conradmblack', 'honor', 'read', 'piece', 'truly', 'great', 'intellect', 'amp', 'friend', 'forget', 'https', 'co', 'fgb', 'nyfao'], ['new', 'ppp', 'poll', 'release', 'iowa', 'point', 'last', 'poll', 'lead', 'worry', 'medium', 'report', 'https', 'co', 'yjwilbgupm'], ['highly_respected', 'public', 'policy', 'polling', 'ppp', 'announce', 'number', 'iowa', 'thank'], ['depart', 'gopdebate', 'let', 'https', 'co', 'nmnilyul', 'https', 'co', 'bwyu', 'rhu'], ['gopdebate', 'trump', 'https', 'co', 'czhzn', 'qkqn'], ['talk', 'religion', 'talk', 'security', 'gopdebatehttps', 'co', 'ohi', 'qxeozc'], ['thank', 'frankluntz', 'say', 'winner', 'tonight', 'great', 'honor', 'trump'], ['thank', 'many', 'people', 'give', 'credit', 'win', 'debate', 'last_night', 'poll', 'agree', 'fun', 'interesting'], ['thank', 'davidaxelrod', 'nice_words', 'morning', 'cnn', 'good', 'night'], ['markhalperin', 'work', 'hard', 'natural', 'instinct', 'politic', 'other', 'people', 'want', 'follow'], ['bill', 'reilly', 'call', 'trump', 'campaign', 'brilliant', 'first', 'place', 'point'], ['interview', 'oreillyfactor_tonight', 'talk', 'debate'], ['thank', 'nice_word', 'ktmcfarland', 'debate', 'interesting', 'fun', 'keep', 'great', 'work'], ['jeb_bush', 'tough', 'night', 'debate', 'probably', 'take', 'special_interest', 'money', 'puppet', 'buy', 'ad'], ['hillary_clinton', 'weak', 'ineffective', 'strength', 'stamina'], ['clear', 'winner', 'gopdebate', 'thank', 'support', 'trump', 'https', 'co', 'dl', 'iushwtk'], ['jimmykimmel', 'tonight', 'pme', 'abc', 'kimmel', 'trump'], ['oreillyfactor_tonight', 'pme', 'mesa', 'arizona', 'talk', 'gopdebate', 'amp', 'https', 'co', 'fvfhckio'], ['glennbeck', 'get', 'fire', 'dog', 'fox', 'blaze', 'failing', 'want', 'show', 'say', 'irrelevant'], ['jimmykimmel', 'minute', 'abc', 'kimmel', 'trump'], ['thank', 'https', 'co', 'xkki'], ['trump', 'https', 'co', 'uju', 'zrzxl'], ['cedar', 'rapidsia', 'saturday', 'get', 'ticket', 'https', 'co', 'qcqosg', 'jqo'], ['question', 'handle', 'threat', 'terrorism', 'good', 'potus', 'trump', 'https', 'frs', 'alctbb', 'https', 'co', 'qsnaltb'], ['isis', 'make', 'year', 'oil', 'say', 'year', 'need', 'bomb', 'oil', 'https', 'co', 'vobiahilws', 'https', 'co', 'tekbakdxzk'], ['new', 'reuters_poll', 'thank', 'trump', 'https', 'zoe', 'gde', 'aj'], ['say', 'begin', 'isis', 'suspect', 'arrest', 'turkey', 'european', 'passport', 'seize', 'https', 'co', 'nwoy', 'ohg'], ['melindadc', 'misrepresent', 'order', 'make', 'point', 'always', 'tough', 'isis', 'find', 'get', 'elect'], ['idea', 'jebbush', 'campaign', 'disaster', 'try', 'use', 'last', 'name', 'ashamed'], ['weak', 'amp', 'ineffective', 'jebbush', 'ad', 'show', 'statement', 'debate', 'response', 'false', 'advertising'], ['trump', 'https', 'co', 'pugaxgcasm', 'https', 'co', 'ofdofu'], ['jebbush', 'embarrassed', 'amp', 'family', 'incompetent', 'campaign', 'president', 'remain', 'true'], ['last', 'thing', 'country', 'need', 'bush', 'dumb', 'rock'], ['thank', 'support', 'importantly', 'need', 'get', 'everyone', 'vote', 'votetrump', 'https', 'ezcsk', 'cwaj'], ['new', 'post', 'debate', 'poll', 'thank', 'votetrump', 'https', 'pcupbyr'], ['see', 'sander', 'back', 'hillary', 'mail', 'debate', 'hurt', 'throw', 'bus', 'fail', 'disloyal', 'person'], ['president', 'obama', 'spend', 'much', 'time', 'speak', 'call', 'carbon', 'footprint', 'fly', 'way', 'hawaii', 'massive', 'old'], ['thank', 'cedar_rapid', 'iowa', 'https', 'co', 'llss', 'https', 'ekr'], ['thank', 'america', 'foxnew', 'post', 'debate', 'poll', 'previous', 'poll', 'votetrump', 'https', 'co', 'korklsr'], ['trump', 'https', 'co', 'fkgbaqf'], ['gstephanopoulos', 'stupidly', 'believe', 'hillary', 'want', 'run', 'say', 'say', 'people', 'believe', 'opposite'], ['lie', 'say', 'isis', 'use', 'video', 'donald', 'trump', 'recruit', 'tool', 'fact', 'check', 'foxnew', 'false'], ['need', 'potus', 'great', 'strength', 'amp', 'stamina', 'hillary', 'trump', 'https', 'co', 'badyna', 'https', 'co', 'cuy', 'vadago'], ['jebbush', 'terrible', 'face', 'nation', 'today', 'fall', 'seem', 'totally', 'affect', 'confidence', 'basket', 'case'], ['hillary_clinton', 'spokesperson', 'admit', 'isis', 'video', 'therefore', 'hillary', 'lied', 'debate', 'last_night', 'sad'], ['really', 'strange', 'hillary', 'miss', 'podium', 'last_night', 'presidential'], ['friend', 'ariemanuel', 'img', 'buy', 'miss_universe', 'pageant', 'tonight', 'fox', 'tune'], ['missuniverse', 'final', 'great', 'people', 'great', 'new', 'owner', 'img', 'watch'], ['great', 'poll', 'illinoi', 'thank', 'trump', 'https', 'co', 'fd', 'umfycw'], ['jebbush', 'today', 'say', 'want', 'front', 'runner', 'would', 'rather', 'talk', 'loser', 'win'], ['sad', 'happen', 'last_night', 'miss_universe', 'pageant', 'sell', 'record', 'price', 'would', 'never', 'happen'], ['say', 'debate', 'isis', 'go', 'people', 'show', 'video', 'order', 'recruit', 'radical', 'jihadistst', 'make', 'story', 'want', 'apology'], ['demand', 'apology', 'hillary_clinton', 'disgusting', 'story', 'make', 'purpose', 'debate', 'never', 'video'], ['say', 'respect', 'isis', 'finally', 'need', 'want', 'year', 'incompetent', 'leadership', 'maga'], ['trump', 'gop', 'debate', 'clinton', 'democrat', 'debate', 'major', 'network', 'cable'], ['go', 'great', 'state', 'michigan', 'big', 'crowd', 'tonight', 'make_america', 'great'], ['phyllis_schlafly', 'trump', 'last', 'hope', 'america', 'https', 'jcxqfvcgb', 'https', 'co', 'sk', 'ir', 'nq'], ['democrat', 'total', 'weakness', 'amp', 'incompetence', 'give', 'rise', 'isis', 'tape', 'donald', 'trump', 'admit', 'hillary', 'lie'], ['suicide', 'bomber', 'kill', 'troop', 'afghanistan', 'leader', 'get', 'tough', 'smart', 'lead', 'slaughter'], ['thank', 'andreatantaro', 'kind_words', 'thought', 'big', 'progress', 'make', 'keep', 'great', 'work'], ['think', 'hillary_clinton', 'apologize', 'lie', 'tell', 'video', 'use', 'isis', 'video'], ['getting_ready', 'leave', 'michigan', 'amazing', 'evening', 'see'], ['herschelwalker', 'thank', 'support', 'much', 'appreciate'], ['thank', 'grand_rapid', 'michigan', 'time', 'end', 'political', 'correctness', 'secure', 'homeland', 'https', 'co', 'cyrcfwxjg', 'https', 'co', 'pprriltfga'], ['thank', 'trump', 'https', 'vlgf', 'https', 'co', 'zzleg', 'vnjn'], ['thank', 'michigan', 'trump', 'https', 'co'], ['thank', 'america', 'trump', 'https', 'co', 'qaqjjmj'], ['video', 'michigan', 'last_night', 'ask', 'month', 'medium', 'pan', 'camera', 'https', 'co', 'jxw', 'https', 'co', 'ikjkpmoaeu'], ['weak', 'low', 'energy', 'jebbush', 'campaign', 'disaster', 'ad', 'try', 'look', 'tough', 'guy'], ['jebbush', 'take', 'million', 'special_interest', 'money', 'look', 'tough', 'guy', 'never', 'work'], ['jebbush', 'phony', 'advertising', 'campaign', 'show', 'ask', 'apologize', 'wife', 'debate'], ['jebbush', 'ad', 'show', 'answer', 'statement', 'debate'], ['jebbush', 'opening', 'closing', 'debate', 'say', 'terrible', 'fumble', 'incoherent'], ['woman', 'defy', 'medium', 'narrative', 'love', 'trump', 'pack', 'michigan', 'rally', 'video', 'https', 'co', 'yreuny', 'sha', 'https', 'odwirqi'], ['watch', 'cnn', 'consider', 'secupp', 'least', 'talented', 'people', 'television', 'bore', 'bias'], ['jeb', 'big', 'ad', 'buy', 'pay', 'lobbyist', 'show', 'face', 'answer', 'jeb', 'statement', 'really', 'pathetic'], ['msm', 'dishonest', 'schlonge', 'vulgar', 'say', 'hillary', 'get', 'schlonge', 'mean', 'beat', 'badly'], ['nealconan', 'say', 'schlonge', 'wapo', 'mondale', 'ferraro', 'campaign', 'ticket', 'go', 'get', 'schlonge', 'poll', 'hypocrisy'], ['tv', 'defend', 'word', 'schlonge', 'msm', 'give', 'false', 'meaning', 'tell', 'mean', 'beat', 'badly', 'dishonest', 'msm'], ['new', 'reuters_poll', 'big', 'lead', 'want', 'make_america', 'great', 'trump', 'cruz', 'top', 'drudge'], ['trump', 'https', 'co', 'tudwrg', 'rsd'], ['say', 'get', 'schlonge', 'obama', 'mean', 'get', 'beat', 'badly', 'medium', 'know', 'often', 'use', 'word', 'politic'], ['shame', 'bias', 'medium', 'able', 'incorrectly', 'define', 'word', 'public', 'know', 'definition', 'wrong', 'sad'], ['need', 'president', 'strength', 'stamina', 'heart', 'incredible', 'deal', 'make', 'skill', 'country', 'ever', 'go', 'able', 'prosper'], ['big', 'news', 'new', 'cnn', 'poll', 'trump', 'lead', 'major', 'category', 'likeability', 'way', 'cruz', 'carson', 'rubio'], ['thank', 'america', 'together', 'https', 'co', 'mwmfn', 'aswh'], ['trump', 'https', 'huwq'], ['stage', 'event', 'yesterday', 'pathetic', 'careful', 'hillary', 'play', 'war', 'woman', 'woman', 'degrade', 'card'], ['silent_majority', 'silent', 'remember', 'importance', 'voting', 'trump', 'https', 'co', 'wbdsg', 'ab'], ['washingtonpost', 'lobbyist', 'power', 'impose', 'taxis', 'amazon', 'today', 'nasty', 'cartoon', 'attack', 'tedcruz', 'kid', 'bad'], ['foxnews', 'treat', 'badly', 'use', 'old', 'quinnipiac', 'poll', 'much', 'small', 'lead', 'cnn', 'poll', 'negative'], ['foxnew', 'give', 'much', 'airtime', 'fox', 'pundit', 'bias', 'still', 'think', 'romney', 'unfair', 'coverage', 'trump'], ['hard', 'believe', 'win', 'much', 'treat', 'badly', 'medium', 'new', 'cnn', 'poll', 'amazing', 'category', 'lead'], ['complain', 'penchant', 'sexism', 'refer', 'great', 'respect', 'woman', 'careful'], ['merry_christmas', 'amp', 'happy', 'holiday', 'trump', 'https', 'co', 'xivw', 'ldtqv', 'https', 'co', 'sqim', 'yyoch'], ['say', 'really', 'deplore', 'tone', 'inflammatory', 'rhetoric', 'campaign', 'deplore', 'death', 'destruction', 'cause', 'stupidity'], ['great', 'christmas', 'movie', 'amp', 'perfect', 'tbt', 'story', 'https', 'co', 'qupzphfhv', 'https', 'co', 'psevbwujiv'], ['poor', 'jebbush', 'spend', 'campaign', 'spend', 'almost', 'nothing', 'bottom', 'go', 'top', 'lot', 'need'], ['ridiculous', 'jebbush', 'ad', 'jeb', 'speak', 'debate', 'allow', 'answer', 'destroy', 'sad'], ['even', 'lowly', 'rand_paul', 'jebbush', 'new', 'cnn', 'poll', 'jeb', 'stop', 'throw', 'money', 'drain'], ['third_rate', 'reporter', 'amy', 'chozick', 'maggie', 'haberman', 'failing_nytime', 'totally', 'hillary', 'circle', 'bias', 'think', 'bill'], ['next', 'year', 'interesting', 'look_forward', 'run', 'totally', 'flawed', 'candidate', 'beat', 'soundly'], ['pressure', 'put', 'ice', 'launch', 'large_scale', 'deportation', 'raid', 'time'], ['chucktodd', 'use', 'much', 'new', 'cnn', 'poll', 'discuss', 'well', 'instead', 'old', 'poll', 'cnn', 'even', 'better'], ['meetthepress', 'chucktodd', 'dishonest', 'show', 'new', 'cnn', 'poll', 'point', 'high', 'cruz', 'honest', 'chuck'], ['palm_beach', 'florida', 'go', 'church', 'tonight', 'make_america', 'great'], ['halliejackson', 'report', 'hillary', 'lie', 'isis', 'video', 'bad', 'reporting', 'perhaps', 'nbc', 'better', 'next', 'year', 'doubt'], ['danielhalper', 'great', 'job', 'cnn', 'today', 'wise', 'indeed'], ['merry_christmas', 'great', 'day', 'really', 'amazing', 'year', 'together', 'make_america', 'great', 'do'], ['deedeesorvino', 'great', 'today', 'foxnews', 'get', 'go', 'politic', 'see', 'clearly'], ['everyone', 'see', 'democrats', 'president', 'obama', 'start', 'deport', 'people', 'illegally', 'politic'], ['many', 'problem', 'house', 'country', 'need', 'fix', 'let', 'visitor', 'come', 'stay', 'make_america', 'great'], ['remember', 'fail', 'candidate', 'jebbush', 'say', 'illegal', 'come', 'border', 'act', 'love', 'spend'], ['great', 'veteran', 'treat', 'badly', 'corruption', 'incompetence', 'stop', 'fix', 'quickly'], ['democrat', 'hillary', 'particular', 'say', 'must', 'build_wall', 'great', 'wall', 'mexico', 'go', 'pay', 'never'], ['cnn', 'announce', 'trump', 'story', 'totally', 'meaningless', 'however', 'win', 'make_america', 'great'], ['chucktodd', 'dishonest', 'reporting', 'think', 'go', 'air', 'come', 'rating', 'beat', 'hillary'], ['people', 'say', 'run', 'lead', 'well', 'place', 'leading', 'say', 'beat', 'hillary'], ['phoenix', 'report', 'bad', 'shape', 'ever', 'wait', 'horrendous', 'people', 'die', 'fix'], ['criminal', 'deportation', 'low', 'number', 'many', 'year', 'let', 'criminal', 'knowingly', 'stay', 'country', 'must', 'change'], ['trump', 'story', 'https', 'co', 'pbokbgiavb', 'https', 'co', 'rzb'], ['new', 'terror', 'warning', 'issue', 'european', 'ctie', 'point', 'say', 'enough', 'get', 'really', 'tough', 'smart', 'weak', 'leader'], ['announce', 'let', 'husband', 'campaign', 'demonstrate', 'penchant', 'sexism', 'inappropriate'], ['thank', 'trump', 'https', 'mukfm', 'https', 'co', 'xnv', 'bg', 'ccy'], ['far', 'woman', 'hillary', 'keep', 'country', 'safe', 'something', 'able', 'strength', 'stamina'], ['begin', 'republican_party', 'virginia', 'control', 'rnc', 'work', 'hard', 'disallow', 'independent', 'unaffiliated', 'new', 'voter', 'bad'], ['virginia', 'lose', 'statewide', 'time', 'row', 'allow', 'desperately_neede', 'new', 'voter', 'suicidal', 'mistake', 'rnc', 'must', 'act'], ['voter', 'republican_party', 'virginia', 'exclude', 'doom', 'chance', 'victory', 'dem', 'love', 'smart', 'win', 'change'], ['berniesander', 'blow', 'campaign', 'give', 'hillary', 'pass', 'mail', 'crime', 'say', 'feel', 'wage', 'america', 'high', 'lie'], ['straighten', 'republican_party', 'virginia', 'late', 'stupid', 'rnc'], ['hopefully', 'republican', 'national', 'committee', 'straighten', 'total', 'mess', 'taking_place', 'virginia', 'republican_party', 'fast'], ['think', 'unleash', 'husband', 'terrible', 'record', 'woman', 'abuse', 'play', 'woman', 'card', 'wrong'], ['middle_class', 'work', 'hard', 'get', 'kind', 'job', 'long', 'dream', 'effective', 'raise', 'year', 'bad'], ['many', 'great', 'job', 'people', 'country', 'want', 'long', 'go', 'ship', 'country', 'part', 'time', 'sad', 'fix'], ['wage', 'country', 'low', 'good', 'job', 'people', 'lose', 'faith', 'leader', 'need', 'smart', 'strong', 'leadership'], ['strange', 'see', 'wacko', 'bernie_sander', 'ally', 'come', 'lower', 'taxis', 'double', 'triple', 'disaster'], ['thank', 'trump', 'supporter', 'video', 'campaign', 'month', 'video', 'https', 'co', 'yawywelmwa'], ['thank', 'trump', 'https', 'co', 'uybyeh', 'https', 'co', 'yhquqiuswl'], ['thank', 'nashua', 'trump', 'nhpolitic', 'fitn', 'https', 'co', 'https', 'co', 'lmmcyk'], ['remember', 'bill', 'bring', 'help', 'hillary', 'obama', 'terrible', 'fail', 'badly', 'call', 'racist'], ['jessebwatter', 'terrific', 'host', 'foxnew', 'really', 'get'], ['minority', 'line', 'donald', 'trump', 'trump', 'https', 'co', 'cemkihlzbk', 'https', 'onm'], ['campaign', 'president', 'budget', 'spend', 'little', 'st', 'place', 'spend', 'big', 'iowa'], ['spend', 'almost', 'nothing', 'run', 'president', 'st', 'place', 'spend', 'amp', 'do', 'run', 'country', 'way'], ['looking_forward', 'council', 'bluff', 'iowa', 'later', 'today', 'weather', 'rally', 'fantastic'], ['need', 'real', 'president', 'https', 'co', 'biaw'], ['hope', 'tgowdysc', 'well', 'rubio', 'benghazi', 'hearing', 'total', 'disaster', 'republican', 'amp', 'america'], ['show', 'dumb', 'deucecrew', 'die', 'union', 'leader', 'put', 'letter', 'write', 'say', 'fail', 'debate'], ['great', 'people', 'love', 'properly', 'serve', 'die', 'union', 'leader', 'newspaper'], ['deucecrew', 'die', 'union', 'leader', 'want', 'ad', 'lunch', 'donation', 'speeche', 'tweet', 'unethical'], ['thank', 'council', 'bluff', 'iowa', 'silent_majority', 'silent', 'trump', 'fitn', 'https', 'co', 'vtae', 'eq', 'https', 'co', 'ipsjpvh'], ['charleshurt', 'great', 'seanhannity', 'last_night', 'thank', 'nice_word', 'make_america', 'great'], ['iowa', 'fantastic', 'last_night', 'amazing', 'crowd', 'people', 'florida', 'getting_ready', 'go', 'south_carolina', 'big', 'crowd', 'exciting'], ['die', 'unionleader', 'newspaper', 'turmoil', 'comment', 'bully', 'get', 'knock'], ['deucecrew', 'desperately', 'try', 'sell', 'unionleader', 'loser', 'comment', 'help', 'much'], ['never', 'think', 'say', 'really', 'enjoy', 'richlowry', 'television', 'lately', 'terrific', 'hosting', 'seanhannity'], ['thank', 'hilton', 'head', 'south_carolina', 'scteamtrump', 'trump', 'https', 'co', 'rlcz', 'tia', 'https', 'co', 'ialbsdkw'], ['thank', 'hilton', 'head', 'south_carolina', 'trump', 'https', 'co', 'tbad', 'meyce'], ['go', 'live', 'ericbolle', 'kimguilfoyle', 'ring', 'new', 'year', 'everybody', 'tune', 'foxnew', 'tomorrow', 'night'], ['great', 'poll', 'thank', 'nevada', 'trump', 'https', 'co', 'vjjb'], ['lovely', 'letter', 'daughter', 'late', 'great', 'john', 'wayne', 'country', 'could', 'wayne', 'right', 'https', 'co', 'rhn', 'gvnbqm'], ['predict', 'die', 'unionleader', 'newspaper', 'run', 'ground', 'publisher', 'stinky', 'dead', 'year'], ['great', 'day', 'south_carolina', 'record', 'crowd', 'fantastic', 'enthusiasm', 'movement', 'make_america', 'great'], ['jebbush', 'spend', 'bottom', 'poll', 'spend', 'almost', 'nothing', 'top', 'win', 'hughhewitt'], ['people', 'ask', 'tweet', 'tweet', 'million', 'jebbush', 'low', 'poll', 'big', 'hit', 'ad'], ['trump', 'https', 'co', 'ieixos', 'wh'], ['would', 'feel', 'sorry', 'jebbush', 'badly', 'campaign', 'fact', 'take', 'million', 'hit', 'ad'], ['happy_birthday', 'son', 'donaldjtrumpjr', 'proud', 'tbt', 'https', 'co', 'ulerceocgx', 'https', 'co', 'nbxpvdarjm'], ['thank', 'illinoi', 'let', 'forget', 'get', 'family', 'amp', 'friend', 'vote', 'https', 'co', 'kmbnlyk', 'https', 'co', 'dtmasiq'], ['believe', 'state', 'department', 'new', 'year', 'eve', 'release', 'hillary', 'mail', 'want', 'end', 'bad'], ['would', 'like', 'wish', 'everyone', 'happy', 'healthy', 'new', 'year', 'must', 'work', 'together', 'finally', 'make_america', 'safe', 'great'], ['foxnew', 'live', 'member', 'family', 're', 'new', 'year', 'together', 'make_america', 'great'], ['happy', 'new', 'year', 'amp', 'thank', 'https', 'yo', 'qbzy', 'https', 'co', 'uxuxwj', 'rbv'], ['https', 'co', 'eeqb', 'pdrue'], ['happy', 'new', 'year', 'maralago', 'thank', 'great', 'family', 'support', 'https', 'co', 'usqsiaaj'], ['year', 'officially', 'begin', 'many', 'stop', 'plan', 'work', 'hard', 'win', 'turn', 'country', 'around'], ['go', 'mississippi', 'tomorrow', 'night', 'hear', 'crowd', 'go', 'massive', 'look_forward'], ['person', 'hillary_clinton', 'least', 'want', 'run', 'far', 'large', 'voter', 'turnout', 'ever', 'swamp'], ['thank', 'much', 'https', 'co', 'omryruvet', 'name', 'man', 'year', 'indeed', 'great', 'honor'], ['votetrump', 'amp', 'together', 'thank', 'support', 'https', 'co', 'bziqushnbi'], ['massive', 'crowd', 'expect', 'mississippi', 'tomorrow', 'night', 'look_forward', 'photo', 'https', 'co', 'xuxvf', 'https', 'co', 'utrl', 'unqau'], ['jebbush', 'sad', 'case', 'total', 'embarrassment', 'family', 'announce', 'continue', 'spend', 'trump', 'hit', 'ad'], ['jebbush', 'low', 'energy', 'stiff', 'focus', 'special_interest', 'money', 'many', 'people', 'ahead', 'poll', 'chance'], ['say', 'ban', 'muslim', 'israel', 'build', 'wall', 'must', 'vigilant'], ['hillary_clinton', 'strength', 'stamina', 'president', 'low', 'energy', 'individual', 'hillary', 'much', 'better'], ['hope', 'bill', 'start', 'talk', 'woman', 'issue', 'voter', 'see', 'hypocrite', 'hillary', 'abused', 'woman'], ['look', 'money', 'special_interest', 'lobbyist', 'give', 'candidate', 'beware', 'candidate', 'mere', 'puppet'], ['remember', 'self_funde', 'campaign', 'party', 'control', 'lobbyist', 'special_interest'], ['head', 'biloxi', 'mississippi', 'massive', 'crowd', 'expect', 'thank', 'support', 'votetrump', 'https', 'co', 'vmngemlzt'], ['arrive', 'mississippi', 'rally', 'word', 'crowd', 'overflow', 'massive', 'amazing', 'evening'], ['thank', 'biloxi', 'mississippi', 'remember', 'night', 'amp', 'spread', 'word', 'get', 'votetrump', 'https', 'co', 'hfydky', 'dkq'], ['return', 'mississippi', 'great', 'evening'], ['lie', 'last', 'week', 'say', 'isis', 'make', 'video', 'video', 'isis', 'make', 'husband', 'degenerate'], ['shabbab', 'isis', 'make', 'video', 'front', 'runner', 'amp', 'speak', 'must', 'hillary', 'lie'], ['say', 'gun', 'keep', 'safe', 'really', 'believe', 'demand', 'heavily', 'armed', 'bodyguard', 'quickly', 'disarm'], ['thank', 'support', 'biloxi', 'm', 'let', 'get', 'amp', 'vote', 'https', 'rszf', 'kyhn'], ['anybody', 'remember', 'bill', 'clinton', 'work', 'long', 'hard', 'hillary', 'lose', 'bill', 'watch'], ['chucktodd', 'say', 'today', 'meetthepress', 'attack', 'bill', 'get', 'hillary', 'never', 'work', 'wrong', 'attack', 'amp'], ['ruthmarcus', 'washingtonpost', 'terrible', 'today', 'face', 'nation', 'focus', 'poor', 'level', 'concentration', 'correct', 'hillary', 'lying'], ['iran', 'money', 'else', 'give', 'obama', 'want', 'way', 'take', 'saudi_arabia', 'amp', 'oil', 'find'], ['bad', 'thing', 'hillary', 'could', 'husband', 'campaign', 'watch'], ['way', 'msm', 'forgot', 'mention', 'hillary', 'shabaab', 'terror', 'video', 'https', 'co', 'grannsrxjr'], ['look_forward', 'lowell', 'massachusetts', 'today', 'hear', 'big', 'crowd_expected', 'lot', 'fun'], ['woody', 'johnson', 'owner', 'nyjet', 'jebbush', 'finance', 'chairman', 'woody', 'would', 'would', 'playoff'], ['rally', 'lowell', 'massachusett', 'amazing', 'people', 'go', 'wild', 'make_america', 'great'], ['unionleader', 'circulation', 'drop', 'bad', 'management', 'wonder', 'beg', 'ad'], ['know', 'samuelljackson', 'good', 'knowledge', 'play', 'golf', 'amp', 'think', 'many', 'tv', 'commercial', 'bore', 'fan'], ['receive', 'great', 'news', 'reuters_poll', 'thank', 'support', 'https', 'co', 'yzp', 'dgfbce'], ['germany', 'go', 'massive', 'attack', 'people', 'migrant', 'allow', 'enter', 'country', 'new', 'year', 'eve', 'disaster', 'think'], ['happy_birthday', 'son', 'erictrump', 'proud', 'https', 'co', 'zhmkiqnuwl', 'https', 'co', 'ijzw', 'ndjya'], ['cheat', 'golf', 'samuelljackson', 'cheat', 'game', 'choice', 'stop', 'commercial'], ['samuelljackson', 'golf', 'swing', 'athletic', 'many', 'club', 'championship', 'play', 'charity'], ['huge', 'crowd_expected', 'tomorrow', 'night', 'police', 'say', 'first', 'come', 'first', 'serve', 'arrive', 'early'], ['wolfblitzer', 'cnnsitroom', 'interview', 'today', 'join'], ['believe', 'unionleader', 'demand', 'ad', 'look', 'enclose', 'letter', 'receive', 'https', 'co', 'nucdhbzah'], ['fail', 'unionleader', 'newspaper', 'send', 'trump', 'organization', 'letter', 'ask', 'take', 'ad', 'stupid', 'desperate'], ['macys', 'worst', 'perform', 'stock', 'last', 'year', 'plunging', 'disloyal', 'company', 'win', 'trump', 'boycott'], ['wise', 'move', 'renounce', 'canadian', 'citizenship', 'senator', 'certainly', 'friend', 'te'], ['beautiful', 'burlington', 'vermont', 'tonight', 'rally', 'great', 'fun', 'make_america', 'great'], ['man', 'shoot', 'paris', 'police', 'station', 'announce', 'terror', 'threat', 'highest_level', 'germany', 'total', 'mess', 'big', 'crime', 'get', 'smart'], ['massive', 'crowd', 'tonight', 'venue', 'big', 'enough', 'official', 'say', 'outside', 'event', 'sound', 'system', 'arrive', 'early'], ['sentedcruz', 'te', 'free', 'legal', 'advice', 'pre', 'empt', 'dem', 'citizen', 'issue', 'go', 'court', 'amp', 'seek', 'declaratory', 'judgment', 'win'], ['idea', 'jebbush', 'campaign', 'disaster', 'try', 'use', 'last', 'name', 'ashamed'], ['weak', 'amp', 'ineffective', 'jebbush', 'ad', 'show', 'statement', 'debate', 'response', 'false', 'advertising'], ['hillary', 'friend', 'https', 'co', 'ttapqmi'], ['theview', 'abc', 'great', 'head', 'barbarajwalter', 'total', 'freefall', 'whoopi', 'goldberg', 'terrible', 'sad'], ['joy', 'behar', 'fire', 'last', 'show', 'lack', 'rating', 'even', 'bad', 'theview', 'love', 'barbara'], ['leave', 'burlington', 'vermont', 'wild'], ['could', 'get', 'small', 'fraction', 'crowd', 'movement', 'make_america', 'great', 'unbelievable', 'https', 'co', 'nhpdgm'], ['great', 'time', 'burlington', 'vermont', 'crowd', 'amazing'], ['hank', 'greenberg', 'formerly', 'aig', 'give', 'jebbush', 'campaign', 'happy', 'total', 'waste', 'money'], ['good', 'news', 'https', 'co', 'crp', 'zdxsz'], ['way', 'south_carolina', 'big', 'crowd', 'look_forward'], ['hope', 'worker', 'demand', 'teamster', 'rep', 'endorse', 'donald', 'trump', 'nobody', 'know', 'job', 'let', 'sell'], ['love', 'see', 'union', 'union', 'member', 'alike', 'defect', 'trump', 'create', 'job', 'else', 'dem', 'leader', 'compete'], ['trump', 'https', 'co', 'hmclwl'], ['foxnews', 'poll', 'thank', 'trump', 'https', 'co', 'dkuyzlrtz'], ['venue', 'wonderful', 'south_carolina', 'soon', 'big', 'traffic', 'back', 'tremendous', 'crowd', 'wild'], ['great', 'even', 'sc', 'tonight', 'fire', 'marshall', 'would', 'let', 'everyone', 'turn', 'away', 'thank', 'come'], ['pat', 'buchanan', 'give', 'fantastic', 'interview', 'morning', 'cnn', 'way', 'go', 'pat', 'way', 'ahead', 'time'], ['south_carolina', 'rally', 'last_night', 'unbelievably', 'exciting', 'fun', 'iowa', 'big', 'rally', 'pack', 'house', 'love'], ['constitutional', 'law', 'expert', 'laurence', 'tribe', 'harvard', 'say', 'wrong', 'say', 'natural', 'bear', 'citizen', 'settle', 'matter', 'settle'], ['thank', 'thefix', 'chris', 'cillizza', 'true', 'person', 'character', 'change', 'opinion', 'amp', 'right', 'https', 'co', 'vxlt', 'iebr'], ['jonahnro', 'watch', 'seanhannity', 'appreciate', 'statement', 'wait', 'long', 'time', 'thank'], ['thank', 'much', 'earnest', 'must', 'great', 'person', 'https', 'co', 'dzp', 'yoadj', 'https', 'co', 'ytllewceb'], ['time', 'magazine', 'cover', 'week', 'david', 'von', 'drehle', 'write', 'good', 'story', 'ever'], ['brilliantly', 'tell', 'real', 'deal', 'read', 'https', 'co', 'ccrefkn'], ['protest', 'unionleader', 'anything', 'abc', 'debate', 'unethical', 'record', 'give', 'right', 'involved'], ['interview', 'chris_wallace', 'fox', 'tomorrow', 'morning', 'tune'], ['meet', 'press', 'chucktodd', 'tomorrow', 'morning', 'enjoy'], ['want', 'thank', 'people', 'iowa', 'unbelievable', 'day', 'crowd', 'amazing', 'back', 'tuesday'], ['yesterday', 'iowa', 'amaze', 'speech', 'front', 'great', 'sell', 'crowd', 'love', 'candidate', 'self_funde'], ['foxnew', 'poll', 'easily', 'beat', 'hillary_clinton', 'havn', 'even', 'focus', 'way', 'make_america', 'great'], ['head', 'reno_nevada', 'big', 'rally', 'good', 'poll', 'numberd'], ['remember', 'get', 'time', 'magazine', 'cover', 'take', 'year', 'read', 'watch'], ['pleased', 'announce', 'union', 'leader', 'remove', 'upcoming', 'debate', 'https', 'co', 'dl', 'hdpzhoi'], ['highly', 'unethical', 'behavior', 'include', 'beg', 'ad', 'questionable', 'enough', 'endorse', 'candidate', 'win'], ['really', 'unfair', 'conflict', 'candidate', 'say', 'allow', 'abc', 'agree'], ['lose', 'credibility', 'circulation', 'drop', 'record', 'low', 'worthy', 'represent', 'great', 'people'], ['union', 'leader', 'refuse', 'comment', 'kick', 'abc', 'news', 'debate', 'dog', 'starter', 'try', 'get', 'new', 'publisher'], ['thank', 'law_enforcement', 'officer', 'lesm', 'trump', 'https', 'co', 'sfuuvrx'], ['thisweekabc', 'gstephanopoulos', 'allow', 'hater', 'amp', 'racist', 'tavissmiley', 'waste', 'good', 'airtime', 'abc', 'much', 'better'], ['congratulation', 'friend', 'theslystallone', 'win', 'goldenglobe', 'wonderful', 'guy', 'create', 'something', 'special', 'well', 'deserve'], ['great', 'job', 'fox', 'morning', 'katiepavlich', 'send', 'book', 'immediately', 'thank', 'much'], ['professional', 'abc', 'news', 'throw', 'fail', 'unionleader', 'newspaper', 'debate', 'paper', 'survive', 'highly', 'unethical'], ['arrive', 'thank', 'supporter', 'trump', 'https', 'co'], ['congratulation', 'jdickerson', 'face', 'nation', 'high', 'rating', 'year', 'people', 'watch', 'interview', 'thank'], ['ringlingbro', 'retire', 'elephant', 'circus', 'never'], ['new', 'iowa', 'poll', 'thank', 'trump', 'https', 'co', 'sshz', 'dsu'], ['megynkelly', 'recently', 'say', 'woo', 'trump', 'average', 'way', 'hell', 'want', 'woo'], ['fallontonight', 'jimmyfallon', 'pme', 'enjoy', 'trump', 'https', 'co', 'zbkfxjqb'], ['thank', 'michael', 'harrison', 'talkersmagazine', 'kind_word', 'greatly_appreciate'], ['majorcbs', 'major', 'garrett', 'cbsnew', 'cover', 'inaccurately', 'total', 'agenda', 'bad', 'reporter'], ['face', 'nation', 'interview', 'highest_rated', 'show', 'year', 'congratulation', 'wow', 'cbsnew', 'jdickerson'], ['forget', 'watch', 'tonight', 'show', 'wonderful', 'jimmyfallon', 'disappoint', 'nbc'], ['fantastic', 'job', 'cnn', 'tonight', 'kayleighmcenany', 'winner', 'donlemon'], ['stuartpsteven', 'horrible', 'advise', 'mitt_romney', 'make', 'victory', 'impossibility', 'blame', 'mitt', 'steven', 'get', 'job'], ['tonight', 'show', 'begin', 'minute', 'enjoy'], ['thank', 'trump', 'https', 'co', 'qmdcckppeu'], ['way', 'cedar', 'fall', 'iowa', 'great', 'love', 'people', 'iowa'], ['serious', 'problem', 'te', 'amp', 'gop', 'great', 'doubt', 'dem', 'sue', 'let', 'work', 'together', 'solve', 'problem', 'https', 'cnl', 'dmfb'], ['new', 'iowa', 'poll', 'release', 'thank', 'iacaucus', 'fitn', 'https', 'co', 'rgkrruqpm'], ['new', 'cbs', 'poll', 'trump', 'https', 'co'], ['iran', 'deal', 'terrible', 'get', 'uranium', 'stockpile', 'send', 'russia', 'sotu'], ['sotu', 'speech', 'really', 'bore', 'slow', 'lethargic', 'hard', 'watch'], ['find', 'tedcruz', 'spend', 'fortune', 'iowa', 'push', 'poll', 'negative', 'nice', 'new', 'poll', 'great'], ['state', 'union', 'speech', 'bore', 'ramble', 'non', 'substantive', 'hear', 'long', 'time', 'new', 'leadership', 'fast'], ['numerous', 'poll', 'beat', 'hillary_clinton', 'race', 'voter', 'turnout', 'high', 'history', 'get', 'new', 'voter'], ['iran', 'toy', 'day', 'pay', 'ridiculously', 'billion', 'dollar', 'release', 'money', 'want', 'hostage', 'back'], ['thank', 'support', 'last_night', 'iowa', 'votetrump', 'trump', 'iacaucus', 'fitn', 'iapolitic', 'https', 'co', 'xrvznatru'], ['sadly', 'way', 'continue', 'run', 'republican', 'primary', 'erase', 'doubt', 'eligibility', 'dem', 'sue'], ['nomination', 'would', 'increase', 'voter', 'turnout', 'votetrump', 'trump', 'https', 'co', 'kjcastcjg'], ['thank', 'votetrumphttps', 'co', 'eeysmudl'], ['thank', 'iowa', 'highly_respected', 'oann', 'gravismarkete', 'poll', 'release', 'votetrump', 'iowacaucus', 'https', 'co', 'ecs', 'xyxaxl'], ['thank', 'votetrump', 'https', 'co', 'pnmqc'], ['erictrump', 'unbelievable', 'job', 'foxnew', 'greta', 'better', 'could', 'trump'], ['cnn', 'andersoncooper', 'waste', 'airtime', 'put', 'fail', 'campaign', 'strategist', 'stuart_steven', 'lose', 'big', 'romney', 'show'], ['humiliate', 'united_states', 'capture', 'sailor', 'horrible', 'picture', 'amp', 'image', 'weak', 'forget'], ['stuart_steven', 'dumb', 'guy', 'fail', 'virtually', 'everything', 'touch', 'romney', 'campaignhis', 'booketc', 'andersoncooper', 'put'], ['united_states', 'looks_like', 'paper', 'tiger', 'way', 'win'], ['thebrodyfile', 'trump', 'appeal', 'evangelical', 'real', 'trump', 'https', 'co', 'xb', 'quqj', 'https', 'co', 'xdexzv'], ['think', 'iran', 'would', 'act', 'tough', 'russian', 'sailor', 'country', 'humiliate'], ['wsj', 'poll', 'donald', 'trump', 'widen', 'lead', 'republican', 'presidential', 'race', 'trump', 'https', 'co', 'fhpjb'], ['poorly', 'last_night', 'debate', 'chance', 'win', 'get', 'graham', 'endorsement', 'graham', 'quit'], ['sen', 'lindsey_graham', 'embarrassed', 'fail', 'run', 'president', 'embarrass', 'endorsement', 'bush'], ['top', 'search', 'candidate', 'state', 'see', 'gopdebate', 'medium', 'filing', 'center', 'make_america', 'great', 'https', 'co', 'nwkprmwfnr'], ['watch', 'harveypitt', 'teamcavuto', 'great'], ['geraldorivera', 'thank', 'geraldo', 'nice_word', 'oreillyfactor_tonight', 'true', 'champion', 'thank', 'ericbolle', 'great', 'guy'], ['get', 'back', 'iowa', 'great', 'time', 'amazing', 'people', 'back', 'soon'], ['oreillyfactor', 'explain', 'dumb', 'fail', 'glennbeck', 'support', 'john_mccain', 'big', 'league', 'obama'], ['frankluntz', 'total', 'clown', 'zero_credibility', 'foxnew', 'megynkelly'], ['radical_islam', 'attack', 'today', 'never', 'end', 'strengthen', 'border', 'must', 'vigilant', 'smart', 'politically_correct'], ['bear', 'canada', 'canadian', 'citizen', 'lawsuit', 'file', 'follow', 'tell'], ['say', 'know', 'canadian', 'citizen', 'also', 'forget', 'file', 'goldman_sachs', 'loan', 'paper', 'believable'], ['loan', 'forgot', 'file', 'own', 'anything', 'demand', 'much', 'reformer'], ['ted_cruz', 'wiseguy', 'apology', 'people', 'disgrace', 'remember', 'wife', 'employer', 'lender', 'locate'], ['report', 'report', 'loan', 'citi', 'wonder', 'bank', 'well', 'senate'], ['base', 'fact', 'bear', 'canada', 'therefore', 'natural', 'bear', 'canadian', 'borrow', 'unreported', 'loan', 'bank'], ['purposely', 'illegally', 'list', 'personal', 'disclosure', 'form', 'personally', 'guarantee', 'loan', 'bank'], ['great', 'new', 'number', 'thank', 'trump', 'https', 'co', 'lqdxqvrl', 'https', 'co', 'gfynuwwcyn'], ['te', 'ultimate', 'hypocrite', 'say', 'thing', 'money', 'vote', 'https', 'co', 'hxdfy', 'mjvw'], ['oppose', 'gay', 'marriage', 'accept', 'money', 'people', 'espouse', 'gay', 'marriage'], ['everybody', 'love', 'people', 'thru', 'get', 'hypocrite', 'politic'], ['tedcruz', 'give', 'base', 'campaign', 'contribution', 'back', 'special_interest', 'control'], ['greatly', 'dishonest', 'tedcruz', 'file', 'financial', 'disclosure', 'form', 'amp', 'list', 'lending', 'bank', 'pretend', 'go', 'clean', 'wall'], ['depart', 'great', 'morning', 'record', 'crowd', 'portsmouth', 'snow', 'storm', 'thank', 'https', 'co', 'woouwsg', 'https', 'co', 'izbmhezolh'], ['receive', 'campaign', 'contribution', 'ny', 'hedge', 'fund', 'mogul', 'amp', 'low', 'int', 'loan', 'goldman_sachs', 'hypocrite'], ['talk', 'amp', 'demean', 'https', 'co', 'rygx', 'vazku'], ['interesting', 'read', 'peggy', 'noonan', 'https', 'co', 'jaxiy', 'xsem'], ['iran', 'deal', 'get', 'prisoner', 'get', 'want', 'many', 'watch', 'list', 'create', 'great', 'incentive', 'other'], ['go', 'buy', 'jetliner', 'small', 'part', 'giving', 'buy', 'rather', 'airbus'], ['big', 'announcement', 'ame', 'iowa', 'tuesday', 'want', 'miss', 'rally', 'trump', 'https', 'co', 'wyafxdlz', 'https', 'co', 'lervfowpmx'], ['far', 'kill', 'anticipate', 'radical_islamic', 'terror_attack', 'yesterday', 'get', 'tough', 'smart', 'country', 'anymore'], ['self_funde', 'campaign', 'put', 'money', 'control', 'cruz', 'spending', 'million', 'ad', 'pay', 'boss'], ['thank', 'ivankatrump', 'kind_word', 'proud', 'role', 'model', 'many', 'amp', 'ia', 'radio', 'ad', 'https', 'co', 'nqjjvdapng'], ['reminder', 'support', 'liberal', 'justice', 'john', 'robert', 'give', 'obamacare', 'https', 'co', 'gbnsngomom'], ['leave', 'liberty', 'university', 'speak', 'today', 'front', 'record', 'crowd', 'trump'], ['great', 'morning', 'everyone', 'libertyu', 'thank', 'trump', 'https', 'co', 'xuwganbq', 'https', 'co'], ['launch', 'new', 'series', 'trump', 'video', 'facebook', 'new', 'topic', 'everyday', 'watch', 'https', 'nxwnocwzgc', 'https', 'co', 'lu'], ['love', 'liberty', 'university', 'today', 'record_sette', 'crowd', 'unbelievable', 'people', 'thank', 'jerry', 'becki', 'https', 'co', 'yrlgb', 'wxyh'], ['fall', 'poll', 'nervous', 'people', 'worry', 'place', 'birth', 'failure', 'report', 'loan', 'bank'], ['think', 'even', 'run', 'president', 'assure', 'republican', 'voter', 'bear', 'canada', 'problem', 'doubt'], ['thebrodyfile', 'exclusive', 'realdonaldtrump', 'say', 'protect', 'evangelical', 'well', 'tedcruz', 'https', 'bldnkyzmbe', 'cbnnew'], ['thebrodyfile', 'great', 'job', 'ac', 'thank', 'smart', 'kind_word'], ['new', 'poll', 'trump', 'cruz', 'nervous', 'wreck'], ['tedcruz', 'conflict', 'stance', 'birthright', 'citizenship', 'amendment', 'give', 'teamtrump', 'credit', 'https', 'co', 'qed'], ['dope', 'frank', 'bruni', 'say', 'call', 'many', 'people', 'include', 'karl', 'rove', 'loser', 'true', 'never', 'call', 'friend', 'howardstern', 'loser', 'winner'], ['really', 'disgusting', 'fail', 'time', 'allow', 'dishonest', 'writer', 'totally', 'fabricate', 'story'], ['way', 'iowa', 'receive', 'new', 'national', 'poll_number', 'thank', 'trump', 'https', 'uevw'], ['freejessejame', 'read', 'complete', 'statement', 'amazing', 'guy', 'amp', 'really', 'appreciate', 'word', 'amp', 'support', 'see', 'soon'], ['thank', 'georgia', 'appreciate', 'support', 'trump', 'https', 'co', 'onbgrpjkdl'], ['thank', 'strong', 'testimony', 'welcome', 'liberty', 'university', 'yesterday', 'jerryjrfalwell', 'https', 'co', 'vjgj', 'te'], ['release', 'sc', 'poll', 'increase', 'lead', 'point', 'last', 'poll', 'firm', 'cruz', 'drop', 'https', 'co', 'qm', 'jusyaqh'], ['true', 'honor', 'receive', 'endorsement', 'john', 'wayne', 'daughter', 'read', 'https', 'jr', 'https', 'psqh'], ['highly_respected', 'governor', 'iowa', 'state', 'must', 'defeat', 'big', 'shok', 'people', 'te'], ['palin', 'brand', 'evangelical', 'gold', 'faucet', 'trump', 'tower', 'say', 'ralph', 'reed', 'chairman', 'faith', 'freedom', 'coalition'], ['trump', 'economy', 'video', 'https', 'co', 'krcusyfplb', 'https', 'co', 'ksvyvivdc'], ['judge', 'jeanine', 'slam', 'gop', 'establishment', 'https', 'co', 'gehfz', 'nahi'], ['greatly', 'honor', 'receive', 'sarah', 'palin', 'endorsement', 'tonight', 'video', 'https', 'co', 'amki', 'https', 'co', 'bjtpvwm'], ['trump', 'life', 'change', 'experiencevideo', 'https', 'co', 'https', 'co', 'bstlvq'], ['great', 'rally', 'iowa', 'wonderful', 'people', 'travel', 'sarahpalinusa', 'tulsa', 'massive', 'crowd_expected', 'https', 'gak', 'kebhoh'], ['turn', 'away', 'come', 'back', 'soon', 'take_care', 'much', 'love', 'crowd', 'thank', 'https', 'co', 'xsoereiyua'], ['thank', 'florida', 'trump', 'https', 'co', 'npcw'], ['thank', 'fitn', 'trump', 'nhpolitic', 'https', 'co', 'fkmzpaedr'], ['bob', 'dole', 'warn', 'cataclysmic', 'loss', 'say', 'donald', 'trump', 'would', 'better', 'time', 'https', 'co', 'txealrz', 'uy'], ['new', 'cnn', 'wmur', 'poll', 'release', 'thank', 'fitn', 'trump', 'https', 'co', 'szr', 'tau'], ['wacko', 'glennbeck', 'sad', 'answer', 'sarahpalinusa', 'endorsement', 'cruz', 'desperately', 'want', 'glenn', 'failing', 'cry', 'lose', 'soul'], ['trump', 'unifying', 'nationvideo', 'https', 'https', 'co', 'md'], ['sad', 'cnn', 'many', 'other', 'refuse', 'show', 'massive', 'crowd', 'arena', 'yesterday', 'oklahoma', 'dishonest', 'reporting'], ['sad', 'sack', 'jebbush', 'do', 'ad', 'special_interest', 'money', 'say', 'beat', 'hillary', 'beat'], ['low', 'energy', 'candidate', 'jebbush', 'waste', 'fail', 'presidential', 'campaign', 'million', 'spend', 'go', 'home', 'relax'], ['new', 'day', 'cnn', 'treat', 'badly', 'alisyncamerota', 'disaster', 'go', 'watch', 'anymore'], ['happy_birthday', 'friend', 'great', 'jacknicklaus', 'totally', 'special', 'guy'], ['thank', 'iowa', 'trump', 'https', 'co', 'ryhehetlqn'], ['thank', 'trump', 'https', 'co'], ['thank', 'trump', 'https', 'co', 'tg', 'ozkly'], ['trump', 'https', 'co'], ['greta', 'fire', 'bushy', 'dummy', 'john', 'sununu', 'spew', 'false', 'info', 'beat', 'hillary', 'lot', 'want', 'part', 'trump'], ['thank', 'iowa', 'iacaucus', 'trump', 'https', 'co', 'wvjldvtsag'], ['national_review', 'failing', 'publication', 'lose', 'way', 'circulation', 'way', 'influence', 'time', 'low', 'sad'], ['people', 'read', 'national_review', 'know', 'criticize', 'lead'], ['late', 'great', 'william', 'buckley', 'would', 'ashamed', 'happened', 'prize', 'die', 'national_review'], ['complain', 'view', 'eminent_domain', 'road', 'highway', 'airport', 'school', 'even', 'pipeline'], ['tedcruz', 'eligibility', 'president', 'settle', 'law', 'say', 'cruz', 'constitutional', 'laurencetribe', 'https', 'co', 'gwkojsbinz'], ['highly_respected', 'constitutional', 'mary', 'brigid', 'mcmanamon', 'state', 'eligible', 'president', 'big', 'problem'], ['fail', 'nro', 'national_review', 'magazine', 'inform', 'republican', 'national', 'committee', 'not', 'participate', 'debate'], ['spend', 'jebbush', 'bottom', 'barrel', 'poll', 'ashamed', 'name', 'bush', 'ad', 'low', 'energy', 'guy'], ['may', 'highest', 'thank', 'opposition', 'totally', 'ineffective', 'amp', 'year', 'https', 'co', 'xnzvhu'], ['die', 'nro', 'national_review', 'totally', 'give', 'fight', 'barrack', 'obama', 'losing', 'year', 'beat', 'hillary'], ['new', 'reuters_poll', 'thank', 'trump', 'https', 'co', 'kdvzouia'], ['national', 'black', 'republican', 'association', 'endorse', 'donald', 'trump', 'trump', 'https', 'co', 'ipw'], ['new', 'national', 'gop', 'zogby', 'poll', 'trump', 'https', 'co', 'oabmypf', 'https', 'co', 'evqfrwkbd'], ['leave', 'nevada', 'iowa', 'thing', 'look', 'good', 'great', 'new', 'poll'], ['new', 'national', 'zogby', 'poll', 'trump', 'cruz', 'rubio', 'big', 'number'], ['receive', 'new', 'fox', 'poll', 'thank', 'america', 'trump', 'https', 'co', 'qknineus'], ['tax', 'scam', 'washington_post', 'inaccurate', 'story', 'really', 'dishonest', 'reporting'], ['rush_limbaugh', 'great', 'tell', 'see', 'really', 'honorable', 'guy', 'thank', 'rush', 'trump'], ['go', 'big', 'release', 'reuters_poll', 'go', 'goldman_sachs', 'citi', 'loan', 'canada'], ['watch', 'jeb', 'ad', 'desperately_neede', 'mommy', 'help', 'jeb', 'mom', 'help', 'isis', 'chinese', 'putin'], ['brentbozell', 'national_review', 'lightweight', 'come', 'office', 'beg', 'money', 'dog', 'say'], ['reason', 'irrelevant', 'glennbeck', 'refuse', 'failing', 'show', 'ask', 'many', 'time', 'listener', 'sad'], ['cruz', 'say', 'support', 'tarp', 'give', 'goldman_sachs', 'bank', 'loan', 'money', 'disclose', 'puppet'], ['cruz', 'renounce', 'canadian', 'citizenship', 'senator', 'start', 'run', 'potus', 'could', 'canadian', 'prime_minister'], ['cruz', 'honest', 'bed', 'wall', 'amp', 'fund', 'goldman_sachs', 'citi', 'low', 'interest', 'loan', 'legal', 'disclosure', 'amp', 'never', 'sell', 'asset'], ['wonderful', 'article', 'writer', 'truly', 'get', 'people', 'people', 'trump', 'https', 'rh', 'dlyz'], ['iowa', 'make', 'speech', 'today', 'good_luck', 'great', 'folk', 'east', 'coast', 'enjoy', 'beauty', 'storm'], ['great', 'job', 'produce', 'president', 'american', 'history', 'trump', 'votetrump', 'https', 'co', 'tykxct', 'ztg', 'https', 'oc', 'lwvqg'], ['anncoulter', 'amazing', 'win', 'establish', 'strong', 'border', 'build_wall', 'mexico', 'pay', 'great'], ['iowa', 'watch', 'phony', 'ad', 'candidate', 'bull', 'politician', 'talk', 'action', 'happen'], ['poll_number', 'big', 'bear', 'canada', 'recently', 'canadian', 'citizen', 'many', 'believe', 'not', 'run'], ['head', 'sioux', 'county', 'iowa', 'crowd', 'amazing', 'robert', 'jeffress', 'make', 'introduction', 'make_america', 'great'], ['base', 'megynkelly', 'conflict', 'interest', 'bias', 'allow', 'moderator', 'next', 'debate'], ['fail', 'glennbeck', 'lose', 'credibility', 'fire', 'fox', 'would', 'vote', 'mccain', 'https'], ['wonderful', 'story', 'iowa', 'voter', 'arappeport', 'nytime', 'https', 'co', 'fgvqsmbrkj'], ['leave', 'sioux', 'center', 'iowa', 'speech', 'well', 'receive', 'truly', 'great', 'people', 'packed_house', 'overflow'], ['great', 'people', 'iowa', 'find', 'iacaucus', 'location', 'https', 'zmm', 'important', 'vote'], ['head', 'pella', 'iowa', 'big', 'crowd', 'remember', 'trump', 'big', 'buyer', 'pella', 'window', 'see', 'soon'], ['williebosshog', 'honor', 'get', 'endorsement', 'fantastic', 'guy', 'forget', 'eric', 'say'], ['fox', 'great', 'judgejeanine', 'tonight', 'enjoy', 'trump'], ['leave', 'great', 'event', 'pella', 'go', 'church', 'tomorrow', 'muscatine', 'iowa'], ['serious', 'doubt', 'illinoi', 'cruz', 'run', 'president', 'first', 'many', 'challenge', 'https', 'co', 'pngqvo'], ['word', 'cry', 'glennbeck', 'leave', 'gop', 'right', 'vote', 'republican', 'primary', 'dumb', 'rock'], ['love', 'make', 'correct', 'prediction', 'national_review', 'https', 'co', 'tehjtl', 'tnareview', 'doom'], ['meetthepress', 'morning', 'various', 'time', 'nbcnew', 'enjoy'], ['face', 'nation', 'morning', 'various', 'time', 'cbsnew', 'enjoy'], ['make', 'military', 'big', 'powerful', 'amp', 'strong', 'mess', 'trump', 'https', 'co', 'fxgcl', 'https', 'co', 'pjecpbmkse'], ['new', 'fox', 'news', 'pollthank', 'iowa', 'trump', 'iacaucus', 'https', 'co', 'hv'], ['fox', 'news', 'pollthank', 'trump', 'https', 'co', 'qisbbit'], ['time', 'settle', 'problem', 'fact', 'bear', 'canada', 'citizen', 'canada', 'get', 'race'], ['ipsos', 'reuter', 'pollthank', 'trump', 'https', 'co', 'sbzp', 'epsq'], ['want', 'win', 'people', 'great', 'country', 'people', 'owe', 'voter', 'trump', 'video', 'https', 'co', 'rx', 'aoqqn'], ['situation', 'room', 'wolfblitzer', 'cnn'], ['join', 'iowa', 'tomorrow', 'iacaucus', 'trump', 'pm', 'https', 'co', 'cwqkragqfx', 'pm', 'https', 'ejh', 'twes'], ['obama', 'deal', 'trump', 'deal', 'https', 'co', 'lkuupm'], ['find', 'votetrump', 'caucus', 'night', 'iowa', 'iacaucus', 'trump', 'https', 'xd', 'https', 'co', 'ocipo', 'dint'], ['morning', 'maria', 'fox', 'business', 'network', 'tomorrow', 'hour'], ['cnnsitroom', 'wolfblitzer', 'cnn'], ['nervous', 'wreck', 'make', 'reckless', 'charge', 'care', 'truth', 'poll', 'way'], ['cruz', 'go', 'fast', 'recent', 'poll', 'drop', 'rock', 'lie', 'never', 'work'], ['cruz', 'lie', 'almost', 'bad', 'jeb', 'politician', 'anything', 'stay', 'trough'], ['leave', 'big', 'crowd', 'looking_forward', 'fitn'], ['phyllis_schlafly', 'eagle', 'forum', 'national_review', 'defunct', 'next', 'year', 'https', 'co', 'qmdkv'], ['land', 'venue', 'shortly', 'fitn'], ['thank', 'fitn', 'trump', 'https', 'co', 'bj', 'qzbqu'], ['gma', 'gstephanopoulos', 'morning', 'likewise', 'morning_joe', 'figure'], ['interview', 'mariabartiromo', 'morningsmaria', 'foxbusiness', 'enjoy'], ['donald', 'trump', 'retain', 'national', 'lead', 'new', 'abc', 'news', 'wapo', 'poll', 'https', 'co', 'xpja', 'tbbta', 'https', 'co', 'uaecpwqwm'], ['end', 'common_core', 'disaster', 'https', 'co', 'xyrqz', 'trump', 'https', 'co', 'sc'], ['phony', 'bobvanderplaat', 'tell', 'follower', 'time', 'ask', 'family', 'stay', 'hotel', 'pay'], ['great', 'people', 'iowa', 'find', 'iacaucus', 'location', 'https', 'co', 'anvtczqfoq', 'important', 'vote'], ['trump', 'https', 'co', 'qx'], ['great', 'honor', 'rev', 'jerry', 'jr', 'liberty', 'university', 'respect', 'religious', 'leader', 'nation', 'endorse'], ['bobvanderplaat', 'beg', 'event', 'ask', 'organizer', 'bad', 'guy'], ['gopdebate', 'https', 'co', 'cjtywwil'], ['think', 'sentedcruz', 'know', 'bobvanderplaat', 'dealing', 'actually', 'doubt'], ['thank', 'trump', 'iacaucus_finder', 'https', 'co', 'anvtczqfoq', 'https', 'co', 'cxqth', 'ssz'], ['minority', 'line', 'donald', 'trump', 'trump', 'https', 'co', 'clcvogwomy'], ['trump', 'show', 'complete', 'domination', 'facebook', 'conversation', 'https', 'co', 'tpiiyk', 'dyc'], ['thank', 'america', 'trump', 'https', 'co', 'xxwd'], ['pathetic', 'attempt', 'foxnew', 'try', 'build', 'rating', 'gopdebate', 'rating', 'https', 'co', 'vkpqh'], ['https', 'co', 'smtklpibyd'], ['cbs', 'face', 'nation', 'post', 'large', 'audience', 'trump', 'https', 'co', 'tzzx', 'fu'], ['refuse', 'call', 'megyn', 'kelly', 'bimbo', 'would', 'politically_correct', 'instead', 'call', 'lightweight', 'reporter'], ['statement', 'put', 'yesterday', 'foxnew', 'disgrace', 'good', 'broadcasting', 'journalism', 'would', 'ever', 'say', 'something', 'nasty', 'amp', 'dumb'], ['get', 'listen', 'rush_limbaugh', 'guy', 'fantastic'], ['beat', 'first', 'debate', 'especially', 'last', 'want', 'debate', 'canada'], ['self_funde', 'campaign', 'owe', 'anything', 'lobbyist', 'amp', 'special_interest', 'https', 'co', 'qycedgsov', 'https', 'co', 'zfdivsn'], ['interview', 'oreillyfactor_tonight', 'eastern', 'enjoy'], ['childishly', 'write', 'amp', 'taunt', 'pr', 'statement', 'fox', 'make', 'debate', 'lightweight', 'reporter', 'megynkelly'], ['thank', 'lexington', 'south_carolina', 'trump', 'co', 'jairniyygl', 'https', 'co', 'upao', 'eddvb'], ['fox', 'debate', 'advertising', 'rate', 'fall', 'rock', 'tune', 'special', 'event', 'veteran', 'pm_est'], ['greta', 'people', 'say', 'would', 'watch', 'debate', 'honor'], ['trump', 'iacaucus_finder', 'https', 'co', 'anvtczqfoq', 'https', 'co', 'thniqh', 'ny'], ['candidate', 'call', 'last_night', 'say', 'want', 'go', 'event', 'tonight', 'drake', 'university'], ['debate', 'tonight', 'total', 'disaster', 'low', 'rating', 'advertiser', 'advertising', 'rate', 'drop', 'rock', 'hate', 'see'], ['america', 'need', 'case', 'trump', 'great', 'new', 'book', 'esteem', 'jeffrey_lord', 'jeffjlpa', 'available', 'https', 'co', 'xehkbidapr'], ['politically_correct', 'take', 'much', 'time', 'much', 'get', 'do', 'trump', 'https', 'co', 'icsqeombg', 'https', 'co', 'fkgkcvxvo'], ['trump', 'iacaucus_finder', 'https', 'co', 'anvtczqfoq', 'https', 'co', 'vjchyylzu'], ['great', 'honor', 'support', 'veteran', 'join', 'thank', 'trump', 'vetshttps', 'uvn', 'kud', 'dv'], ['tennessee', 'gop', 'pollhttps', 'co', 'hfsxkaxc', 'trump', 'cruz', 'carson', 'rubio', 'christie', 'jeb'], ['anticipate', 'hotel', 'opening', 'trump', 'international_hotel', 'washington', 'https', 'lqcas'], ['hear', 'sentedcruz', 'man', 'robert', 'mercer', 'good', 'man', 'angry', 'cruz', 'lie', 'liquidate', 'ted', 'holding'], ['trump', 'iacaucus_finder', 'https', 'co', 'anvtcz', 'epq', 'https', 'co', 'gicaoeofcc'], ['donald', 'trump', 'hand', 'bill', 'reilly', 'cable', 'tv', 'viewership', 'win', 'deadline', 'https', 'co', 'ytid', 'irw'], ['watch', 'biased', 'charle', 'krauthammer', 'foxnew', 'flunky', 'know', 'debate', 'particular', 'last', 'check', 'poll'], ['unbelievable', 'night', 'iowa', 'great', 'veteran', 'raise', 'politician', 'talk', 'gopdebate'], ['take_care', 'veteran', 'serve', 'country', 'bravely', 'thankavet', 'video', 'https', 'co', 'gsesh', 'https', 'co', 'wmr', 'jnmsyz'], ['thank', 'kind_word', 'tonight', 'omarosa', 'great', 'see', 'soon'], ['iacaucus', 'pm', 'iowa', 'caucus', 'finder', 'https', 'co', 'anvtczqfoq', 'gopdebate', 'https', 'co', 'hluycculcp'], ['thank', 'america', 'https', 'co', 'kiyptav'], ['thank', 'support', 'https', 'mjr', 'ddrk'], ['good', 'morning', 'america', 'thank', 'support', 'late', 'drudge', 'poll', 'https', 'co', 'xdnixwnqwb', 'https', 'co', 'yuttlnalxy'], ['thank', 'interest', 'amp', 'support', 'last_night', 'gopdebate', 'iacaucus_finder', 'https', 'co', 'anvtczqfoq', 'https', 'co', 'yadqipc'], ['iowa', 'amazing', 'last_night', 'event', 'could', 'work', 'better', 'raise', 'great', 'vet', 'happy', 'proud'], ['getting_ready', 'take', 'nashua', 'big', 'crowd', 'soon', 'fun'], ['great', 'twitt', 'poll', 'even', 'thank', 'gopdebate', 'https', 'co', 'yljgkooebg'], ['thank', 'mitchell', 'fox', 'michigan', 'poll', 'find', 'trump', 'hold', 'lead', 'close', 'gop', 'opponent', 'trump', 'clinton', 'https', 'co', 'xpaev', 'yzgv'], ['american', 'need', 'say', 'simple', 'word', 'vet', 'meet', 'thank', 'wayne', 'walde', 'https', 'ezphzt'], ['thank', 'nashua', 'trump', 'https', 'npjgvqwyu', 'https', 'co', 'cgrcxgb'], ['join', 'tomorrow', 'dubuque', 'iowa', 'iacaucus', 'trump', 'https', 'co', 'rwbhdaygbl'], ['thank', 'america', 'trump', 'drudge_report', 'https', 'co', 'hva', 'gjibnz'], ['say', 'participate', 'last_night', 'fox', 'debate', 'would', 'amp', 'would', 'break', 'time', 'record'], ['thank', 'support', 'iowa', 'trump', 'iacaucus_finder', 'https', 'co', 'anvtczqfoq', 'https', 'co', 'fqaxume'], ['new', 'mail', 'release', 'disaster', 'hillary_clinton', 'minimum', 'someone', 'next', 'president'], ['great', 'state', 'nebraska', 'much', 'well', 'bensasse', 'senator', 'see', 'greta', 'totally', 'ineffective', 'want', 'pay', 'pol'], ['bensasse', 'looks_like', 'gym', 'rat', 'senator', 'hell', 'ever', 'get', 'elect', 'greta'], ['amazing', 'even', 'get', 'senator', 'bensasse', 'easy', 'endorse', 'senator', 'endorse', 'canada', 'te'], ['foxnew', 'network', 'even', 'mention', 'successful', 'event', 'last_night', 'raise', 'hour', 'vet'], ['oreillyfactor', 'people', 'iowa', 'love', 'fact', 'stuck', 'right', 'also', 'get', 'vet'], ['looking_forward', 'great', 'weekend', 'iowa', 'iacaucus', 'caucusfortrump', 'ticket', 'https', 'co', 'nu', 'qhzxxx', 'https', 'co', 'xzlwspf', 'xe'], ['thank', 'incredible', 'volunteer', 'scene', 'iowa', 'caucusfortrump', 'https', 'osvisbwagx', 'https', 'co', 'ey', 'wnyv', 'xd'], ['hillary_clinton', 'major', 'national_security', 'risk', 'presidential', 'material'], ['iowa', 'day', 'tuesday', 'morning', 'finally', 'year', 'watch', 'stupidity', 'make_america', 'great'], ['want', 'thank', 'evangelical', 'christian', 'warm', 'embrace', 'receive', 'campaign', 'trail', 'video', 'https', 'co', 'oocwgepe'], ['iacaucus', 'caucusfortrump', 'icaucuse', 'ivotedhttps', 'co', 'jsyl', 'iyjpo'], ['make_america', 'great', 'iacaucus', 'co', 'nu', 'qhzxxx', 'https', 'co', 'irrzlca', 'ev'], ['cruz', 'campaign', 'issue', 'dishonest', 'deceptive', 'get', 'vote', 'ad', 'call', 'voter', 'violation', 'investigation', 'bad'], ['bobvanderplaat', 'total', 'phony', 'dishonest', 'guy', 'ask', 'expensive', 'hotel', 'room', 'free', 'say', 'pay', 'endorse', 'cruz'], ['bobvanderplaat', 'ask', 'event', 'people', 'hold', 'event', 'call', 'say', 'want', 'phony', 'foxandfriend'], ['bobvanderplaat', 'total', 'phony', 'con', 'man', 'give', 'free', 'hotel', 'room', 'much', 'endorse', 'cruz', 'foxandfriend'], ['go', 'church', 'iowa', 'morning', 'wife_melania', 'church', 'make', 'speech', 'tour', 'state'], ['totally', 'unelectable', 'even', 'get', 'run', 'bear', 'canada', 'loose', 'big', 'hillary', 'poll', 'show', 'beat', 'hillary', 'easily', 'win'], ['trouble', 'report', 'bank', 'borrow', 'important', 'financial', 'disclosure', 'form', 'low', 'interest', 'loan', 'scam'], ['see', 'ad', 'cruz', 'lie', 'many', 'level', 'nobody', 'obamacare', 'repeal', 'amp', 'replace', 'lie'], ['fail', 'poorly', 'rate', 'debate', 'able', 'make', 'point', 'allow', 'unfairness', 'raising', 'vet'], ['would', 'do', 'last', 'debate', 'record', 'would', 'set', 'instead', 'poor', 'rating', 'recieve', 'also', 'vet', 'get'], ['iowa', 'interview', 'week', 'gstephanopoulos', 'morning', 'enjoy'], ['interview', 'face', 'nation', 'jdickerson', 'morning', 'enjoy'], ['time', 'take', 'back', 'country', 'make_america', 'great', 'caucusfortrump', 'video', 'https', 'co', 'ip', 'https'], ['nice', 'get', 'endorsement', 'founder', 'owner', 'pizza', 'ranch', 'iowa', 'great', 'guy', 'great', 'place', 'caucusfortrump'], ['watch', 'ivankatrump', 'show', 'easy', 'caucusfortrump', 'iowa', 'iacaucus', 'video', 'https', 'co', 'bf', 'obtuu', 'https', 'co', 'jskfu'], ['donaldjtrumpjr', 'amp', 'wife', 'mrsvanessatrump', 'attend', 'governor', 'terrybranstad', 'https', 'co', 'mglh', 'be', 'qi'], ['join', 'caucusfortrump', 'waterloo', 'https', 'co', 'dgw', 'pm', 'ceder', 'rapid', 'https', 'co', 'wztqoy', 'https', 'ift'], ['begin', 'today', 'finally', 'take', 'country', 'back', 'make_america', 'great'], ['experience', 'iowa', 'great', 'start', 'expert', 'say', 'well', 'end', 'place', 'nice'], ['tell', 'could', 'well', 'iowa', 'spend', 'little', 'fraction', 'cruz', 'amp', 'rubio', 'come', 'strong', 'second', 'great', 'honor'], ['medium', 'cover', 'long', 'shoot', 'great', 'finish', 'iowa', 'fairly', 'bring', 'record', 'voter', 'get', 'second', 'high', 'vote', 'total', 'history'], ['talk', 'wonderful', 'experience', 'iowa', 'simultaneous', 'unfair', 'treatment', 'medium', 'later', 'big', 'crowd'], ['believe', 'give', 'credit', 'voter', 'self_funde', 'campaign', 'keep', 'worth'], ['mikebarnicle', 'realdonaldtrump', 'finish', 'nd', 'make', 'turn', 'successfully'], ['anybody', 'watch', 'far', 'long', 'ramble', 'overly', 'flamboyant', 'speech', 'last', 'nite', 'would', 'say', 'howard', 'dean', 'moment'], ['way', 'expect', 'big', 'spirited', 'crowd', 'trump', 'https', 'co', 'oug', 'erd', 'https', 'wrz'], ['great', 'job', 'donlemon', 'tonight', 'kayleighmcenany', 'cherijacobus', 'beg', 'job', 'say', 'go', 'hostile', 'real', 'dummy', 'cnn'], ['win', 'iowa', 'steal', 'poll', 'wrong', 'get', 'far', 'vote', 'anticipate', 'bad'], ['primetime', 'iowa', 'caucus', 'cruz', 'put', 'release', 'realbencarson', 'quit', 'race', 'caucus', 'vote', 'cruz'], ['many', 'people', 'vote', 'cruz', 'carson', 'cruz', 'fraud', 'also', 'cruz', 'send', 'voter', 'violation', 'certificate', 'thousand', 'voter'], ['voter', 'violation', 'certificate', 'give', 'poor', 'mark', 'unsuspecting', 'voter', 'grade', 'tell', 'clear', 'voting', 'cruz', 'fraud'], ['finally', 'cruz', 'strongly', 'tell', 'thousand', 'caucusgoer', 'voter', 'trump', 'strongly', 'favor', 'obamacare', 'choice', 'total', 'lie'], ['base', 'fraud', 'commit', 'senator', 'iowa', 'caucus', 'new', 'election', 'take', 'place', 'cruz', 'result', 'nullify'], ['interview', 'greta', 'enjoy', 'foxnew'], ['send', 'iowan', 'arrive', 'caucus', 'site', 'vote', 'cruzfraud', 'https', 'co', 'trm', 'kucrsu'], ['state', 'iowa', 'disqualify', 'recent', 'election', 'basis', 'cheat', 'total', 'fraud'], ['cruz', 'lie', 'totally', 'obamacare', 'repeal', 'replace'], ['blast', 'deceit', 'dirty', 'trick', 'lie'], ['thank', 'fitn', 'https', 'co', 'efjbqxjgw'], ['stop', 'assault', 'american', 'value', 'stand', 'trump', 'votersspeak', 'https', 'xrrj', 'fmknv', 'https', 'co', 'ehokbld'], ['thank', 'everyone', 'little', 'rock', 'arkansa', 'tonight', 'record', 'crowd', 'trump', 'https', 'co', 'mjtiq', 'https', 'co', 'wkpn', 'pwm'], ['sander', 'say', 'want', 'run', 'want', 'run', 'would', 'easy', 'beat'], ['thank', 'billoreilly', 'amp', 'karlrove', 'immediately', 'disqualify', 'iowa', 'candidate', 'move', 'notch'], ['icymi', 'karlrove', 'amp', 'oreillyfactor', 'discuss', 'great', 'people', 'iowa', 'go', 'vote', 'https', 'tv', 'fnezxse'], ['oreillyfactor', 'karlrove', 'show', 'even', 'serious', 'cruz', 'charge', 'fraudulent', 'voter', 'violation', 'certificate', 'send', 'everyone'], ['cruz', 'voter', 'violation', 'certificate', 'send', 'everyone', 'misdemeanor', 'minimum', 'https', 'co', 'tmav', 'ugkf'], ['politician', 'try', 'chip', 'away', 'let', 'take', 'away', 'gun', 'trump', 'watch', 'https', 'smjmouc'], ['take', 'helicopter', 'board', 'amazing', 'activity', 'plan', 'new', 'umass', 'poll', 'nice', 'https', 'co', 'xfvge', 'drla'], ['interview', 'anderson', 'cooper', 'pm', 'cnn', 'new_hampshire', 'interesting'], ['watch', 'ac', 'cnn'], ['join', 'monday', 'february', 'verizon', 'wireless', 'arena', 'manchester', 'fitn', 'nhpolitic', 'trump', 'https', 'co', 'hvfhtj'], ['big', 'storm', 'move', 'event', 'monday', 'next', 'day'], ['live', 'free', 'die', 'motto', 'whole', 'country', 'follow', 'votetrumpnh', 'https', 'co', 'ezoy'], ['much', 'look_forward', 'tomorrow', 'debate', 'new_hampshire', 'many', 'thing', 'say', 'much', 'stake', 'incredible', 'evening'], ['great', 'support', 'new_hampshire', 'many', 'people', 'work', 'hard'], ['head', 'south_carolina', 'really', 'big', 'crowd', 'back', 'tomorrow'], ['join', 'clemson', 'university', 'wednesday', 'february', 'bpihi'], ['really', 'dumb', 'cherijacobus', 'beg', 'people', 'job', 'turn', 'twice', 'go', 'hostile', 'major', 'loser', 'zero_credibility'], ['people', 'south_carolina', 'unbelievable', 'evening', 'tomorrow', 'love', 'https', 'co', 'yjhu'], ['tell', 'country', 'totally', 'lose', 'control', 'illegal_immigration', 'even', 'criminal', 'https', 'co', 'izgzqr', 'bgb'], ['never', 'end', 'https', 'co', 'vdersfh'], ['say', 'happen', 'long', 'ago', 'stop', 'immediately', 'https', 'co', 'iwxgbbvwvt'], ['border', 'agent', 'may', 'well', 'abolish', 'immigration_law', 'altogether', 'https', 'co', 'lsrixzcyjr'], ['campaign', 'total', 'disaster', 'bring', 'mommy', 'take', 'slap', 'nice'], ['drug', 'epidemic', 'must', 'stop', 'elect', 'potus', 'create', 'border', 'amp', 'drug', 'stop', 'pour', 'https', 'co', 'ydenhqdtbs'], ['join', 'tomorrow', 'plymouth', 'nhprimary', 'https', 'co', 'zqscd', 'mcwm'], ['love', 'new_hampshire', 'exciting', 'evening'], ['come', 'join', 'verizon', 'wireless', 'center', 'manchester', 'register', 'https', 'co', 'hyx', 'https'], ['state', 'union', 'cnn', 'jaketapper', 'enjoy'], ['foxandfriend', 'tune'], ['meet', 'press', 'chuck_todd', 'morning', 'enjoy', 'https', 'co', 'eiyyfftnps'], ['abcpolitic', 'gopdebate', 'fitn', 'https', 'co', 'jm', 'wrugqox'], ['great', 'meet', 'everyone', 'breakfast', 'chezvachon', 'morning', 'fitn', 'co', 'uwkinuod', 'https', 'co', 'bmzvsmwe'], ['go', 'big', 'event', 'verizon', 'wireless', 'arena', 'manchester', 'join', 'tomorrow', 'https', 'co', 'hvfhtipcip'], ['thank', 'newt', 'https', 'co', 'fkwdpi'], ['thank', 'plymouth', 'nhprimary', 'https', 'co', 'iziew'], ['new_hampshire', 'great', 'time', 'love', 'gopdebate', 'last_night', 'everybody', 'enjoy', 'super_bowl', 'superbowlsunday', 'sb'], ['far', 'super_bowl', 'bore', 'nearly', 'exciting', 'politic', 'make_america', 'great'], ['wonderful', 'son', 'eric', 'foxandfriend', 'enjoy'], ['communication', 'skill', 'spend', 'fortune', 'special_interest', 'money', 'super_bowl', 'ad', 'weak', 'candidate'], ['thank', 'support', 'morning', 'town_hall', 'salem', 'nhprimary', 'https', 'co', 'dabtxcv'], ['jeb_bush', 'desperate', 'strongly', 'favor', 'commoncore', 'weak', 'illegal_immigration'], ['everybody', 'laugh', 'spend', 'bottom', 'pack', 'pathetic', 'figure'], ['america', 'need', 'strong', 'leadership', 'politician', 'talk', 'get', 'thing', 'do', 'video', 'https', 'co', 'ywzdqdzkcz', 'https', 'co', 'lbxxyuzaco'], ['today', 'third', 'stop', 'londonderry', 'thank', 'fitn', 'votetrumpnh', 'https', 'co', 'prpcxaz', 'ov'], ['bush', 'waste', 'special_interest', 'money', 'fail', 'campaign', 'say', 'would', 'end', 'super', 'pac', 'sad'], ['votetrumpnh', 'nhprimary', 'fitnhttps', 'co', 'xcxnkxqo'], ['thank', 'fitn', 'nhprimary', 'votetrumpnh', 'vote', 'question', 'https', 'co', 'bmzykqozjj', 'https', 'co', 'tzfqvetrx'], ['thank', 'fitn', 'https', 'co', 'uzitwkqqza'], ['remember', 'jebbush', 'want', 'common_core', 'education', 'weak', 'illegal_immigration', 'come', 'act', 'love', 'leader'], ['know', 'governor', 'go', 'nasty', 'lie', 'far', 'weak', 'lot', 'family', 'use', 'private', 'eminent_domain'], ['do', 'people', 'disability', 'spend', 'many', 'million', 'dollar', 'help', 'happy', 'do'], ['poll', 'show', 'good', 'win', 'general', 'election', 'state', 'never', 'play', 'repub', 'great'], ['interview', 'foxandfriend', 'enjoy'], ['make_america', 'great'], ['thank', 'great', 'night', 'verizon', 'wireless', 'arena', 'votetrumpnh', 'fitn', 'https', 'co', 'pbt', 'gdaw'], ['message', 'great', 'people', 'important', 'day', 'votetrumpnh', 'video', 'https', 'co', 'gsmb', 'https', 'co', 'wwrwnvqiv'], ['find', 'polling', 'location', 'https', 'co', 'bmzykqozjj', 'fitn', 'nhprimary', 'votetrumpnh', 'https', 'co', 'lreiqhiun'], ['vote', 'today', 'make_america', 'great'], ['isis', 'make', 'big', 'threat', 'today', 'respect', 'leader', 'win', 'different', 'storywith', 'fast', 'result'], ['immediately', 'repeal', 'replace', 'obamacare', 'nobody', 'save', 'much', 'well', 'healthcare'], ['stop', 'heroin', 'drug', 'come', 'open', 'southern_border', 'build_wall', 'security'], ['thank', 'depart', 'amazing', 'family', 'nhprimaryhttps', 'co', 'rbffcq', 'gqq', 'https', 'co', 'aozk', 'umg'], ['thank', 'people', 'love', 'south_carolina'], ['dopey', 'mort', 'zuckerman', 'owner', 'worthless', 'nydailynews', 'major', 'inferiority', 'complex', 'paper', 'close', 'soon'], ['worthless', 'nydailynew', 'dopey', 'mort', 'zuckerman', 'desperately', 'try', 'sell', 'buyer', 'liability', 'massive'], ['worthless', 'nydailynews', 'looks_like', 'politico', 'go', 'business', 'bad', 'report', 'money', 'cre'], ['great', 'experience', 'new_hampshire', 'amazing', 'people', 'leave', 'big', 'event', 'south_carolina', 'today'], ['funny', 'call', 'highly', 'gifted', 'politician', 'great', 'entertain', 'assume', 'compliment'], ['big', 'speech', 'tonight', 'south_carolina', 'tremendous', 'crowd'], ['refer', 'fact', 'want', 'keep', 'common_core'], ['thank', 'clemson', 'south_carolina', 'scprimary', 'https', 'co', 'fgacmafxxc'], ['consistent', 'opposition', 'common_core', 'common_core', 'keep', 'education', 'local'], ['buyer', 'worthless', 'nydailynew', 'little', 'mort', 'zuckerman', 'frantically', 'look', 'bleed', 'red', 'ink', 'total', 'loser'], ['spend', 'come', 'spend', 'come', 'st', 'big', 'difference', 'capability'], ['markhalperin', 'show', 'focus', 'group', 'use', 'bad', 'word', 'never', 'say', 'word', 'leave', 'open', 'blank', 'apologize'], ['remember', 'republican_party', 'help', 'conservative', 'make', 'many', 'promise', 'base', 'keep', 'hi'], ['hesitate', 'lose', 'make_america', 'great'], ['jeb', 'fail', 'jeb', 'give', 'enlist', 'mommy', 'brother', 'get', 'quicksand', 'iraq', 'spend', 'weak', 'chance'], ['get', 'report', 'many', 'voter', 'cruz', 'people', 'back', 'sleazy', 'dishonest', 'pushpoll', 'watch'], ['head', 'baton_rouge', 'louisiana', 'speech', 'expect', 'large', 'crowd', 'see', 'soon', 'trump'], ['cruz', 'catch', 'cold', 'lie', 'denial', 'push', 'poll', 'lie', 'realbencarson', 'preach', 'christian', 'value', 'https', 'co', 'ygl', 'aba'], ['land', 'baton_rouge', 'louisiana', 'report', 'line', 'quarter', 'mile', 'get'], ['thank', 'baton_rouge', 'louisiana', 'trump', 'https', 'co', 'xv', 'eie'], ['weak', 'jeb', 'get', 'throw', 'management', 'speech', 'think', 'tough', 'putin', 'amp', 'other', 'https', 'co', 'tqej', 'eulvl'], ['lie', 'cruz', 'put', 'statement', 'trump', 'amp', 'rubio', 'obama', 'gay', 'marriage', 'cruz', 'bad', 'liar', 'crazy', 'dishonest', 'perhaps'], ['evangelical', 'christian', 'lie', 'much', 'dishonest'], ['nevada', 'tomorrow', 'deadline', 'register', 'republican', 'visit', 'https', 'jvckopmessage', 'ivankatrump', 'https', 'co', 'sztq', 'qoxeg'], ['fail', 'nydailynew', 'destroy', 'little', 'morty', 'zuckerman', 'prepare', 'close', 'save', 'face', 'go', 'online', 'dead'], ['must', 'register', 'republican', 'february', 'vote', 'trump', 'florida', 'primary', 'https', 'co', 'xzzukjv', 'llhttps', 'co', 'lpuprzjbq'], ['nothing', 'conservative', 'club', 'growth', 'come', 'office', 'demand', 'contribution', 'naturally', 'get'], ['hear', 'news', 'would', 'able', 'extort', 'go', 'hostile', 'series', 'incorrect', 'amp', 'ill', 'informed', 'ad'], ['lightweight', 'jebbush', 'spending', 'fortune', 'special_interest', 'sc', 'false', 'advertising', 'desperate', 'sad'], ['tedcruz', 'clean', 'act', 'stop', 'cheat', 'amp', 'stand', 'sue', 'natural', 'bear', 'citizen'], ['last', 'time', 'lightweight', 'jebbush', 'try', 'knock', 'marcorubio', 'make', 'total', 'fool', 'well', 'time'], ['million', 'false', 'ad', 'pay', 'lobbyist', 'special_interest', 'cheater', 'sentedcruz', 'sleepy', 'jebbush', 'running'], ['https', 'co', 'zumd', 'oxuq'], ['end', 'illegal_immigration', 'protect', 'border', 'need', 'make_america', 'safe', 'amp', 'great', 'trump', 'https', 'co', 'llmz'], ['venue', 'tonight', 'tampa', 'break', 'record', 'set', 'elton', 'john', 'musical', 'instrument', 'back'], ['little', 'morty', 'zuckerman', 'close', 'fail', 'nydailynew', 'least', 'give', 'credit', 'happen', 'soon'], ['word', 'little', 'morty', 'zuckerman', 'nydailynews', 'lose', 'year', 'possible'], ['get', 'back', 'tampa', 'amazing', 'evening', 'even', 'amazing', 'crowd', 'fantastic', 'people', 'south_carolina', 'tomorrow'], ['fix', 'sad', 'happen', 'watch', 'https', 'co', 'mq', 'imutti'], ['additional', 'job', 'america', 'eliminate', 'move', 'mexico', 'hartford', 'courant', 'https', 'co', 'boiyqlqgrg'], ['rnc', 'probably', 'side', 'illegally', 'put', 'fundraise', 'notice', 'say', 'trump', 'want', 'contribute', 'rnc'], ['totally', 'unauthorized', 'pay', 'self_funde', 'campaign', 'notice', 'withdraw', 'trump'], ['big', 'thank', 'bill', 'donohue', 'head', 'catholic', 'league', 'wonderful', 'interview', 'cnn', 'article', 'newsmax', 'great', 'insight'], ['get', 'trump', 'list', 'email', 'rnc', 'authorize', 'self_funde', 'campaign', 'pay', 'email', 'https', 'hkw', 'ssxz'], ['thank', 'south_carolina', 'make_america', 'safe', 'great', 'https', 'co', 'pfvtzngrz', 'https', 'co', 'qio', 'nwcfsa'], ['love', 'people', 'south_carolina', 'look', 'much', 'forward', 'debate', 'tonight'], ['totally', 'unexpected', 'loss', 'supreme_court', 'justice', 'antonin', 'scalia', 'massive', 'setback', 'conservative', 'movement', 'country'], ['honor', 'choose', 'highly_respected', 'accurate', 'washington', 'amp', 'lee', 'mock', 'convention', 'hope', 'right', 'make', 'proud'], ['nasty', 'ted_cruz', 'dirty', 'trick', 'use', 'realbencarson', 'say', 'may', 'ballot', 'amp', 'hold', 'liberal', 'position', 'lie'], ['ted_cruz', 'cheater', 'hold', 'bible', 'high', 'lie', 'misrepresent', 'fact'], ['way', 'gopdebate', 'wonderful', 'wife_melaniatrump', 'https', 'co', 'snonu', 'ihtc', 'https', 'co', 'tvho'], ['lightweight', 'jebbush', 'say', 'tonight', 'know', 'family', 'use', 'private', 'eminent_domain', 'texas', 'lie', 'gopdebate'], ['thank', 'miss', 'father', 'https', 'co', 'ipvwx', 'avu'], ['jebbush', 'beat', 'beat', 'anyone_else', 'gopdebate', 'stage'], ['poll', 'win', 'debate', 'big', 'drudge', 'time', 'dopey', 'charle', 'krauthammer', 'still', 'nasty', 'cre', 'totally', 'dishonest'], ['https', 'cwp', 'gqj'], ['glennbeck', 'see', 'beat', 'boy', 'te', 'blaze', 'poll', 'endorsement', 'mean', 'nothing', 'gopdebate'], ['gopdebate', 'googletrend', 'https', 'co'], ['even_though', 'poll', 'time', 'drudge', 'win', 'debate', 'lot', 'foxnews', 'put', 'negative', 'people', 'bias', 'total_joke'], ['show', 'complete', 'amp', 'total', 'liar', 'say', 'nominate', 'robert', 'really', 'https', 'co', 'gbnsngomom'], ['face', 'nation', 'john', 'dickerson', 'cbs', 'morning', 'enjoy'], ['thank', 'support', 'together', 'make_america', 'great', 'https', 'co', 'ffn', 'pisyq', 'https', 'co', 'vxyudwzmc'], ['love', 'debate', 'last_night', 'almost', 'everyone', 'say', 'rnc', 'terrible', 'job', 'ticket', 'distrbution', 'donor', 'amp', 'special', 'int'], ['ticket', 'future', 'debate', 'put', 'general', 'public', 'instead', 'give', 'lobbyist', 'amp', 'special_interest', 'boss'], ['new', 'cbs', 'poll', 'go', 'way', 'forty', 'thank'], ['push', 'justice', 'john', 'robert', 'supreme_court', 'robert', 'could', 'kill', 'obamacare', 'twice'], ['funny', 'jeb', 'want', 'help', 'family', 'fail', 'campaign', 'even', 'want', 'last', 'name', 'mommy', 'brother'], ['electable', 'presidential', 'candidate', 'hillary', 'would', 'destroy', 'te', 'may', 'eligible', 'run', 'bear', 'canada'], ['south_carolina', 'week', 'saturday', 'big', 'big', 'big', 'get', 'vote', 'make_america', 'great'], ['george_bush', 'campaigning', 'jeb', 'fair', 'game', 'question', 'world', 'trade', 'center', 'iraq', 'war', 'eco', 'collapse', 'careful'], ['call', 'jeb', 'liar', 'truth', 'clue', 'amp', 'never', 'reveal', 'use', 'eminent_domain', 'criticizing'], ['jeb', 'use', 'eminent_domain', 'amp', 'take', 'advantage', 'disabled', 'vet', 'process', 'https', 'co', 'eibcld', 'tv'], ['jeb', 'hypocrite', 'use', 'massive', 'private', 'eminent_domain', 'clueless', 'politician', 'https', 'co', 'lsutt'], ['response', 'lie', 'senator', 'cruz', 'https', 'co', 'pgo', 'ytqt', 'trump', 'votetrumpsc'], ['thank', 'continue', 'support', 'https', 'co', 'cykncrrsre'], ['night', 'amazing', 'supporter', 'greenville', 'south_carolina', 'thank', 'vote', 'saturday', 'votetrumpsc', 'https', 'co', 'jxylrdayb'], ['new', 'south_carolina', 'poll', 'ppp', 'thank', 'votetrumpsc', 'https', 'co', 'vle'], ['spend', 'full', 'day', 'meeting', 'major', 'rally', 'yesterday', 'south_carolina', 'great', 'people', 'spirit', 'today'], ['new', 'ppp', 'poll', 'trump', 'big', 'cruz', 'rubio', 'bush', 'debate', 'result', 'even', 'stack', 'rnc', 'audience', 'wonderful'], ['thank', 'https', 'co', 'tibb', 'bmuvp'], ['sit', 'great', 'interview', 'phussionwyff', 'greenville', 'today', 'watch', 'pm', 'amazing', 'day', 'south_carolina', 'votetrumpsc'], ['teamtrump', 'thinking', 'captain', 'andrew', 'maitner', 'true', 'american', 'hero', 'maitnerstrong', 'https', 'co', 'tufwy', 'https', 'co', 'uludoheib'], ['thank', 'north', 'augusta', 'south_carolina', 'line', 'block', 'forget', 'vote', 'saturday', 'https', 'co', 'kayun', 'rfiv'], ['thank', 'south_carolina', 'trump', 'https', 'co', 'pidqny'], ['interview', 'stephenathome', 'tonight', 'phone', 'late', 'show', 'first', 'cbs', 'colbertlateshow', 'enjoy', 'colbert', 'lssc'], ['explain', 'brithume', 'megynkelly', 'know', 'nothing', 'beat', 'hillary', 'win', 'state', 'dem', 'indie', 'vote'], ['brithume', 'think', 'republican', 'drop', 'race', 'someone', 'pick', 'vote', 'fact', 'get', 'much'], ['thank', 'kayleighmcenany', 'nice_word', 'great', 'knowledge', 'style', 'really', 'south_carolina', 'cnn', 'donlemon'], ['megynkelly', 'devote', 'much', 'time', 'show', 'almost', 'always', 'negative', 'rating', 'would', 'tank', 'get', 'life', 'megyn'], ['interesting', 'president', 'obama', 'haltingly', 'say', 'would', 'never', 'president', 'perhaps', 'bad', 'president', 'history'], ['lindseygraham', 'presidential', 'run', 'drop', 'disgrace', 'say', 'horrible', 'thing', 'foxnew'], ['beat', 'hillary', 'easily', 'lindsey_graham', 'say', 'yet', 'get', 'cre', 'fox', 'put'], ['foxnew', 'bias', 'disgusting', 'want', 'trump', 'win', 'negative'], ['nevada', 'poll', 'show', 'take', 'dumb', 'mouthpiece', 'lindseygrahamsc', 'go', 'home'], ['get', 'contact', 'lense', 'get', 'rid', 'glass', 'want', 'look', 'cool', 'far', 'late', 'nevada'], ['trump', 'https', 'co', 'umlm', 'gd', 'lx'], ['thank', 'nevada', 'trump', 'https', 'co', 'hgfdcwuv'], ['thank', 'america', 'trump', 'https', 'co', 'trrdr', 'nlpm'], ['join', 'tomorrow', 'kiawah', 'south_carolina', 'scprimary', 'votetrumpsc', 'trump', 'https', 'co', 'pg', 'uimbb'], ['amazing', 'lead', 'big', 'number', 'new', 'usa', 'today', 'poll', 'press', 'want', 'report', 'phony', 'wsj', 'nbc', 'poll'], ['today', 'national', 'poll', 'lead', 'big', 'number', 'show', 'head', 'head', 'matchup', 'beat', 'hillary', 'bernie'], ['love', 'south_carolina', 'lead', 'big', 'state', 'poll', 'saturday', 'big', 'day', 'make_america', 'great'], ['new', 'cbs', 'national', 'poll', 'massive', 'lead', 'trump', 'wall_street', 'journal', 'poll', 'total_joke', 'wonder', 'wsj', 'badly'], ['thank', 'america', 'trump', 'https', 'co', 'frk', 'https', 'co', 'oqv'], ['trump', 'https', 'co', 'nrcru'], ['thank', 'south_carolina', 'together', 'make_america', 'great', 'votetrumpsc', 'https', 'co', 'zkxpm', 'lpl'], ['foxnew', 'change', 'theme', 'fair', 'balance', 'unfair', 'unbalanced', 'die', 'wsj', 'bad', 'phony', 'poll', 'joke'], ['agree', 'marco_rubio', 'liar'], ['response', 'pope', 'https', 'co', 'iwdjtiqyhe'], ['join', 'tomorrow', 'night', 'charleston', 'south_carolina', 'scprimary', 'trump', 'https', 'co'], ['join', 'saturday_night', 'south_carolina', 'primary', 'watch', 'party', 'scprimary', 'trump', 'https', 'co', 'aqrhlydi'], ['make_america', 'safe', 'great', 'trump', 'co', 'rgo', 'pnm', 'https', 'co', 'xpjvbzuk'], ['tonight', 'foxnew', 'seanhannity', 'pm', 'cnn', 'pm', 'enjoy', 'votetrumpsc', 'trump'], ['thank', 'south_carolina', 'everyone', 'get', 'vote', 'tomorrow', 'https', 'co', 'qxhinaho'], ['message', 'ivankatrump', 'scprimary', 'votetrumpsc', 'video', 'https', 'co', 'nzw', 'bs', 'nr', 'https', 'co', 'mqxev'], ['ask', 'healthcare', 'anderson', 'cooper', 'consistent', 'repeal', 'obamacare', 'include', 'mandate', 'period'], ['refer', 'backstop', 'pre_existe', 'condition', 'eliminate', 'law', 'entirety', 'amp', 'replace', 'something', 'much', 'better'], ['replace', 'private', 'plan', 'health', 'saving', 'account', 'amp', 'allow', 'purchasing', 'state', 'line', 'maximum', 'choice', 'amp', 'freedom', 'consumer'], ['self_funde', 'go', 'take_care', 'people', 'special_interest', 'insurance_companie', 'candidate'], ['remember', 'cruz', 'bush', 'give', 'robert', 'uphold', 'obamacare', 'twice'], ['trump', 'https', 'co', 'ukx'], ['trump', 'https', 'co', 'pzpky'], ['build', 'many', 'great', 'amp', 'complicated', 'project', 'create', 'ten', 'thousand', 'job', 'video', 'https', 'co', 'cqt', 'cgit', 'https', 'co', 'ojhkoqv'], ['iphone', 'amp', 'samsung', 'apple', 'give', 'info', 'authority', 'terrorist', 'use', 'samsung', 'give', 'info'], ['hopefully', 'other', 'follow', 'suit', 'country', 'need', 'amp', 'demand', 'security', 'time', 'get', 'tough', 'amp', 'smart'], ['boycott', 'apple', 'product', 'time', 'apple', 'give', 'cellphone', 'info', 'authority', 'regard', 'radical_islamic', 'terrorist', 'couple', 'cal'], ['finish', 'major', 'speech', 'south_carolina', 'big', 'crowd', 'great', 'people', 'go', 'third'], ['make_america', 'great'], ['lie', 'election', 'day', 'come', 'sneak', 'sleazy', 'robocall', 'hold', 'bible', 'fact', 'true', 'lowlife', 'pol'], ['candidate', 'many', 'year', 'self_funde', 'campaign', 'lobbyist', 'interest', 'totally', 'control', 'candidate'], ['wonder', 'president', 'obama', 'would', 'attend', 'funeral', 'justice', 'scalia', 'hold', 'mosque', 'sad', 'go'], ['remember', 'marco_rubio', 'weak', 'illegal_immigration', 'south_carolina', 'need', 'strength', 'illegal', 'syrian', 'pour', 'allow'], ['south_carolina', 'voter', 'future', 'country', 'hand', 'vote', 'today', 'make_america', 'great'], ['people', 'pundit', 'give', 'chance', 'south_carolina', 'looks_like', 'possible', 'win', 'would', 'happy', 'vote', 'victory', 'hope'], ['great', 'night', 'thank', 'south_carolina', 'special', 'place', 'truly', 'amazing', 'people', 'love'], ['thank', 'sarahpalinusa', 'amazing', 'help', 'support', 'big', 'win', 'leave', 'atlanta', 'nevada', 'people', 'south_carolina', 'get'], ['live', 'major', 'morning', 'talk', 'show', 'enjoy'], ['fail', 'wsj', 'wall_street', 'journal', 'fire', 'pollster', 'editorial_board', 'seldom', 'paper', 'wrong', 'totally_biased'], ['read', 'parody', 'account', 'last_night', 'msnbc', 'jeb', 'https', 'co', 'twxj', 'blje'], ['thank', 'south_carolina', 'https', 'co', 'hodmuuh'], ['thank', 'atlanta', 'georgia', 'leaving', 'nevada', 'let', 'make_america', 'safe', 'great', 'https', 'whfrau', 'https', 'co', 'wqvxmwjk'], ['number', 'expect', 'win', 'south', 'carolinated', 'cruz', 'landslide', 'group', 'category', 'win'], ['good', 'hotel', 'far', 'trump', 'international', 'work', 'wonderful', 'team', 'volunteer', 'win', 'nevada'], ['reason', 'lose', 'evangelical', 'world', 'class', 'liar', 'evangelical', 'liar'], ['hear', 'ricket', 'family', 'chicago', 'cub', 'secretly', 'spend', 'better', 'careful', 'lot', 'hide'], ['many', 'people', 'say', 'south_carolina', 'last', 'debate', 'show', 'anger', 'people', 'country', 'angry'], ['thank', 'endorsement', 'paulteutulsr', 'bikersfortrump', 'votetrumpnv', 'video', 'https', 'co', 'jedwppcux', 'https', 'co', 'gkqtm', 'oc'], ['important', 'audit', 'federal', 'reserve', 'miss', 'vote', 'bill', 'would', 'allow', 'do'], ['falsely', 'suggest', 'marco_rubio', 'mock', 'bible', 'force', 'fire', 'communication', 'director', 'dirty', 'trick'], ['play', 'ad', 'ridiculously', 'false', 'basis', 'fact', 'take', 'ad', 'te', 'big', 'liar', 'politic'], ['apologize', 'marco_rubio', 'fraud', 'dirty', 'trick', 'wonder', 'lose', 'evangelical', 'support'], ['see', 'phony', 'ad', 'cruz', 'totally', 'false', 'dirty', 'trick', 'many', 'lie', 'man', 'crazy'], ['disqualify', 'fraudulent', 'win', 'iowa', 'weak', 'rnc', 'republican', 'leadership', 'probably', 'let', 'happen', 'sad'], ['nevada', 'pme', 'enjoy', 'hannity', 'trump', 'https', 'rxf', 'ohl'], ['thank', 'illinoi', 'great', 'news', 'votetrumpil', 'trump', 'cruz', 'rubio', 'kasich', 'bush', 'carson', 'simon', 'poll', 'siu'], ['watch', 'incompetent', 'mitt_romney', 'campaign', 'strategist', 'stuart_steven', 'know', 'mitt', 'lose', 'badly', 'steven', 'clown'], ['thank', 'massachusett', 'see', 'soon', 'co', 'mnbdupreeh'], ['great', 'poll', 'thank', 'north_carolina', 'trump', 'cruz', 'rubio', 'carson', 'kasich', 'surveyusa'], ['thank', 'michigan', 'kasich', 'cruz', 'rubio', 'carson', 'arg'], ['thank', 'vermont', 'votetrumpvt', 'https', 'co', 'kgopqdb'], ['great', 'town_hall', 'tonight', 'eastern', 'conduct', 'seanhannity', 'foxnew'], ['big', 'fat', 'hit', 'job', 'oreillyfactor_tonight', 'total', 'waste', 'time', 'watch', 'bore', 'biased', 'brithume', 'say', 'would', 'never', 'run', 'dope'], ['say', 'oreillyfactor', 'illegal', 'send', 'country', 'administration', 'would', 'come', 'right', 'back', 'citizen', 'lie', 'crazy'], ['join', 'live', 'nevada', 'make_america', 'safe', 'great', 'votetrumpnv', 'nevadacaucus', 'https', 'noxdt'], ['thank', 'nevada', 'nevadacaucus', 'co', 'czlnrrftw', 'https', 'co', 'scdxt', 'dye'], ['talk', 'tough', 'immigration', 'badly', 'favor', 'amnesty', 'weak', 'illegal_immigration'], ['disloyal', 'capable', 'director', 'communication', 'use', 'scape', 'goat', 'fire', 'dog', 'te', 'panic'], ['right', 'temperment', 'president', 'look', 'way', 'totally', 'panic', 'fire', 'director', 'comm', 'bad'], ['lift', 'bible', 'high', 'air', 'lie', 'dog', 'evangelical', 'figure', 'amp', 'say'], ['grow', 'republican_party', 'tremendously', 'look', 'number', 'way', 'democrat', 'number', 'significantly', 'year'], ['join', 'spark', 'nevada', 'today', 'nevadacaucus', 'votetrumpnv', 'https', 'co', 'dyhpftng'], ['republican', 'candidate', 'nevada', 'day', 'night', 'flee', 'love', 'amp', 'invest', 'nevada'], ['great', 'ohio', 'poll', 'show', 'lead', 'point', 'beat'], ['great', 'report', 'foxnew', 'many', 'people', 'support', 'jebbush', 'support', 'know', 'would', 'happen', 'pundit'], ['club', 'growth', 'group', 'come', 'office', 'seek', 'dollar', 'tell', 'negative_ad'], ['thank', 'spark', 'nevada', 'votetrumpnv', 'nevadacaucus', 'finder', 'https', 'co', 'ryp', 'dwne', 'uhttps', 'co', 'lmdorqo', 'https', 'co'], ['tomorrow', 'morning', 'interview', 'morningmika', 'enjoy'], ['go', 'vote', 'nevada', 'various', 'caucus', 'site', 'make_america', 'great'], ['exclusive', 'interview', 'wife_melaniatrump', 'tomorrow', 'morning', 'ame', 'morning_joe', 'morningmika', 'msnbc', 'enjoy', 'https', 'co', 'fqsekwxnwj'], ['make', 'sure', 'get', 'trump', 'line', 'mislead', 'cruz', 'people', 'bad', 'careful'], ['thank', 'nevada', 'make_america', 'safe', 'great', 'https', 'clanlig', 'ad', 'https', 'zvvyvciad'], ['thank', 'nevada', 'trump', 'username', 'realdonaldtrump', 'https', 'co', 'zekx', 'https', 'co', 'uvbgpxzico'], ['melania', 'interview', 'morningmika', 'morning_joe', 'enjoy'], ['melaniatrump', 'great', 'television', 'morning', 'poise', 'smart', 'strong', 'big', 'heart', 'much', 'offer', 'proud'], ['big', 'defeat', 'last_night', 'nevada', 'marco_rubio', 'karlrove', 'foxnew', 'work', 'hard', 'belittle', 'victory', 'rove', 'sick'], ['usatoday', 'poll', 'quinnipiacpoll', 'say', 'beat', 'hillary', 'bernie', 'havn', 'even', 'start', 'yet'], ['self_funde', 'campaign', 'amp', 'owe', 'anybody', 'anything', 'owe', 'american', 'people', 'trump', 'watch', 'https', 'co', 'fuzx', 'ryim'], ['virginia', 'regentu', 'presidential', 'forum', 'pat', 'robertson', 'begin', 'watch', 'https', 'co', 'lgucylxfgg'], ['television', 'say', 'anything', 'bad', 'last_night', 'landslide', 'victory', 'dopey', 'karlrove', 'fire'], ['make_america', 'great', 'https', 'co', 'ivsr', 'hmh'], ['poll', 'show', 'pick', 'many', 'supporter', 'get', 'other', 'drop', 'pick', 'sad', 'true'], ['mitt', 'romneywho', 'totally', 'blow', 'election', 'tax', 'return', 'make', 'look', 'fool', 'play', 'tough', 'guy'], ['mitt_romney', 'ask', 'endorsement', 'last', 'time', 'awkward', 'goofy', 'know', 'could', 'win'], ['would', 'texan', 'vote', 'liar', 'bear', 'canada', 'live', 'year', 'remain', 'canadian', 'citizen', 'recently'], ['quit', 'race', 'field', 'begin', 'clear', 'get', 'vote', 'problem'], ['repchriscollin', 'chri', 'thank', 'much', 'wonderful', 'endorsement', 'let', 'cnn'], ['texas', 'georgia', 'amp', 'many', 'vote', 'early', 'movement', 'trump', 'vote', 'video', 'https', 'co', 'lweckhlwnv', 'https', 'co', 'bir'], ['lie', 'poll', 'show', 'beat', 'hillary_clinton', 'head', 'head', 'check', 'https', 'co', 'qpxq', 'poll', 'snd', 'poll'], ['great', 'new', 'poll', 'thank', 'texas', 'votetrump', 'https', 'co', 'vhqavsiyuw'], ['mitt_romney', 'dumb', 'bad', 'candidate', 'history', 'republican', 'politic', 'push', 'tax', 'return', 'dope'], ['mittromney', 'endorse', 'marcorubio', 'already', 'do', 'nevada', 'little', 'sway', 'latenow'], ['info', 'tax', 'return', 'someone', 'net', 'worth', 'already', 'file', 'financial', 'statement', 'fec', 'great'], ['sign', 'recent', 'tax', 'return', 'ridiculous', 'https', 'co', 'udwqf', 'iziz'], ['let', 'make_america', 'great', 'schedule', 'amp', 'ticket', 'https', 'co', 'nu', 'qhzxxx', 'https', 'co', 'guqo', 'tmsmo'], ['go', 'mittromney', 'totally', 'unable', 'win'], ['join', 'oklahoma', 'tomorrow', 'night', 'trump', 'https', 'co', 'sutcdoip'], ['thank', 'illinois', 'trump', 'https'], ['early', 'say', 'win', 'south_carolina', 'win', 'lose', 'landslide'], ['fmr', 'pre', 'mexico', 'vicente', 'fox', 'horribly', 'use', 'word', 'discuss', 'wall', 'must', 'apologize', 'would', 'uproar'], ['thank', 'trump', 'https', 'co', 'nvgopoo', 'qf', 'https', 'co', 'jcjfbcpjz'], ['fail', 'presidential_candidate', 'mittromney', 'make', 'look', 'fool', 'senator', 'harry', 'reid', 'amp', 'release', 'tax', 'return'], ['thank', 'make_america', 'great', 'trump', 'https', 'wyviug'], ['https', 'co', 'rabhwqa'], ['thank', 'gopdebate', 'poll', 'https', 'co', 'voilcsy'], ['trump', 'https', 'co', 'fviuxmkrjj'], ['online', 'poll', 'win', 'debate', 'really', 'enjoy', 'evening', 'easy', 'good', 'https', 'co', 'sltmwvvm'], ['big', 'day', 'texas', 'tomorrow', 'rally', 'fort', 'worth', 'tremendous', 'crowd', 'exciting', 'trump', 'https', 'co', 'jguopujrik'], ['make', 'speech', 'fort', 'worth', 'texas', 'really', 'big', 'crowd_expected', 'talk', 'debate', 'last_night'], ['good', 'chance', 'win', 'texas', 'tuesday', 'cruz', 'nasty', 'guy', 'senate', 'endorsement', 'talk', 'get', 'nothing', 'do', 'loser'], ['would', 'people', 'florida', 'vote', 'marco_rubio', 'defraud', 'agree', 'represent', 'senator', 'quit'], ['fort', 'worth', 'texas', 'convention_center', 'big', 'crowd', 'get', 'early', 'big', 'announcement', 'make'], ['lie', 'lightweight', 'choker', 'marco_rubio', 'team', 'last_night', 'last', 'ditch', 'effort', 'stop', 'great', 'movement', 'fail'], ['lightweight', 'choker', 'marco_rubio', 'looks_like', 'little', 'boy', 'stage', 'presidential', 'material'], ['poll', 'say', 'debate', 'last_night', 'great', 'honor'], ['lightweight', 'marco_rubio', 'work', 'hard', 'last_night', 'problem', 'choker', 'choker', 'always', 'choker', 'mr', 'meltdown'], ['rubio', 'florida', 'leave', 'high', 'amp', 'dry', 'even', 'show', 'vote'], ['thank', 'support', 'amp', 'friendship', 'governor', 'chrischristie', 'trump', 'https', 'co', 'jvi', 'jh'], ['never', 'let', 'see', 'sweat', 'https', 'co', 'jff'], ['thank', 'texas', 'amazing', 'supporter', 'trump', 'https', 'co', 'cbdktpbp'], ['would', 'first', 'day', 'office', 'https', 'co', 'ubd', 'https', 'co', 'szdzzyondg'], ['thank', 'pastor', 'robert', 'jeffress', 'trump', 'https', 'co', 'ndku'], ['foxandfriend', 'talk', 'lightweight', 'marco_rubio', 'lying'], ['unfairly', 'get', 'audit', 'almost', 'every_single', 'year', 'rich', 'friend', 'never', 'get', 'audit', 'wonder'], ['tax', 'expert', 'medium', 'agree', 'sane', 'person', 'would', 'give', 'tax', 'return', 'audit', 'audit', 'problem'], ['self_funde', 'campaign', 'therefore', 'control', 'lobbyist', 'special_interest', 'lightweight', 'rubio'], ['fun', 'watch', 'democrat', 'work', 'hard', 'win', 'great', 'state', 'south_carolina', 'republican', 'version', 'amazing', 'people'], ['wish', 'wonderful', 'father', 'fre', 'give', 'start', 'business', 'lightweight', 'rubio', 'say', 'total', 'fabrication'], ['start', 'business', 'little', 'build', 'great', 'company', 'good', 'real_estate', 'asset', 'world', 'amazing'], ['rogerstone', 'ban', 'cnn', 'loss', 'tough', 'loyal', 'guy'], ['watch', 'lightweight', 'marco_rubio', 'lie', 'small', 'crowd', 'record', 'smart', 'cruz', 'may', 'even', 'big', 'liar'], ['honor', 'grand', 'marshall', 'salute', 'israel', 'parade', 'back', 'https', 'co', 'hfp'], ['incredibly', 'proud', 'son', 'erictrump', 'amp', 'effort', 'behalf', 'stjude', 'memphis', 'https', 'co', 'fuwhykhhnk', 'https', 'co', 'zgxukbnq'], ['thank', 'arkansa', 'get', 'amp', 'votetrump', 'tuesday', 'make_america', 'safe', 'great', 'https', 'co'], ['need', 'fix', 'broken', 'education', 'system', 'stopcommoncore', 'video', 'https', 'co', 'ecjpo', 'https', 'co', 'gq', 'cibhc'], ['hear', 'big', 'financial', 'trouble', 'oil', 'word', 'choose', 'little', 'marco_rubio', 'lightweight', 'florida'], ['republican', 'establishment', 'push', 'lightweight_senator', 'marco_rubio', 'say', 'anything', 'hit', 'trump', 'sign', 'pledge', 'careful'], ['hillary', 'south_carolina', 'big', 'margin', 'repub', 'get', 'far', 'vote', 'massive', 'increase', 'cycle', 'grow', 'party'], ['republican', 'get', 'large', 'number', 'dem', 'indie', 'crossover', 'also', 'get', 'state', 'republican', 'get'], ['make', 'big', 'speech', 'alabama', 'today', 'many', 'people', 'move', 'football', 'stadium', 'come', 'join'], ['little', 'marco_rubio', 'lightweight', 'show', 'senator', 'florida', 'set', 'puppet', 'special_interest', 'koch_brother', 'watch'], ['trump', 'https', 'co', 'yfhzd', 'gd'], ['would', 'people', 'texas', 'support', 'accomplish', 'absolutely', 'nothing', 'talk', 'action', 'pol'], ['state', 'press_conference', 'friday', 'regard', 'david', 'duke', 'disavow', 'https', 'co', 'oixfkpulz'], ['mitt_romney', 'show', 'tax', 'return', 'september', 'humiliate', 'harry', 'bad', 'messenger', 'estab'], ['little', 'marco_rubio', 'lightweight', 'show', 'senator', 'florida', 'washington', 'politician', 'https', 'co', 'nslrhrqjdx'], ['lightweight_senator', 'marco_rubio', 'polling', 'poorly', 'florida', 'people', 'stand', 'miss', 'many', 'vote', 'poor', 'work', 'ethic'], ['little', 'marco_rubio', 'washington', 'politician', 'talk', 'action', 'robotrubio', 'https', 'co'], ['little', 'marco_rubio', 'give', 'amnesty', 'criminal_aliens', 'guilty', 'sex', 'offense', 'disgrace', 'https', 'co', 'mzwpynzslb'], ['little', 'marco_rubio', 'treat', 'america', 'ice', 'officer', 'absolute', 'trash', 'order', 'pass', 'obama', 'amnesty', 'https', 'wurljfz'], ['phylis', 'schlafly', 'marco_rubio', 'betray', 'https', 'co', 'nmxmldquaa'], ['make', 'big', 'surprise', 'announcement', 'massive', 'crowd', 'assemble', 'huntsville', 'madison', 'alabama', 'landing', 'trump'], ['law_enforcement', 'officer', 'deserve', 'appreciation', 'incredible', 'job', 'video', 'https', 'co', 'wjtogpkt', 'https', 'co', 'xnapou'], ['thank', 'alabama', 'supporter', 'tonight', 'get', 'amp', 'vote', 'tuesday', 'make_america', 'great', 'https', 'co', 'rokldn', 'dat'], ['thank', 'senatorsession', 'trump', 'https', 'co', 'szs', 'qf', 'https', 'co', 'ul', 'ttjp'], ['son', 'eric', 'foxandfriend', 'great', 'kid', 'enjoy'], ['thank', 'america', 'get', 'amp', 'vote', 'tomorrow', 'trump', 'https', 'co', 'yplelkprpu', 'https', 'co'], ['join', 'columbus', 'ohio', 'tomorrow', 'trump', 'https', 'co', 'yfhzd', 'gd'], ['could', 'lose', 'trump', 'democratic', 'trump', 'https', 'co', 'fqr', 'cvibt'], ['self_funde', 'campaign', 'work', 'american', 'people', 'trump', 'video', 'https', 'co', 'hdc', 'yuobe', 'https', 'uef'], ['trump', 'trumpinstagram', 'https', 'co', 'tzhtny', 'nq', 'https', 'co', 'bpkzciseki'], ['governor', 'alejandro', 'garcia', 'padilla', 'say', 'presidential', 'hopeful', 'sen', 'marco_rubio', 'friend', 'puerto_rico', 'https', 'co', 'mhynacz'], ['wife_melaniatrump', 'join', 'andersoncooper', 'tonight', 'pme', 'cnn', 'enjoy', 'https', 'co', 'atixhgk'], ['thank', 'amazing', 'supporter', 'everyone', 'get', 'votetrump', 'tomorrow', 'https', 'co'], ['trump', 'university', 'approval_rating', 'could', 'settle', 'principle'], ['phony', 'rubio', 'commercial', 'could', 'settle', 'principle', 'see', 'student', 'survey', 'https', 'co', 'kkhibh'], ['thank', 'brian', 'france', 'bill', 'elliott', 'chaseelliott', 'davidragan', 'amp', 'ryanjnewman', 'nascar', 'trump', 'votetrumphttps', 'co', 'udcvm', 'gb'], ['great', 'news', 'former', 'mayor', 'dallas', 'tom', 'leppert', 'endorse', 'thank', 'tomorrow', 'big', 'day', 'vote', 'votetrump', 'supertuesday'], ['thank', 'georgia', 'amazing', 'supporter', 'tonight', 'everyone', 'get', 'votetrump', 'tomorrow', 'supertuesday', 'https', 'co', 'jna'], ['get', 'endorsement', 'brian', 'france', 'nascar', 'yesterday', 'georgia', 'also', 'many', 'sport', 'great', 'driver', 'thank', 'nascar', 'georgia'], ['people', 'south_carolina', 'embarrassed', 'nikki', 'haley'], ['thank', 'columbus', 'ohio', 'https', 'tok', 'jj'], ['make_america', 'great'], ['let', 'go', 'america', 'get', 'votetrump', 'trump', 'supertuesday', 'https', 'co', 'eaglheh', 'https', 'co', 'rganpzzhms'], ['thank', 'louisville', 'kentucky', 'votetrump', 'let', 'https', 'nkpp', 'https', 'co', 'xfwwrrro'], ['thank', 'georgia', 'supertuesday', 'trump'], ['thank', 'massachusetts', 'trump', 'supertuesday'], ['thank', 'tennessee', 'trump', 'supertuesday'], ['thank', 'alabama', 'trump', 'supertuesday'], ['thank', 'virginia', 'trump', 'supertuesday'], ['thank', 'arkansa', 'trump', 'supertuesday'], ['thank', 'vermont', 'trump', 'supertuesday'], ['special_interest', 'people', 'control', 'politician', 'puppet', 'spend', 'misleading', 'fraudulent', 'ad'], ['would', 'anyone', 'florida', 'vote', 'lightweight_senator', 'marco_rubio', 'check', 'credit', 'card', 'scam', 'house', 'sale', 'amp', 'show', 'voting'], ['lose', 'big', 'last_night', 'even', 'beat', 'virginia', 'spend', 'much', 'time', 'money', 'boss', 'desperate', 'angry'], ['wife_melaniatrump', 'ontherecord', 'greta', 'tonight', 'pme', 'foxnew', 'enjoy', 'https', 'co', 'yxrrkjjsgg', 'https'], ['leader', 'republican_party', 'see', 'bring', 'new', 'voter', 'million', 'create', 'large', 'strong', 'party'], ['cnn', 'poll', 'hit', 'trump', 'interesting', 'number', 'go', 'far', 'lightweight', 'marco_rubio', 'turn', 'nasty', 'love'], ['go', 'repeal', 'replace', 'obamacare', 'read', 'position', 'healthcare', 'reform', 'https', 'co', 'wwivhiud'], ['fail', 'presidential_candidate', 'mitt_romney', 'news', 'conference', 'tomorrow', 'criticize'], ['desperate', 'move', 'man', 'easily', 'beat', 'barrack', 'obama'], ['would', 'love', 'see', 'republican_party', 'everyone', 'get', 'together', 'unify', 'video', 'https', 'co', 'rwenpujo', 'https', 'co', 'rt', 'gmf', 'whl'], ['trump', 'video', 'https', 'co', 'ibce', 'tsrf', 'https', 'co', 'bhqg', 'rkfy'], ['republican_party', 'take', 'million', 'new', 'voter', 'record', 'careful', 'leave', 'sad'], ['million', 'dollar', 'spend', 'false', 'tv', 'ad', 'special_interest', 'group', 'rubio', 'amp', 'cruz', 'see', 'think', 'puppet', 'pol'], ['looks_like', 'time', 'fail', 'candidate', 'mitt_romney', 'go', 'tell', 'republican', 'get', 'elect', 'good', 'messenger'], ['fail', 'candidate', 'mitt', 'romneywho', 'run', 'bad', 'race', 'presidential', 'historyis', 'work', 'establishment', 'bury', 'big', 'win'], ['bring', 'million', 'people', 'republican_party', 'dem', 'go', 'establishment', 'want', 'kill', 'movement'], ['would', 'great', 'people', 'florida', 'vote', 'guy', 'senator', 'never', 'even', 'show', 'vote', 'bad', 'record', 'marco_rubio', 'joke'], ['beat', 'hillary_clinton', 'mitt_romney', 'know', 'win', 'hillary', 'want', 'part', 'trump'], ['mitt_romney', 'beg', 'endorsement', 'years_ago'], ['phony', 'lawsuit', 'trump', 'could', 'easily', 'settle', 'want', 'go', 'court', 'approval_rating', 'student', 'easy', 'win'], ['go', 'trump', 'doral', 'miami', 'watch', 'world', 'golf', 'championship'], ['miss', 'realbencarson', 'tonight', 'gopdebate', 'hope', 'ben', 'follower', 'join', 'trumptrain', 'never', 'forget'], ['way', 'see', 'great', 'people', 'maine', 'landing', 'portland', 'hour', 'look_forward', 'trump'], ['thank', 'portland', 'maine', 'trump', 'https', 'co', 'lmfr', 'https', 'co', 'ekgxnbg', 'wd'], ['senator', 'session', 'serve', 'chairman', 'national_security', 'advisory', 'committee', 'https', 'co', 'jqed', 'https', 'cbs', 'jta'], ['rubio', 'put', 'ad', 'pilot', 'drug', 'dealer', 'true', 'pilot', 'guy', 'own', 'helicopter', 'company', 'think', 'ever', 'even', 'use'], ['well', 'business', 'bureau', 'report', 'rate', 'trump', 'university', 'gopdebate', 'https', 'co', 'ldj', 'efp', 'hm', 'https', 'co', 'cfqq'], ['position', 'visa', 'trump', 'https', 'co', 'jgmod', 'https', 'co', 'olg', 'ug'], ['thank', 'america', 'trump', 'https', 'co', 'fnmplxpkff', 'https', 'co', 'biuntvfk'], ['thank', 'macomb', 'county', 'michigan', 'trump', 'https', 'co', 'tbvy', 'obce'], ['senator', 'tenn', 'issue', 'follow', 'statement', 'today', 'regard', 'presidential', 'election', 'https', 'co', 'kgc'], ['votetrumpks', 'trump', 'march', 'wichita', 'kansas', 'https', 'co', 'bkvbzvsj', 'https', 'co', 'ezu', 'yi'], ['thank', 'cadillac', 'michigan', 'votetrumpmi', 'make_america', 'great', 'https', 'co', 'rdmqcbhce', 'https', 'co', 'mfpx'], ['join', 'wichita', 'kansa', 'tomorrow', 'morning', 'looking_forward', 'trump', 'https', 'co', 'htvkglvlaz'], ['thank', 'new', 'orlean', 'louisiana', 'votetrumphttps', 'co', 'https', 'co', 'bf', 'bolwej'], ['join', 'wichita', 'kansa', 'tomorrow', 'morning', 'looking_forward', 'trump', 'https', 'co', 'htvkgldkcp'], ['kansa', 'exciting', 'day', 'big', 'speech', 'morning', 'wichita', 'go', 'caucus', 'sorry', 'cpac', 'format', 'fine'], ['great', 'time', 'last_night', 'louisiana', 'big', 'energetic', 'crowd', 'go', 'vote', 'poll', 'open', 'make_america', 'great'], ['today', 'voter', 'remember', 'candidate', 'self_funde', 'campaign', 'buy', 'pay'], ['big', 'line', 'kansa'], ['orlando', 'florida', 'afternoon', 'people', 'expect', 'movement', 'great', 'country', 'never', 'see'], ['would', 'anyone', 'kentucky', 'listen', 'fail', 'presidential_candidate', 'rand_paul', 'caucus', 'make', 'fool', 'choice'], ['people', 'kentucky', 'rand_paul', 'want', 'run', 'back', 'due', 'presidential', 'failure', 'votetrump'], ['thank', 'kansas', 'thousand', 'people', 'thousand', 'get', 'hall', 'really', 'amazing', 'caucusfortrump'], ['getting_ready', 'make', 'speech', 'kansascaucus', 'great', 'honor', 'trump'], ['caucusfortrump', 'trump', 'https', 'co', 'ptuldxgpkp'], ['thank', 'kansas', 'line', 'go', 'orlando', 'event', 'mile', 'long', 'massive', 'crowd_expected', 'leaving', 'kansa', 'soon'], ['mittromney', 'disaster', 'candidate', 'gut', 'choke', 'romney', 'total_joke', 'everyone', 'know'], ['romney', 'fail', 'advisor', 'campaign', 'mgr', 'tv', 'tell', 'people', 'win', 'lose', 'know', 'win'], ['watch', 'clown', 'announcer', 'foxnew', 'try', 'build', 'fail', 'presidential_candidate', 'littlemarco', 'fox', 'news', 'bag'], ['would', 'love', 'cadillac', 'world', 'golf', 'championship', 'trumpdoral', 'miami', 'even', 'orlando', 'trumptrain'], ['thank', 'willie', 'robertson', 'votetrump', 'https', 'co', 'tupanfumr'], ['cadillac', 'world', 'golf', 'championship', 'trumpdoral', 'miami', 'tomorrow', 'rory', 'phil', 'bubba', 'adam', 'dustin', 'top'], ['thank', 'louisiana', 'trump', 'supersaturday'], ['thank', 'kentucky', 'trump', 'supersaturday'], ['foxnew', 'devastate', 'lightweight_senator', 'marco_rubio', 'get', 'trounce', 'tonight', 'big', 'loser', 'big', 'state', 'great'], ['interview', 'facethenation', 'morning', 'enjoy', 'jdickerson'], ['florida', 'miss', 'opportunity', 'thank', 'ivankatrump', 'https', 'co', 'lhrndksokh', 'https', 'co', 'cnwt', 'rgsr'], ['thank', 'michigan', 'trump', 'https', 'co'], ['david', 'brook', 'time', 'close', 'dumb', 'clue'], ['nancy', 'reagan', 'wife', 'truly', 'great', 'president', 'amazing', 'woman', 'miss'], ['primary', 'plaintiff', 'phony', 'trump', 'university', 'suit', 'want', 'abandon', 'case', 'disgraceful'], ['fraud', 'lightweight', 'marco', 'make', 'tv', 'ad', 'trumpu', 'feature', 'people', 'sign', 'letter', 'https', 'co', 'tspfbn', 'ruxhttps', 'co', 'kfmotmqfnn'], ['thank', 'jdickerson', 'facethenation', 'fair', 'professional', 'interview', 'morning', 'wonder', 'rating'], ['trump', 'national_doral', 'good', 'resort', 'rory', 'adam', 'scott', 'great', 'watch', 'make_america', 'great'], ['meetthepress', 'chucktodd', 'hour', 'hit', 'job', 'today', 'totally_biase', 'mostly', 'false', 'dishonest', 'medium'], ['phony', 'commercial', 'buy', 'pay', 'special_interest', 'group', 'bandit', 'tell', 'pol'], ['fight', 'million', 'dollar', 'fraudulent', 'commercial', 'push', 'crooked', 'politician', 'use', 'facebook', 'amp', 'twitt', 'watch'], ['fail', 'presidential_candidate', 'lindsey_graham', 'respect', 'destroy', 'run', 'bring', 'get', 'nasty'], ['lindsey_graham', 'much', 'fail', 'candidate', 'mitt_romney', 'nasty', 'angry', 'jealous', 'failure', 'zero_credibility'], ['not', 'let', 'fail', 'republican', 'establishment', 'could', 'stop', 'obama', 'twice', 'ruin', 'movement', 'million', 'false', 'ad'], ['use', 'facebook', 'twitt', 'expose', 'dishonest', 'lightweight_senator', 'marco_rubio', 'record', 'show', 'senate', 'scamme', 'florida'], ['congratulation', 'adam', 'scott', 'folk', 'trump', 'national_doral', 'produce', 'really', 'great', 'wgc', 'tournament', 'amazing', 'finish'], ['leave', 'north_carolina', 'big', 'crowd', 'fun'], ['believe', 'million', 'dollar', 'phony', 'television', 'ad', 'lightweight', 'rubio', 'establishment', 'dishonest', 'people'], ['great', 'michigan', 'remember', 'presidential_candidate', 'bring', 'job', 'back', 'protect', 'car', 'industry'], ['lightweight_senator', 'marco_rubio', 'feature', 'trump', 'univ', 'student', 'attack', 'ad', 'submit', 'excellent', 'review', 'https', 'co', 'jgtd', 'pke'], ['thank', 'idaho', 'love', 'potato', 'nobody', 'grow', 'well', 'president', 'protect', 'market', 'https', 'co', 'kqx', 'jnw'], ['new', 'ad', 'concern', 'lightweight_senator', 'marco_rubio', 'https', 'co', 'cne', 'skpb'], ['interview', 'seanhannity_tonight', 'foxnew', 'enjoy'], ['cruz', 'come', 'mississippi', 'nobody', 'leave', 'state', 'rally', 'madison', 'ms', 'thank'], ['employ', 'many', 'people', 'hawaii', 'great', 'hotel', 'honolulu', 'soon', 'vote', 'hawaii'], ['welcome', 'syrian', 'refugee', 'ithttps', 'co', 'zw', 'djgfb'], ['people', 'forget', 'club', 'growth', 'ask', 'say', 'amp', 'go', 'negative', 'extortion', 'https', 'co', 'jmoep'], ['club', 'growth', 'dishonest', 'group', 'represent', 'conservative', 'value', 'terribly', 'amp', 'bad', 'america', 'https', 'co', 'rngoapryua'], ['michigan', 'mississippi', 'idaho', 'amp', 'hawaii', 'get', 'vote', 'join', 'movement', 'today', 'video', 'https', 'co', 'fjw', 'ax', 'https', 'co'], ['thank', 'erictrump', 'https', 'co', 'itlmcbac'], ['make_america', 'great'], ['sun', 'sentinel', 'say', 'rubio', 'lack', 'experience', 'work', 'ethic', 'gravita', 'need', 'president', 'earn', 'vote'], ['remember', 'self_funde', 'campaign', 'candidate', 'buy', 'pay', 'special_interest'], ['mitt_romney', 'chance', 'blow', 'lindsey_graham', 'run', 'president', 'get', 'quit', 'spokesman', 'sad'], ['votetrumpms', 'trump', 'https', 'co', 'kahd', 'uenla'], ['votetrumpmi', 'trump', 'https', 'co', 'iwmxisjh'], ['votetrumphi', 'trump', 'https', 'co'], ['votetrumpid', 'trump', 'https', 'co', 'nhn', 'jx'], ['hawaii', 'https', 'mnilk', 'hpidaho', 'https', 'co', 'https', 'co', 'cpejiqamichigan', 'https', 'co', 'jizbqic'], ['negative', 'television', 'commercial', 'pay', 'politician', 'boss', 'total', 'mediafraud', 'watch', 'remember'], ['hear', 'nbcnew', 'wsj', 'come', 'phony', 'poll', 'lead', 'totally', 'discredit', 'last', 'poll'], ['word', 'well', 'michigan', 'mississippi', 'money', 'spend', 'go', 'trump', 'jupiter'], ['thank', 'america', 'trump', 'https', 'co', 'jod', 'eggmg'], ['thank', 'trump', 'https', 'co', 'wvtkl', 'mmhy'], ['thank', 'mississippi', 'trump'], ['thank', 'michigan', 'trump'], ['great', 'evening', 'would', 'like', 'thank', 'everyone', 'wonderful', 'support'], ['thank', 'hawaii', 'trump'], ['phony', 'club', 'growth', 'try', 'shake', 'dollar', 'amp', 'put', 'nasty', 'negative_ad', 'total', 'loser'], ['keep', 'lightweight', 'marco', 'friend', 'white_house', 'trump', 'https', 'co', 'hnkkrx'], ['dishonest', 'politician', 'https', 'co'], ['correct', 'foxnew', 'totally_biase', 'disgusting', 'reporting'], ['thank', 'mark', 'gopdebate', 'https', 'co', 'jeaiavgeec'], ['thank', 'america', 'trump', 'https', 'co'], ['thank', 'gopdebate', 'https', 'co', 'yfkjvm'], ['concur', 'believe', 'god', 'change', 'people', 'make', 'well', 'realbencarson'], ['https', 'co', 'zq', 'osifejq'], ['rumor', 'politico', 'go', 'business', 'lose', 'much', 'money', 'great', 'news', 'likewise', 'dopey', 'mort', 'zuckerman', 'nydailynew'], ['thank', 'missouri', 'trump', 'https', 'qm', 'mwq', 'https', 'co', 'mxvfhvhfs'], ['mean', 'much', 'receive', 'endorsement', 'phyllis_schlafly', 'truly', 'great', 'woman', 'conservative', 'https', 'co', 'remu', 'qc'], ['great', 'news', 'thank', 'governor', 'dlg', 'torre', 'trump', 'https', 'co', 'hxwak', 'iypk'], ['get', 'phone', 'great', 'people', 'guam', 'thank', 'support', 'votetrump', 'today', 'trump'], ['organize', 'group', 'people', 'many', 'thug', 'shut', 'first', 'amendment', 'right', 'chicago', 'totally', 'energized', 'america'], ['absentee', 'governor', 'kasich', 'vote', 'nafta', 'nafta', 'devastate', 'ohio', 'disaster', 'never', 'recover', 'kasich', 'good', 'mexico'], ['ohio', 'big', 'budget', 'increase', 'strike', 'oil', 'would', 'bust', 'governor', 'kasich', 'favor', 'tpp', 'fraud'], ['rally', 'cincinnati', 'medium', 'put', 'false', 'report', 'cancel', 'great', 'love', 'ohio'], ['way', 'dayton', 'ohio', 'soon'], ['make_america', 'great'], ['thank', 'dayton', 'ohio', 'supporter', 'large', 'airport', 'history', 'trump', 'https', 'qgcft'], ['rally', 'cincinnati', 'medium', 'put', 'false', 'report', 'cancel', 'trump'], ['word', 'early_voting', 'dishonest', 'little', 'marco', 'state', 'chairman', 'amp', 'minion', 'working_overtime', 'try', 'rig', 'vote'], ['ask', 'check', 'dishonest', 'early_voting', 'florida', 'behalf', 'little', 'marco_rubio', 'way', 'run', 'country'], ['last', 'person', 'hillary', 'bernie', 'want', 'run', 'donald', 'trump', 'fact'], ['sander', 'people', 'disrupt', 'rally', 'chicago', 'say', 'must', 'talk', 'people', 'phony', 'politician'], ['finish', 'second', 'speech', 'dayton', 'amp', 'cleveland', 'perfectly', 'behave', 'crowd', 'thank', 'love', 'ohio', 'https', 'co', 'idmwg', 'fqsw'], ['endcommoncore', 'trump', 'video', 'https', 'dialh', 'https', 'co', 'rah', 'igqji'], ['people', 'ohio', 'know', 'strongly', 'favor', 'common_core', 'word', 'education', 'child', 'way'], ['usss', 'excellent', 'job', 'stop', 'maniac', 'run', 'stage', 'tie', 'isis', 'jail', 'https', 'co', 'tkzbhg', 'wyd', 'ssr', 'true'], ['qualify', 'run', 'state', 'pennsylvania', 'enough', 'signature', 'big', 'problem'], ['bernie_sander', 'lie', 'say', 'disruptor', 'tell', 'go', 'event', 'careful', 'bernie', 'supporter', 'go'], ['ohio', 'vote', 'nafta', 'ohio', 'never', 'recover', 'want', 'tpp', 'even', 'bad', 'ohio', 'steel', 'coal', 'die'], ['kasich', 'ohio', 'state', 'morning', 'show', 'watch', 'politic', 'anything', 'television', 'watch', 'golfchannel'], ['thank', 'kevin', 'unification', 'party', 'republican', 'win', 'massive', 'https', 'co', 'rmycgslsv'], ['carly', 'fiorina', 'agree', 'politician', 'talk', 'action', 'https', 'co', 'xkebd'], ['kasich', 'not', 'run', 'state', 'pennsylvania', 'not', 'win', 'nomination', 'amp', 'allow', 'compete', 'ohio', 'tue'], ['failing_nytime', 'truly', 'bad', 'newspaper', 'knowingly', 'write', 'lie', 'never', 'even', 'call', 'fact', 'check', 'really', 'bad', 'people'], ['lyin_ted', 'https', 'co', 'qxdgcn'], ['receive', 'peterose', '_', 'thank', 'pete', 'votetrump', 'tuesday', 'ohio', 'trump', 'https', 'co', 'uvp'], ['country', 'border', 'votetrump', 'video', 'https', 'co', 'wg', 'rgoi', 'bw', 'https', 'co', 'oaxbvckisr'], ['look_forward', 'tampa', 'afternoon', 'wonderful', 'crowd', 'thank', 'florida'], ['leave', 'great', 'people', 'north_carolina', 'amazing', 'event', 'heading', 'tampa', 'votetrump'], ['vote', 'nafta', 'devastated', 'ohio', 'push', 'tpp', 'hard', 'bad', 'american', 'worker'], ['kasich', 'help', 'decimate', 'coal', 'steel', 'industry', 'ohio', 'bring', 'back'], ['thank', 'youngstown', 'ohio', 'love', 'get', 'votetrump', 'tomorrow', 'trump', 'https', 'co', 'oregii'], ['sadly', 'kind', 'stuff', 'even', 'happen', 'ronald_reagan', 'nothing', 'nice', 'https', 'co'], ['kasich', 'vote', 'nafta', 'disaster', 'ohio', 'want', 'even', 'bad', 'tpp', 'approve', 'vote', 'trump', 'end', 'madness'], ['rubio', 'weak', 'illegal_immigration', 'bad', 'voting', 'record', 'senate', 'many', 'year', 'never', 'make_america', 'great'], ['bring', 'job', 'back', 'america', 'fix', 'military', 'take_care', 'vet', 'end', 'common_core', 'obamacare', 'protect', 'nd', 'build_wall'], ['remember', 'candidate', 'self_funde', 'campaign', 'kasich', 'rubio', 'cruz', 'buy', 'pay', 'lobbyist'], ['reward', 'mitt_romney', 'let', 'last', 'presidential', 'race', 'voting', 'kasich', 'vote', 'nafta', 'open_border', 'etc'], ['good', 'morning', 'ohio', 'additional', 'information', 'daughter', 'ivankatrump', 'votetrump', 'supertuesday', 'https', 'co', 'sbenspyq'], ['big', 'news', 'declare', 'winner', 'cnmi', 'rep', 'caucus', 'vote', 'thank', 'supertuesday', 'votetrump'], ['lose', 'manufacturing', 'job', 'ohio', 'lose', 'go', 'mexico', 'win', 'bring', 'back'], ['votetrump', 'supertuesday', 'florida', 'illinois', 'missouri', 'north_carolina', 'ohio', 'trumptrain', 'https', 'zyrctsfmsq', 'https', 'co', 'kxrn'], ['watch', 'interview', 'act', 'innocent', 'nice', 'guy', 'remember', 'second', 'debate', 'put'], ['ohio', 'lose', 'job', 'mexico', 'lose', 'ford', 'many', 'other', 'kasich', 'weak', 'illegal_immigration', 'need', 'strong', 'border'], ['presidential', 'voting', 'far', 'john_kasich', 'would', 'good', 'candidate', 'hillary', 'would', 'beat', 'beat', 'hillary'], ['bring', 'job', 'back', 'keep', 'company', 'leave', 'nobody', 'else', 'economy', 'sing'], ['lot', 'complaint', 'people', 'say', 'name', 'ballot', 'various', 'place', 'florida', 'hope', 'false'], ['word', 'record', 'amount', 'spend', 'negative', 'phony', 'ad', 'massive', 'victory', 'florida', 'number', 'soon'], ['watch', 'crazy', 'megyn', 'anymore', 'talk', 'never', 'mention', 'people', 'race', 'people', 'big', 'amp'], ['thank', 'northern', 'mariana', 'island', 'supertuesday', 'trump', 'https', 'co', 'oop', 'mls', 'lp'], ['thank', 'florida', 'supertuesday', 'trump', 'https', 'co', 'nzhnlqxrzg'], ['watch', 'network', 'local', 'news', 'really', 'good', 'night', 'crazy', 'megynkelly', 'unwatchable'], ['thank', 'north_carolina', 'trump', 'supertuesday', 'https', 'co', 'wtdonib'], ['thank', 'illinois', 'supertuesday', 'trump', 'https', 'wnb'], ['wish', 'wonderful', 'daughter', 'tiffany', 'could', 'great', 'election', 'victory', 'winner'], ['thank', 'marco', 'agree', 'https', 'co', 'ptffzfno'], ['interview', 'gma', 'big', 'win', 'last_night'], ['interview', 'newday', 'cnn'], ['interview', 'morning_joe', 'enjoy'], ['interview', 'foxandfriend', 'enjoy'], ['pastormarkburn', 'great', 'last_night', 'much', 'appreciate', 'thank'], ['reptommarino', 'great', 'job', 'television', 'morning', 'glad', 'side'], ['want', 'president', 'https', 'co', 'yyy', 'nyta'], ['yesterday', 'amazing', 'victory', 'lyin_te', 'cruzhad', 'thing', 'go', 'well'], ['last', 'week', 'negative_ad', 'florida', 'massive', 'landslide', 'establishment', 'save'], ['thank', 'governor', 'florida', 'rick_scott', 'endorsement', 'greatly_appreciate', 'support'], ['make', 'big', 'speech', 'night', 'foxnews', 'debate', 'wish', 'everyone', 'well', 'yesterday', 'big', 'day', 'win'], ['missouri'], ['thank', 'missouri', 'trump', 'https', 'co', 'iozgtcbbia'], ['interview', 'reilly', 'factor', 'evening', 'pm', 'fox', 'news', 'channel', 'oreillyfactor'], ['fail', 'campaign', 'manager', 'mitt_romney', 'historic', 'loss', 'tell', 'republican_party', 'trump', 'sad'], ['crazy', 'megynkelly', 'supposedly', 'lyin_te', 'cruz', 'show', 'last_night', 'te', 'desperate', 'lying', 'get', 'bad', 'ted', 'win'], ['great', 'news', 'foxnew', 'cancel', 'additional', 'debate', 'many', 'time', 'people', 'ask', 'question', 'beat', 'cruz', 'debating'], ['crazy', 'megynkelly', 'complain', 'oreillyfactor', 'defend', 'yet', 'bad', 'show', 'total', 'tough'], ['reason', 'lyin_te', 'cruz', 'lose', 'much', 'evangelical', 'vote', 'smart', 'tolerate', 'liar', 'big', 'problem'], ['say', 'clinton', 'primary', 'vote', 'total', 'trump', 'knock', 'opponent', 'apologize'], ['wsj', 'bad', 'math', 'good', 'news', 'nobody', 'care', 'say', 'editorial', 'anymore', 'especially'], ['explain', 'dummy', 'board', 'love', 'debate', 'accord', 'drudge'], ['see', 'arizona', 'friday', 'saturday', 'https', 'co', 'hiohratmbm'], ['look', 'victory', 'tuesday', 'good', 'ohio', 'day', 'ohio', 'mine'], ['highly_overrate', 'crazy', 'megynkelly', 'always', 'complain', 'trump', 'devote', 'show', 'focus', 'other', 'megyn'], ['star', 'reboot', 'liar', 'liar', 'let', 'know', 'https', 'co', 'esdieftwgs'], ['make_america', 'great'], ['involve', 'corruption', 'professional', 'life'], ['join', 'salt', 'lake', 'city', 'utah', 'tonight', 'trump', 'https', 'co'], ['lyin_ted', 'cruz', 'lose', 'race', 'tuesday', 'give', 'jinx', 'lindsey_graham', 'endorsement', 'also', 'back', 'jeb', 'lindsey', 'get'], ['senator', 'lindseygrahamsc', 'make', 'horrible', 'statement', 'sentedcruz', 'endorse', 'wonder', 'nobody', 'trust', 'politician'], ['ewerickson', 'get', 'fire', 'dog', 'redstateand', 'lead', 'opposition'], ['million', 'dollar', 'negative', 'phony', 'ad', 'establishment', 'number', 'continue', 'go', 'anyone', 'explain'], ['club', 'growth', 'try', 'extort', 'say', 'go', 'hostile', 'negative_ad', 'disgraceful'], ['club', 'growth', 'letter', 'try', 'extort', 'remember', 'say', 'https', 'co', 'suifdimg'], ['go', 'salt', 'lake', 'city', 'utah', 'big', 'rally', 'lyin_te', 'cruz', 'allow', 'win', 'mormon', 'liar', 'beat', 'hillary'], ['fail', 'presidential_candidate', 'mitt_romney', 'man', 'choke', 'let', 'endorse', 'lyin_ted', 'cruz', 'good'], ['fail', 'presidential_candidate', 'mitt_romney', 'campaign', 'john_kasich', 'amp', 'marco_rubio', 'endorse'], ['mitt_romney', 'mixed', 'man', 'clue', 'wonder', 'lose'], ['join', 'tomorrow', 'trump', 'https', 'co', 'yak'], ['thank', 'arizona', 'love', 'trump', 'https', 'co', 'ftzaivtx'], ['everybody', 'boycott', 'megynkelly', 'show', 'never', 'worth', 'watch', 'always', 'hit', 'trump', 'sick', 'amp', 'overrated', 'person', 'tv'], ['believe', 'want', 'obamacare', 'illegal_immigrant', 'spend', 'time', 'take', 'care', 'great', 'vet'], ['guess', 'reach', 'yet', 'ceiling', 'people', 'high', 'reuters_poll', 'yet', 'thank', 'https', 'co', 'arp'], ['release', 'final', 'missouri', 'victory', 'yet', 'could', 'cruz', 'guy', 'run', 'missouri'], ['leave', 'salt', 'lake', 'city', 'utah', 'fantastic', 'crowd', 'interruption', 'love', 'utah', 'back'], ['watch', 'loudobbsnew', 'fantastic', 'show', 'interesting', 'take', 'paul_ryan'], ['head', 'phoneix', 'arrive', 'soon', 'tomorrow', 'big', 'day', 'tremendous', 'crowd', 'expect', 'trump'], ['never', 'meet', 'nytdavidbrook', 'time', 'consider', 'dumb', 'pundit', 'sense', 'real', 'world'], ['read', 'nytdavidbrook', 'time', 'total', 'waste', 'time', 'clown', 'awareness', 'world', 'dummy'], ['land', 'phoenix', 'tomorrow', 'event', 'amazing', 'trump'], ['thank', 'love', 'trump', 'https', 'co', 'wyjv', 'dgdqa'], ['crazy', 'megynkelly', 'say', 'go', 'show', 'still', 'get', 'good', 'rating', 'almost', 'show', 'negative', 'hit'], ['crazy', 'megynkelly', 'cover', 'much', 'terrible', 'show', 'rating', 'would', 'totally', 'tank', 'average', 'many', 'way'], ['great', 'back', 'arizona', 'trump', 'https', 'co', 'zgvvq'], ['cnn', 'rating', 'trump', 'time', 'network', 'make', 'fortune', 'make_america', 'great'], ['thank', 'arizona', 'amazing', 'supporter', 'get', 'votetrump', 'tuesday', 'love', 'https', 'co', 'pbo'], ['diamondandsilk', 'watch', 'wattersworld', 'large', 'group', 'people', 'everybody', 'love', 'amazing', 'people', 'trump'], ['jessebwatter', 'watch', 'show', 'arizona', 'big', 'rally', 'fantastic', 'everybody', 'love'], ['andreatantaro', 'true', 'journalistic', 'professional', 'agree', 'say', 'keep', 'great', 'work'], ['thank', 'tucson', 'arizona', 'great', 'afternoon', 'supporter', 'votetrump', 'tuesday', 'https', 'co', 'ctgyrlnawv'], ['thank', 'arizona', 'get', 'votetrump', 'tuesday', 'azprimary', 'trump', 'https', 'co', 'itxkqxrlf'], ['rally', 'utah', 'arizona', 'great', 'tremendous', 'crowd', 'spirit', 'return', 'go', 'back', 'soon'], ['interview', 'thisweekabc', 'morning', 'enjoy'], ['horrendous', 'protester', 'scream', 'curse', 'punch', 'shut', 'road', 'door', 'rally', 'never', 'blame', 'medium', 'sad'], ['protester', 'block', 'major', 'highway', 'yesterday', 'delay', 'entry', 'rally', 'arizona', 'hour', 'medium', 'blame', 'supporter'], ['highly_overrated', 'anchor', 'megynkelly', 'allow', 'constantly', 'say', 'bad', 'thing', 'show', 'fight', 'back', 'wrong'], ['big', 'republican', 'dinner', 'tonight', 'palm_beach'], ['president', 'obama', 'land', 'cuba', 'big', 'deal', 'raul', 'castro', 'even', 'greet', 'greet', 'pope', 'other', 'respect'], ['remember', 'beautiful', 'safe', 'place', 'brussel', 'anymore', 'different', 'world', 'must', 'vigilant', 'smart'], ['president', 'obama', 'look', 'sound', 'ridiculous', 'make', 'speech', 'cuba', 'especially', 'shadow', 'brussel', 'treat', 'badly'], ['make_america', 'great'], ['prove', 'far', 'correct', 'terrorism', 'anybody', 'even', 'close', 'hopefully', 'voting', 'today'], ['watch', 'clip', 'early', 'year', 'time', 'amp', 'time', 'right', 'terrorism', 'time', 'get', 'tough', 'https', 'co', 'mny', 'gfrzw'], ['heart', 'amp', 'prayer', 'go', 'victim', 'terrible', 'brussel', 'tragedy', 'madness', 'must', 'stop', 'stop'], ['votetrump', 'video', 'https', 'co', 'azprimary', 'arizonaprimary', 'utahcaucus', 'utcaucus', 'americansamoa', 'https', 'co', 'bkruyyhfma'], ['arizonaprimary', 'message', 'ivankatrump', 'azprimary', 'trump', 'https', 'co', 'wztdekwjaq'], ['utahcaucus', 'message', 'ivankatrump', 'utcaucus', 'trump', 'https', 'co', 'khigcsunfc'], ['obama', 'other', 'weak', 'politically_correct', 'terror', 'group', 'form', 'get', 'strong', 'shame'], ['pre', 'obama', 'leave', 'baseball', 'game', 'cuba', 'immediately', 'get', 'home', 'washington', 'potus', 'serious', 'emergency', 'belong'], ['lyin_ted', 'cruz', 'use', 'picture', 'melania', 'shoot', 'ad', 'careful', 'lyin_ted', 'spill', 'bean', 'wife'], ['incompetent', 'hillary', 'horrible', 'attack', 'brussel', 'today', 'want', 'border', 'weak', 'open', 'let', 'muslim', 'flow', 'way'], ['thank', 'arizona', 'trump', 'westerntuesday', 'trumptrain', 'https', 'co', 'vmczxrryg'], ['much', 'big', 'win', 'anticipate', 'arizona', 'thank', 'never', 'forget'], ['hopefully', 'republican_party', 'come', 'together', 'big', 'win', 'november', 'pave', 'way', 'many', 'great', 'supreme_court', 'justice'], ['lyin_ted', 'cruz', 'deny', 'anything', 'model', 'photo', 'melania', 'call', 'lyin_te'], ['thank', 'arizona', 'trump', 'trumptrainhttps', 'co', 'mmpr', 'omwog', 'https', 'co', 'dgqky', 'jiho'], ['lyin_ted', 'cruz', 'steal', 'foreign_policy', 'line', 'michael', 'dougla', 'dishonest', 'politician'], ['low', 'energy', 'endorse', 'man', 'truly', 'hate', 'lyin_ted', 'cruz', 'honestly', 'blame', 'jeb', 'drive', 'oblivion'], ['watch', 'hillary', 'deliver', 'prepackage', 'speech', 'terror', 'office', 'fighting', 'terror', 'year', 'look'], ['best', 'far', 'fight', 'terror', 'right', 'begin', 'lyin_ted', 'amp', 'other', 'copy'], ['think', 'jeb', 'endorsement', 'hurt', 'lyin_ted', 'jeb', 'spend', 'get', 'nothing', 'spend', 'fraction', 'first'], ['believe', 'clinch', 'cleveland', 'get', 'delegate', 'unfair', 'many', 'race'], ['want', 'thank', 'realsheriffjoe', 'help', 'historic', 'arizona', 'win', 'could', 'do', 'joe'], ['make_america', 'great'], ['obsolete', 'must', 'change', 'additionally', 'focus', 'terrorism', 'well', 'thing', 'currently', 'focus'], ['pay', 'share', 'cost', 'time', 'renegotiate', 'time'], ['amazing', 'lindseygrahamsc', 'get', 'many', 'show', 'talk', 'negatively', 'beat', 'badly', 'pre', 'run'], ['lindseygrahamsc', 'lyin_te', 'cruz', 'politician', 'much', 'alike', 'talk', 'action', 'talk', 'isis', 'nothing'], ['politician', 'cruz', 'graham', 'watch', 'isis', 'many', 'problem', 'develop', 'year', 'nothing', 'make', 'thing', 'better'], ['remember', 'recently', 'say', 'brussel', 'hell', 'hole', 'mess', 'failing_nytime', 'write', 'critical', 'article', 'right'], ['amazing', 'often', 'right', 'criticize', 'medium', 'illegal_immigration', 'take', 'oil', 'build_wall', 'muslim', 'nato'], ['hillary_clinton', 'work', 'solve', 'terrorism', 'problem', 'year', 'time', 'change', 'solve', 'fast'], ['theview', 'show', 'fail', 'badly', 'soon', 'take', 'thr', 'air', 'constantly', 'ask', 'go', 'tell'], ['explain', 'woman', 'view', 'total', 'disaster', 'great', 'barbara', 'walter', 'leave', 'ever', 'get', 'job', 'abc', 'waste', 'time'], ['announce', 'many', 'isis', 'fighter', 'infiltrate', 'europe', 'also', 'many', 'tell', 'alone', 'fix', 'problem'], ['europe', 'must', 'immediately', 'stop', 'take', 'people', 'syria', 'destruction', 'civilization', 'know', 'sad'], ['endorsement', 'lyin_te', 'cruz', 'https', 'co', 'qebexowt'], ['make_america', 'great', 'https', 'co', 'phgrt', 'nl'], ['big', 'federal', 'lawsuit', 'similar', 'certain', 'way', 'trump', 'case', 'press', 'refuse', 'write', 'lose', 'monster', 'story'], ['start', 'fight', 'lyin_ted', 'cruz', 'gq', 'cover', 'pic', 'melania', 'know', 'pac', 'put', 'hence', 'lyin_te'], ['release', 'negative_ad', 'spend', 'still', 'number', 'lot'], ['top', 'suspect', 'paris', 'massacre', 'salah', 'abdeslam', 'also', 'know', 'brussel', 'attack', 'longer', 'talk', 'weak', 'leader', 'ridiculous', 'law'], ['medium', 'woman', 'wow', 'tough', 'business', 'nobody', 'respect', 'woman', 'donald', 'trump'], ['press', 'go', 'way', 'convince', 'people', 'respect', 'woman', 'know', 'opposite'], ['lyin_ted', 'cruz', 'try', 'convince', 'prople', 'problem', 'national', 'enq', 'cause', 'nothing', 'story'], ['nobody', 'protect', 'nation', 'donald', 'trump', 'military', 'greatly', 'strengthen', 'border', 'strong', 'illegal'], ['wisconsin', 'economy', 'poorly', 'everywhere', 'else', 'job', 'leave', 'make', 'economy', 'strong', 'bring', 'job'], ['believe', 'foxnew', 'poll', 'phony', 'hit', 'job', 'beat', 'hillary_clinton', 'easily', 'general', 'election'], ['remember', 'candidate', 'self_funde', 'give', 'little', 'credit', 'voter', 'buy', 'other'], ['interview', 'week', 'abc', 'morning', 'enjoy'], ['sleepy_eyes', 'chucktodd', 'totally_biased', 'thing', 'say', 'correct', 'far', 'well', 'vision', 'other'], ['statement', 'nato', 'obsolete', 'expensive', 'unfair', 'finally', 'receive', 'plaudit'], ['happy_easter', 'great', 'day'], ['radical_islamic', 'attack', 'time', 'target', 'christian', 'woman', 'child', 'dead', 'injure', 'alone', 'solve'], ['pundit', 'honest', 'hopefully', 'look', 'strong', 'great', 'country', 'make', 'strong', 'great', 'job'], ['show', 'unfair', 'republican', 'primary', 'politic', 'state', 'louisiana', 'get', 'less', 'delegate', 'cruz', 'lawsuit', 'come'], ['see', 'lyin_te', 'even', 'dailybeast', 'fan', 'mine', 'say', 'story', 'come', 'rubio', 'trump', 'https', 'co', 'okc', 'xajvnz'], ['united_state', 'not', 'continue', 'make', 'bad', 'one_sided', 'trade_deal', 'many', 'job', 'give'], ['interview', 'foxandfriend', 'thing', 'look', 'good', 'great', 'easter', 'look_forward', 'spending', 'week', 'wisconsin'], ['kirsten', 'power', 'trump', 'operative', 'aggressively', 'shop', 'cruz', 'story', 'gateway', 'pundit', 'https', 'co', 'batamur', 'fd'], ['detainee', 'release', 'gitmo', 'kill', 'american', 'call', 'leader', 'ever', 'learn'], ['incense', 'want', 'refocus', 'nato', 'terrorism', 'well', 'current', 'mission', 'also', 'want', 'other', 'pay', 'fair', 'share', 'must'], ['release', 'international', 'gang', 'city', 'end', 'president'], ['way', 'beat', 'gov', 'scott_walker', 'jeb', 'rand', 'marco', 'other', 'presidential', 'primary', 'way', 'would', 'ever', 'endorse'], ['lyin_ted', 'cruz', 'weak', 'amp', 'lose', 'big', 'want', 'debate', 'accord', 'drudgetime', 'line', 'poll', 'debate'], ['lyin_te', 'already', 'beat', 'debate', 'way', 'ahead', 'vote', 'delegate', 'focus', 'job', 'amp', 'illegal', 'imm'], ['need', 'secure', 'border', 'game', 'must', 'smart', 'tough', 'vigilant', 'make_america', 'great', 'amp', 'make_america', 'strong'], ['cnn', 'nothing', 'opponent', 'show', 'really', 'one_side', 'unfair', 'report', 'maybe', 'town_hall', 'tonight'], ['million', 'vote', 'hundred', 'del', 'cruz', 'kasich', 'yet', 'treat', 'properly', 'republican_party', 'rnc'], ['come', 'todayshow', 'amp', 'chucktodd', 'show', 'new', 'nbcnew', 'poll', 'hillary', 'bernie', 'show', 'poll', 'kill', 'cruz'], ['corey', 'lewandowski', 'campaign', 'manager', 'decent', 'man', 'charge', 'assault', 'reporter', 'look', 'tape', 'nothing'], ['people', 'look', 'reporter', 'early', 'statement', 'happen', 'find', 'episode', 'tape'], ['victory', 'press_conference', 'allow', 'grab', 'shout', 'question', 'press', 'charge', 'https', 'qbw', 'rjkinx'], ['reporter', 'statement', 'find', 'tape', 'facility', 'change', 'tune', 'https', 'co'], ['reporter', 'touch', 'leave', 'news', 'conference', 'hand', 'https', 'co', 'hqb', 'dl', 'fhn'], ['make_america', 'great', 'https', 'co', 'ldd'], ['thank', 'https', 'co', 'svuwi', 'jogn'], ['trump', 'defend', 'campaign', 'manager', 'charge', 'bruise', 'reporter', 'https', 'eku', 'qmgjd'], ['thank', 'trump', 'https', 'co', 'zwzkhrtrqn'], ['final', 'announce', 'great', 'state', 'mo', 'trump', 'win', 'new', 'certify', 'show', 'vote', 'increase', 'least', 'delegate'], ['davidgregory', 'get', 'throw', 'tv', 'fire', 'dog', 'cnn', 'nasty', 'nice'], ['thank', 'trump', 'https', 'co', 'puqim', 'zos', 'https', 'co', 'fsgpkjwk'], ['keep', 'thought', 'amp', 'prayer', 'melissa', 'young', 'miss', 'wisconsin', 'https', 'co', 'rbfufiwh'], ['congratulation', 'cnn', 'wisdom', 'pick', 'trump', 'trump', 'https', 'co', 'dhqulz'], ['thank', 'appleton', 'wisconsin', 'wiprimary', 'trump', 'https', 'co', 'xkbtwhpevy', 'https', 'co', 'klunuv'], ['trump', 'doctrine', 'peace', 'strength', 'trump', 'https', 'co', 'gd', 'fxc', 'https', 'co', 'iloolub'], ['nice', 'meeting', 'reince_priebus', 'gop', 'looking_forward', 'bring', 'party', 'together', 'happen'], ['thank', 'wisconsin', 'votetrump', 'next', 'tuesday', 'april', 'wiprimaryhttps', 'co', 'tymy', 'https', 'co', 'iobhoxebin'], ['thank', 'america', 'trump', 'https', 'co', 'htbbgphf', 'https', 'co', 'ujnmdnvkuv'], ['thank', 'trump', 'https', 'co', 'ondrobrdwr'], ['trump', 'https', 'co', 'aanxirujjd', 'https', 'sd'], ['club', 'growthwhich', 'ask', 'extortion', 'attempt', 'put', 'wisconsin', 'ad', 'incorrect', 'math', 'dumb', 'group'], ['club', 'growth', 'say', 'ad', 'delegate', 'cruz', 'delegate', 'kasich', 'delegate', 'try'], ['national', 'border_patrol', 'council', 'nbpc', 'say', 'open', 'border', 'big', 'physical', 'amp', 'economic', 'threat', 'face', 'american', 'people'], ['time', 'american', 'history', 'america', 'border_patrol', 'agent', 'issue', 'presidential', 'primary', 'endorsement', 'thank'], ['anybody', 'lyin_ted', 'https', 'co', 'esegeyg'], ['new', 'radio', 'ad', 'airing', 'today', 'wisconsin', 'see', 'soon', 'wiprimary', 'trump', 'https', 'co', 'iebcyqyk'], ['must', 'build', 'great', 'wall', 'mexico', 'united_state', 'https', 'co', 'sjurjfbf'], ['believe', 'kill', 'country', 'trade', 'long', 'put', 'wisconsin', 'ad', 'talking', 'trade'], ['make_america', 'great', 'https', 'co', 'sulede', 'pyp'], ['possible', 'megynkelly', 'cover', 'anyone', 'donald', 'trump', 'terrible', 'show', 'totally', 'misrepresent', 'word', 'position', 'bad'], ['megynkelly', 'stop', 'cover', 'show', 'rating', 'would', 'drop', 'rock', 'interview', 'beat', 'million'], ['wisconsin', 'election', 'job', 'trade', 'immigration', 'big', 'factor', 'bring', 'job', 'back', 'home', 'make', 'great', 'deal'], ['wisconsin', 'suffer', 'great', 'loss', 'job', 'trade', 'win', 'bad', 'thing', 'happen', 'rapidly', 'reverse'], ['join', 'monday', 'april', 'milwaukee', 'wiprimary', 'trump', 'ticket', 'https', 'co', 'pmewdrxn', 'https', 'co', 'oazn'], ['great', 'honor', 'gop', 'general', 'counsel', 'johnryder', 'trump', 'delegate', 'rnc', 'meet', 'well', 'worth', 'unifying', 'party'], ['heytammybruce', 'thank', 'nice_words', 'fox', 'today', 'never', 'full', 'statement', 'nuclear', 'would', 'agree'], ['foxnew', 'ashamed', 'allow', 'expert', 'explain', 'make', 'nuclear', 'attack'], ['great', 'day', 'wisconsin', 'thank', 'racine', 'amp', 'wausau', 'arrive', 'eauclaire', 'trump', 'wiprimary', 'trumptrain', 'https', 'co', 'ikqnepd'], ['interview', 'jdickerson', 'facethenation', 'tomorrow', 'morning', 'enjoy', 'trump'], ['thank', 'eau', 'claire', 'wisconsin', 'votetrump', 'tuesday', 'april', 'make_america', 'great', 'https', 'co', 'ji', 'jqwhnmc'], ['foxnewssunday', 'chris_wallace', 'morning', 'enjoy'], ['thank', 'trump', 'wiprimary', 'https', 'co'], ['thank', 'pennsylvania', 'trump', 'https', 'co', 'szicgsvgbz'], ['thank', 'miss', 'katie', 'din', 'trump', 'https', 'co', 'oypuyjmpki', 'https', 'co', 'utsiivqpkt'], ['milwaukee', 'wisconsin', 'tomorrow', 'pme', 'melaniatrump', 'join', 'wiprimary', 'trump', 'https', 'co', 'pmewdrxn'], ['congratulation', 'gohermie', 'win', 'shellhouopen', 'proud', 'tngcbedminster', 'amp', 'trumpgolf', 'club', 'great', 'go'], ['foxnews', 'greta', 'town_hall', 'wisconsin', 'enjoy', 'trump'], ['great', 'night', 'west', 'allis', 'wisconsin', 'thank', 'votetrumpwi', 'wiprimary', 'https', 'co', 'rhw', 'https', 'co', 'sygyqtoebs'], ['great', 'day', 'wisconsin', 'many', 'stop', 'many', 'great', 'people', 'melania', 'join', 'monday', 'big', 'crowd', 'make_america', 'great'], ['tweet', 'realdonaldtrump', 'withhold', 'response', 'report', 'copyright', 'holder'], ['depart', 'crosse', 'wisconsin', 'thank', 'trump', 'wiprimaryhttps', 'co', 'cvaz', 'ey', 'https', 'co', 'umxgujezi'], ['congratulation', 'jim', 'herman', 'proud', 'trumpgolf', 'https', 'co', 'ruutippjw'], ['interview', 'seanhannity', 'foxnew', 'wisconsin', 'tonight', 'wife_melania', 'join', 'entire', 'show'], ['great', 'news', 'wisconsin', 'make', 'speech', 'big', 'one', 'come', 'tonight', 'thank', 'https', 'co', 'bf', 'gyswdn'], ['leave', 'superior', 'wisconsin', 'thank', 'trump', 'wiprimaryhttps', 'co', 'aotbaqgczr', 'https', 'co', 'hewrtqf'], ['make_america', 'great', 'https', 'co', 'yypr', 'snybc'], ['seanhannity', 'foxnew', 'tonight', 'pme', 'melaniatrump', 'wisconsin', 'enjoy', 'wiprimary', 'trump', 'https', 'co', 'znfxf', 'wyrr'], ['make_america', 'great', 'https', 'co', 'iixhgm'], ['good', 'morning', 'wisconsin', 'poll', 'open', 'votetrump', 'today', 'amp', 'https', 'co', 'scf'], ['wisconsin', 'make_america', 'great'], ['politico', 'total', 'disarray', 'almost', 'everybody', 'quit', 'goodnew', 'bad', 'dishonest', 'journalist', 'https', 'co', 'xtvgldxy'], ['still', 'time', 'get', 'vote', 'wiprimary', 'trump', 'magahttps', 'co', 'hjngrr'], ['great', 'back', 'home', 'looking_forward', 'great', 'rally', 'tonight', 'bethpage', 'long', 'island'], ['schedule', 'oreillyfactor', 'pure', 'fiction'], ['unbelievable', 'evening', 'make', 'speech', 'front', 'amazing', 'new', 'yorker', 'bethpage', 'long', 'island', 'great', 'home'], ['trump', 'https', 'co', 'hjygbnsxee'], ['attack', 'new', 'yorker', 'value', 'forget', 'https', 'co', 'qhb'], ['great', 'catch', 'many', 'thing', 'remember', 'still', 'run', 'major', 'business', 'campaign', 'loving'], ['jennifer', 'terrific', 'person', 'https', 'civ'], ['looks_like', 'right', 'nato', 'doubt', 'https', 'sjawz'], ['nobody', 'beat', 'national_security', 'https', 'co', 'scrj'], ['donald', 'trump', 'disrupt', 'air', 'foxnew', 'saturday_night', 'sunday', 'night', 'anchor', 'bretbai', 'johnrobertsfox'], ['shame', 'person', 'far', 'delegate', 'many', 'million', 'vote', 'anyone_else', 'still', 'must', 'fight'], ['say', 'hillary_clinton', 'unqualified', 'president', 'base', 'decision', 'make', 'ability', 'go', 'along'], ['great', 'honor', 'visit', 'memorial', 'museum', 'wife_melaniatrump', 'today', 'newyorkvalue', 'https', 'co', 'ekcewrd'], ['nytime', 'purposely', 'cover', 'inaccurately', 'want', 'nation', 'pay', 'defense', 'sucker'], ['win', 'state', 'vote', 'get', 'non', 'representative', 'delegate', 'offer', 'sort', 'goody', 'cruz', 'campaign', 'bad', 'system'], ['trump', 'https', 'co', 'tvfgm', 'tqkj'], ['possible', 'people', 'great', 'state', 'colorado', 'never', 'get', 'vote', 'republican', 'primary', 'great', 'anger', 'totally', 'unfair'], ['people', 'colorado', 'vote', 'take', 'away', 'phony', 'politician', 'big', 'story', 'politic', 'allow'], ['interview', 'foxandfriend', 'enjoy'], ['happen', 'country', 'great', 'people', 'disenfranchise', 'bypolitician', 'repub', 'party', 'trouble', 'https', 'co', 'wnxrqvl'], ['colorado', 'trump', 'delegate', 'scratch', 'ballot', 'gop', 'convention', 'https', 'co', 'wlkmyjjjr'], ['liberal', 'medium', 'think', 'bill', 'reilly', 'oreillyfactor', 'complete', 'total', 'vulgarian', 'think'], ['leave', 'albany', 'massive', 'crowd_expected', 'exciting'], ['interesting', 'piece', 'good', 'writer', 'kirstenpower', 'usatoday', 'foxnew', 'https', 'co', 'glumitritg'], ['tune', 'amp', 'join', 'live', 'albany', 'pme', 'start', 'time', 'love', 'trump', 'trumptrain', 'https', 'zqux'], ['join', 'rome', 'tomorrow', 'trump', 'available', 'https', 'co', 'vgcdqubia'], ['thank', 'albany', 'trump', 'https', 'co', 'iaousy', 'vdc', 'https', 'co', 'wcituuxej'], ['great', 'new', 'poll', 'thank', 'support', 'trump', 'newyorkvalue', 'https', 'co', 'kuvcxjxjcr', 'https', 'co', 'wsvmdi', 'vfz'], ['missouri', 'confirm', 'trump', 'official', 'winner', 'additional', 'delegate', 'https', 'co', 'avtkcane'], ['thank', 'california', 'maryland', 'pennsylvania', 'see', 'soon', 'trump', 'https', 'co', 'lyqnmrigq'], ['love', 'newyorkvalue', 'https', 'co', 'dbtdhyax'], ['great', 'andersoncooper', 'tonight', 'wonderful', 'family', 'rebroadcast', 'eastern'], ['trump', 'https', 'co', 'tyl'], ['trump', 'https', 'co', 'ylqx'], ['join', 'pittsburgh', 'tonight', 'pme', 'trump', 'https', 'co', 'trkj', 'lgxup'], ['interview', 'seanhannity', 'foxnew', 'tonight', 'pm', 'pennsylvania', 'enjoy', 'trump', 'https', 'co', 'ij', 'zks'], ['big', 'story', 'politic', 'happen', 'great', 'state', 'colorado', 'people', 'preclude', 'voting'], ['rule', 'change', 'colorado', 'shortly', 'enter', 'race', 'june', 'pol', 'boss', 'know', 'would', 'win', 'voter'], ['big', 'protest', 'march', 'colorado', 'friday', 'afternoon', 'let', 'boss', 'take', 'vote'], ['thank', 'pittsburgh', 'pennsylvania', 'trump', 'https', 'co', 'vbxsw'], ['join', 'saturday', 'nyprimary', 'trump', 'https', 'co', 'jkpkb', 'https', 'co', 'yfjzulddcm'], ['make_america', 'great', 'https', 'co'], ['thank', 'america', 'trump', 'https', 'co', 'ptkkrleucb'], ['thank', 'nypost', 'trump', 'https', 'co', 'kzgweixaeo'], ['join', 'weekend', 'nyprimary', 'syracuse', 'noonhttps', 'co', 'wjn', 'watertown', 'pmhttps', 'co', 'udozzisjha', 'trump'], ['interview', 'foxandfriend', 'talk', 'rig', 'boss', 'control', 'republican', 'primary'], ['icymi', 'foxandfriend', 'morning', 'https', 'co', 'puedcwi'], ['arrive', 'ny', 'big', 'crowd', 'great', 'place', 'bring', 'back', 'desperately_needed', 'job', 'nyprimary', 'https', 'co', 'voeqdseakc'], ['thank', 'syracuse', 'nyprimaryhttps', 'ohimg', 'https', 'co', 'ncox'], ['hannity', 'tonight', 'rebroadcast', 'town_hall', 'pittsburgh', 'fox', 'enjoy', 'trump', 'https', 'co', 'zhaxxnaohm'], ['see', 'tomorrow', 'dutchess', 'county', 'nyprimary', 'trumptrainhttps', 'co', 'loikeyoq', 'https', 'co', 'camlixzfda'], ['thank', 'california', 'connecticut', 'maryland', 'pennsylvania', 'trump', 'https', 'co'], ['nyprimary', 'https', 'co', 'smlmcwau'], ['favorite', 'place', 'morning', 'staten', 'island', 'big', 'crowd', 'fun'], ['lyin_ted', 'cruz', 'never', 'able', 'beat', 'hillary', 'rig', 'delegate', 'system', 'hundred', 'delegate', 'ahead'], ['lyin_ted', 'cruz', 'get', 'vote', 'million', 'ahead', 'get', 'delegate', 'republican', 'boss', 'work'], ['crooked_hillary', 'clinton', 'spending', 'fortune', 'ad', 'person', 'want', 'run', 'fun'], ['would', 'million', 'vote', 'hillary', 'fact', 'opponent', 'socialist', 'name', 'bernie'], ['thank', 'california', 'see', 'soon', 'https', 'vyxsxuekzn', 'https', 'co', 'rk', 'dq'], ['thank', 'today', 'endorsement', 'veteran', 'police', 'association', 'newyorkvalue', 'https', 'co', 'amfbymuxuz', 'https', 'co', 'zqhmkbduna'], ['lyin_ted', 'cruz', 'win', 'voter', 'sell', 'boss', 'million', 'vote', 'ahead', 'hillary', 'would', 'destroy', 'amp'], ['kasich', 'look', 'poll', 'hillary', 'nobody', 'view', 'threat', 'therefore', 'place', 'negative_ad'], ['make_america', 'great', 'https', 'co', 'kyxbaw', 'fsl'], ['lyin_ted', 'cruz', 'even', 'vote', 'superstorm', 'sandy', 'aid', 'help', 'many', 'new', 'yorker', 'devastate', 'cruz', 'hate'], ['nyprimaryhttps', 'co', 'awow', 'pyn'], ['thank', 'buffalo', 'nyprimary', 'https', 'https', 'co', 'ujduovlpj'], ['foxandfriend', 'enjoy'], ['big', 'day', 'country', 'make_america', 'great'], ['thank', 'eric', 'https', 'co', 'vdiqlrv'], ['join', 'indianapolis', 'indiana', 'tomorrow', 'trump', 'https', 'co', 'plaqyq', 'https', 'co', 'jbnytk', 'fye'], ['icymi', 'trump', 'closing', 'speech', 'inbuffalo', 'votetrumpny', 'https', 'oth'], ['let', 'go', 'america', 'time', 'take', 'backour', 'country', 'video', 'amp', 'go', 'votetrump', 'https', 'co', 'lskdqgfyvq'], ['trump', 'https', 'co', 'awow', 'pyn'], ['house', 'task', 'force', 'onurgent', 'fiscal', 'issue', 'call', 'america', 'need', 'help', 'https', 'co', 'nerotw'], ['oprah', 'discuss', 'would', 'never', 'rule', 'run', 'potus', 'trump', 'votetrumpny', 'primaryday', 'https', 'co', 'rup'], ['discuss', 'newyorkvaluesin', 'buffalo', 'last_night', 'eve', 'nyprimary', 'let', 'go', 'ny', 'votetrump', 'https', 'dag', 'rea'], ['poll', 'close', 'hour', 'everyone', 'get', 'vote', 'trump', 'co', 'eufxeffu'], ['cnn', 'negative', 'impossible', 'watch', 'terrible', 'panel', 'angry', 'hater', 'bill', 'oreillyfactor', 'say', 'amazing', 'thing'], ['thank', 'love', 'trump', 'https', 'co', 'auwmxl'], ['thank', 'never', 'forget'], ['make_america', 'great', 'https', 'co', 'tk', 'mkzpfbl'], ['mathematically', 'win', 'race', 'spoiler', 'never', 'nice', 'thing', 'beat', 'hillary'], ['indiana', 'trump', 'https', 'co', 'zqudaasaxd'], ['trump', 'watch', 'video', 'speech', 'last_night', 'trump', 'tower', 'https', 'co', 'kxly'], ['thank', 'indiana', 'back', 'soon', 'trump', 'https', 'co', 'pxvsl'], ['meet', 'terrific', 'govpencein', 'indiana', 'excited', 'campaign', 'wonderful', 'state', 'https', 'co', 'ucyv'], ['go', 'bring', 'steel', 'manufacturing', 'back', 'indiana'], ['thank', 'maryland', 'great', 'way', 'conclude', 'day', 'back', 'soon', 'trump', 'https', 'co', 'dnetdmendv', 'https', 'co', 'jbjyypesmo'], ['wife_melania', 'rest', 'family', 'major', 'town_hall', 'hopefully', 'fun', 'enjoy'], ['senator', 'mathematically', 'eliminate', 'race', 'say', 'kasich', 'get', 'reason', 'think', 'get'], ['john_kasich', 'path', 'victory', 'drop', 'race', 'republican_party'], ['cruz', 'say', 'kasich', 'leave', 'get', 'get', 'drop', 'lyin_te'], ['meet', 'prince', 'numerous', 'occasion', 'amazing', 'talent', 'wonderful', 'guy', 'greatly', 'miss'], ['thank', 'incredible', 'support', 'maryland', 'movement', 'trump', 'https', 'co', 'uyq', 'styb'], ['thank', 'donaldjtrumpjr', 'trump', 'https', 'co', 'fjxjkzaaqf', 'https', 'co', 'nqlzbwufo'], ['thank', 'california', 'see', 'soon', 'trump', 'https', 'co', 'ujcqbqyywr', 'https', 'co', 'rqi', 'mq'], ['thank', 'indiana', 'great', 'see', 'everyone', 'back', 'soon', 'trump', 'https', 'mwflxykpbk', 'https', 'dkem', 'xvm'], ['thank', 'pennsylvania', 'trump', 'https', 'co', 'ubsxbqmg', 'https', 'co', 'qdsvte'], ['spend', 'day', 'campaigning', 'connecticut', 'state', 'job', 'steal', 'country', 'stop', 'fast'], ['pennsylvania', 'cast', 'vote', 'trump', 'potus', 'amp', 'also', 'vote', 'trump', 'delegate', 'congressional', 'district', 'https', 'co', 'utallmfua'], ['https', 'dsa', 'old', 'https', 'co', 'xm'], ['thank', 'waterbury', 'connecticut', 'trump', 'https', 'nvqbe', 'https', 'co', 'ooqaakwuuq'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'stop', 'https', 'co', 'clucrz', 'hdehttps', 'co', 'zumuw', 'wprk'], ['thank', 'bridgeport', 'connecticut', 'trump', 'https', 'co', 'gcttknnq', 'https', 'co', 'qcudcybzcn'], ['thank', 'delaware', 'trump', 'trumptrainhttps', 'co', 'qlxtzqpbej', 'https', 'co', 'ofhbm', 'bcoi'], ['lynne', 'ryan', 'read', 'great', 'story', 'ny', 'time', 'proud', 'thank', 'https', 'co', 'zvmhysd', 'ir'], ['congratulation', 'seanhannity', 'great', 'rating', 'rating', 'increase', 'report', 'today', 'amazing', 'job'], ['great', 'day', 'campaign', 'connecticut', 'look', 'big', 'vote', 'tuesday'], ['soon', 'john_kasich', 'hit', 'drop', 'rock', 'poll', 'crooked_hillary', 'clinton', 'win'], ['borisep', 'great', 'judgejeanine', 'tonight', 'smart', 'commentary', 'prove', 'correct'], ['andrebauer', 'great', 'job', 'advice', 'cnn', 'jaketapper', 'thank'], ['maryland', 'afternoon', 'major', 'rally', 'thing', 'look', 'good', 'tuesday'], ['happy', 'hear', 'badly', 'nytime', 'seriously', 'fail', 'paper', 'readership', 'way', 'become', 'irrelevant'], ['announce', 'lyin_ted', 'kasich', 'go', 'collude', 'order', 'keep', 'get', 'republican', 'nomination', 'desperation'], ['lyin_ted', 'kasich', 'mathematically', 'dead', 'totally', 'desperate', 'donor', 'amp', 'special_interest', 'group', 'happy', 'sad'], ['lyin_ted', 'cruz', 'unable', 'beat', 'team', 'collusion', 'show', 'weakness'], ['show', 'weak', 'desperate', 'lyin_ted', 'team', 'guy', 'openly', 'stand', 'win', 'loss'], ['kasich', 'announce', 'want', 'people', 'indiana', 'vote', 'typical', 'politician', 'make', 'deal', 'work'], ['way', 'great', 'state', 'rhode', 'island', 'big', 'rally', 'pennsylvania', 'rest', 'day', 'night'], ['thank', 'warwick', 'rhode', 'island', 'riprimary', 'votetrump', 'https', 'cus', 'https', 'gu'], ['thank', 'west', 'chester', 'pennsylvania', 'paprimary', 'votetrumphttps', 'co', 'qva', 'qtmhps', 'https', 'co', 'sybqka'], ['pass', 'vibrant', 'manufacturing', 'area', 'pennsylvania', 'sad', 'https', 'co', 'rywjgph'], ['get', 'vote', 'tomorrow', 'make_america', 'great', 'ctprimary', 'deprimary', 'mdprimary', 'paprimary', 'riprimaryhttps', 'co'], ['thank', 'wilke', 'barre', 'pennsylvania', 'trump', 'https', 'co', 'fjbnlidwjf'], ['cruz', 'kasich', 'pact', 'great', 'strain', 'joke', 'deal', 'falling_apart', 'honor', 'almost', 'dead', 'dumb'], ['make_america', 'great', 'https', 'co', 'https', 'co', 'xwn', 'iph'], ['thank', 'donaldjtrumpjr', 'erictrump', 'trump', 'https', 'co', 'cmfcrzjhgm'], ['bernie_sander', 'treat', 'terribly', 'democrats', 'delegate', 'amp', 'otherwise', 'show', 'run', 'independent'], ['thank', 'incredible', 'support', 'melania', 'barron', 'ivanka', 'jar', 'tiffany', 'vanessa', 'eric', 'lara', 'https', 'co', 'mpgppfidl'], ['bad', 'time', 'inaccurate', 'coverage', 'constantly', 'always', 'try', 'belittle', 'paper', 'lose', 'way'], ['let', 'go', 'pennsylvania', 'votetrump', 'https', 'co', 'twqm'], ['hour', 'leave', 'votetrump', 'connecticut', 'https', 'co'], ['thank', 'great', 'day', 'yesterday', 'rhode', 'island', 'votetrumphttps', 'co', 'nalgniidyo'], ['votetrump', 'delaware', 'https', 'co', 'gyev', 'qon'], ['let', 'maryland', 'votetrump', 'https', 'co', 'zttnamk', 'qs'], ['thank', 'america', 'trump', 'https', 'vzbm', 'jp'], ['thank', 'maryland', 'trump', 'https', 'co', 'hh', 'brmis'], ['thank', 'pennsylvania', 'trump', 'https', 'co'], ['thank', 'connecticut', 'trump', 'https', 'co', 'ggovxszsf'], ['thank', 'rhode', 'island', 'trump', 'https', 'co', 'ezcvm'], ['thank', 'delaware', 'trump', 'https', 'co', 'fexthmuwuo'], ['thank', 'https', 'co', 'ayboob', 'kit'], ['thank', 'make_america', 'great', 'https', 'co', 'akxod'], ['thank', 'https', 'co', 'jisyvqinj'], ['thank', 'dave', 'https', 'co', 'nappqnjvi'], ['thank', 'newt', 'https', 'co', 'foh', 'qenkuf'], ['agree', 'https', 'co', 'biyldp', 'ciw'], ['thank', 'connecticut', 'delaware', 'maryland', 'pennsylvania', 'rhode', 'island', 'https', 'co', 'mgkh', 'wqt'], ['join', 'greta', 'indianapolis', 'indiana', 'pme', 'enjoy', 'trump', 'https', 'co', 'gtyn', 'glgil'], ['thank', 'endorsement', 'coach_bobby', 'knight', 'never', 'forget', 'https', 'co', 'https', 'co', 'mprtrwv'], ['thank', 'laura', 'https', 'co', 'ghujazn'], ['indiana', 'great', 'rally', 'fantastic', 'people', 'stay', 'holiday', 'inn', 'express', 'new', 'clean', 'bad'], ['get', 'strong', 'endorsement', 'great', 'coach_bobby', 'knight', 'highlight', 'stay', 'indiana', 'big', 'speech', 'tomorrow', 'bobby'], ['thank', 'wonderful', 'review', 'foreign_policy', 'speech', 'soon', 'speak', 'great', 'detail', 'numerous', 'topic'], ['interview', 'morning', 'enjoy'], ['lyin_ted', 'cruz', 'never', 'beat', 'hillary_clinton', 'path', 'victory', 'choose', 'candidate', 'fail', 'badly', 'effort'], ['evansville', 'indiana', 'great', 'bobby_knight', 'last_night', 'endorse', 'afternoon', 'see'], ['many', 'false', 'phony', 'commercial', 'broadcast', 'indiana', 'remind', 'florida', 'thousand', 'put', 'landslide'], ['head', 'rally', 'bobby', 'see', 'soon', 'https', 'co', 'dwssoectzn'], ['thank', 'evansville', 'indiana', 'https', 'co', 'clnjutr'], ['https', 'co', 'qhbks'], ['trump', 'https', 'co', 'zhm', 'jnss'], ['interview', 'foxandfriend', 'legendary', 'coach_bobby', 'knight', 'tomorrow', 'morning', 'enjoy', 'indprimary', 'https', 'co', 'wvhfymzs'], ['yankee', 'president', 'randy', 'levine', 'end', 'republican_party', 'donald', 'trump', 'nominate', 'https', 'co', 'hexbzeejbc'], ['thank', 'costa', 'mesa', 'california', 'people', 'tonight', 'thousand', 'turn', 'away', 'back', 'trump', 'https', 'co', 'tzvzn'], ['ridiculous', 'deal', 'make', 'lyin_ted', 'cruz', 'john_kasich', 'blow', 'dumb', 'deal', 'dead', 'arrival'], ['crooked_hillary', 'clinton', 'perhaps', 'dishonest', 'person', 'ever', 'run', 'presidency', 'also', 'time', 'great', 'enabler'], ['thank', 'indiana', 'trump', 'https', 'co', 'nrnzx'], ['delegate', 'win', 'first', 'ballot', 'waste', 'time', 'effort', 'ballot', 'system', 'rig'], ['anderson', 'amazing', 'mother', 'always', 'incredible', 'woman'], ['protester', 'california', 'thug', 'criminal', 'many', 'professional', 'deal', 'strongly'], ['economy', 'bad', 'get', 'bad', 'almost', 'growth', 'quarter', 'nobody', 'beat', 'economy', 'job', 'make_america', 'great'], ['trump', 'lock', 'delaware', 'gop', 'delegate', 'trump', 'maga', 'https', 'sto', 'cyv', 'fw'], ['thank', 'mikeozanian', 'nice', 'comment', 'foxnews', 'today', 'great', 'job'], ['indiana', 'sunday', 'monday', 'make_america', 'great', 'rally', 'see'], ['thank', 'indiana', 'trump', 'https', 'co', 'shpwexfkvx'], ['watch', 'sen', 'graham', 'facethenation', 'say', 'run', 'race', 'little', 'boy', 'end', 'support'], ['terre', 'indiana', 'short', 'big', 'rally', 'see', 'soon'], ['foxnewssunday', 'chris_wallace', 'year', 'anniversary', 'fn', 'day', 'enjoy', 'https', 'co', 'hdzddpzirx'], ['karlrove', 'fail', 'jeb', 'bushy', 'never', 'say', 'anything', 'good', 'amp', 'never', 'even', 'beat', 'hillary', 'air'], ['thank', 'terre', 'indiana', 'https', 'co', 'elhlae'], ['thank', 'fort', 'wayne', 'indiana', 'trump', 'inprimary', 'https', 'co', 'mdgrmmmk'], ['join', 'carmel', 'indiana', 'tomorrow', 'inprimary', 'https', 'co', 'tfw', 'ezdm', 'https', 'co', 'ck'], ['interview', 'cnn', 'newday', 'enjoy'], ['crooked_hillary', 'clinton', 'say', 'use', 'deal', 'man', 'get', 'reservation', 'actually', 'do', 'poorly', 'man'], ['mike_pence', 'state', 'donald', 'trump', 'take', 'strong', 'stance', 'hoosi', 'job', 'thank', 'bring', 'back', 'job', 'usa'], ['everybody', 'talk', 'protester', 'burn', 'american', 'flag', 'proudly', 'wave', 'mexican', 'flag', 'want', 'america', 'first', 'voter'], ['campaign', 'indiana', 'day', 'thing', 'look', 'great', 'support', 'bobby_knight', 'amazing', 'today', 'fun'], ['defeat', 'crooked_hillary', 'clinton', 'trump', 'https', 'co', 'htwd', 'fgn'], ['honor', 'receive', 'endorsement', 'lou', 'holtz', 'great', 'guy', 'inprimary', 'trump', 'https', 'co', 'aegyodb'], ['thank', 'carmel', 'indiana', 'get', 'votetrump', 'tomorrow', 'inprimary', 'https', 'co', 'oyryg'], ['thank', 'america', 'https', 'co', 'pvhgp', 'hmbn'], ['interview', 'seanhannity_tonight', 'pme', 'enjoy', 'inprimary'], ['south', 'bend', 'indiana', 'short', 'big', 'rally', 'see', 'soon'], ['thank', 'south', 'bend', 'indiana', 'everyone', 'get', 'votetrump', 'tomorrow', 'inprimary', 'https', 'rj', 'bpzqdi', 'https', 'co', 'xeblvgrny'], ['make_america', 'great', 'inprimary', 'votetrumphttps', 'co', 'nmqekxccv'], ['make_america', 'great', 'inprimary', 'votetrump', 'https', 'co', 'mbggxsyluwhttps', 'co', 'ypwdz', 'irch'], ['make_america', 'great', 'trump', 'votetrump', 'https', 'co', 'okal'], ['thank', 'america', 'trump', 'https', 'co', 'tiexz', 'yhft', 'https', 'hkt', 'ynccb'], ['poll', 'close', 'pm', 'inprimary', 'trump', 'votetrump', 'https', 'co', 'wkyagek'], ['make_america', 'great', 'inprimary', 'votetrump', 'https', 'co', 'ti', 'thmzei'], ['lyin_ted', 'cruz', 'really', 'go', 'wacko', 'today', 'make', 'sort', 'crazy', 'charge', 'function', 'pressure', 'presidential', 'sad'], ['lyin_ted', 'cruz', 'consistently', 'say', 'must', 'win', 'indiana', 'drop', 'race', 'stop', 'waste', 'time', 'amp', 'money'], ['thank', 'indiana', 'trump', 'https', 'co', 'jlshra'], ['thank', 'indiana', 'project', 'winner', 'category', 'special', 'people', 'never', 'forget'], ['oreillyfactor', 'correct', 'virginia'], ['great', 'evening', 'interesting', 'sander', 'beat', 'crooked_hillary', 'dysfunctional', 'system', 'totally', 'rig'], ['would', 'rather', 'run', 'crooked_hillary', 'clinton', 'bernie_sander', 'happen', 'book', 'cook', 'bernie'], ['interview', 'morning_joe', 'enjoy'], ['interview', 'good', 'morning', 'america'], ['interview', 'foxandfriend', 'enjoy'], ['join', 'charleston', 'tomorrow', 'https', 'co'], ['many', 'report', 'attend', 'alvarez', 'khan', 'fight', 'weekend', 'vegas', 'totally', 'untrue', 'unfortunately', 'plan'], ['interview', 'bretbai', 'specialreport', 'tonight', 'foxnew'], ['happy', 'cincodemayo', 'good', 'taco', 'bowl', 'make', 'trump', 'tower', 'grill', 'love', 'hispanic', 'https', 'co', 'ufoteqd', 'https', 'co', 'cudi'], ['bernie_sander', 'treat', 'terribly', 'democrats', 'delegate', 'amp', 'otherwise', 'show', 'amp', 'run', 'independent'], ['join', 'tomorrow', 'trump', 'omaha', 'nebraska', 'https', 'co', 'oregon', 'https', 'co', 'orotbvsndq'], ['believe', 'crooked_hillary', 'say', 'go', 'put', 'whole', 'lot', 'coal', 'miner', 'amp', 'coal', 'company', 'business', 'apologize'], ['thank', 'west_virginia', 'let', 'keep', 'go', 'go', 'vote', 'tuesday', 'win', 'big', 'trump'], ['crooked_hillary', 'clinton', 'want', 'destroy', 'miner', 'want', 'wage', 'go', 'america', 'bring', 'job'], ['governor', 'rick', 'perry', 'say', 'donald', 'trump', 'talented', 'people', 'run', 'presidency', 'ever', 'see', 'thank', 'rick'], ['many', 'great', 'endorsement', 'yesterday', 'paul_ryan', 'must', 'put', 'america', 'first', 'make_america', 'great'], ['say', 'inherit', 'something', 'special', 'republican_party', 'wrong', 'inherit', 'million', 'voter'], ['crooked_hillary', 'leadership', 'ability', 'bernie_sander', 'say', 'constantly', 'play', 'woman', 'card', 'sad'], ['thank', 'teacher', 'america', 'become', 'potus', 'make', 'education', 'far', 'important', 'component', 'life'], ['joe', 'scarborough', 'initially', 'endorse', 'jeb', 'crash', 'john_kasich', 'work', 'much', 'power', 'insight'], ['hear', 'joenbc', 'rapidly', 'fade', 'morning_joe', 'push', 'hard', 'third', 'party', 'candidate', 'run', 'guarantee', 'crooked_hillary', 'win'], ['response', 'lindseygrahamsc', 'https', 'co', 'lsde', 'lhc'], ['hope', 'corrupt', 'hillary_clinton', 'choose', 'goofy_elizabeth', 'warren', 'run', 'mate', 'defeat'], ['let', 'properly', 'check', 'goofy_elizabeth', 'warren', 'record', 'see', 'native_american', 'say', 'fraud'], ['goofy_elizabeth', 'warren', 'hillary_clinton', 'flunky', 'career', 'totally', 'base', 'lie', 'native_american'], ['meet', 'courageous', 'family', 'sarah', 'root', 'nebraska', 'sarah', 'horribly', 'kill', 'illegal_immigrant', 'leave', 'amazing', 'legacy'], ['crooked_hillary', 'clinton', 'want', 'completely', 'open_borders', 'million', 'democrat', 'run', 'support'], ['goofy_elizabeth', 'warren', 'phony', 'native_american', 'heritage', 'twitter', 'rant', 'easy', 'driving', 'nut'], ['goofy_elizabeth', 'warren', 'weak', 'ineffective', 'nothing', 'talk', 'action', 'maybe', 'native_american', 'name'], ['join', 'washington', 'today', 'spokane', 'ticket', 'https', 'co', 'ticket', 'https', 'co', 'mtu', 'gem', 'https', 'co', 'hhnvo'], ['go', 'keep', 'job', 'totally', 'rebuild', 'crumble', 'infrastructure', 'crooked_hillary', 'clue', 'teamster'], ['honor', 'great', 'man', 'woman', 'teamster', 'create', 'movement', 'call', 'teamster', 'trump', 'thank'], ['remember', 'fail', 'presidential', 'candidate', 'lindsey_graham', 'sign', 'bind', 'pledge', 'break', 'deal', 'honor'], ['edgoea', 'thank', 'support', 'tonight', 'judgejeanine'], ['happymothersday', 'https', 'co', 'yxr', 'https', 'co', 'bvshig', 'ipa'], ['interview', 'week', 'george', 'morning', 'enjoy'], ['interview', 'meetthepress', 'morning', 'enjoy'], ['kellyannepoll', 'kellyanne', 'fantastic', 'meetthepress', 'today', 'keep', 'go', 'win', 'people', 'make_america', 'great'], ['crooked_hillary', 'close', 'deal', 'bernie', 'way', 'isis', 'china', 'trade', 'mexico', 'border', 'bad'], ['seanhannity', 'show', 'foxnew', 'enjoy'], ['win', 'election', 'crooked_hillary', 'people', 'republican_party', 'currently', 'selfishly', 'oppose'], ['interview', 'newday', 'cnn'], ['drmoore', 'russell', 'moore', 'truly', 'terrible', 'representative', 'evangelical', 'good', 'stand', 'nasty', 'guy', 'heart'], ['interview', 'cnn'], ['hear', 'morning_joe', 'go', 'really', 'hostile', 'ever', 'say', 'watch', 'show', 'misrepresent', 'position'], ['interview', 'mariabartiromo', 'foxbizalert', 'enjoy'], ['wvprimary', 'votetrump', 'trump', 'https', 'co', 'ihdwrmdy', 'https', 'co', 'vsstoanodb'], ['neprimary', 'votetrump', 'trump', 'https', 'co', 'enhyhttps', 'co', 'yvlmhl'], ['crooked_hillary', 'clinton', 'say', 'get', 'primary', 'vote', 'donald', 'trump', 'people', 'beat'], ['person', 'run', 'primary', 'would', 'get', 'vote'], ['set', 'time', 'record', 'primary', 'vote', 'republican_party', 'compete', 'people'], ['lower', 'taxis', 'far', 'candidate', 'negotiate', 'increase', 'congress', 'proposal', 'would', 'still', 'lower', 'current'], ['thank', 'jason', 'greenblatt', 'child', 'let', 'elect', 'donald', 'trump', 'https', 'co', 'divyaiw'], ['get', 'vote', 'west_virginia', 'make_america', 'great'], ['get', 'vote', 'nebraska', 'make_america', 'great'], ['repmikekelly', 'great', 'job', 'foxandfriend', 'morning', 'thank', 'nice_word'], ['medium', 'strong', 'push', 'crooked_hillary', 'keep', 'push', 'false', 'narrative', 'want', 'exactly', 'opposite'], ['rosie', 'donnell', 'eat', 'cake', 'vicious', 'hillary', 'commercial', 'crooked_hillary', 'marthamaccallum'], ['people', 'never', 'ask', 'tell', 'press', 'take', 'position'], ['nebraska', 'votetrump', 'today', 'trump', 'https', 'co', 'hgbestbqci'], ['west_virginia', 'votetrump', 'today', 'trump', 'https', 'co'], ['jtanew', 'jason', 'greenblatt', 'donald', 'trump', 'visionary', 'talent', 'country', 'need', 'jasondovesq', 'https', 'co', 'legjyainuh'], ['look', 'much', 'forward', 'meeting', 'paul_ryan', 'amp', 'gop', 'party', 'leadership', 'thur', 'dc', 'together', 'beat', 'dem', 'level'], ['great', 'nebraska', 'last', 'week', 'today', 'big', 'day', 'get', 'vote'], ['hillary', 'bad', 'judgment', 'https', 'co', 'lhciu', 'kmxs'], ['clinton', 'spend', 'million', 'negative_ad', 'amp', 'tell', 'truth', 'husband', 'feel', 'sorry', 'crooked_hillary'], ['thank', 'west_virginia', 'trump', 'https', 'co', 'icgcf', 'fwy'], ['thank', 'nebraska', 'trump', 'https', 'co', 'rrma', 'oisz'], ['big', 'win', 'west_virginia', 'nebraska', 'get', 'ready', 'november', 'crooked_hillary', 'look', 'bad', 'crazy', 'bernie', 'lose'], ['want', 'hit', 'crazy', 'bernie_sander', 'hard', 'love', 'watch', 'crooked_hillary', 'time', 'come'], ['goofy_elizabeth', 'least', 'effective', 'senator', 'entire', 'senate', 'do', 'nothing'], ['goofy_elizabeth', 'warren', 'gut', 'run', 'potus', 'phony', 'native_american', 'heritage', 'stop', 'cold'], ['trump', 'https', 'co', 'clhqgybbyr'], ['thank', 'pier', 'https', 'co', 'hiddt', 'hv'], ['people', 'massachusett', 'find', 'ineffective', 'senator', 'goofy_elizabeth', 'warren', 'would', 'lose'], ['goofy_elizabeth', 'warren', 'use', 'woman', 'card', 'friend', 'crooked_hillary', 'see', 'dumb', 'tweet', 'woman', 'stand'], ['native_american', 'senator', 'goofy_elizabeth', 'warren', 'care', 'less', 'american_worker', 'nothing', 'help'], ['goofy_elizabeth', 'warren', 'lie', 'say', 'want', 'abolish', 'federal', 'minimum', 'wage', 'see', 'medium', 'ask', 'increase'], ['funny', 'failed', 'senator', 'goofy_elizabeth', 'warren', 'spend', 'whole', 'day', 'tweet', 'trump', 'amp', 'get', 'nothing', 'do', 'senate'], ['interview', 'tell', 'tax', 'routine', 'audit', 'would', 'release', 'tax', 'return', 'audit', 'complete', 'election'], ['goofy_elizabeth', 'warren', 'job', 'america', 'clue'], ['great', 'day', 'speakerryan', 'republican', 'leadership', 'thing', 'work', 'really', 'well', 'trump', 'https', 'co', 'hfhy', 'mdac'], ['great', 'meeting', 'senatemajldr', 'mitch_mcconnell', 'republican', 'leader', 'trump', 'https', 'co', 'nuorzisx'], ['senator', 'lindsey_graham', 'call', 'yesterday', 'much', 'surprise', 'interesting', 'talk', 'national_security'], ['thehill', 'story', 'amp', 'carbon', 'tax', 'absolutely', 'incorrect', 'opposite', 'support', 'endorse', 'carbon', 'tax'], ['incredible', 'honor', 'receive', 'endorsement', 'person', 'ihave', 'tremendous', 'respect', 'thank', 'sheldon', 'https', 'co'], ['crooked_hillary', 'clinton', 'close', 'deal', 'crazy', 'bernie', 'go', 'take', 'china', 'russia', 'isis', 'other'], ['great', 'new', 'poll', 'thank', 'https', 'co', 'ytzesbczas'], ['cnn', 'really', 'work', 'hard', 'make', 'look', 'bad', 'possible', 'unprofessional', 'hurt', 'rating', 'bad', 'television'], ['thank', 'nice_words', 'morning', 'kellyriddell', 'well', 'deliver', 'totally', 'logical', 'cnn', 'foxnew'], ['write', 'yet', 'impress', 'nicely', 'treat', 'woman', 'find', 'nothing', 'joke'], ['everyone', 'laugh', 'nytime', 'lame', 'woman', 'give', 'many', 'name', 'woman', 'help', 'refuse'], ['failing_nytime', 'write', 'real', 'story', 'clinton', 'woman', 'medium', 'totally', 'dishonest'], ['many', 'call', 'high', 'rank', 'people', 'laugh', 'stupidity', 'failing_nytimes', 'piece', 'massive', 'front_page'], ['failing_nytime', 'refuse', 'name', 'give', 'proud', 'help', 'career', 'dishonest'], ['medium', 'really', 'witch_hunt', 'false', 'report', 'plenty', 'prevail'], ['thank', 'georgia', 'see', 'soon', 'trump', 'https', 'co'], ['washingtonpost', 'report', 'potential', 'candidate', 'wrong', 'marco_rubio', 'other', 'mention', 'consideration'], ['great', 'new', 'poll', 'thank', 'trump', 'https', 'co', 'gkf'], ['bernie_sander', 'treat', 'badly', 'dem', 'system', 'rig', 'run', 'independent', 'run', 'bernie', 'run'], ['amazing', 'interview', 'foxandfriend', 'hope', 'rest', 'medium', 'pick', 'show', 'totally', 'dishonest', 'nytime'], ['nytime', 'dishonest', 'cover', 'story', 'yesterday', 'blow', 'rowanne', 'brewer', 'say', 'lie'], ['rowanne', 'brewer', 'prominently', 'depict', 'woman', 'failing_nytimes', 'story', 'yesterday', 'foxandfriend', 'say', 'time', 'lie'], ['political', 'commentator', 'cnn', 'longer', 'watch', 'say', 'trump', 'show', 'weakness', 'repub', 'primary', 'set', 'time', 'record'], ['come', 'forward', 'today', 'woman', 'central', 'failing_nytime', 'expose', 'article', 'fraud'], ['thank', 'anthony', 'scaramucci', 'wsj', 'entrepreneur', 'case', 'trump', 'https', 'co', 'ia', 'gtu'], ['rowanne', 'brewer', 'prominently', 'depict', 'woman', 'failing_nytimes', 'story', 'yesterday', 'join', 'foxandfriend', 'https', 'co', 'qkk', 'ljpoqq'], ['failing_nytime', 'greatly', 'embarrass', 'totally', 'dishonest', 'story', 'relationship', 'woman'], ['wonder', 'nytime', 'fail', 'believe', 'write', 'false', 'malicious', 'amp', 'libelous', 'story'], ['woman', 'interview', 'nytime', 'yet', 'write', 'many', 'positive', 'statement'], ['writer', 'prove', 'false', 'story', 'nytime', 'michael', 'barbaro', 'interview', 'cbs', 'morning', 'unable', 'respond'], ['politics', 'life', 'ignorance', 'virtue', 'primary', 'reason', 'president', 'obama', 'bad', 'president', 'history'], ['give', 'woman', 'name', 'barbara', 're', 'top', 'construction', 'job', 'unheard', 'nasty', 'much', 'nice', 'thank'], ['barbara', 're', 'say', 'would', 'call', 'company', 'endlessly', 'year', 'try', 'come', 'back', 'say'], ['mail', 'delete', 'crooked_hillary', 'clinton', 'say', 'wedding', 'reception', 'liar', 'run'], ['pathetic', 'new', 'hit', 'ad', 'misrepresent', 'final', 'line', 'tell', 'go', 'blank', 'china', 'woman'], ['crooked_hillary', 'put', 'ad', 'misquote', 'woman', 'believe', 'would', 'misrepresent', 'fact', 'hit', 'china'], ['oregon', 'voting', 'today', 'keep', 'big', 'number', 'go', 'vote', 'trump', 'make_america', 'great'], ['amazing', 'crooked_hillary', 'hit', 'ad', 'concern', 'woman', 'husband', 'bad', 'abuser', 'woman', 'political', 'history'], ['crooked_hillary', 'close', 'deal', 'bernie_sander', 'bad', 'day'], ['votetrump', 'clerk', 'office', 'amp', 'ballot', 'drop', 'box', 'orprimary', 'close', 'pm', 'https', 'co', 'esgg', 'shttps', 'co'], ['crooked_hillary', 'say', 'husband', 'go', 'charge', 'economy', 'runnot', 'bring', 'energizer'], ['crooked_hillary', 'put', 'husband', 'charge', 'economy', 'responsible', 'nafta', 'bad', 'economic', 'deal', 'history'], ['look_forward', 'watch', 'megynkelly', 'tonight', 'pm_et', 'interesting', 'see', 'treat', 'think', 'fair'], ['live_tweete', 'interview', 'megynkelly', 'fox', 'network', 'tonight', 'enjoy', 'https', 'co', 'nljsszeiwm'], ['think', 'crooked_hillary', 'finally', 'close', 'deal', 'win', 'kentucky', 'drop', 'race', 'system', 'rig'], ['wall_street', 'pay', 'ad', 'fraud', 'crooked_hillary', 'main', 'line', 'nothing', 'woman', 'know', 'apologize'], ['live_tweete', 'megynkelly', 'show', 'minute', 'interesting', 'fox', 'network', 'enjoy'], [], ['go', 'back', 'final', 'question'], ['well', 'well', 'do', 'megyn', 'live', 'happily', 'ever', 'let', 'see', 'movement', 'oregon', 'tonight'], ['believe', 'cnn', 'would', 'allow', 'nice', 'savaged', 'panel', 'trump', 'hater', 'watch', 'cnn'], ['look_forward', 'debating', 'crooked_hillary', 'clinton', 'democrat', 'primary', 'rig', 'mail', 'investigation', 'rig', 'time', 'get'], ['michael', 'barbaro', 'author', 'discredit', 'nytime', 'woman', 'past', 'tweet', 'badly', 'resign'], ['thank', 'oregon', 'trump', 'https', 'co', 'yqlp', 'ca'], ['congratulation', 'movement', 'great', 'state', 'oregon', 'vote', 'percentage', 'even', 'higher', 'anticipate', 'thank'], ['paul', 'begala', 'dopey', 'cnn', 'flunky', 'head', 'hillary_clinton', 'super', 'pac', 'knowingly', 'commit', 'fraud', 'first', 'ad'], ['bernie_sander', 'treat', 'badly', 'democrat', 'system', 'rig', 'many', 'disenfranchised', 'fan'], ['supporter', 'alisonforky', 'declare', 'crooked_hillary', 'winner', 'even', 'call', 'race'], ['thank', 'arizona', 'see', 'soon', 'https'], ['thank', 'louisiana', 'trump', 'https', 'co', 'hhrrrfmp'], ['trump', 'https', 'co', 'kxhc', 'https', 'co', 'yzadandkxv'], ['low', 'life', 'journalist', 'claim', 'make', 'pass', 'years_ago', 'never', 'happen', 'nytime', 'story', 'become', 'joke'], ['list', 'potential', 'supreme_court', 'justice', 'well', 'recieve', 'next', 'number', 'week', 'may', 'add', 'list'], ['looks_like', 'yet', 'terrorist_attack', 'airplane', 'depart', 'paris', 'get', 'tough', 'smart', 'vigilant', 'great', 'hate', 'sickness'], ['quality', 'woman', 'rowanne', 'brewer', 'lane', 'expose', 'nytime', 'disgust', 'fraud', 'thank', 'rowanne'], ['thank', 'ltstevenlroger', 'respond', 'terrorism', 'strength', 'https', 'co', 'mk', 'yuurf'], ['say', 'crooked_hillary', 'clinton', 'qualified', 'president', 'bernie', 'say', 'thing'], ['crooked_hillary', 'imagination', 'even', 'less', 'stamina', 'isis', 'china', 'russia', 'would', 'love', 'president', 'year'], ['look', 'world', 'today', 'total', 'mess', 'isis', 'still', 'run', 'wild', 'fix', 'fast', 'hillary', 'chance'], ['crooked_hillary', 'clinton', 'look', 'presidential', 'think', 'year', 'obama', 'country', 'never', 'come', 'back', 'isis', 'laugh'], ['crooked_hillary', 'even', 'close', 'deal', 'bernie', 'dem', 'rig', 'favor', 'hillary', 'year', 'way'], ['call', 'unity', 'jason', 'greenblatt', 'jasondovesq', 'https', 'co', 'cydckp'], ['way', 'see', 'soon', 'https', 'co', 'arw'], ['crooked_hillary', 'clinton', 'discuss', 'secondamendment', 'private', 'event', 'nra', 'https', 'pbpkmn'], ['thank', 'piersmorgan', 'trump', 'unpredictable', 'extraordinary', 'entertaining', 'amp', 'massively', 'popular', 'candidate', 'country', 'ever', 'see'], ['failing_nytime', 'always', 'take', 'good', 'story', 'make', 'bad', 'article', 'unfair', 'biased', 'sad'], ['thank', 'honor', 'first', 'candidate', 'ever', 'endorse', 'nra', 'prior', 'gopconvention', 'trump', 'https', 'co', 'yglual', 'gzx'], ['great', 'day', 'kentucky', 'wayne', 'lapierre', 'nra', 'trump', 'https', 'co', 'aj', 'aqqj'], ['thank', 'wonderful', 'endorsement', 'today', 'tgowdysc', 'mean', 'great', 'deal', 'disappoint', 'trump'], ['montgomeriefdn', 'colin', 'great', 'trump', 'turnberry', 'proud', 'great', 'playing', 'make', 'win', 'major', 'look', 'easy'], ['thank', 'thetodaysgolfer', 'wonderful', 'statement', 'new', 'par', 'hole', 'trump', 'turnberry', 'could', 'dramatic', 'britain'], ['crooked_hillary', 'clinton', 'want', 'essentially', 'abolish', 'gun', 'owner', 'ever', 'vote', 'clinton'], ['crooked_hillary', 'spending', 'tremendous', 'amount', 'wall_street', 'money', 'false', 'ad', 'dishonest', 'person'], ['wonderful', 'president', 'play', 'golf', 'day', 'tsa', 'falling_apart', 'government', 'airport', 'total', 'disaster'], ['crooked_hillary', 'want', 'gun', 'surround', 'bodyguard', 'fully', 'armed', 'gun', 'protect', 'hillary'], ['cnn', 'negative', 'get', 'even', 'bad', 'get', 'close', 'anti', 'trump', 'loser', 'rebuttal', 'team', 'turn'], ['make_america', 'great', 'https', 'co', 'mazk', 'bdzud'], ['crooked_hillary', 'clinton', 'foreign', 'intervention', 'unleash', 'isis', 'syria', 'iraq', 'libya', 'reckless', 'dangerous'], ['thank', 'man', 'woman', 'serve', 'country', 'true', 'hero', 'armedforcesday', 'https', 'wus', 'crio'], ['crooked_hillary', 'say', 'want', 'gun', 'bring', 'school', 'classroom', 'wrong'], ['hillary_clinton', 'qualified', 'president', 'judgement', 'prove', 'bad', 'would', 'year', 'stupidity'], ['network', 'continue', 'put', 'dopey', 'billkristol', 'panel', 'call', 'every_single', 'shoot', 'wrong', 'yrs'], ['crooked_hillary', 'say', 'care', 'woman', 'silent', 'radical_islam', 'horribly', 'oppress', 'woman'], ['crooked_hillary', 'want', 'radical', 'increase', 'syrian', 'refugee', 'allow', 'time', 'get', 'smart', 'protect', 'america'], ['join', 'may', 'th', 'anaheim', 'convention_center', 'trump', 'maga', 'ticket', 'https', 'co', 'mmpck', 'hyrc', 'https', 'co', 'xgkvbxtamz'], ['bernie_sander', 'continue', 'quest', 'believe', 'crooked_hillary', 'clinton', 'force', 'race', 'mail', 'scandal'], ['american', 'people', 'sick', 'tired', 'able', 'lead', 'normal', 'life', 'constantly', 'lookout', 'terror', 'terrorist'], ['thank', 'america', 'trump', 'https', 'co', 'xfinxdrniq'], ['trade', 'military', 'everything', 'else', 'america', 'first', 'quickly', 'lead', 'ultimate', 'goal', 'make_america', 'great'], ['really', 'protect', 'woman', 'https', 'co', 'zteiwnqz'], ['obama', 'secretary', 'say', 'measurewait', 'time', 'hillary', 'say', 'problem', 'widespread', 'take_care', 'ofour', 'vet'], ['interview', 'oreillyfactor', 'enjoy'], ['join', 'california', 'montana', 'californiahttps', 'co', 'mmpck', 'hyrc', 'billing', 'montanahttps', 'co', 'atvrcgjfde'], ['obligation', 'raise', 'amp', 'dollar', 'include', 'dollar', 'veteran', 'nice'], ['much', 'money', 'raise', 'veteran', 'already', 'distribute', 'rest', 'go', 'shortly', 'various', 'veteran', 'group'], ['amazingly', 'money', 'raise', 'vet', 'get', 'nothing', 'bad', 'publicity', 'dishonest', 'disgusting', 'medium'], ['release', 'financial', 'disclosure', 'form', 'large', 'number', 'history', 'even', 'dishonest', 'medium', 'think', 'great'], ['crooked_hillary', 'clinton', 'overregulate', 'overtaxe', 'care', 'job', 'importantly', 'suffer', 'plain', 'old', 'bad_judgement'], ['great', 'new', 'book', 'write', 'crooked_hillary', 'read', 'amp', 'never', 'able', 'vote', 'https', 'co', 'ujdwssfhbx'], ['wonderfully', 'write', 'article', 'concern', 'israel', 'jasondovesq', 'https', 'co', 'qwryzdj'], ['suggestion', 'dishonest', 'medium', 'https', 'co', 'zkyrwealmz'], ['thank', 'dailymail', 'set', 'failing_nytimes', 'story', 'straight', 'nyt', 'write', 'https', 'co', 'feb', 'dhctqo'], ['raise', 'obligation', 'almost', 'vet', 'believe', 'protester', 'form', 'trump', 'tower', 'send', 'crooked_hillary'], ['great', 'honor', 'receive', 'today', 'endorsement', 'ricksantorum', 'really', 'nice', 'trump'], ['thank', 'washington', 'trump', 'https', 'co', 'gltwj', 'gy'], ['great', 'rally', 'new', 'mexico', 'amazing', 'crowd', 'big', 'rally', 'anaheim'], ['elizabethforma', 'goofy_elizabeth', 'warren_sometime', 'refer', 'pocahonta', 'fake', 'fact', 'native_american', 'lowlife'], ['elizabethforma', 'goofy_elizabeth', 'warren_sometime', 'know', 'pocahonta', 'buy', 'foreclosed', 'housing', 'make', 'quick', 'kill', 'total', 'hypocrite'], ['goofy', 'senator', 'elizabeth_warren', 'elizabethforma', 'do', 'less', 'senate', 'practically', 'senator', 'talk', 'action'], ['crooked_hillary', 'clinton', 'close', 'deal', 'bernie', 'knock', 'good', 'smart', 'candidate', 'hillary'], ['protester', 'new', 'mexico', 'thug', 'fly', 'mexican', 'flag', 'rally', 'big', 'beautiful', 'outside', 'criminal'], ['thank', 'washington', 'honor', 'say', 'behalf', 'great', 'movement', 'break', 'time', 'record', 'vote', 'gop', 'primary', 'history'], ['thank', 'california', 'trump', 'https', 'co', 'aeshamhnvs'], ['inspector_general', 'report', 'crooked_hillary', 'clinton', 'disaster', 'temperament', 'not', 'allow'], ['kimguilfoyle', 'watch', 'outnumberedfnc', 'thank'], ['thank', 'mrs', 'tombarrackjr', 'wonderful', 'magical', 'evening', 'last_night', 'forget', 'trump'], ['find', 'offensive', 'goofy_elizabeth', 'warren_sometime', 'refer', 'pocahonta', 'pretend', 'native_american', 'get', 'harvard'], ['thank', 'trump', 'https', 'co', 'spjfmfypju'], ['celebrate', 'trump', 'https', 'co', 'hpqjc', 'eor'], ['wife_melaniatrump', 'child', 'feature', 'foxnew', 'greta', 'pme', 'enjoy', 'meetthetrump', 'trump'], ['today', 'together', 'republican', 'nomination', 'president', 'https', 'co', 'lk'], ['poll', 'datum', 'show', 'marcorubio', 'far', 'good', 'hold', 'senate', 'seat', 'florida', 'important', 'keep', 'majority', 'run', 'marco'], ['america', 'first', 'energy', 'plan', 'trump', 'https', 'co', 'https', 'co', 'wji', 'rx'], ['bill', 'reilly', 'major', 'special', 'oreillyfactor_tonight', 'foxnew', 'pme', 'watch', 'good', 'trump'], ['oreillyfactor_tonight', 'big', 'special', 'foxnew', 'enjoy'], ['san_diego', 'california', 'thank', 'trump', 'https', 'co', 'zcuui'], ['thank', 'billyjoel', 'many', 'friend', 'tell', 'give', 'kind', 'msg', 'appreciate', 'love', 'music'], ['sandiegopd', 'fantastic', 'job', 'handle', 'thug', 'try', 'disrupt', 'peaceful', 'well', 'attend', 'rally', 'greatly_appreciate'], ['obama', 'administration', 'fail', 'screen', 'syrian', 'refugee', 'social_media', 'account', 'https', 'co', 'mma', 'nwa'], ['great', 'rally', 'fresno', 'california', 'great', 'crowd', 'thank', 'trump', 'https', 'co', 'tvspvxomve'], ['treaty', 'country', 'would', 'defend', 'border', 'nice', 'get', 'enough'], ['break', 'time', 'record', 'vote', 'get', 'republican', 'primary', 'lot', 'many', 'state', 'leave', 'go', 'thank'], ['write', 'story', 'management', 'style', 'amp', 'many', 'people', 'hillary', 'amp', 'beating'], ['medium', 'new', 'phony', 'kick', 'management', 'style', 'spend', 'much', 'less', 'money', 'amp', 'get', 'much', 'well', 'result', 'need', 'prez'], ['always', 'front_page', 'failing_nytime', 'gop', 'nomination', 'paper', 'dishonest'], ['believe', 'bias', 'phony', 'medium', 'quote', 'people', 'work', 'campaign', 'matter'], ['president', 'obama', 'ever', 'discuss', 'sneak', 'attack', 'pearl_harbor', 'japan', 'thousand', 'american', 'life', 'lose', 'mdw'], ['honor', 'memorial_day', 'think', 'respect', 'great', 'man', 'woman', 'give', 'live', 'country', 'love'], ['head', 'see', 'hear', 'roll', 'thunder', 'amazing', 'people', 'love', 'country', 'great', 'spirit'], ['good', 'news', 'campaign', 'perhaps', 'cash', 'campaign', 'history', 'politic', 'stand', 'everything'], ['bill', 'kristol', 'wrong', 'yrs', 'embarrassed', 'loser', 'gop', 'control', 'party', 'tough'], ['republican_party', 'smart', 'amp', 'strong', 'want', 'win', 'november', 'allow', 'lightweight', 'set', 'spoiler', 'indie', 'candidate'], ['dummy', 'bill', 'kristol', 'actually', 'get', 'spoiler', 'run', 'independent', 'say', 'good', 'supreme_court'], ['obama', 'say', 'wall', 'southern_border', 'enhance', 'security', 'wrong', 'want', 'build', 'much', 'big', 'wall', 'fence'], ['get', 'endorsement', 'border_patrol', 'agent', 'thank', 'statement', 'make', 'wall', 'necessary'], ['endorsement', 'border_patrol', 'agent', 'first', 'time', 'ever', 'endorse', 'presidential_candidate', 'nice'], ['great', 'memorial_day', 'remember', 'soon', 'make_america', 'great'], ['would', 'million', 'vote', 'primary', 'crooked_hillary', 'opponent', 'instead', 'break', 'record'], ['hope', 'everyone', 'great', 'memorial_day'], ['judge', 'trump', 'university', 'civil', 'case', 'gonzalo', 'curiel', 'san_diego', 'unfair', 'obama', 'pick', 'totally_biased', 'hate', 'trump'], ['easily', 'trump', 'university', 'case', 'summary', 'judgement', 'judge', 'gonzalo', 'curiel', 'totally_biase'], ['many', 'great', 'thing', 'happen', 'new', 'poll_number', 'look', 'good', 'news', 'conference', 'today', 'trump', 'tower'], ['raise', 'give', 'tremendous', 'amount', 'money', 'great', 'veteran', 'get', 'nothing', 'bad', 'publicity', 'watch'], ['finish', 'press_conference', 'trump', 'tower', 'wherein', 'give', 'information', 'veteran', 'group', 'get', 'raise', 'give'], ['many', 'veteran', 'group', 'happy', 'money', 'raise', 'give', 'great', 'honor', 'amazing', 'job'], ['join', 'california', 'tomorrow', 'evening', 'pm', 'trump', 'https', 'co', 'excii', 'https', 'co', 'km', 'rrysdno'], ['interview', 'seanhannity_tonight', 'pme', 'foxnew', 'enjoy'], ['katie', 'couric', 'third_rate', 'reporter', 'largely', 'forget', 'ashamed', 'fraudulent', 'edit', 'doc'], ['get', 'great', 'credit', 'press_conference', 'today', 'crooked_hillary', 'admonish', 'press_conference', 'day'], ['congratulation', 'seanhannity', 'tremendous', 'increase', 'television', 'rating', 'speak', 'rating', 'show', 'tonight'], ['raise', 'give', 'veteran', 'medium', 'make', 'look', 'bad', 'anything', 'belittle', 'totally_biased'], ['tomorrow', 'evening', 'pm', 'trump', 'https', 'co', 'jlqukr', 'https', 'co', 'uds', 'odh'], ['crooked_hillary', 'clinton', 'fraud', 'put', 'public', 'country', 'risk', 'illegal', 'stupid', 'mail', 'many', 'missing'], ['failing_nytimes', 'reporter', 'write', 'discredit', 'woman', 'story', 'last', 'week', 'write', 'terrible', 'story', 'today', 'never', 'learn'], ['thank', 'california', 'https', 'co', 'zxn'], ['crooked_hillary', 'clinton', 'natural', 'talent', 'president', 'temperament', 'bad', 'decision', 'make', 'ability', 'zilch'], ['bernie_sander', 'right', 'say', 'crooked_hillary', 'clinton', 'qualified', 'president', 'suffer', 'bad_judgement'], ['ever', 'notice', 'cnn', 'give', 'little', 'proper', 'representation', 'policy', 'watch', 'nobody', 'know', 'anything', 'foreign'], ['today', 'today', 'cover', 'story', 'record', 'lawsuit', 'verdict', 'win', 'loss', 'want', 'president'], ['tonight', 'trump', 'ticket', 'https', 'co', 'jlqukr', 'https', 'co', 'orehkjz', 'rd'], ['crooked_hillary', 'clinton', 'foreign_policy', 'experience', 'make', 'many', 'mistake', 'mean', 'real', 'monster', 'hrc'], ['even_though', 'bias', 'unfair', 'judge', 'trump', 'civil', 'case', 'thousand', 'great', 'review', 'amp', 'win', 'case'], ['litigation', 'dispose', 'case', 'instruct', 'exec', 'open', 'trump', 'much', 'interest', 'pre'], ['crooked_hillary', 'clinton', 'would', 'love', 'call', 'lyin', 'hillary', 'totally', 'misrepresent', 'foreign_policy', 'position'], ['crooked_hillary', 'long', 'credibility', 'much', 'failure', 'office', 'people', 'allow', 'year', 'incompetence'], ['bad', 'performance', 'crooked_hillary', 'clinton', 'read', 'poorly', 'telepromter', 'even', 'look', 'presidential'], ['great', 'endorsement', 'support', 'paul_ryan', 'work', 'hard', 'make_america', 'great'], ['increase', 'texas', 'blue', 'cross', 'blue', 'shield', 'obamacare', 'tell', 'panic', 'anger', 'healthcare', 'cost', 'explode'], ['natalie_gulbis', 'thank', 'nice', 'piece', 'sinow', 'keep', 'great', 'work', 'https', 'co', 'jczpcfx'], ['join', 'redd', 'california', 'tomorrow', 'trump', 'ticket', 'https', 'co', 'tyllhxjhc'], ['june', 'go', 'scotland', 'celebrate', 'opening', 'newly', 'renovate', 'trumpturnberry', 'resort', 'world', 'best'], ['trumpturnberry', 'visit', 'aberdeen', 'oil', 'capital', 'europe', 'see', 'great', 'club', 'trumpscotland'], ['trumpscotland', 'visit', 'ireland', 'magnificent', 'resort', 'front', 'atlantic_ocean'], ['june_th', 'back', 'usa', 'make_america', 'great'], ['terrible', 'job', 'report', 'report', 'job', 'add', 'bombshell'], ['rally', 'last_night', 'great', 'tremendous', 'love', 'enthusiasm', 'hall', 'big', 'crowd', 'small', 'group', 'thug', 'burn', 'flag'], ['watch', 'anymore', 'small', 'audience', 'low', 'rating', 'hear', 'mika', 'go', 'wild', 'hate', 'joe', 'joe', 'lose', 'way'], ['crooked_hillary', 'telepromter', 'speech', 'yesterday', 'make', 'thing', 'say', 'believe', 'basis', 'fact', 'honest'], ['former', 'chief', 'police', 'border', 'town', 'hispanic', 'proud', 'hispanic', 'trump', 'https', 'co', 'ytbu'], ['much', 'interest', 'visit', 'scotland', 'greatly', 'look_forward', 'attend', 'open', 'event', 'trumpturnberry', 'taking_place'], ['great', 'evening', 'thug', 'supporter', 'far', 'tough', 'want', 'fortunately', 'hostile'], ['thank', 'redd', 'california', 'caprimary', 'https', 'co', 'nfiydptppn'], ['muhammad', 'dead', 'truly', 'great', 'champion', 'wonderful', 'guy', 'miss'], ['many', 'thug', 'attack', 'peaceful', 'trump', 'supporter', 'illegal', 'burn', 'american', 'flag', 'laugh', 'police'], ['mayor', 'terrible', 'job', 'order', 'protection', 'innocent', 'people', 'thug', 'lucky', 'supporter', 'remain', 'peaceful'], ['bad', 'job', 'report'], ['thank', 'attorney_general', 'gonzale', 'many', 'people', 'feel', 'way', 'https', 'fmr', 'yyiimz'], ['clinton', 'news', 'network', 'sometimes_referred', 'cnn', 'get', 'biased', 'act', 'indignant', 'hear', 'closed', 'door'], ['watch', 'cnn', 'little', 'lately', 'biased', 'show', 'predictable', 'garbage', 'cnn', 'msm', 'big', 'lie'], ['hillary_clinton', 'unfit', 'president', 'poor', 'leadership', 'skill', 'bad', 'destructive', 'track', 'record', 'change'], ['people', 'katyturnbc', 'report', 'campaign', 'access', 'say', 'want', 'knowledge', 'true', 'much', 'medium'], ['able', 'spend', 'far', 'less', 'money', 'other', 'campaign', 'finish', 'country', 'great'], ['crooked_hillary', 'clinton', 'hold', 'news', 'conference', 'month', 'record', 'bad', 'unable', 'answer', 'tough', 'question'], ['crooked_hillary', 'badly', 'criticize', 'wall_street', 'pay', 'ad', 'politifact', 'false', 'ad', 'woman', 'total', 'fraud'], ['massive', 'blow', 'obama', 'message', 'new', 'job', 'month', 'issue', 'job', 'report', 'really', 'bad'], ['get', 'bad', 'mark', 'certain', 'pundit', 'small', 'campaign', 'staff', 'small', 'good', 'flexible', 'save', 'money', 'number'], ['remember', 'fall', 'hero', 'dday', 'june', 'https', 'co', 'vsdmlhy'], ['thank', 'diamond', 'silk', 'https', 'co'], ['see', 'say', 'nato', 'obsolete', 'terrorism', 'protection', 'make', 'change', 'give', 'credit', 'https', 'co', 'rjg'], ['former', 'secret_service', 'agent', 'president', 'clinton', 'excoriate', 'crooked_hillary', 'describe', 'erratic', 'amp', 'violent', 'bad', 'temperament', 'pre'], ['book', 'secret_service', 'agent', 'gary', 'byrne', 'believe', 'crooked_hillary', 'temperament', 'integrity', 'president'], ['thank', 'together', 'https', 'voyzue'], ['interview', 'tonight', 'seanhannity', 'enjoy'], ['speak', 'great', 'journey', 'republican', 'nomination', 'movement', 'country', 'win', 'continue'], ['thank', 'montana', 'trump', 'https', 'rovtaplnwg', 'https', 'co', 'pyhiy', 'vjo'], ['thank', 'trump', 'https', 'pgiykhlgti', 'https', 'co'], ['thank', 'south', 'dakota', 'trump', 'https', 'co', 'gbrtqdxij', 'https', 'co', 'pnqwory', 'zb'], ['thank', 'new', 'mexico', 'trump', 'https', 'co', 'wnoy', 'pc', 'km', 'https', 'co', 'oswzvxnkjx'], ['thank', 'california', 'trump', 'https', 'co', 'gusl', 'uprx', 'https', 'co'], ['thank', 'wonderful', 'comment', 'speech', 'could', 'feel', 'electricity', 'thr', 'air', 'great', 'review', 'vote', 'ever', 'recieve'], ['nobody', 'watch', 'anymore', 'go', 'deep', 'end', 'bad', 'rating', 'believe', 'watch'], ['make_america', 'great', 'americafirst', 'trump', 'https', 'co', 'opvsjxjp'], ['would', 'many', 'million', 'vote', 'crooked_hillary', 'clinton', 'fact', 'opponent'], ['bernie_sander', 'must', 'really', 'dislike', 'crooked_hillary', 'way', 'play', 'many', 'supporter', 'trade', 'come'], ['expect', 'medium', 'much', 'dishonesty', 'amazing', 'big', 'win', 'primary', 'win'], ['crooked_hillary', 'clinton', 'disaster', 'job', 'economy', 'trade', 'healthcare', 'military', 'gun', 'else', 'obama'], ['obama', 'endorse', 'crooked_hillary', 'want', 'year', 'obama', 'nobody', 'else'], ['message', 'condolence', 'support', 'regard', 'terrorist', 'attack', 'tel', 'aviv', 'https', 'co', 'iulxleanei'], ['long', 'take', 'staff', 'people', 'think', 'email', 'delete', 'https', 'co', 'geclntqizq'], ['thank', 'roseanne', 'much', 'appreciate', 'https', 'co', 'coxej'], ['join', 'trump', 'richmondhttps', 'co', 'cjsqalyl', 'tampahttps', 'orxxg', 'pittsburghhttps', 'co', 'bwgl', 'zxtc'], ['pocahontas', 'goofy_elizabeth', 'least', 'productive', 'senator', 'nasty', 'mouth', 'hope', 'choice'], ['join', 'richmond', 'pm', 'tampa', 'portsmouth', 'pmhttps', 'co'], ['great', 'box', 'promoter', 'king', 'endorse', 'nice'], ['donald', 'trump', 'plan', 'continue', 'goplegacy', 'lead', 'woman', 'civil_rights', 'racist', 'sexist', 'democrat', 'https', 'co', 'nepqayw'], ['head', 'speak', 'faith', 'freedom', 'coalition', 'visit', 'opo'], ['video', 'pocahonta', 'describe', 'crooked_hillary', 'clinton', 'corporate', 'donor', 'puppet', 'time', 'change', 'trump', 'https', 'mquzpku'], ['rarely', 'agree', 'president', 'obama', 'however', 'correct', 'crooked_hillary', 'clinton', 'great', 'ad', 'https', 'co', 'aovvszfaw'], ['flashbackfriday', 'crookedhillary', 'https', 'co', 'pvrbb'], ['head', 'richmond', 'virginia', 'join', 'tonight', 'trump', 'ticket', 'https', 'co', 'cjsqikgn'], ['thank', 'faithandfreedom', 'coalition', 'honor', 'join', 'today', 'discuss', 'share', 'value', 'rtm', 'trump', 'https', 'co', 'ye', 'ihow'], ['thank', 'richmond', 'virginia', 'trump', 'https', 'co', 'sxu', 'yzclqf'], ['mitt_romney', 'chance', 'beat', 'fail', 'president', 'choke', 'dog', 'call', 'racist', 'least', 'racist', 'person'], ['king', 'many', 'african_american', 'know', 'well', 'endorse', 'would', 'do', 'think', 'racist'], ['tampa_florida', 'thank', 'outstanding', 'volunteer', 'want', 'https', 'co', 'qqpgylt'], ['sad', 'case', 'usatoday', 'article', 'say', 'pay', 'bill', 'false', 'pay', 'work', 'shoddy', 'bad', 'do'], ['thank', 'tampa_florida', 'americafirst', 'trumptrain', 'https', 'fy', 'qvossfj'], ['thank', 'amazing', 'officer', 'americafirst', 'https', 'co', 'qwatt', 'jsqd'], ['thank', 'pittsburgh', 'pennsylvania', 'back', 'soon', 'americafirst', 'https', 'co', 'ttlmginkda'], ['join', 'tuesday', 'greensboro', 'north_carolina', 'trump', 'americafirst', 'https', 'co', 'ial', 'igtfv'], ['riley', 'rone', 'great', 'young', 'man', 'miss', 'dearly', 'https', 'co', 'tm', 'nmao'], ['goofy_elizabeth', 'refer', 'pocahonta', 'pretend', 'native_american', 'order', 'advance', 'career', 'racist'], ['really', 'bad', 'shooting', 'orlando', 'police', 'investigate', 'possible', 'terrorism', 'many', 'people', 'dead', 'wound'], ['make', 'false', 'ad', 'imitating', 'reporter', 'groveling', 'change', 'story', 'would', 'never', 'mock', 'disabled', 'shame'], ['horrific', 'incident', 'pray', 'victim', 'amp', 'family', 'stop', 'get', 'tough', 'smart', 'amp', 'vigilant'], ['appreciate', 'congrat', 'right', 'radical_islamic', 'terrorism', 'want', 'congrat', 'want', 'toughness', 'amp', 'vigilance', 'must', 'smart'], ['president', 'obama', 'go', 'finally', 'mention', 'word', 'radical_islamic', 'terrorism', 'immediately', 'resign', 'disgrace'], ['report', 'orlando', 'killer', 'shout', 'allah', 'hu', 'akbar', 'slaughter', 'clubgoer', 'man', 'arrest', 'rifle', 'gay', 'parade'], ['happen', 'orlando', 'begin', 'leadership', 'weak', 'ineffective', 'call', 'ask', 'ban', 'must', 'tough'], ['hit', 'obama', 'crooked_hillary', 'hard', 'use', 'term', 'radical_islamic', 'terror', 'hillary', 'break', 'say', 'would'], ['go', 'today', 'home', 'first', 'primary', 'victory', 'discuss', 'terror', 'horrible', 'event', 'yesterday'], ['watch', 'foxnew', 'fairly', 'treat', 'word', 'cnn', 'total', 'distortion', 'word', 'say'], ['congratulation', 'stanleycup', 'champion', 'pittsburgh', 'penguin'], ['terrorism', 'immigration', 'national_security', 'speech', 'transcript', 'https', 'co', 'wd', 'lgfkx', 'https', 'co', 'yhsdceu'], ['fan', 'president', 'obama', 'show', 'dishonest', 'phony', 'washington_post', 'https', 'co', 'citm', 'bpixd'], ['base', 'incredibly', 'inaccurate', 'coverage', 'report', 'record_sette', 'trump', 'campaign', 'hereby', 'https', 'co', 'thkjwjnkaz'], ['speech', 'protect', 'america', 'speak', 'temporary', 'ban', 'include', 'suspend', 'immigration', 'nation', 'tie', 'islamic_terror'], ['think', 'people', 'celebrate', 'cheer', 'even', 'savage', 'orlando', 'right', 'https', 'co', 'drva', 'ri'], ['saudi_arabia', 'many', 'country', 'give', 'vast_amounts', 'money', 'clinton_foundation', 'cont', 'https', 'co', 'rerszzy'], ['crooked_hillary', 'say', 'must', 'call', 'saudi_arabia', 'country', 'stop', 'fund', 'hate', 'call', 'cont', 'https', 'fvcu', 'mec'], ['join', 'atlanta', 'wednesday', 'noon', 'trump', 'ticket', 'https', 'co', 'jj', 'ani', 'https', 'co', 'cyarlhsefu'], ['must', 'get', 'tough', 'smart', 'vigilant', 'not', 'admit', 'people', 'country', 'extraordinary', 'screening'], ['america', 'first'], ['thank', 'lgbt', 'community', 'fight', 'hillary', 'bring', 'people', 'threaten', 'freedom', 'belief'], ['happy', 'birthday', 'usarmy', 'thank', 'https', 'co', 'mxsxkfcstc'], ['tonight', 'north_carolina', 'https', 'co', 'uolrs', 'wwednesday', 'georgia', 'https', 'co', 'jj', 'anisaturday', 'nevada', 'https', 'co', 'phtlxp'], ['thank', 'greensboro', 'north_carolina', 'back', 'soon', 'americafirst', 'https', 'co', 'wmgnlgg'], ['medium', 'fall', 'criticize', 'donaldtrump', 'may', 'insinuate', 'potus', 'right', 'https', 'co', 'biidytvzyw'], ['press', 'totally_biased', 'choice', 'take', 'tough', 'fair', 'smart', 'message', 'directly', 'people'], ['meeting', 'nra', 'endorse', 'allow', 'people', 'terrorist', 'watch', 'list', 'fly', 'list', 'buy', 'gun'], ['thank', 'atlanta', 'georgia', 'back', 'soon', 'americafirst', 'https', 'co', 'cvjvfcogot'], ['join', 'dallas', 'texas', 'thursday', 'americafirst', 'trump', 'https', 'kxzunqz', 'https', 'co', 'scbhdaqh'], ['finally', 'accurate', 'story', 'washington_post', 'https', 'co'], ['interview', 'greta', 'foxnew'], ['mcallen', 'texas', 'mile', 'mexico', 'border', 'trump', 'video', 'https', 'co', 'nstnvrk', 'https', 'co', 'dkbtp', 'qjh'], ['trade_deficit', 'rise', 'yr', 'high', 'thank', 'horrible', 'trade', 'policy', 'clinton', 'support', 'fix', 'fast', 'job', 'https', 'co', 'jagen'], ['donald', 'trump', 'speech', 'game', 'changer', 'https', 'co', 'vxjtsivvuu', 'https', 'co', 'qhdya'], ['join', 'houston', 'texas', 'tomorrow', 'night', 'pm', 'ticket', 'https', 'co', 'nvhrnfzebh', 'https', 'co', 'xlppl'], ['houston', 'tx', 'https', 'co', 'nvhrnfi', 'nvhttps', 'co', 'ksu', 'agrfbsphoenix', 'https', 'co', 'https', 'co', 'towwtheef'], ['thank', 'dallas', 'texas', 'https', 'co', 'tsfmcs', 'https', 'co', 'iyarmm'], ['amazing', 'crowd', 'last_night', 'dalla', 'spirit', 'passion', 'ever', 'today', 'great', 'state', 'texas'], ['people', 'unhappy', 'crooked_hillary', 'obama', 'job', 'safety', 'big', 'trade_deficit', 'many', 'year', 'attack', 'follow', 'orlando'], ['make_america', 'great', 'make_america', 'safe'], ['thank', 'americafirst', 'https', 'co', 'ufnnjm'], ['join', 'phoenix_arizona', 'tomorrow', 'trump', 'co', 'https', 'co'], ['thank', 'dallaspd', 'https', 'co', 'orjyn', 'fsni'], ['thank', 'way', 'https', 'co', 'utcxpbwpve'], ['convention', 'cleveland', 'amazing', 'https', 'nlf', 'gcr'], ['thank', 'americafirst', 'https', 'uwqo'], ['thank', 'houston', 'texas', 'americafirst', 'trump', 'https', 'co', 'urphq'], ['join', 'phoenix_arizona', 'today', 'trump', 'americafirst', 'https', 'co', 'https', 'co', 'hsaiurafvd'], ['getting_ready', 'speak'], ['thank', 'nevada', 'trump', 'americafirst', 'https', 'co', 'vhgwmhgcvr', 'https', 'co', 'eira', 'ymu'], ['make_america', 'great', 'make_america', 'safe', 'trump', 'americafirst', 'https', 'fvqnt'], ['love', 'arizona', 'thank', 'trump', 'americafirst', 'https', 'co', 'qutssmevdo'], ['see', 'soon', 'arizona', 'trump', 'https', 'ew'], ['donald', 'trump', 'speech', 'game', 'changer', 'trump', 'https', 'co', 'vxjtsivvuu', 'https', 'dik', 'iyrygc'], ['time', 'show', 'empty', 'room', 'hour', 'speech', 'even', 'start', 'know', 'go', 'pack', 'totally', 'dishonest'], ['yesterday', 'failing_nytime', 'fraudulently', 'show', 'empty', 'room', 'prior', 'speech', 'fact', 'pack', 'https', 'co', 'ifuf', 'mdteh'], ['djohnsonpga', 'proud', 'dustin', 'reaction', 'pressure', 'amazing', 'first', 'many', 'major', 'true', 'champion'], ['say', 'orlando', 'club', 'people', 'gun', 'obviously', 'talk', 'additional', 'guard', 'employee'], ['crooked_hillary', 'clinton', 'totally', 'unfit', 'president', 'really', 'temperament', 'accord', 'new', 'book', 'mess'], ['make', 'big', 'speech', 'tomorrow', 'discuss', 'fail', 'policy', 'bad', 'judgment', 'crooked_hillary', 'clinton'], ['say', 'election', 'judgment', 'right', 'judgement', 'kill', 'thousand', 'unleashed', 'isis', 'wreck', 'economy'], ['surge', 'trade_deficit', 'china', 'assecretary', 'state', 'cost', 'american', 'million', 'job'], ['hillary', 'run', 'economy', 'even', 'send', 'email', 'put', 'entire_nation', 'risk'], ['hillary_clinton', 'open_borders', 'immigration', 'policy', 'drive', 'wage', 'american', 'make', 'everyone', 'less', 'safe'], ['obama', 'inherit', 'debt', 'turn', 'nearly', 'bankrupt', 'https', 'co', 'cott', 'rpy'], ['king', 'debt', 'great', 'businessman', 'bad', 'country', 'make', 'fortune', 'debt', 'fix'], ['take', 'money', 'favor', 'regime', 'enslave', 'woman', 'murder', 'gay'], ['want', 'know', 'hillary_clinton', 'honesty', 'amp', 'judgment', 'ask', 'family', 'ambassador', 'steven'], ['defraud', 'america', 'secy', 'state', 'use', 'personal', 'hedge', 'fund', 'get', 'rich', 'corrupt', 'dangerous', 'dishonest'], ['interview', 'loudobbs', 'tonight', 'foxbusiness'], ['crooked_hillary', 'refuse', 'say', 'raise', 'taxis', 'belief', 'disaster', 'job', 'economy'], ['say', 'thing', 'change', 'say', 'change', 'choice', 'americanism', 'corrupt', 'globalism', 'imwithyou'], ['imwithyou', 'https', 'wcw'], ['imwithyou', 'https', 'co', 'tan', 'bmaur', 'https', 'ez', 'zzkh'], ['thank', 'donald', 'rumsfeld', 'endorsement', 'much', 'appreciate', 'clinton', 'conduct', 'disqualifying'], ['may', 'corrupt', 'person', 'ever', 'seek', 'presidency', 'donald', 'trump'], ['isis', 'threaten', 'today', 'decision', 'hillary_clinton', 'make', 'president', 'obama', 'donald', 'trump'], ['lie', 'benghazi', 'family', 'crookedhillary', 'https', 'co', 'ywd', 'lk', 'skg'], ['sc', 'keep', 'safe', 'exec', 'amnesty', 'hillary', 'pledge', 'expand', 'take', 'job', 'hispanic', 'amp', 'african_american', 'worker'], ['hillary_clinton', 'open_border', 'tear', 'american', 'family', 'apart', 'go', 'make', 'country', 'safe', 'american', 'imwithyou'], ['obama', 'clinton', 'stop', 'meet', 'special_interest', 'amp', 'start', 'meet', 'victim', 'illegal_immigration'], ['immigration', 'consult', 'immigration', 'officer', 'amp', 'wage', 'earner', 'hillary_clinton', 'consulting', 'wall_street'], ['inner_citie', 'leave', 'behind', 'never', 'resource', 'support', 'people', 'open', 'border'], ['cnn', 'totally_biased', 'favor', 'clinton', 'apologize', 'know', 'wrong', 'https'], ['cnn', 'lie', 'clinton', 'news', 'network', 'lose', 'credibility', 'watch', 'much', 'anymore', 'https', 'co', 'pnsgsjd'], ['read', 'full', 'statement', 'supreme_court', 'executive', 'amnesty', 'decision', 'imwithyou', 'https', 'co', 'sb'], ['meet', 'amazing', 'mother', 'letter', 'read', 'speech', 'lose', 'son', 'policy', 'support', 'clinton', 'https', 'dnji'], ['leave', 'night', 'trip', 'scotland', 'order', 'grand', 'open', 'great', 'turnberry_resort', 'back', 'sit', 'night'], ['congratulation', 'son', 'eric', 'fantastic', 'job', 'do', 'rebuild', 'turnberry', 'great', 'ailsa', 'course', 'always', 'support', 'kid'], ['arrive', 'scotland', 'place', 'go', 'wild', 'vote', 'take', 'country', 'back', 'take', 'america', 'back', 'game'], ['statement', 'regard', 'british', 'referendum', 'membershiphttps', 'co', 'gwwrxt', 'bvp'], ['open', 'magnificent', 'turnberry', 'scotland', 'great', 'day', 'especially', 'add', 'brave', 'amp', 'brilliant', 'vote'], ['self', 'determination', 'sacre', 'right', 'free', 'people', 'people', 'uk', 'exercise', 'right', 'world', 'see'], ['america', 'proud', 'stand', 'shoulder', 'shoulder', 'free', 'amp', 'ind', 'stand', 'together', 'friend', 'ally', 'amp', 'people', 'share', 'history'], ['new', 'government', 'datum', 'center', 'immigration', 'study', 'show', 'new', 'legal', 'amp', 'illegal_immigrant', 'settle', 'https', 'co', 'hmfyzc', 'kam'], ['want', 'american', 'succeed', 'together', 'president', 'obama', 'illegal', 'executive', 'amnesty', 'undermine', 'job', 'prospect', 'https', 'co', 'dpidejxzjw'], ['crooked_hillary', 'call', 'totally', 'wrong', 'brexit', 'go', 'obama', 'say', 'need', 'lead', 'would', 'disaster'], ['open', 'trump', 'turnberry', 'scotland', 'big', 'success', 'good', 'timing', 'brexit', 'exciting', 'news', 'conference', 'today'], ['many', 'people', 'equate', 'brexit', 'go', 'great', 'britain', 'happen', 'people', 'want', 'country', 'back'], ['thought', 'prayer', 'everyone', 'west_virginia', 'deal', 'devastating', 'flood', 'imwithyou'], ['funny', 'crooked_hillary', 'call', 'brexit', 'incorrectly', 'say', 'deal', 'talk', 'action'], ['arrive', 'trumpscotland', 'donaldjtrumpjr', 'amp', 'erictrump', 'back', 'tonight', 'video', 'https', 'co', 'gukqoth'], ['tee', 'box', 'trumpscotland', 'grand', 'daughter', 'kai', 'donaldjtrumpjr', 'https', 'co', 'kufsab'], ['thank', 'everyone', 'come', 'amp', 'join', 'trumpturnberry', 'yesterday', 'erictrump', 'ivankatrump', 'donaldjtrumpjr', 'https', 'co', 'hq', 'jtmrutg'], ['must', 'suspend', 'immigration', 'region', 'link', 'terrorism', 'prove', 'vetting', 'method', 'place'], ['want', 'admit', 'love', 'people', 'support', 'value', 'americafirst'], ['never', 'like', 'medium', 'term', 'mass', 'deportation', 'must', 'enforce', 'law', 'land'], ['obama', 'block', 'ice', 'officer', 'bp', 'job', 'end', 'president'], ['land', 'night', 'stay', 'scotland', 'turnberry', 'come', 'magnificently', 'son', 'eric', 'great', 'job', 'budget'], ['george', 'overrate', 'political', 'pundit', 'lose', 'way', 'long', 'ago', 'leave', 'republican_party', 'make', 'many', 'bad', 'call'], ['crooked_hillary', 'clinton', 'call', 'brexit', 'wrong', 'obama', 'spend', 'wall_street', 'money', 'ad', 'correct', 'call'], ['try', 'wash', 'away', 'call', 'brexit', 'big', 'dollar', 'ad', 'disgraceful'], ['crooked_hillary', 'take', 'major', 'ad', 'playing', 'golf', 'turnberry', 'show', 'hit', 'shoot', 'never', 'lie', 'support', 'son'], ['abc', 'poll', 'sample', 'heavy', 'democrat', 'dishonest', 'would', 'poll', 'good'], ['top', 'fact', 'crooked_hillary', 'clinton', 'trump', 'stake', 'election', 'address', 'https', 'co', 'lfudxynsgj'], ['people', 'country', 'want', 'border', 'old', 'line', 'pol', 'crooked_hillary', 'win', 'time', 'change', 'job'], ['hillary_clinton', 'change', 'agent', 'old', 'status', 'quo', 'spending', 'fortune', 'spending', 'little', 'close', 'poll'], ['crooked_hillary', 'clinton', 'get', 'brexit', 'wrong', 'say', 'leave', 'win', 'sense', 'market', 'question', 'time'], ['crooked_hillary', 'attack', 'foreign', 'government', 'donation', 'ignore', 'https', 'bshjsxl'], ['dirty', 'poll', 'do', 'abc', 'washingtonpost', 'disgrace', 'even', 'admit', 'many', 'democrat', 'poll', 'poll', 'good'], ['crooked_hillary', 'wheel', 'least', 'productive', 'senator', 'senate', 'goofy_elizabeth', 'warren', 'lie', 'heritage'], ['medium', 'unrelenting', 'go', 'report', 'story', 'negative', 'light', 'call', 'brexit', 'hillary', 'wrong', 'watch', 'november'], ['cnn', 'negative', 'come', 'watch', 'anymore'], ['check', 'video', 'lie', 'crooked_hillary', 'online', 'watch', 'https', 'co', 'mtwkovqnd', 'crookedhillary', 'trump'], ['benghazi', 'hillary_clinton', 'failure', 'justnever', 'seem', 'work', 'way', 'suppose', 'clinton'], ['hillary_clinton', 'presidency', 'would', 'catastrophic', 'future', 'country', 'ill', 'fit', 'bad', 'judgment'], ['yet', 'terrorist_attack', 'time', 'turkey', 'world', 'ever', 'realize', 'go', 'sad'], ['must', 'everything', 'possible', 'keep', 'horrible', 'terrorism', 'united_state'], ['iron', 'mike', 'tyson', 'ask', 'speak', 'convention', 'sure', 'would', 'good', 'job', 'medium', 'make', 'everything'], ['uschamber', 'must', 'fight', 'hard', 'american_worker', 'china', 'many', 'other', 'taking_advantage', 'terrible', 'trade', 'pact'], ['would', 'uschamber', 'upset', 'fact', 'want', 'negotiate', 'better', 'strong', 'trade_deal', 'want', 'penalty', 'cheater'], ['watch', 'senator', 'john', 'barrasso', 'foxnew', 'great', 'thank', 'john'], ['new', 'poll', 'go', 'win', 'whole', 'deal', 'make_america', 'great', 'trump', 'https', 'co', 'dl', 'ahncwzb'], ['bangor', 'maine', 'today', 'join', 'pme', 'cross', 'insurance', 'center', 'https', 'co', 'nerpfr', 'https', 'co', 'lapewxe'], ['isis', 'explode', 'hillary_clinton', 'watch', 'do', 'nothing', 'never', 'capable'], ['oreillyfactor', 'enjoy'], ['tremendous', 'day', 'massachusetts', 'maine', 'thank', 'everyone', 'make', 'special'], ['reason', 'explain', 'uschamber', 'want', 'continue', 'bad', 'trade_deal', 'rather', 'renegotiate', 'make', 'better'], ['story', 'hillary', 'never', 'change', 'https', 'taiim'], ['new', 'book', 'ericbolle', 'absolutely', 'terrific', 'must', 'read', 'wakeupamerica'], ['would', 'college', 'graduate', 'want', 'crooked_hillary', 'president', 'destroy', 'https', 'co', 'xxdehfg'], ['reason', 'hillary', 'hid', 'email', 'public', 'see', 'get', 'rich', 'sell', 'america', 'https', 'co', 'mo', 'qrmyxrd'], ['dishonest', 'nbcnews', 'refuse', 'accept', 'fact', 'forgive', 'loan', 'campaign', 'do', 'deal'], ['self', 'fund', 'win', 'primary', 'campaign', 'approx', 'loan', 'totally', 'terminate', 'loan'], ['reason', 'put', 'approximately', 'successful', 'primary', 'campaign', 'simple', 'want', 'make_america', 'great'], ['interview', 'seanhannity_tonight', 'pm', 'fox', 'enjoy'], ['trump', 'https', 'co', 'gftspbvixe'], ['bernie_sander', 'say', 'bill', 'meeting', 'probably', 'initiate', 'demand', 'hillary'], ['bill', 'clinton', 'meeting', 'total', 'secret', 'nobody', 'know', 'catch', 'local', 'reporter'], ['take', 'look', 'happen', 'bill', 'clinton', 'system', 'totally', 'rig', 'anybody', 'really', 'believe', 'meeting', 'coincidence'], ['traceadkins', 'great', 'job', 'fox', 'morning', 'keep', 'good', 'work'], ['horrible', 'killing', 'year', 'old', 'american', 'girl', 'home', 'israel', 'palestinian', 'terrorist', 'must', 'get', 'tough', 'https', 'co'], ['yet', 'terrorist_attack', 'today', 'israel', 'father', 'shoot', 'palestinian', 'terrorist', 'kill', 'https', 'hzkvbit'], ['crime', 'happen', 'elect', 'potus', 'killer', 'never', 'americafirst', 'https', 'co', 'xdgkaj', 'ico'], ['thank', 'support', 'make_america', 'safe', 'great', 'imwithyou', 'americafirst', 'https', 'co', 'ravfft', 'ube'], ['thank', 'invite', 'western', 'conservative', 'summit', 'colorado', 'imwithyou', 'wcs', 'https', 'co', 'lk', 'https', 'co', 'qdqhrrubbg'], ['return', 'colorado', 'amazing', 'crowd'], ['say', 'see', 'fix', 'make_america', 'safe', 'imwithyou', 'americafirst', 'https'], ['read', 'failing_nytimes', 'aware', 'event', 'hold', 'cleveland', 'total', 'lie', 'people', 'sick'], ['speaker', 'slot', 'republican', 'convention', 'totally', 'fill', 'long', 'waiting', 'list', 'want', 'speak', 'wednesday', 'release'], ['imwithyou', 'https', 'co', 'iecnnlj'], ['constitution', 'clear', 'right', 'people', 'keep', 'amp', 'bear', 'arm', 'shall', 'infringe', 'https', 'co', 'sqe', 'mbj'], ['crooked_hillary', 'make', 'history', 'imwithyou', 'americafirst', 'https', 'co', 'pkqhyhmmix'], ['become', 'next', 'potus', 'ignore', 'americafirst', 'https', 'co', 'cqdngi'], ['thank', 'americafirst', 'https', 'co', 'myg', 'lxgmh'], ['thank', 'support', 'americafirst', 'leadright', 'https', 'co', 'xznrym'], ['thank', 'greta', 'imwithyou', 'https', 'co', 'sldqnhd'], ['impossible', 'fbi', 'recommend', 'criminal', 'charge', 'hillary_clinton', 'wrong', 'bill', 'stupid'], ['announce', 'source', 'charge', 'bring', 'crooked_hillary', 'clinton', 'say', 'system', 'totally', 'rig'], ['watch', 'meetthepress', 'totally_biase', 'chuck_todd', 'entire', 'show', 'good', 'news', 'people', 'get'], ['fool', 'would', 'believe', 'meeting', 'bill', 'clinton', 'arrange', 'crooked_hillary', 'know'], ['crooked_hillary', 'clinton', 'know', 'husband', 'want', 'meet', 'work', 'deal', 'system', 'totally', 'rig', 'amp', 'corrupt'], ['saturday', 'great', 'man', 'elie', 'wiesel', 'pass', 'world', 'well', 'place', 'belief', 'good', 'triumph', 'evil'], ['system', 'rig'], ['anybody', 'really', 'believe', 'bill', 'clinton', 'talk', 'grandkid', 'golf', 'minute', 'plane', 'tarmac'], ['secret', 'meeting', 'bill', 'clinton', 'back', 'closed', 'plane', 'heighten', 'fbi', 'shouting', 'go', 'away', 'picture'], ['believe', 'crooked_hillary', 'send', 'bill', 'meeting', 'bill', 'trouble'], ['bangladesh', 'hostage', 'immediately', 'kill', 'isis', 'terrorist', 'unable', 'cite', 'verse', 'koran', 'kill'], ['third', 'mass', 'attack', 'slaughter', 'day', 'isis', 'dead', 'baghdad', 'bad', 'many', 'year', 'leadership', 'stop'], ['crooked_hillary', 'never', 'able', 'handle', 'complexity', 'danger', 'isi', 'go', 'forever', 'need', 'change'], ['happy', 'trump', 'americafirst', 'https', 'co', 'ndb', 'aqrlty', 'https', 'co', 'yhhyqjwjw'], ['dishonest', 'medium', 'try', 'absolute', 'good', 'depict', 'star', 'tweet', 'star', 'david', 'rather', 'sheriff', 'star', 'plain', 'star'], ['senator', 'tom', 'cotton', 'great', 'meet', 'press', 'yesterday', 'totally', 'one_sided', 'interview', 'chuck_todd', 'end', 'result', 'solid'], ['spend', 'time', 'indiana', 'governor', 'mike_pence', 'family', 'yesterday', 'impress', 'great', 'people'], ['look_forward', 'meeting', 'joniernst', 'today', 'do', 'great', 'job', 'senator', 'iowa'], ['people', 'interested', 'pick', 'people', 'ask'], ['crooked_hillary', 'clinton', 'guilty', 'hell', 'system', 'totally', 'rig', 'corrupt', 'missing', 'mail'], ['obama', 'terrorist', 'attack', 'get', 'bad', 'politically_correct', 'fool', 'even', 'call', 'radical_islam'], ['president', 'obama', 'allow', 'campaign', 'trail', 'crooked_hillary', 'flying', 'tomorrow', 'pay'], ['foxnew', 'special', 'meet', 'trump', 'hope', 'enjoy'], ['taxpayer', 'pay', 'fortune', 'campaign', 'trail', 'president', 'obama', 'crooked_hillary', 'total', 'disgrace'], ['great', 'spending', 'time', 'joniernst', 'yesterday', 'do', 'fantastic', 'job', 'people', 'iowa', 'see'], ['system', 'rig', 'general', 'petraeus', 'get', 'trouble', 'far', 'less', 'unfair', 'usual', 'bad', 'judgment'], ['fbi', 'director', 'say', 'crooked_hillary', 'compromise', 'national_security', 'charge', 'riggedsystem'], ['looking_forward', 'meeting', 'senbobcorker', 'little', 'travel', 'north_carolina', 'together', 'today'], ['son', 'erictrump', 'interview', 'seanhannity_tonight', 'pm', 'foxnew', 'enjoy'], ['interview', 'oreillyfactor_tonight', 'foxnew', 'pm', 'enjoy'], ['raise', 'lot', 'money', 'republican_party', 'big', 'gasp', 'figure', 'announce', 'morning', 'lot', 'support', 'win'], ['think', 'voter', 'forget', 'rigged_system', 'allow', 'crooked_hillary', 'get', 'away', 'murder', 'come', 'november'], ['crooked_hillary', 'clinton', 'unfit', 'serve', 'president', 'temperament', 'weak', 'opponent', 'strong'], ['crooked_hillary', 'clinton', 'team', 'extremely', 'careless', 'handling', 'sensitive', 'highly', 'classified_information', 'fit'], ['crooked_hillary', 'prove', 'person', 'dishonest', 'incompetent'], ['rigged_system', 'may', 'help', 'hillary_clinton', 'escape', 'criminal', 'charge', 'https', 'co', 'ko', 'iamdgj', 'https', 'co', 'cbsfnpl'], ['crooked_hillary', 'clinton', 'lie', 'fbi', 'people', 'country', 'sooooo', 'guilty', 'watch', 'time', 'come'], ['make', 'lot', 'money', 'atlantic_city', 'leave', 'years_ago', 'great', 'timing', 'know', 'pol', 'make', 'big', 'mistake', 'many', 'bankruptcy'], ['ask', 'democrat', 'pol', 'atlantic_city', 'make', 'wrong', 'move', 'convention_center', 'airport', 'destroy', 'city'], ['even', 'great', 'caesar', 'bankrupt', 'other', 'follow', 'ask', 'democrat', 'city', 'council', 'happen', 'atlantic_city'], ['sleepy_eyes', 'chuck_todd', 'man', 'little', 'touch', 'politic', 'could', 'watch', 'standing_ovation', 'speech'], ['hit', 'social_media', 'crooked_hillary', 'clinton', 'check', 'sleepy_eyes', 'markhalperin', 'nbcpolitic'], ['convention', 'speaker', 'schedule', 'release', 'tomorrow', 'let', 'today', 'devote', 'crooked_hillary', 'rigged_system', 'live'], ['twitt', 'follower', 'please', 'contribute', 'campaign', 'must', 'beat', 'crooked_hillary', 'https', 'co', 'xv', 'guwih'], ['outrage', 'disney', 'book', 'star', 'david', 'also', 'dishonest', 'medium', 'freeze', 'https', 'co', 'ljbpsm'], ['great', 'cincinnati', 'ohio', 'last_night', 'thank', 'washington', 'trump', 'americafirst', 'https', 'co', 'sryjgryd'], ['leave', 'great', 'meeting', 'republican', 'house', 'senate', 'interesting', 'day', 'people', 'love', 'country'], ['thank', 'rep', 'collin', 'trump', 'https', 'co', 'zkmpywmdxg'], ['https', 'co', 'fxlvgfaa'], ['thank', 'speaker', 'pryan', 'americafirst', 'trump', 'https', 'co', 'ppsyxgpdfc'], ['today', 'crooked_hillary', 'officially', 'call', 'lyin', 'crooked_hillary'], ['prayer', 'condolence', 'family', 'thoroughly', 'devastate', 'horror', 'watch', 'take', 'place', 'country'], ['last_night', 'horrific', 'execution', 'style', 'shooting', 'dalla', 'officer', 'https', 'co', 'mwzyu', 'ytt'], ['due', 'horrific', 'event', 'taking_place', 'country', 'decide', 'postpone', 'speech', 'economic', 'opportunity', 'today', 'miami'], ['sad', 'day', 'national', 'tragedy', 'hillary_clinton', 'answer', 'softball', 'question', 'email', 'lie', 'cnn'], ['make_america', 'safe', 'https', 'co', 'ajwlv', 'https', 'co', 'glehemjy'], ['way', 'go', 'serenawilliam', 'true', 'champion', 'proud'], ['new', 'poll', 'thank', 'trump', 'https', 'mi', 'https', 'co', 'wmqvcyg'], ['look', 'happen', 'country', 'weak', 'leadership', 'obama', 'people', 'crooked_hillary', 'clinton', 'divide', 'nation'], ['president', 'obama', 'think', 'nation', 'divide', 'people', 'think', 'live', 'world', 'make', 'believe'], ['medium', 'dishonest', 'make', 'statement', 'twist', 'turn', 'make', 'sound', 'bad', 'foolish', 'think', 'public', 'stupid'], ['hear', 'underachieve', 'king', 'cnn', 'politic', 'hour', 'lie', 'happily', 'people', 'watch', 'dead', 'network'], ['join', 'westfield', 'indiana', 'tomorrow', 'night', 'pm', 'trump', 'ticket', 'https', 'co', 'jj', 'tmseood', 'https', 'yrhlpib'], ['thought', 'prayer', 'victim', 'family', 'everyone', 'berrien', 'county', 'courthouse', 'joseph', 'michigan'], ['great', 'poll', 'florida', 'thank', 'https', 'co', 'fuppl', 'wom'], ['speech', 'veteran', 'reform', 'https', 'co', 'xb', 'rmwesmk'], ['senior', 'united_states', 'district', 'judge', 'robert', 'payne', 'today', 'rule', 'favor', 'trump', 'campaign', 'delegate', 'argue', 'https', 'co', 'qvwfjgchu'], ['imwithyouhttps', 'vicdh', 'https', 'co', 'rovn', 'pavfy'], ['crime', 'control', 'rapidly', 'get', 'bad', 'look', 'go', 'chicago', 'inner_citie', 'good'], ['many', 'year', 'inner_citie', 'leave', 'behind', 'go', 'deliver', 'job', 'safety', 'protection', 'need'], ['election', 'choice', 'law', 'order', 'amp', 'safety', 'chaos', 'crime', 'amp', 'violence', 'make_america', 'safe', 'everyone', 'imwithyou'], ['bernie_sander', 'lose', 'leverage', 'totally', 'sell', 'crooked_hillary', 'clinton', 'endorse', 'today', 'fan', 'angry'], ['somewhat', 'surprised', 'bernie_sander', 'true', 'supporter', 'happy', 'selling'], ['crookedhillary', 'qualified', 'https', 'co', 'qi', 'ktw'], ['bernie_sander', 'endorse', 'crooked_hillary', 'clinton', 'occupy', 'wall_street', 'endorse'], ['bernie_sander', 'abandon', 'supporter', 'endorse', 'pro', 'war', 'pro', 'tpp', 'pro', 'wall_street', 'crooked_hillary', 'clinton'], ['bernie', 'voter', 'want', 'stop', 'bad', 'trade_deal', 'amp', 'global', 'special_interest', 'welcome', 'open', 'arm', 'people', 'first'], ['american', 'people', 'agree', 'free', 'pass', 'crookedhillary', 'https', 'co', 'ltjlvkkzh'], ['interview', 'oreillyfactor_tonight', 'foxnew', 'pm', 'enjoy'], ['thank', 'iowa', 'see', 'soon', 'trump', 'imwithyou', 'https', 'gva', 'mbgnuo', 'https', 'co', 'jdqzysc'], ['thank', 'indiana', 'trump', 'https', 'co', 'jmkah', 'wgaa'], ['justice', 'ginsburg', 'supreme_court', 'embarrass', 'make', 'dumb', 'political', 'statement', 'mind', 'shot', 'resign'], ['thank', 'imwithyou', 'https', 'co', 'xkuq'], ['thank', 'florida', 'ohio', 'pennsylvania', 'crookedhillary', 'qualify', 'imwithyou', 'https', 'co'], ['crookedhillary', 'outspende', 'combined', 'florida', 'ohio', 'amp', 'pennsylvania', 'start', 'https', 'co', 'bcoprwqfme'], ['new', 'gop', 'platform', 'include', 'language', 'support', 'border', 'wall', 'build_wall', 'make_america', 'safe'], ['republican', 'platform', 'israel', 'time'], ['president', 'obama', 'try', 'destroy', 'israel', 'bad', 'move', 'think', 'let', 'know'], ['lyin', 'crooked_hillary', 'email', 'story', 'thing', 'common', 'https', 'co', 'teovcyxkor'], ['spend', 'day', 'tv', 'ad', 'alone', 'crookedhillary', 'fall', 'flat', 'nationwide', 'quinnipiacpoll', 'impact', 'sad'], ['voter', 'understand', 'crooked_hillary', 'negative_ad', 'true', 'email', 'lie', 'fraudulent', 'activity'], ['way', 'san_diego', 'raise', 'money', 'republican_party', 'spending', 'lot', 'also', 'help', 'other'], ['supreme_court', 'justice', 'ruth', 'bad', 'ginsburg', 'go', 'apologize', 'misconduct', 'big', 'mistake', 'incompetent', 'judge'], ['even', 'nytime', 'washingtonpost', 'editorial', 'board', 'condemn', 'justice', 'ginsburg', 'ethical', 'legal', 'breach', 'thinking'], ['win', 'presidency', 'swamp', 'justice', 'ginsburg', 'real', 'judge', 'real', 'legal', 'opinion'], ['make', 'announcement', 'vice', 'presidential', 'pick', 'friday', 'manhattan', 'detail', 'follow'], ['great', 'new', 'poll', 'thank', 'america', 'trump', 'imwithyou', 'https', 'co', 'avh', 'qrwc'], ['new', 'poll', 'thank', 'support', 'join', 'movement', 'today', 'imwithyou', 'https', 'kwol_ibaw', 'https', 'co', 'athxqz'], ['employ', 'many', 'people', 'state', 'virginia', 'job', 'job', 'job', 'crooked_hillary', 'sell', 'husband', 'nafta'], ['horrific', 'attack', 'time', 'nice', 'france', 'many', 'dead', 'injure', 'learn', 'get', 'bad'], ['light', 'horrible', 'attack', 'nice', 'france', 'postpone', 'tomorrow', 'news', 'conference', 'concern', 'vice', 'presidential', 'announcement'], ['prayer', 'condolence', 'victim', 'family', 'terrible', 'tragedy', 'nice', 'france', 'way'], ['nevertrump', 'never', 'crush', 'last_night', 'cleveland', 'rule', 'committee', 'vote', 'make_america', 'great'], ['year', 'weakness', 'crooked_hillary', 'administration', 'acceptable', 'look', 'happen', 'world', 'amp', 'hillary'], ['pleased', 'announce', 'choose', 'governor', 'mike_pence', 'vice', 'presidential', 'running', 'mate', 'news', 'conference', 'tomorrow'], ['look_forward', 'governor', 'mike_pence', 'introduction', 'tomorrow', 'city'], ['look_forward', 'introduce', 'governor', 'mike_pence', 'do', 'spectacular', 'job', 'great', 'state', 'indiana', 'first', 'choice', 'start'], ['crooked_hillary', 'spending', 'big', 'wall_street', 'money', 'ad', 'say', 'foreign_policy', 'experience', 'look', 'policy', 'do'], ['crooked_hillary', 'embarrassed', 'country', 'mail', 'lie', 'disaster', 'foreign_policy', 'look', 'happen'], ['sad', 'person', 'make', 'many', 'mistake', 'crooked_hillary', 'clinton', 'put', 'false', 'vicious', 'ad', 'phony', 'money'], ['crooked_hillary', 'clinton', 'buy', 'pay', 'wall_street', 'lobbyist', 'special_interest', 'sell', 'country', 'tube'], ['thank', 'trumppence', 'https', 'co', 'rhprmcsgt'], ['donate', 'today', 'help', 'make_america', 'great', 'help', 'stop', 'crooked_hillary', 'clinton', 'https', 'co', 'vlobadg', 'https', 'co', 'mbdww', 'orrd'], ['donate', 'today', 'help', 'make_america', 'great', 'help', 'stop', 'crooked_hillary', 'clinton', 'https', 'co', 'swzce', 'pini', 'https', 'co', 'fmgnbuacc'], ['thank', 'chris', 'cox', 'biker', 'trump', 'support', 'amazing', 'never', 'forget', 'make_america', 'great'], ['thank', 'jack', 'morgan', 'tamara', 'cheryl', 'ann', 'kraft', 'friend', 'supporter', 'virginia', 'great', 'job'], ['goofy_elizabeth', 'warren', 'may', 'least', 'productive', 'senator', 'senate', 'must', 'prove', 'fraud', 'con'], ['go', 'great', 'time', 'cleveland', 'lead', 'special', 'result', 'country', 'make_america', 'great'], ['day', 'week', 'go', 'see', 'total', 'mess', 'country', 'world', 'crooked_hillary', 'clinton', 'lead', 'obama', 'bad', 'decision'], ['matter', 'crooked_hillary', 'experience', 'look', 'bad', 'decision', 'make', 'bernie', 'say'], ['hope', 'crooked_hillary', 'pick', 'goofy_elizabeth', 'refer', 'pocahontas', 'litigate', 'fraud'], ['goofy_elizabeth', 'warren', 'weak', 'senator', 'lie', 'heritage', 'native_american', 'would', 'nothing', 'today', 'pick'], ['foxnew', 'much', 'better', 'far', 'truthful', 'cnn', 'negative', 'guest', 'stack', 'crooked_hillary', 'watch'], ['rating', 'foxnew', 'blow', 'rating', 'cnn', 'even', 'close', 'cnn', 'clinton', 'news', 'network', 'people'], ['grieve', 'officer', 'kill', 'baton_rouge', 'today', 'many', 'people', 'https', 'co', 'ppnrzg', 'kea'], ['try', 'fight', 'isis', 'people', 'kill', 'police', 'country', 'divide', 'control', 'world', 'watch'], ['minute', 'tonight', 'mike_pence', 'talk', 'law', 'order', 'many', 'subject', 'bad', 'time', 'divide', 'usa'], ['country', 'totally', 'divide', 'enemy', 'watch', 'look', 'good', 'look', 'smart', 'look', 'tough'], ['president', 'obama', 'news', 'conference', 'clue', 'country', 'divide', 'crime', 'scene', 'get', 'bad'], ['thank', 'mahone', 'county', 'ohio', 'see', 'soon', 'https', 'co', 'tnjmukimpk', 'https', 'co', 'ifdqrval'], ['looking_forward', 'convention', 'tonight', 'watch', 'wonderful', 'speaker', 'include', 'wife_melania', 'place', 'look', 'beautiful'], ['cnn', 'bad', 'go', 'dumb', 'one_sided', 'panel', 'podium', 'speaker', 'trump', 'vast', 'majority', 'want', 'make_america', 'great'], ['network', 'low', 'rating', 'cnn', 'fair', 'exciting'], ['gopconvention', 'rncincle', 'https', 'co', 'qnizisgrg', 'https', 'wkq'], ['oreillyfactor_tonight', 'pm', 'foxnew', 'prior', 'melania', 'speech', 'gopconvention', 'tune', 'great', 'rncincle'], ['truly', 'honor', 'introduce', 'wife_melania', 'speech', 'demeanor', 'absolutely', 'incredible', 'proud', 'gopconvention'], ['trumppence', 'rncincle', 'https', 'co', 'xlb', 'cpkp', 'https', 'co', 'lumzw'], ['trumppence', 'rncincle', 'https', 'co', 'bsup', 'msysd', 'https', 'co', 'mybjp'], ['roll', 'call', 'begin', 'republican', 'national', 'convention', 'exciting'], ['great', 'honor', 'republican', 'nominee', 'president', 'united_state', 'work', 'hard', 'never', 'let', 'america', 'first'], ['congratulation', 'child', 'tiffany', 'do', 'fantastic', 'job', 'last_night', 'proud'], ['bill', 'hemmer', 'foxnew', 'nice', 'explain', 'excitement', 'energy', 'arena', 'past', 'year'], ['november', 'think', 'people', 'ohio', 'remember', 'republican', 'pick', 'cleveland', 'instead', 'go', 'state', 'job'], ['good', 'news', 'melania', 'speech', 'get', 'publicity', 'history', 'politic', 'especially', 'believe', 'press', 'good', 'press'], ['medium', 'spending', 'time', 'forensic', 'analysis', 'melania', 'speech', 'fbi', 'spend', 'hillary', 'email'], ['statement', 'melania', 'speechhttp', 'co'], ['urgent', 'announce', 'fundraising', 'goal', 'tonight', 'stand', 'https', 'co', 'ssrh', 'https'], ['never', 'ask', 'arrive', 'cleveland', 'great', 'day'], ['watch', 'gopconvention', 'americafirst', 'rncincle'], ['americafirst', 'rncincle', 'https', 'htcc'], ['thank', 'ingrahamangle', 'americafirst', 'https', 'cv', 'xrsok'], ['thank', 'governor', 'scottwalker', 'warm', 'support', 'great', 'speech'], ['texttrump', 'exclusive', 'realdonaldtrump', 'update', 'make_america', 'great'], ['thank', 'scottwalker', 'americafirst', 'rncincle', 'https', 'ggvq'], ['limited', 'opportunity', 'get', 'official', 'trump', 'gear', 'shop', 'https', 'co', 'lqmddnkuwr', 'https', 'co', 'ksav', 'fuid'], ['limited', 'opportunity', 'get', 'official', 'trump', 'gear', 'shop', 'https', 'luasztkyx', 'https', 'co', 'ssnvgf', 'ptt'], ['great', 'job', 'erictrump', 'proud', 'americafirst', 'rncinclehttps', 'ee', 'xkdkt', 'https', 'co', 'bgreq'], ['get', 'booed', 'stage', 'honor', 'pledge', 'see', 'speech', 'hour', 'early', 'let', 'speak', 'anyway', 'big', 'deal'], ['next', 'vice', 'president', 'united_states', 'america', 'mike_pence', 'gopincle', 'gopconvention', 'americafirst', 'https', 'co', 'tzt', 'xckp'], ['mike_pence', 'fantastic', 'tonight', 'great'], ['arena', 'pack', 'totally', 'electric'], ['make_america', 'great', 'https', 'co', 'rjb', 'osd'], ['great', 'job', 'erictrump', 'proud', 'americafirst', 'rncincle', 'https', 'co', 'ihxdrmsj'], ['soooo', 'proud', 'child', 'eric', 'tiffany', 'speech', 'enormous', 'pressure', 'incredible', 'ivanka', 'intro', 'tonight'], ['ted_cruz', 'talk', 'constitution', 'say', 'dem', 'win', 'presidency', 'new', 'justice', 'appoint', 'destroy'], ['limited', 'opportunity', 'get', 'official', 'trump', 'gear', 'shop', 'https', 'co', 'luasztkyx'], ['small', 'group', 'people', 'suffer', 'massive', 'embarrassing', 'loss', 'party', 'unite', 'great', 'love', 'arena'], ['great', 'job', 'ivankatrump', 'rncinclehttps', 'co', 'swsake'], ['set', 'new', 'goal', 'raise', 'grassroot', 'supporter', 'midnight', 'https', 'co', 'ssrh', 'https', 'co', 'drcojf'], ['set', 'new', 'goal', 'raise', 'grassroot', 'supporter', 'midnight', 'https', 'co', 'ssrh', 'https', 'lic', 'wye'], ['thank', 'donaldjtrumpjr', 'proud', 'rncincle', 'trumppence', 'https', 'co', 'gobsnwughp'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'pkdhbg', 'https', 'co', 'sqs', 'erk', 'el'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'pkdhbg', 'https', 'co', 'fhwhekyu'], ['movement', 'rncincle', 'https', 'co', 'bdox', 'jcrap'], ['watch', 'video', 'live', 'podium', 'https', 'co', 'yqcisbudai', 'rncincle', 'trumpiswithyou'], ['formal', 'acceptance', 'nomination', 'trumppence', 'https', 'co', 'ztvjsqza'], ['make_america', 'safe', 'great', 'rncinclehttps', 'co', 'zfhuhgp'], ['great', 'day', 'cleveland', 'proud', 'great', 'job', 'do', 'rnc', 'police', 'secret_service', 'fantastic'], ['thank', 'cleveland', 'love', 'back', 'many', 'time'], ['best', 'produce', 'include', 'incredible', 'stage', 'amp', 'set', 'history', 'convention', 'great', 'unity', 'big', 'rating', 'karlrove'], ['attack', 'time', 'germany', 'many', 'kill', 'people', 'munich'], ['kaine', 'take', 'hundred', 'thousand', 'dollar', 'gift', 'governor', 'virginia', 'get', 'indict', 'bob'], ['highly', 'recommend', 'book', 'field', 'fight', 'general', 'michael', 'flynn', 'defeat', 'radical_islam'], ['bernie_sander', 'supporter', 'furious', 'choice', 'represent', 'opposite', 'bernie', 'stand', 'philly', 'fight'], ['always', 'own', 'bank', 'bernie', 'supporter', 'outrage', 'last', 'choice', 'bernie', 'fight', 'nothing'], ['pocahonta', 'want', 'slot', 'badly', 'choose', 'do', 'nothing', 'senate', 'also', 'crooked_hillary', 'hate'], ['leak', 'mail', 'dnc', 'show', 'plan', 'destroy', 'bernie_sander', 'mock', 'heritage', 'much', 'line', 'wikileake', 'really', 'vicious', 'rig'], ['crooked_hillary', 'clinton', 'destroy', 'job', 'manufacture', 'pennsylvania', 'steelworker', 'miner', 'husband', 'sign', 'nafta'], ['funny', 'democrat', 'would', 'convention', 'pennsylvania', 'husband', 'kill', 'many', 'job', 'bring', 'job', 'back'], ['tim_kaine', 'praise', 'trans_pacific', 'partnership', 'push', 'hard', 'get', 'approve', 'job', 'killer'], ['bring', 'job', 'back', 'get', 'wage', 'people', 'real', 'wage', 'increase', 'almost', 'year', 'clinton', 'kill', 'job'], ['see', 'crooked_hillary', 'together', 'isis', 'enemy', 'drool', 'look', 'presidential'], ['wikileak', 'mail', 'release', 'today', 'bad', 'sander', 'make', 'impossible', 'support', 'fraud'], ['thank', 'everyone', 'wonderful', 'review', 'speech', 'thursday', 'night', 'heart'], ['trumppence', 'https', 'co', 'gczhx', 'nyxd'], ['crooked_hillary', 'choice', 'disrespectful', 'bernie_sander', 'supporter', 'case', 'bad_judgement'], ['bernie_sander', 'start', 'strong', 'selection', 'kaine', 'end', 'really', 'weak', 'much', 'movement', 'total', 'disrespect'], ['president', 'obama', 'brother', 'malik', 'announce', 'voting', 'probably', 'treat', 'badly', 'president', 'everybody', 'else'], ['looks_like', 'bernie', 'people', 'fight', 'blood', 'sweat', 'tear', 'total', 'waste', 'time', 'kaine', 'stand', 'opposite'], ['analysis', 'show', 'bernie_sander', 'would', 'democratic', 'nomination', 'super', 'delegate'], ['long', 'bernie_sander', 'political', 'revolution', 'turn', 'weak', 'somewhat', 'pathetic', 'figurewant', 'end'], ['sorry', 'folk', 'bernie_sander', 'exhaust', 'go', 'longer', 'try', 'dismiss', 'new', 'mail', 'dnc', 'disrespect', 'sad'], ['today', 'prove', 'always', 'know', 'reince_priebus', 'tough', 'smart', 'debbie_wasserman', 'shultz', 'dwstweet'], ['always', 'say', 'debbie_wasserman', 'schultz', 'overrate', 'dem', 'convention', 'crack', 'bernie', 'exhausted', 'energy', 'leave'], ['cnn', 'panel', 'one_side', 'almost', 'trump', 'foxnews', 'much', 'well', 'rating', 'much', 'high', 'watch', 'cnn'], ['republican', 'convention', 'blow', 'mail', 'resignation', 'boss', 'beat', 'big', 'player', 'bernie', 'medium', 'would', 'go', 'wild'], ['crooked_hillary', 'clinton', 'loyal', 'person', 'rigged_system', 'push', 'top', 'dws', 'bad', 'bernie', 'flame'], ['even_though', 'bernie_sander', 'lose', 'energy', 'strength', 'believe', 'supporter', 'let', 'crooked_hillary', 'hook'], ['democrat', 'total', 'meltdown', 'biased', 'medium', 'say', 'great', 'mail', 'say', 'rigged_system', 'alive', 'amp', 'well'], ['highly', 'neurotic', 'debbie_wasserman', 'schultz', 'angry', 'steal', 'cheat', 'way', 'crooked_hillary', 'victory'], ['rating', 'republican', 'national', 'convention', 'good', 'final', 'night', 'speech', 'great', 'thank'], ['watch', 'crooked_hillary', 'clinton', 'minute', 'way', 'go', 'fix', 'america', 'problem', 'isis', 'amp', 'other', 'laugh'], ['new', 'joke', 'town', 'russia', 'leak', 'disastrous', 'dnc', 'mail', 'never', 'write', 'stupid', 'putin', 'like'], ['much', 'bad_judgement', 'display', 'people', 'dnc', 'write', 'really', 'dumb', 'mail', 'use', 'even', 'religion', 'bernie'], ['hillary', 'involved', 'mail', 'scandal', 'judgement', 'bad', 'thing', 'could', 'happen'], ['thank', 'https', 'pzs', 'uwgzam'], ['bernie_sander', 'see', 'release', 'mail', 'continue', 'look', 'exhaust', 'do', 'legacy', 'never'], ['crooked_hillary', 'clinton', 'know', 'everything', 'servant', 'dnc', 'laugh', 'bernie'], ['go', 'scandal', 'mail', 'yet', 'believe', 'crooked_hillary', 'know', 'fix', 'never', 'chance'], ['republican', 'convention', 'go', 'smoothly', 'compare', 'dem', 'total', 'mess', 'fear', 'dishonest', 'medium', 'find', 'good', 'spinnnn'], ['state', 'florida', 'embarrassed', 'antic', 'crooked_hillary', 'clinton', 'debbie_wasserman', 'schultz', 'vote', 'change'], ['great', 'poll_number', 'come', 'people', 'want', 'year', 'obama', 'crooked_hillary', 'would', 'even', 'bad', 'maga'], ['https', 'co', 'exsouosep', 'https', 'co', 'ji'], ['make_america', 'safe', 'great', 'trumppence', 'https', 'co', 'https', 'co', 'cptbazbv'], ['thank', 'roanoke', 'virginia', 'back', 'soon', 'trumppence', 'https', 'co', 'rwxxhffsn', 'https', 'co', 'hwqi', 'igpdu'], ['thank', 'ohio', 'trumppence', 'https', 'co', 'nof', 'bhs', 'https', 'co', 'wpmbkyjuim'], ['betray', 'bernie', 'voter', 'kaine', 'support', 'tpp', 'pocket', 'wall_street', 'back', 'iraq', 'war'], ['bernie', 'totally', 'give', 'fight', 'people', 'welcome', 'voter', 'want', 'well', 'future', 'worker'], ['hard', 'believe', 'bernie_sander', 'do', 'complete', 'fold', 'get', 'nothing', 'time', 'energy', 'money', 'joke'], ['foxnew', 'meet', 'juan', 'william', 'pass', 'ask', 'could', 'picture', 'take', 'say', 'fine', 'trash', 'air'], ['cory', 'booker', 'future', 'democratic', 'party', 'future', 'know', 'cory', 'know'], ['sad', 'watch', 'bernie_sander', 'abandon', 'revolution', 'welcome', 'voter', 'want', 'fix', 'rigged_system', 'bring', 'back', 'job'], ['elizabeth_warren', 'often', 'refer', 'pocahonta', 'misrepresent', 'speak', 'glowingly', 'crooked_hillary', 'always', 'hate'], ['bernie_sander', 'totally', 'sell', 'crooked_hillary', 'clinton', 'work', 'energy', 'money', 'nothing', 'show', 'waste', 'time'], ['funny', 'listen', 'foxnew', 'democrat', 'good', 'day', 'listen', 'fawn', 'difference'], ['democrat', 'speak', 'isis', 'bad', 'trade_deal', 'break', 'border', 'police', 'law', 'order', 'republican', 'convention', 'great'], ['pocahonta', 'bomb', 'last_night', 'sad', 'watch'], ['join', 'tomorrow', 'scranton', 'pennsylvania', 'pm', 'trumppence', 'maga', 'ticket', 'https', 'co', 'ftydj', 'https', 'co'], ['join', 'toledo', 'ohio', 'tomorrow', 'night', 'pm', 'trumppence', 'magaticket', 'https', 'co', 'ernrrksikq', 'https', 'co', 'zmgzaucnqf'], ['thank', 'https', 'co', 'krcdv', 'bqp'], ['invention', 'email', 'prove', 'bad', 'thing', 'crooked_hillary', 'prove', 'incompetent', 'liar'], ['bernie', 'exhausted', 'want', 'shut', 'go', 'home', 'bed'], ['dem', 'want', 'talk', 'isis', 'hillary', 'foreign', 'intervention', 'unleash', 'isis', 'amp', 'refugee', 'plan', 'make', 'easy', 'come'], ['order', 'try', 'deflect', 'horror', 'stupidity', 'wikileake', 'disaster', 'dem', 'say', 'maybe', 'russia', 'deal', 'trump', 'crazy'], ['record', 'investment', 'russia'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'ajaj', 'xqvr'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'lwxmian'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'cwfeceussq'], ['idea', 'strategy', 'isis', 'isis', 'good', 'thing', 'get', 'fact', 'straight', 'thank', 'megynkelly'], ['matter', 'bill', 'say', 'matter', 'well', 'say', 'phony', 'medium', 'exclaim', 'incredible', 'highly_overrate'], ['hate', 'say', 'republican', 'convention', 'far', 'interesting', 'much', 'beautiful', 'set', 'democratic', 'convention'], ['many', 'bernie', 'supporter', 'leave', 'arena', 'bernie', 'go', 'home', 'go', 'sleep'], ['warn', 'begin', 'crooked_hillary', 'clinton', 'betray', 'tpp', 'https', 'co', 'eontwk'], ['say', 'crooked_hillary', 'approve', 'job', 'kill', 'tpp', 'election', 'statement', 'contrary', 'top', 'adv'], ['funny', 'failing_nytime', 'push', 'dem', 'narrative', 'russia', 'work', 'putin', 'say', 'trump', 'genius', 'america'], ['democratic', 'convention', 'pay', 'respect', 'great', 'police', 'professional', 'country', 'recognition', 'sad'], ['hopefully', 'violent', 'vicious', 'killing', 'isis', 'belove', 'french', 'priest', 'cause', 'people', 'start', 'think', 'rationally', 'get', 'tough'], ['crooked_hillary', 'clinton', 'want', 'flood', 'country', 'syrian', 'immigrant', 'know', 'little', 'nothing', 'danger', 'massive'], ['bright', 'vice', 'president', 'joe', 'biden', 'state', 'want', 'carpet', 'bomb', 'enemy', 'sorry', 'joe'], ['american', 'flag', 'massive', 'stage', 'democratic', 'national', 'convention', 'people', 'start', 'complain', 'small', 'pathetic'], ['join', 'next', 'vice', 'president', 'mike_pence', 'wisconsin', 'tonight', 'amp', 'michigan', 'thursday', 'mi', 'https', 'co', 'dar', 'xihceswi', 'https', 'co', 'lkc', 'vzkb'], ['russia', 'country', 'person', 'illegally', 'perhaps', 'share', 'fbi'], ['great', 'new', 'poll', 'thank', 'https', 'co', 'mxovx', 'tlpc'], ['trump', 'right', 'illegal', 'family', 'cross', 'border', 'set', 'double', 'farhttps', 'co', 'noce'], ['thank', 'amazing', 'officer', 'maga', 'https', 'co', 'uezoroqhtw'], ['president', 'bring', 'job', 'back', 'get', 'wage', 'american', 'need', 'https', 'co', 'rsecsjinfbhttps', 'ybfov', 'gh'], ['thank', 'pennsylvania', 'https', 'co', 'ehgs', 'https', 'co', 'bbroagtdmw'], ['crookedhillary', 'https', 'co', 'lwi', 'gqdehe'], ['join', 'live', 'toledo', 'ohio', 'co', 'ruevmgx'], ['shoot', 'death', 'police_officer', 'year', 'must', 'restore', 'law', 'order', 'protect', 'great', 'officer'], ['country', 'feel', 'great', 'already', 'million', 'wonderful', 'people', 'live', 'poverty', 'violence', 'despair'], ['president', 'obama', 'speak', 'last_night', 'world', 'exist', 'people', 'think', 'country', 'go', 'wrong', 'direction', 'dnc'], ['bernie', 'cave', 'https', 'co', 'xtcona', 'cw'], ['america', 'futurehttps', 'co', 'xymia'], ['vote', 'clinton', 'kaine', 'vote', 'tpp', 'nafta', 'high', 'taxis', 'radical', 'regulation', 'massive', 'influx', 'refugee'], ['median', 'household', 'income', 'middle_class', 'obama', 'take', 'office', 'go'], ['great', 'back', 'iowa', 'tbt', 'jerryjrfalwell', 'join', 'davenport', 'winter', 'maga', 'https', 'co', 'qhnic'], ['dem', 'warn', 'underestimate', 'trump', 'potential', 'winhttps', 'co', 'xhtjhhpb'], ['president', 'fix', 'rigged_system', 'answer', 'american', 'people', 'https', 'co', 'ae', 'cueqbfqhttps', 'hjyzqvwmac'], ['crookedhillary', 'https', 'co', 'jexfno'], ['write', 'check', 'campaign', 'hit', 'million_dollar', 'end', 'month', 'goal', 'https', 'co', 'cghp', 'cqpsp'], ['depart', 'thank', 'cedar_rapid', 'iowa', 'movement', 'https', 'co', 'ezrqvqptta'], ['write', 'check', 'campaign', 'hit', 'million_dollar', 'end', 'month', 'goal', 'https', 'co', 'futugi'], ['hillary', 'refusal', 'mention', 'radical_islam', 'push', 'increase', 'refugee', 'proof', 'unfit', 'lead', 'country'], ['way', 'life', 'threat', 'hillary_clinton', 'not', 'even', 'bring', 'say', 'word'], ['never', 'reform', 'wall_street', 'own', 'wall_street'], ['hillary', 'vision', 'borderless', 'world', 'work', 'people', 'power', 'job', 'safety'], ['hillary', 'war', 'middle_east', 'unleashed', 'destruction', 'terrorism', 'isis', 'world'], ['bad', 'judgement', 'hillary_clinton', 'corruption', 'devastation', 'follow', 'wherever', 'go'], ['medium', 'coverage', 'morning', 'average', 'clinton', 'speech', 'convention', 'joke', 'cnn', 'little', 'watched', 'morning_joe', 'sad'], ['crooked_hillary', 'clinton', 'make', 'fact', 'forget', 'mention', 'many', 'problem', 'country', 'average', 'scream'], ['policeman', 'shoot', 'dead', 'get', 'bad', 'people', 'want', 'law', 'order'], ['campaign', 'statement', 'https', 'co', 'rnw', 'ed', 'ifr'], ['join', 'mike_pence', 'university', 'northwestern', 'ohio', 'tonight', 'pm', 'ticket', 'https', 'co', 'dvp', 'uenu'], ['crooked_hillary', 'clinton', 'mention', 'time', 'long', 'bore', 'speech', 'many', 'statement', 'lie', 'fabrication'], ['general', 'allen', 'never', 'meet', 'speak', 'last_night', 'fail', 'badly', 'fight', 'isis', 'record', 'bad', 'neverhillary'], ['little', 'michael', 'bloomberg', 'never', 'gut', 'run', 'president', 'know', 'nothing', 'last', 'term', 'mayor', 'disaster'], ['michael', 'bloomberg', 'run', 'mayor', 'get', 'vote', 'would', 'run', 'town', 'neverhillary'], ['crooked_hillary', 'say', 'handle', 'rough', 'tumble', 'political', 'campaign', 'reallyi', 'beat', 'people', 'beat'], ['thank', 'facebook', 'https', 'co', 'nmlrjqza', 'sinstagram', 'https', 'co', 'gdeluabxg', 'https', 'co', 'gs'], ['dishonest', 'medium', 'mention', 'bernie_sander', 'angry', 'look', 'crooked', 'speech', 'wish', 'make', 'deal'], ['hillary_clinton', 'america', 'thing', 'get', 'bad', 'trumppence', 'https', 'co', 'wdhbnhhcbw'], ['campaign', 'hearing', 'bernie', 'supporter', 'never', 'support', 'crooked_hillary', 'sell', 'pick'], ['watch', 'crooked_hillary', 'speak', 'old', 'stuff', 'country', 'need', 'change'], ['bernie_sander', 'really', 'think', 'crooked_hillary', 'clinton', 'https', 'co', 'vgmaaszbep'], ['join', 'colorado', 'spring', 'pm', 'denver', 'tonight', 'colorado', 'spring', 'https', 'co', 'hgfw', 'irtz', 'denver', 'https', 'ae', 'jncfc'], ['even', 'bill', 'tired', 'lie', 'sad', 'https', 'co', 'lpk', 'okwh'], ['reagan', 'trump', 'figure', 'white_house', 'achieve', 'goal', 'https', 'co', 'ef', 'giz'], ['thank', 'colorado', 'spring', 'get', 'amp', 'vote', 'trumppence', 'november', 'https', 'co', 'fwzjey'], ['thank', 'amazing', 'officer', 'colorado', 'lesm', 'https', 'co', 'glxtqyaqin'], ['give', 'national_security', 'briefing', 'lose', 'cannon', 'extraordinarily', 'amp', 'instict'], ['crookedhillary', 'job', 'application', 'https', 'co', 'ckxkalgsiv'], ['usual', 'hillary', 'amp', 'dem', 'try', 'rig', 'debate', 'major', 'nfl', 'game', 'last', 'time', 'bernie', 'unacceptable'], ['thank', 'denver', 'colorado', 'https', 'co'], ['colorado', 'amazing', 'yesterday', 'much', 'support', 'tax', 'trade', 'energy', 'reform', 'bring', 'great', 'job', 'colorado', 'whole', 'country'], ['never', 'win', 'bernie', 'supporter', 'foreign', 'war', 'nafta', 'tpp', 'support', 'amp', 'wall_street', 'tie', 'drive', 'million', 'vote'], ['suffer', 'bad', 'long', 'term', 'unemployment', 'last', 'year', 'want', 'change', 'crooked_hillary', 'clinton'], ['american', 'homeownership', 'rate', 'low', 'rate', 'yrs', 'bring', 'back', 'american_dream', 'https', 'co', 'yi', 'fhrjp'], ['join', 'monday', 'columbus', 'ohio', 'amp', 'harrisburg', 'pennsylvania', 'maga', 'pm', 'https', 'ddg', 'ausqrq', 'https', 'co', 'vmslbvl'], ['also', 'join', 'mike_pence', 'nevada', 'mon', 'carson', 'city', 'https', 'co', 'rvbfsnreno', 'https', 'co', 'nljrgyfyw'], ['get', 'back', 'colorado', 'love', 'enthusiasm', 'rally', 'incredible', 'big', 'crowd'], ['write', 'check', 'campaign', 'hit', 'million_dollar', 'end', 'month', 'goal', 'https', 'co', 'futugi'], ['violent', 'crime', 'rise', 'united_state', 'dnc', 'convention', 'ignore', 'crime', 'reduction', 'top', 'priority'], ['crooked_hillary', 'clinton', 'soft', 'crime', 'support', 'open_borders', 'want', 'massive', 'tax', 'hike', 'formula', 'disaster'], ['crookedhillary', 'https', 'co', 'xyopfjmbyp'], ['medium', 'want', 'report', 'big', 'thursday', 'crooked_hillary', 'make', 'speech', 'republican', 'rating'], ['turn', 'meeting', 'charle', 'koch', 'much', 'well', 'meet', 'puppet', 'politic', 'much', 'better'], ['word', 'crooked_hillary', 'small', 'unenthusiastic', 'crowd', 'pennsylvania', 'perhaps', 'husband', 'sign', 'nafta'], ['crookedhillary', 'obama', 'third', 'term', 'would', 'terrible', 'news', 'economic', 'growth', 'see', 'https', 'co', 'wjouaaql'], ['crooked', 'stop', 'johnstown', 'pennsylvania', 'job', 'absolutely', 'decimate', 'dumb', 'politician', 'draw', 'less', 'bill'], ['rust', 'belt', 'create', 'politician', 'clinton', 'allow', 'job', 'steal', 'country', 'mexico', 'end'], ['nato', 'top', 'commander', 'announce', 'agree', 'alliance', 'member', 'must', 'pay', 'bill', 'general'], ['nato', 'commander', 'agree', 'member', 'pay', 'dcexaminer', 'https', 'co', 'vzldfy'], ['imagine', 'small', 'crowd', 'hillary', 'draw', 'today', 'pennsylvania', 'would', 'major', 'medium', 'event', 'cnn', 'foxnew'], ['thank', 'television', 'viewer', 'make', 'speech', 'republican', 'national', 'convention', 'crooked_hillary', 'dem'], ['nielson', 'medium', 'research', 'final', 'number', 'acceptance', 'speech', 'trump', 'clinton', 'thank'], ['crush', 'original', 'goal', 'write', 'check', 'campaign', 'hit', 'end', 'month', 'goal', 'https', 'co', 'dm', 'fqy'], ['captain', 'khan', 'kill', 'hero', 'radical_islamic', 'terror', 'weakness', 'leader', 'eradicate'], ['viciously', 'attack', 'khan', 'democratic', 'convention', 'allow', 'respond', 'hillary', 'vote', 'iraq', 'war'], ['dishonest', 'medium', 'fawn', 'democratic', 'convention', 'wonder', 'speech', 'million', 'viewer', 'crook'], ['unbelievable', 'distort', 'one_side', 'biased', 'medium', 'failing_nytimes', 'joke', 'cnn', 'laughable'], ['know', 'viciously', 'attack', 'stage', 'dnc', 'nice'], ['story', 'place', 'interview', 'rather', 'radical_islamic', 'terrorism', 'get', 'smart'], ['say', 'interview', 'putin', 'go', 'ukraine', 'mark', 'say', 'president', 'already', 'crimea'], ['obama', 'tough', 'talk', 'russia', 'ukraine', 'already', 'take', 'crimea', 'continue', 'push', 'say'], ['crookedhillary', 'https', 'co', 'ohi', 'xrdju'], ['join', 'governor', 'mike_pence', 'reno_nevada', 'tonight', 'pm', 'ticket', 'available', 'https', 'co', 'nljrgyfyw'], ['cnn', 'soon', 'least', 'trusted', 'name', 'news', 'continue', 'press', 'shop', 'hillary_clinton'], ['cnn', 'anchor', 'completely', 'touch', 'everyday', 'people', 'worried', 'rise', 'crime', 'failing', 'school', 'vanish', 'job'], ['see', 'story', 'cnn', 'clinton_foundation', 'corruption', 'hillary', 'pay', 'play', 'state', 'department'], ['cnn', 'send', 'camera', 'border', 'show', 'massive', 'unreported', 'crisis', 'unfold', 'worried', 'hurt', 'hillary'], ['people', 'support', 'hillary', 'sit', 'cnn', 'anchor', 'chair', 'headline', 'fundraiser', 'disconnect', 'real', 'life'], ['people', 'believe', 'cnn', 'day', 'almost', 'little', 'believe', 'hillary', 'really', 'say', 'something'], ['thank', 'oklahoma', 'imwithyou', 'https', 'co', 'wudy', 'fervv'], ['thank', 'columbus', 'ohio', 'back', 'soon', 'imwithyou', 'maga', 'https', 'epjp'], ['crooked_hillary', 'clinton', 'own', 'donor', 'imwithyou', 'maga', 'https', 'iym', 'ccws'], ['hillary', 'decision', 'lead', 'death', 'many', 'accept', 'business', 'link', 'isis', 'silence', 'cnn', 'https', 'co', 'gjyssxtpaz'], ['rake', 'money', 'regime', 'horribly', 'oppress', 'woman', 'gay', 'amp', 'refuse', 'speak', 'radical_islam'], ['cnn', 'segment', 'hillary', 'plan', 'increase', 'syrian', 'refugee', 'much', 'cost'], ['gop', 'convention', 'cnn', 'cut', 'victim', 'illegal_immigrant', 'violence', 'want', 'hear', 'https', 'co', 'ehrilkqdwd'], ['join', 'florida', 'wednesday', 'daytona', 'amp', 'jacksonville', 'daytona', 'pm', 'https', 'pm', 'https', 'zfxenbr', 'nq'], ['thank', 'pnehlen', 'kind_word', 'much', 'appreciate'], ['vast', 'number', 'manufacture', 'job', 'pennsylvania', 'move', 'mexico', 'country', 'end', 'win'], ['leave', 'mechanicsburg', 'pa', 'incredible', 'crowd', 'enthusiastic', 'back', 'soon', 'maga', 'https', 'co', 'rbuxfdz'], ['great', 'afternoon', 'ohio', 'great', 'evening', 'pennsylvania', 'depart', 'see', 'tomorrow', 'virginia', 'https', 'co', 'jqtqybfpdb'], ['washington_post', 'call', 'crookedhillary', 'really', 'pathological', 'liar', 'watch', 'nose', 'grow', 'https', 'co', 'fsrugbyuud'], ['limited', 'edition', 'sign', 'copy', 'book', 'art', 'deal', 'donation', 'get', 'today', 'https', 'co', 'nnom', 'ganxd'], ['limited', 'edition', 'sign', 'copy', 'book', 'art', 'deal', 'donation', 'get', 'today', 'https', 'co'], ['limited', 'edition', 'sign', 'copy', 'book', 'art', 'deal', 'donation', 'get', 'today', 'https', 'co', 'lnzfkrsqz'], ['thank', 'imwithyou', 'https', 'co', 'inch', 'bvwm'], ['statement', 'response', 'president', 'obama', 'fail', 'leadership', 'https', 'co', 'spgfifuso'], ['join', 'florida', 'tomorrow', 'daytona', 'pm', 'https', 'co', 'jbos', 'pm', 'https', 'co', 'xsf', 'kp'], ['crookedhillary', 'https', 'co', 'xe', 'emxma'], ['icymi', 'john', 'podesta', 'brother', 'pocket', 'putin', 'uranium', 'company', 'https', 'co', 'lfyiblvx', 'https', 'didzs'], ['president', 'obama', 'go', 'perhaps', 'bad', 'president', 'history', 'united_state'], ['report', 'raise', 'question', 'cash', 'russian', 'reset', 'https', 'co', 'vvcazy', 'zcp'], ['daughter', 'ivankatrump', 'greta', 'tonight', 'pm', 'enjoy', 'https', 'co', 'qysc', 'plfmy'], ['great', 'day', 'virginia', 'crowd', 'fantastic'], ['great', 'unity', 'campaign', 'perhaps', 'great', 'ever', 'want', 'thank', 'everyone', 'tremendous', 'support', 'beat', 'crooked'], ['incompetent', 'secretary', 'state', 'one', 'start', 'talk', 'give', 'dollar', 'cash', 'iran', 'scandal'], ['thank', 'daytona', 'beach', 'florida', 'https', 'co'], ['thank', 'amazing', 'officer', 'today', 'daytona', 'beach', 'florida', 'lesm', 'maga', 'https', 'qoxjf', 'xzbc'], ['thank', 'support', 'candidacy', 'maga', 'imwithyou', 'https', 'bzlrfyk'], ['thank', 'jacksonville', 'florida', 'https', 'co', 'xrtqjt', 'woc', 'https', 'co', 'vsnboqyozs'], ['looking_forward', 'ia', 'amp', 'pence', 'tomorrow', 'join', 'magahttps', 'co', 'hcnzj', 'slxhttps', 'co', 'sewlwkn', 'https', 'edqdxb'], ['great', 'meeting', 'group', 'knock', 'door', 'amp', 'counting', 'maine', 'thank', 'mainegop', 'https', 'co', 'ca'], ['happy', 'birthday', 'united_states', 'coast_guard', 'thank', 'uscg', 'coastguardday', 'https', 'co', 'xgq'], ['thank', 'portland', 'maine', 'https', 'co', 'ovff', 'rwl', 'https', 'co', 'rhblaxknpw'], ['see', 'tomorrow', 'mike_pence', 'iowa', 'wisconsin', 'pm', 'https', 'co', 'hcnzj', 'slx', 'pm', 'https', 'co', 'sewlwkn', 'https', 'co', 'uodsmp', 'oto'], ['president', 'obama', 'ask', 'dnc', 'rig', 'election', 'bernie'], ['obama', 'disastrous', 'judgment', 'give', 'isis', 'rise', 'iran', 'bad', 'economic', 'number', 'great', 'depression'], ['president', 'obama', 'refuse', 'answer', 'question', 'iran', 'terror', 'funding', 'dodge', 'question', 'president', 'https', 'co', 'jsamgo'], ['plane', 'see', 'television', 'hostage', 'plane', 'geneva', 'switzerland', 'plane', 'carry', 'cash', 'go', 'iran'], ['hillary_clinton', 'bad', 'judgment', 'unfit', 'serve', 'president', 'https', 'co', 'ezg'], ['count', 'help', 'defeat', 'hillary_clinton', 'crony', 'let', 'make_america', 'great', 'https', 'co', 'pzkbfp'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'wotyvx', 'prz'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'be', 'xxq'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'jr', 'nbj'], ['need', 'support', 'get', 'white_house', 'defeat', 'crookedhillary', 'let', 'make_america', 'great', 'https', 'co', 'iczn', 'bus'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co', 'jmgaetgw'], ['president', 'fix', 'rigged_system', 'answer', 'american', 'people', 'https', 'co', 'vtqu'], ['count', 'help', 'defeat', 'hillary_clinton', 'crony', 'let', 'make_america', 'great', 'https', 'co', 'kl', 'mcboru'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'zvnc', 'yac'], ['need', 'support', 'get', 'white_house', 'defeat', 'crookedhillary', 'let', 'make_america', 'great', 'https', 'co', 'wqondgqm'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co'], ['president', 'fix', 'rigged_system', 'answer', 'american', 'people', 'https', 'co', 'laudwgo', 'ax'], ['count', 'help', 'defeat', 'hillary_clinton', 'crony', 'let', 'make_america', 'great', 'https', 'co', 'ekrgn', 'jx'], ['need', 'support', 'get', 'white_house', 'defeat', 'crookedhillary', 'let', 'make_america', 'great', 'https', 'co', 'fgpfo', 'nwic'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'ntdm', 'xfreg'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co', 'xcqwghauue'], ['president', 'fix', 'rigged_system', 'answer', 'american', 'people', 'https', 'co', 'gwahgf'], ['need', 'support', 'get', 'white_house', 'defeat', 'crookedhillary', 'let', 'make_america', 'great', 'https', 'co', 'bwxirltpxy'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'dgmxqyum'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co', 'ibt'], ['president', 'fix', 'rigged_system', 'answer', 'american', 'people', 'https', 'co', 'ptewtmjxvo'], ['https', 'co', 'yulkyh'], ['president', 'fix', 'rigged_system', 'answer', 'american', 'people', 'https', 'co', 'ysxdj'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'oc'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co', 'npa'], ['thank', 'des_moine', 'iowa', 'governor', 'mike_pence', 'appreciate', 'support', 'maga', 'trumptrain', 'https', 'co', 'tgqqmcm'], ['let', 'hillary_clinton', 'trumppence', 'https', 'co', 'mgkpnzpkf'], ['thank', 'green', 'bay', 'wisconsin', 'governor', 'mike_pence', 'back', 'soon', 'trumppence', 'maga', 'https', 'qsybyrm'], ['trump', 'right', 'violent', 'crime', 'rise', 'major', 'city', 'https', 'co', 'xbnz', 'vktgk'], ['good_luck', 'teamusa', 'openingceremony', 'rio', 'https', 'co', 'qsqpjph'], ['badly', 'criticize', 'poor', 'performance', 'answer', 'question', 'let', 'see', 'happen'], ['crooked_hillary', 'say', 'loudly', 'world', 'see', 'short', 'circuit', 'answer', 'question', 'mail', 'dangerous'], ['anybody', 'mind', 'short', 'circuit', 'fit', 'president', 'look', 'word', 'brainwash'], ['limited', 'edition', 'sign', 'copy', 'book', 'art', 'deal', 'donation', 'get', 'today', 'https', 'co', 'pvnwkwlfy'], ['limited', 'edition', 'sign', 'copy', 'book', 'art', 'deal', 'donation', 'get', 'today', 'https', 'co', 'wzse', 'sogug'], ['head', 'talk', 'hillary', 'say', 'brain', 'short', 'circuited', 'thing'], ['crookedhillary', 'fit', 'next', 'president', 'trumppence', 'https', 'co', 'szkk'], ['run', 'crooked_hillary', 'clinton', 'run', 'dishonest', 'totally_biased', 'medium', 'win'], ['larry_kudlow', 'donald', 'trump', 'middle_class', 'growth', 'candidate', 'https', 'co', 'ybqkhwnm'], ['thank', 'windham', 'trumppence', 'maga', 'https'], ['see', 'mayor', 'stephanie', 'rawling', 'blake', 'baltimore', 'push', 'crooked', 'hard', 'look', 'job', 'do', 'baltimore', 'joke'], ['medium', 'go', 'crazy', 'totally', 'distort', 'many', 'thing', 'purpose', 'crimea', 'nuclear', 'baby', 'much', 'dishonest'], ['michael', 'morell', 'lightweight', 'former', 'acting', 'director', 'man', 'make', 'serious', 'bad', 'call', 'total', 'clinton', 'flunky'], ['icymi', 'medium', 'apologize', 'trump', 'https', 'ia', 'rkbmioa'], ['join', 'tomorrow', 'evening', 'pm', 'ticket', 'available', 'https', 'co', 'myig'], ['economic', 'policy', 'speech', 'carry', 'live', 'enjoy'], ['thank', 'alex', 'https', 'co', 'uia', 'mndp'], ['thank', 'https', 'co', 'hzpkvwf'], ['thank', 'nfib', 'together', 'https', 'co'], ['thank', 'reploubarletta', 'https', 'co', 'bre', 'vac', 'https', 'co', 'ektsxuw'], ['thank', 'senator', 'david', 'perdue', 'https', 'dcuz', 'jf', 'https', 'co', 'lmfigbyfpb'], ['thank', 'congressman', 'steven', 'palazzo', 'https', 'co', 'https', 'co', 'xgsijjqigj'], ['thank', 'newt', 'https', 'acg', 'hmvrpr'], ['many', 'people', 'say', 'iranian', 'kill', 'scientist', 'help', 'hillary_clinton', 'hack', 'email'], ['senator', 'promise', 'job', 'upstate', 'effort', 'fall', 'flat', 'https', 'co', 'wqzb', 'https', 'co', 'mtjwpe'], ['detroit', 'today', 'wonderful', 'quick', 'stop', 'ohio', 'meet', 'great', 'supporter', 'get', 'back', 'home'], ['interview', 'foxandfriend'], ['run', 'washington', 'insider', 'republican', 'primary', 'people', 'make', 'mess'], ['act', 'chance', 'private_lunch', 'eric', 'trump', 'amp', 'tour', 'campaign', 'hq', 'trump', 'tower', 'nyc', 'https', 'co', 'czwdyf'], ['act', 'chance', 'private_lunch', 'eric', 'trump', 'amp', 'tour', 'campaign', 'hq', 'trump', 'tower', 'nyc', 'https', 'co', 'ccxay', 'zno'], ['act', 'chance', 'private_lunch', 'eric', 'trump', 'amp', 'tour', 'campaign', 'hq', 'trump', 'tower', 'nyc', 'https', 'co', 'nzuvprui'], ['act', 'chance', 'private_lunch', 'eric', 'trump', 'amp', 'tour', 'campaign', 'hq', 'trump', 'tower', 'nyc', 'https', 'co', 'szaygwbchk'], ['act', 'chance', 'private_lunch', 'eric', 'trump', 'amp', 'tour', 'campaign', 'hq', 'trump', 'tower', 'nyc', 'https', 'co', 'fwu', 'jmcb'], ['act', 'chance', 'private_lunch', 'eric', 'trump', 'amp', 'tour', 'campaign', 'hq', 'trump', 'tower', 'nyc', 'https', 'co', 'rblii', 'rifo'], ['thank', 'wilmington', 'north_carolina', 'https', 'co', 'znnaspf'], ['thank', 'senatorfischer', 'trumppence', 'https', 'co', 'rmtu', 'arztq'], ['thank', 'senator', 'chuckgrassley', 'trumppence', 'https', 'co', 'ymdh', 'fcaew'], ['medium', 'go', 'talk', 'hillary', 'policy', 'get', 'people', 'kill', 'libya', 'open_border', 'maybe', 'email'], ['medium', 'desperate', 'distract', 'anti', 'stance', 'say', 'pro', 'citizen', 'must', 'organize', 'get', 'vote', 'save', 'constitution'], ['fantastic', 'defend', 'second_amendment', 'last_night', 'cnn', 'lemon', 'lightweight', 'dumb', 'rock'], ['morning_joe', 'weakness', 'low', 'rating', 'watch', 'anymore', 'hear', 'go', 'wild', 'rudy', 'giuliani', 'sad', 'amp', 'irrelevant'], ['thought', 'prayer', 'police_officer', 'shoot', 'sebastian', 'county', 'arkansa', 'lesm'], ['interview', 'greta', 'tonight', 'pm', 'enjoy', 'https', 'co', 'yicuxd'], ['great', 'meeting', 'coal', 'miner', 'amp', 'leader', 'virginia', 'coal', 'industry', 'thank', 'magahttps', 'co', 'wnpvlq', 'https', 'co', 'gdx', 'ew'], ['meeting', 'conversation', 'ever', 'happen', 'make', 'story', 'low', 'rating', 'cnn'], ['thank', 'abingdon', 'https', 'co', 'ivluiyf', 'https', 'co', 'sjno'], ['https', 'co', 'rwz', 'ge'], ['reuter', 'announce', 'secret_service', 'never', 'speak', 'campaign', 'make', 'story', 'cnn', 'hoax', 'totally', 'dishonest'], ['great', 'job', 'today', 'protect', 'people', 'save', 'climber'], ['thank', 'fort', 'lauderdale', 'florida', 'https', 'co', 'cjivzdrpu'], ['surprise', 'constant', 'phony', 'reporting', 'fail', 'cnn', 'turn', 'everyone', 'american', 'people', 'get', 'https', 'co', 'xmfyx'], ['oreillyfactor_tonight', 'pm', 'enjoy'], ['count', 'help', 'defeat', 'hillary_clinton', 'crony', 'let', 'make_america', 'great', 'https', 'co', 'fskof'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'uhigj'], ['rating', 'challenge', 'cnn', 'report', 'seriously', 'call', 'president', 'obama', 'clinton', 'founder', 'isis', 'amp', 'mvp', 'get', 'sarcasm'], ['massive', 'tax', 'increase', 'necessary', 'fund', 'crooked_hillary', 'clinton', 'agenda', 'terrible', 'bore', 'rollout', 'yesterday'], ['love', 'watch', 'poor', 'pathetic', 'people', 'pundit', 'television', 'work', 'hard', 'seriously', 'try', 'figure'], ['isis', 'gain', 'tremendous', 'strength', 'hillary_clinton', 'term', 'secretary', 'state', 'dishonest', 'medium', 'report', 'fact'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co', 'ufhq'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'xi'], ['work', 'hard', 'never', 'let', 'make_america', 'great', 'https', 'co', 'vzzz'], ['establishment', 'special_interest', 'absolutely_kille', 'country', 'must', 'put', 'americafirst', 'https', 'co', 'mjtscp', 'sz'], ['need', 'support', 'get', 'white_house', 'defeat', 'crookedhillary', 'let', 'make_america', 'great', 'https', 'co', 'akihqw', 'ljd'], ['unbelievable', 'support', 'florida', 'last_night', 'thank', 'maga', 'https', 'co', 'wndaagfrr'], ['thank', 'erie', 'pennsylvania', 'together', 'https', 'co', 'hzp', 'pnrot'], ['seanhannity_tonight', 'pm', 'host', 'govmikehuckabee', 'enjoy'], ['failing_nytime', 'become', 'newspaper', 'fiction', 'story', 'always', 'quote', 'non', 'existent', 'unnamed', 'source', 'dishonest'], ['truly', 'enjoy', 'run', 'president', 'people', 'country', 'amazing', 'great', 'number'], ['confirmation', 'reason', 'crooked', 'want', 'sure', 'nobody', 'see', 'mail', 'pay', 'play', 'run', 'pre'], ['failing_nytimes', 'talk', 'anonymous_source', 'meeting', 'never', 'happen', 'report', 'fiction', 'medium', 'protect', 'hillary'], ['failing_nytime', 'never', 'speak', 'keep', 'say', 'say', 'adviser', 'change', 'false', 'never', 'say'], ['disgusting', 'corrupt', 'medium', 'cover', 'honestly', 'put', 'false', 'meaning', 'word', 'say', 'would', 'beat', 'hillary'], ['rally', 'cover', 'properly', 'medium', 'never', 'discuss', 'real', 'message', 'never', 'show', 'crowd', 'size', 'enthusiasm'], ['crooked_hillary', 'clinton', 'protect', 'medium', 'talente', 'person', 'politician', 'dishonest', 'media', 'refuse', 'expose'], ['fight', 'crooked_hillary', 'fighting', 'dishonest', 'corrupt', 'medium', 'government', 'protection', 'process', 'people', 'get'], ['freedom', 'press', 'newspaper', 'other', 'allow', 'say', 'write', 'want', 'even', 'completely', 'false'], ['always', 'person', 'remain', 'true', 'self', 'medium', 'want', 'change', 'would', 'dishonest', 'supporter'], ['stay', 'message', 'chant', 'always', 'trade', 'job', 'military', 'vet', 'repeal', 'ocare', 'border', 'medium', 'misrepresent'], ['certain', 'republican', 'lose', 'would', 'rather', 'save', 'face', 'fight', 'see', 'supreme_court', 'get', 'proper', 'appointment', 'sad'], ['https', 'co', 'bgbgpakaqi'], ['refugee', 'plan', 'could', 'bring', 'refugee', 'first', 'term', 'lifetime', 'cost', 'https', 'co', 'cozqnt', 'kvs'], ['americasmerkel', 'https', 'co', 'qfrs', 'beuc'], ['health', 'insurer', 'pull', 'back', 'due', 'persistent', 'financial', 'loss', 'obamacare', 'plan', 'begin', 'https', 'co', 'yqfaevg'], ['point', 'race', 'clinton', 'trump', 'https', 'co', 'ezdzj', 'ezin'], ['pledge', 'american', 'people', 'https', 'co', 'oynfxt'], ['cold', 'war', 'part', 'expose', 'evil', 'communism', 'virtue', 'free', 'market', 'cont', 'https', 'sxp', 'efxezu'], ['seanhannity_tonight', 'pme', 'deliver', 'important', 'speech', 'live', 'wisconsin'], ['lawandorder', 'https', 'co', 'ylatgi'], ['lawandorder', 'imwithyouvideo', 'https', 'co', 'aia', 'po', 'https', 'co', 'qqsfofgdap'], ['join', 'tomorrow', 'pm', 'imwithyou', 'ticket', 'https', 'co', 'vdag', 'zrdc'], ['thank', 'governor', 'scottwalker', 'amp', 'gop', 'chairman', 'reince_priebus', 'imwithyouhttps', 'co', 'idjbuakmwk'], ['imwithyouhttps', 'co', 'xnogncqc'], ['vote', 'hillary_clinton', 'vote', 'generation', 'poverty', 'high', 'crime', 'amp', 'lose', 'opportunity', 'imwithyouhttps', 'co'], ['repeal', 'amp', 'replace', 'obamacare', 'cause', 'soar', 'double', 'digit', 'premium', 'increase', 'disaster', 'https', 'co', 'nnmytjo'], ['go', 'make', 'government', 'people', 'imwithyouhttps', 'yeb', 'xqb'], ['participate', 'town_hall', 'event', 'host', 'seanhannity_tonight', 'pme', 'foxnew', 'enjoy', 'https', 'co', 'nreqym', 'ff'], ['town_hall', 'tonight', 'seanhannity', 'foxnew'], ['soon', 'call', 'brexit'], ['crookedhillary', 'https', 'co'], ['together', 'make_america', 'great', 'https', 'co', 'aenuivrur'], ['thank', 'charlotte', 'north_carolina', 'https', 'co', 'nukkytc'], ['nation', 'state', 'hurt', 'hurt', 'must', 'work', 'together', 'lift', 'https', 'co', 'xodkw', 'wy'], ['thank', 'last', 'evening', 'great', 'reception', 'speech', 'great', 'success', 'head', 'louisiana', 'speech', 'tonight', 'mi'], ['report', 'failing_nytime', 'get', 'bad', 'bad', 'day', 'fortunately', 'die', 'newspaper'], ['thank', 'everyone', 'nice', 'comment', 'twitt', 'pundit', 'otherwise', 'speech', 'last_night'], ['great', 'job', 'erictrump', 'interview', 'billhemmer', 'foxnew', 'imwithyou', 'trumptrain'], ['thank', 'michigan', 'movement', 'go', 'make_america', 'safe', 'great', 'trumppence', 'https', 'co', 'eqf'], ['whereshillary', 'sleeping'], ['nation', 'hurt', 'hurt', 'must', 'work', 'together', 'lift', 'https', 'co', 'obwhq'], ['franklin_graham', 'billynungesser', 'samaritanspurse', 'humble', 'time', 'thought', 'amp', 'prayer', 'https', 'co', 'xgsezlwv'], ['thank', 'jerryjrfalwell', 'see', 'soon', 'trumppence', 'https', 'co', 'epfsjckckq'], ['leave', 'virginia', 'really', 'big', 'crowd', 'great', 'enthusiasm'], ['interview', 'judgejeanine', 'enjoy'], ['back', 'soon', 'virginia', 'go', 'make_america', 'great', 'trumppence', 'https', 'co', 'jpsi'], ['bring', 'america', 'together', 'country', 'unite', 'american', 'common', 'purpose', 'common', 'dream', 'maga'], ['together', 'go', 'make_america', 'safe', 'great', 'https', 'co', 'putn', 'kfhdk'], ['draw', 'big', 'enthusiastic', 'crowd', 'medium', 'refuse', 'show', 'discuss', 'something', 'big', 'happening'], ['crooked_hillary', 'flooding', 'airwave', 'false', 'misleading', 'ad', 'pay', 'boss', 'wall_street', 'medium', 'protect'], ['hear', 'nice', 'friday', 'little', 'donny', 'big', 'failure', 'tv', 'amp', 'someone', 'help', 'nasty', 'irrelevant'], ['try', 'watch', 'low', 'rate', 'morning_joe', 'morning', 'unwatchable', 'morningmika', 'wall', 'neurotic', 'bright', 'mess'], ['day', 'thing', 'calm', 'tell', 'real', 'story', 'joenbc', 'insecure', 'long', 'time', 'girlfriend', 'morningmika', 'clown'], ['interview', 'foxandfriend', 'eastern', 'enjoy'], ['statement', 'clinton_foundation', 'https', 'co', 'twuzrb'], ['great', 'meeting', 'active', 'amp', 'retire', 'officer', 'fraternal', 'order', 'police', 'lodge', 'akron', 'ohio', 'https', 'co', 'euwhdc'], ['leave', 'akron', 'ohio', 'pack', 'rally', 'amazing', 'people', 'go', 'texas'], ['anncoulter', 'new', 'book', 'trump', 'trust', 'come', 'tomorrow', 'people', 'say', 'terrific', 'know', 'ann', 'sure'], ['washingtonpost', 'quickly', 'put', 'together', 'hit', 'job', 'book', 'comprise', 'copy', 'inaccurate', 'story', 'buy', 'bore'], ['texas', 'big', 'fundraiser', 'republican_party', 'foxnew', 'special', 'border', 'victim', 'border', 'crime'], ['report', 'virtually', 'everyone', 'fact', 'medium', 'pile', 'bad', 'american', 'political', 'history'], ['strongly', 'state', 'absolutely', 'connection', 'private', 'work', 'state', 'department', 'lie'], ['president', 'obama', 'go', 'louisiana', 'day', 'ago', 'instead', 'golf', 'little', 'late'], ['join', 'tomorrow', 'pme', 'ticket', 'https', 'co', 'iweaiwkgtr', 'https', 'co', 'llyaw', 'nxsp'], ['austin', 'texas', 'amazing', 'border_patrol', 'agent', 'let', 'https', 'co', 'hnptjm', 'https', 'co', 'imvh', 'fnb'], ['participate', 'town_hall', 'tonight', 'seanhannity', 'pme', 'austin', 'texas', 'enjoy', 'https', 'co', 'zbneb', 'pgk'], ['thank', 'travi', 'county', 'texas', 'https', 'co'], ['thought', 'prayer', 'victim', 'family', 'affect', 'powerful', 'earthquake', 'italy', 'myanmar'], ['let', 'family', 'remembrance', 'project', 'co', 'emusftg', 'rphttps', 'co', 'fhpr', 'wixx'], ['great', 'new', 'poll', 'florida', 'thank', 'https', 'co', 'tkpe', 'bc'], ['new', 'national', 'poll', 'release', 'join', 'movement', 'amp', 'together', 'https', 'kwol_ibaw', 'https', 'co', 'rnu', 'fkn'], ['great', 'afternoon', 'tampa_florida', 'thank', 'trumppence', 'https', 'co', 'mbacnfr'], ['thank', 'support', 'americafirst', 'imwithyou', 'https', 'co'], ['hannity', 'foxnew', 'discuss', 'various', 'subject', 'include', 'immigration', 'elect', 'buildthewall', 'amp', 'enforce', 'law'], ['great', 'governor', 'mike_pence', 'indiana', 'help', 'lead', 'relief', 'effort', 'tornado', 'strike', 'true', 'leadership'], ['thought', 'prayer', 'great', 'people', 'indiana', 'prevail'], ['poll_number', 'start', 'look', 'good', 'lead', 'florida', 'cnn', 'arizona', 'big', 'jump', 'utah', 'number', 'rise', 'national', 'way'], ['many', 'african_american', 'community', 'badly', 'poverty', 'crime', 'way', 'employment', 'job', 'way', 'fix', 'promise'], ['watch', 'recap', 'crookedhillary', 'speech', 'short', 'lie', 'fear', 'mongering'], ['hillary_clinton', 'short', 'speech', 'pandering', 'bad', 'instinct', 'society', 'ashamed'], ['hillary_clinton', 'use', 'race', 'bait', 'try', 'get', 'african_american', 'voter', 'know', 'talk', 'action'], ['hrc', 'use', 'old', 'play', 'dem', 'playbook', 'policy', 'fail', 'leave', 'tired', 'argument', 'https', 'co', 'fnbcmmwltn'], ['hillary_clinton', 'know', 'make', 'speech', 'hit', 'policy', 'always', 'short', 'stamina', 'medium', 'give', 'pass'], ['clinton', 'corruption', 'sabotage', 'inner_citie', 'full', 'speech', 'transcript', 'https', 'co', 'npswt', 'lbg'], ['hillary_clinton', 'need', 'address', 'racist', 'undertone', 'campaign', 'flashbackfriday', 'https', 'co', 'mjqp', 'rcnzh'], ['real', 'predator', 'https', 'co', 'gftzvvz'], ['crooked_hillary', 'never', 'able', 'solve', 'problem', 'poverty', 'education', 'safety', 'african_american', 'amp', 'hispanic', 'community'], ['african_american', 'hispanic', 'lose', 'go', 'look', 'poverty', 'crime', 'educational', 'statistic', 'fix'], ['wonderful', 'pastormarkburn', 'attack', 'viciously', 'unfairly', 'msnbc', 'crazy', 'morningmika', 'low', 'rating', 'morning_joe', 'apologize'], ['proud', 'bring', 'illegal_immigration', 'back', 'discussion', 'big', 'problem', 'country', 'solve'], ['quickly', 'people', 'forget', 'crooked_hillary', 'call', 'african_american', 'youth', 'super', 'predator', 'apologize'], ['hillary_clinton', 'deleted_email', 'use', 'program', 'intend', 'prevent', 'recovery', 'crookedhillary', 'https', 'co', 'mebjxbwn'], ['meet', 'lifelong', 'democrat', 'break', 'party', 'hillary', 'support', 'donald', 'trump', 'president', 'https', 'co', 'jjwv'], ['army', 'training', 'slide', 'list', 'hillary_clinton', 'insider', 'threat', 'https', 'co', 'cqtso', 'etjf'], ['interview', 'kimguilfoyle', 'pm', 'foxnew', 'enjoy'], ['thank', 'teamtrump', 'florida', 'keep', 'update', 'let', 'get', 'register', 'voter', 'https', 'co', 'lseaaqxja'], ['phoenix_arizona', 'wednesday', 'change', 'venue', 'much', 'large', 'demand', 'unreal', 'poll', 'look', 'great', 'imwithyou'], ['join', 'new', 'americafirst', 'app', 'trumppence', 'https', 'co', 'fcclqsckdy', 'https', 'co', 'angxb', 'bri'], ['new', 'poll', 'join', 'movement', 'today', 'https', 'co', 'zmm', 'imwithyou', 'https', 'numii'], ['heroin', 'overdose', 'take', 'child', 'other', 'midwest', 'come', 'southern_border', 'need', 'strong', 'border', 'amp', 'wall'], ['dwyane', 'wade', 'cousin', 'shot', 'kill', 'walk', 'baby', 'chicago', 'say', 'african_american', 'vote', 'trump'], ['condolence', 'dwyane', 'wade', 'family', 'loss', 'nykea', 'aldridge', 'thought', 'prayer'], ['land', 'iowa', 'attend', 'great', 'event', 'honor', 'wonderful', 'senator', 'joniernst', 'look_forward', 'friend'], ['thank', 'iowa', 'imwithyou', 'https', 'co', 'bif', 'jbtkk'], ['honor', 'amazing', 'root', 'family', 'join', 'iowa', 'inspire', 'courage', 'amp', 'bravery', 'https', 'co', 'qvgguyvz'], ['national', 'debt', 'january', 'trillionaugust', 'https', 'co', 'dkavalfgaj'], ['join', 'tuesday', 'everett', 'washington', 'xfinity', 'arena', 'ticket', 'https', 'co', 'abqgysdcyt', 'https', 'gnd'], ['thank', 'arizona', 'votetrump', 'https', 'co', 'vlxdd'], ['today', 'rd', 'anniversary', 'march', 'washington', 'today', 'honor', 'endure', 'fight', 'justice', 'equality', 'opportunity'], ['think', 'candidate', 'crooked_hillary', 'release', 'detail', 'medical', 'record', 'problem', 'hillary'], ['make', 'major', 'speech', 'illegal_immigration', 'wednesday', 'great', 'state', 'arizona', 'big', 'crowd', 'look', 'large', 'venue'], ['look', 'bad', 'get', 'much', 'crime', 'many', 'shooting', 'take', 'african_american', 'latinos', 'vote', 'trump', 'safe'], ['inner', 'city', 'crime', 'reach', 'record', 'level', 'african_american', 'vote', 'trump', 'know', 'stop', 'slaughter', 'go'], ['anyone', 'know', 'crooked_hillary', 'try', 'hard', 'unable', 'pass', 'bar', 'exam', 'washington', 'force', 'go', 'elsewhere'], ['crooked_hillary', 'brainpower', 'highly_overrate', 'probably', 'decision', 'make', 'bad', 'state', 'bernie'], ['african_american', 'see', 'bad', 'job', 'hillary', 'type', 'policy', 'management', 'do', 'inner_citie', 'want', 'trump'], ['crookedhillary', 'https', 'vxhcc', 'papy'], ['repeal', 'replace', 'horrible', 'disaster', 'know', 'obamacare', 'https', 'co', 'yzrtprqrnc'], ['imwithyou', 'https', 'co', 'ioymdjvwhf'], ['join', 'wednesday', 'phoenix_arizona', 'pm', 'https', 'co', 'jatilh', 'https', 'co', 'vwknxo', 'tnq'], ['join', 'thursday', 'wilmington', 'ohio', 'noon', 'https', 'co', 'bfvtiwf', 'https', 'co', 'fdajl', 'wvge'], ['day', 'say', 'go', 'build', 'great', 'wall', 'southern_border', 'much', 'stop', 'illegal_immigration', 'watch', 'wednesday'], ['thank', 'america', 'magahttps', 'co', 'fljbvvbwkr', 'https', 'co', 'epjw', 'jlckm'], ['thank', 'north_carolina', 'maga', 'https', 'co', 'owrfnhe'], ['accept', 'invitation', 'president', 'enrique', 'pena', 'nieto', 'mexico', 'look', 'much', 'forward', 'meeting', 'tomorrow'], ['thank', 'washington', 'together', 'make_america', 'safe', 'great', 'imwithyou', 'americafirst', 'https', 'co', 'cwdqnisyh'], ['former', 'president', 'vicente', 'fox', 'rail', 'visit', 'mexico', 'today', 'also', 'invite', 'apologize', 'use', 'bomb'], ['go', 'go', 'mexico', 'drive', 'stamina', 'make_america', 'great'], ['great', 'trip', 'mexico', 'today', 'wonderful', 'leadership', 'high', 'quality', 'people', 'look_forward', 'next', 'meeting'], ['arrive', 'arizona', 'imwithyouhttps', 'co', 'mt'], ['mexico', 'pay', 'wall', 'imwithyouhttps', 'co', 'psfupzz'], ['amnesty', 'imwithyouhttps', 'co', 'vvhzsdcbla'], ['hillary_clinton', 'strength', 'stamina', 'make_america', 'great', 'co', 'mulrjhw'], ['trump', 'administration', 'call', 'americafirst', 'imwithyouhttps', 'co', 'wa'], ['mexico', 'pay', 'wall'], ['thank', 'foxandfriend', 'great', 'review', 'speech', 'immigration', 'last_night', 'thank', 'also', 'great', 'people', 'arizona'], ['poll_number', 'way', 'make', 'big', 'progress'], ['thank', 'morning', 'americanlegion', 'enjoy', 'time', 'everyone', 'alconvention', 'https', 'co', 'tzei', 'ebb'], ['promise', 'new', 'legacy', 'america', 'go', 'create', 'new', 'american', 'future', 'thank', 'ohio', 'imwithyou', 'https', 'co', 'tugccsxvoy'], ['interview', 'ericbolle', 'tonight', 'pm', 'oreillyfactor', 'enjoy'], ['hear', 'crazy', 'dumb', 'morningmika', 'mental', 'breakdown', 'talk', 'low', 'rating', 'morning_joe', 'joe', 'mess'], ['people', 'surprised', 'ground', 'game', 'nov', 'army', 'volunteer', 'people', 'great', 'spirit', 'want', 'maga'], ['visit', 'trump', 'tower', 'campaign', 'headquarters', 'last_night', 'return', 'ohio', 'arizona', 'pack', 'great', 'pro', 'win'], ['great', 'new', 'poll', 'iowa', 'thank', 'imwithyou', 'https', 'co', 'hupah'], ['imwithyou', 'https', 'co', 'gtl', 'dyqkzt'], ['imwithyou', 'https', 'co', 'dhzezmy'], ['thank', 'great', 'faith', 'ministry', 'international', 'bishop', 'wayne', 'jackson', 'detroit', 'https', 'co', 'ucx', 'zcc'], ['return', 'pensacola', 'bay', 'center', 'florida', 'friday', 'pm', 'join', 'https', 'co', 'dcrj', 'https', 'co', 'waeplfs', 'jl'], ['great', 'visit', 'detroit', 'church', 'fantastic', 'reception', 'cnn', 'talk', 'small', 'protest', 'large', 'wonderful', 'crowd'], ['cnn', 'disgusting', 'bias', 'hard', 'time', 'promote', 'crooked_hillary', 'light', 'new', 'mail', 'scandal'], ['failing_nytime', 'report', 'properly', 'crooked', 'fbi', 'release', 'back', 'pack', 'longer', 'credible', 'source'], ['crooked_hillary', 'pick', 'say', 'morning', 'aware', 'russia', 'take', 'crimea', 'total', 'lie', 'take', 'term'], ['republican_party', 'need', 'strong', 'committed', 'leader', 'weak', 'people', 'jeffflake', 'go', 'stop', 'illegal_immigration'], ['great', 'state', 'arizona', 'massive', 'rally', 'amazing', 'people', 'weak', 'ineffective', 'senator', 'jeff_flake', 'sad'], ['poll', 'close', 'crooked_hillary', 'get', 'bed', 'campaign', 'tomorrow', 'hammer', 'device', 'acid', 'wash', 'mail'], ['african_american', 'community', 'democrat', 'fail', 'year', 'high', 'crime', 'poor', 'school', 'job', 'fix', 'vote'], ['lyin', 'tell', 'fbi', 'know', 'marking', 'document', 'stand', 'classified', 'happening'], ['president', 'obama', 'putin', 'fail', 'reach', 'deal', 'syria', 'else', 'new', 'obama', 'natural', 'deal', 'maker', 'make', 'bad', 'deal'], ['believe', 'chinese', 'would', 'give', 'obama', 'proper', 'stairway', 'get', 'plane', 'fight', 'tarmac', 'https', 'co', 'fald', 'zzi'], ['laborday', 'https', 'co', 'rnl', 'cfzkmn', 'https', 'co', 'zqrtbv', 'kri'], ['thank', 'american', 'legion', 'post', 'host', 'mike_pence', 'amp', 'roundtable', 'labor', 'leader', 'laborday', 'maga', 'https', 'co', 'cwjlv'], ['head', 'youngstown', 'ohio', 'great', 'poll', 'americafirst', 'https', 'co', 'cgwdlsofut'], ['thank', 'ohio', 'americafirst', 'https', 'co', 'gajdhwu'], ['truly', 'great', 'phyllis_schlafly', 'honor', 'strong', 'endorsement', 'president', 'pass', 'special'], ['china', 'provide', 'red', 'carpet', 'stairway', 'philippine', 'president', 'call', 'obama', 'son', 'whore', 'terrible'], ['tribute', 'late', 'great', 'phyllis_schlafly', 'hope', 'everybody', 'go', 'get', 'late', 'book', 'conservative', 'case', 'trump'], ['thank', 'americafirst', 'https', 'co', 'ykdvl'], ['mainstream_media', 'never', 'cover', 'hillary', 'massive', 'hacking', 'coughing', 'attack', 'trend'], ['thank', 'votetrump', 'imwithyou', 'https', 'co', 'sceq', 'lqttj'], ['join', 'pensacola_florida', 'friday', 'votetrump', 'https', 'dcrj', 'https', 'co', 'cidcuofeo'], ['thank', 'amazing', 'military', 'family', 'service', 'member', 'veteran', 'imwithyou', 'https', 'co', 'rmqjt', 'wxcq'], ['great', 'meeting', 'military', 'spouse', 'virginia', 'join', 'ivankatrump', 'laraleatrump', 'genflynn', 'amp', 'mayorrgiuliani', 'https', 'co', 'gnh', 'nlet'], ['thank', 'north_carolina', 'get', 'votetrump', 'https', 'lrys'], ['interview', 'oreillyfactor_tonight', 'pme', 'foxnew', 'enjoy'], ['donald', 'trump', 'lead', 'hillary_clinton', 'point', 'military', 'veteran', 'voter', 'poll', 'americafirst', 'magahttps', 'co', 'fmxgtlkwt'], ['americafirst', 'https', 'co', 'fqgxwajxd'], ['thank', 'pensacola', 'see', 'friday', 'pm', 'join', 'https', 'co', 'jco', 'tv', 'https', 'co', 'lympryy', 'hq'], ['thank', 'peter', 'elect', 'think', 'big', 'country', 'amp', 'never', 'let', 'american', 'people', 'americafirst', 'https', 'emj'], ['thank', 'fantastic', 'veteran', 'review', 'poll', 'almost', 'everyone', 'commander', 'chief', 'presentation', 'great', 'nice'], ['thank', 'america', 'great', 'poll', 'https', 'co', 'rcu', 'kargcb'], ['thank', 'foxandfriend', 'nice', 'review', 'last_night'], ['come', 'genflynn', 'newtgingrich', 'foxandfriend'], ['review', 'thank'], ['rough', 'night', 'hillary_clinton', 'abc', 'news'], ['give', 'disastrous', 'news', 'conference', 'tarmac', 'make', 'poor', 'performance', 'last_night', 'decimate', 'medium'], ['answer', 'email', 'question', 'differently', 'last_night', 'past', 'totally', 'confused', 'unfit', 'serve', 'potus'], ['mexico', 'lose', 'brilliant', 'finance', 'minister', 'wonderful', 'man', 'know', 'highly_respected', 'president', 'pena', 'nieto'], ['luis', 'mexico', 'united_state', 'would', 'make', 'wonderful', 'deal', 'together', 'mexico', 'would', 'benefitted'], ['last_night', 'result', 'poll', 'take', 'imwithyou', 'https', 'co', 'sconny'], ['poll', 'result', 'last_night', 'commander', 'chief', 'forum', 'americafirst', 'trumptrain', 'https', 'co', 'fxybl', 'fo'], ['matt', 'lauer', 'hurt', 'hillary', 'last_night', 'dumb', 'answer', 'email', 'amp', 'veteran', 'say', 'jail'], ['final', 'poll', 'result', 'nbc', 'last_night', 'commander', 'chief', 'forum', 'thank', 'imwithyou', 'maga', 'https', 'co', 'ipaxun'], ['documentary', 'cnn', 'air', 'total', 'waste', 'time', 'even', 'know', 'many', 'people', 'speak', 'joke'], ['cnn', 'unwatchable', 'news', 'fiction', 'theyare', 'disgrace', 'broadcasting', 'industry', 'arm', 'clinton', 'campaign'], ['jeff', 'zucker', 'fail', 'fail', 'cnn'], ['henry_mcmaster', 'lt', 'governor', 'south_carolina', 'endorse', 'beat', 'fail', 'cnn', 'announcer', 'bakari', 'seller', 'badly', 'funny'], ['make_america', 'great', 'americafirst', 'imwithyou', 'https', 'co', 'jilnw', 'myen'], ['great', 'honor', 'endorse', 'popular', 'amp', 'successful', 'state', 'much', 'want', 'win', 'thx', 'jim', 'https', 'co', 'tafhvn'], ['thank', 'ohio', 'together', 'make_america', 'great', 'https', 'co', 'kwol', 'zmm', 'https', 'xip'], ['deliver', 'major', 'speech', 'tonight', 'live', 'oreillyfactor', 'pm'], ['thank', 'florida', 'go', 'make_america', 'great', 'join', 'https', 'kwol_ibaw', 'americafirst', 'https', 'co', 'vzktrxzvwv'], ['dummy', 'writer', 'tonyschwartz', 'want', 'second', 'book', 'year', 'say', 'hostile', 'basket', 'case', 'feel', 'jilt'], ['havn', 'see', 'tonyschwartz', 'many', 'year', 'hardly', 'know', 'never', 'like', 'style', 'super', 'lib', 'crooked', 'supporter', 'irrelevant', 'dope'], ['return', 'pensacola_florida', 'crowd', 'incredible'], ['missouri', 'today', 'melania', 'funeral', 'wonderful', 'truly', 'respected', 'woman', 'phylli'], ['hillary_clinton', 'insult', 'supporter', 'million', 'amazing', 'hard', 'work', 'people', 'think', 'cost', 'poll'], ['really', 'sad', 'republican', 'would', 'allow', 'use', 'clinton', 'ad', 'lindsey_graham', 'romney', 'flake', 'sas', 'supreme_court', 'remember'], ['say', 'horrible', 'thing', 'supporter', 'many', 'supporter', 'never', 'vote', 'still', 'respect'], ['hillary_clinton', 'moment', 'terrible', 'thing', 'say', 'many', 'great', 'american'], ['seriously', 'failing_nytime', 'much', 'win', 'poll_number', 'soon', 'put', 'first', 'place', 'write', 'dishonest', 'hit'], ['co', 'tmauzy'], ['interview', 'foxandfriend'], ['cnbc', 'enjoy'], ['stop', 'trumpdc', 'thank', 'tremendous', 'man', 'amp', 'woman', 'hard', 'work', 'https', 'co', 'ogcjl'], ['get', 'back', 'asheville', 'north_carolina', 'massive', 'rally', 'spirit', 'crowd', 'unbelievable', 'thank', 'maga'], ['join', 'clive', 'iowa', 'tomorrow', 'noon', 'americafirst', 'magaticket', 'https', 'co', 'tey', 'bbcyxt', 'https', 'co', 'uzrpyl'], ['head', 'iowa', 'join', 'today', 'noon', 'https', 'co', 'tey', 'bbcyxt', 'https', 'qyr', 'mdyybz'], ['join', 'today', 'together', 'https', 'co', 'rxgti', 'https', 'co', 'kqfbr'], ['thank', 'clive', 'iowa', 'https', 'co', 'tuz', 'bkd'], ['imwithyou', 'americafirst', 'https', 'fyu'], ['child', 'care', 'reform', 'make_america', 'great', 'transcript', 'https', 'rntyxbsb', 'jhttps', 'co', 'swmxfvfto', 'https', 'quo', 'bg'], ['thank', 'repreneeellmer', 'https', 'https', 'co', 'rzew', 'pqhds'], ['thank', 'rep', 'marshablackburn', 'https', 'vxek', 'nt', 'https', 'gak', 'fwqz'], ['thank', 'rep', 'cynthialummis', 'https', 'co', 'pnx', 'https', 'co'], ['president', 'obama', 'work', 'instead', 'campaign', 'hillary_clinton'], ['russia', 'take', 'crimea', 'call', 'obama', 'year', 'know', 'obama', 'get', 'free', 'pass'], ['thank', 'ohio', 'see', 'tonight', 'https', 'co', 'dyhkzzwvj'], ['great', 'poll', 'florida', 'thank', 'imwithyou', 'americafirst', 'https', 'co', 'odle', 'hd'], ['thank', 'atfd', 'imwithyouvideo', 'https', 'co', 'vtf'], ['thank', 'florida', 'wait', 'see', 'friday', 'miami', 'join', 'https', 'rsx', 'https', 'co', 'jxswxz'], ['thank', 'ohio', 'land', 'canton', 'rally', 'civic', 'center', 'join', 'pm', 'https', 'xvvnybkf', 'https', 'co', 'utcrxykurw'], ['honor', 'interview', 'wonderful', 'bishopwtjackson', 'detroit', 'last', 'week', 'tune', 'pme', 'enjoy', 'https', 'co', 'ahpnfhq'], ['great', 'evening', 'canton', 'ohio', 'thank', 'go', 'make_america', 'great', 'join', 'https', 'kwol_ibaw', 'https', 'co', 'mvwuj'], ['great', 'poll', 'nevada', 'thank', 'see', 'soon', 'maga', 'kwol_ibaw', 'https', 'mjjxc'], ['interview', 'foxandfriend', 'tomorrow', 'enjoy'], ['never', 'fan', 'colin', 'powell', 'weak', 'understand', 'weapon', 'mass', 'destruction', 'iraq', 'disaster', 'much', 'better'], ['foxandfriend', 'enjoy'], ['thank', 'enjoy', 'tour', 'spending', 'time', 'everyone', 'see', 'soon', 'maga', 'https', 'co', 'ent', 'ibpdo'], ['thank', 'law_enforcement', 'officer', 'america', 'lesm', 'maga', 'https', 'co', 'mcbc', 'jzhn', 'https', 'co', 'mtmr', 'kxvb'], ['thank', 'jerryjrfalwell', 'https', 'tb'], ['full', 'transcript', 'economic', 'plan', 'deliver', 'economic', 'club', 'maga', 'https', 'co', 'xiu', 'auissd', 'https', 'dipwju'], ['interview', 'jessebwatter', 'oreillyfactor_tonight', 'pm', 'enjoy'], ['join', 'jimmyfallon', 'fallontonight', 'pme', 'tonight', 'enjoy'], ['instead', 'drive', 'job', 'wealth', 'away', 'america', 'become', 'world', 'great', 'magnet', 'innovation', 'amp', 'job', 'creation', 'https', 'cvu', 'zqsvj'], ['thank', 'great', 'evening', 'laconia', 'new_hampshire', 'back', 'soon', 'co', 'kwol_ibaw', 'https', 'co', 'qwbym'], ['go', 'brand', 'new', 'trump', 'international_hotel', 'major', 'statement'], ['truly', 'honor', 'grateful', 'receive', 'much', 'support', 'american', 'hero', 'https', 'co', 'https', 'zhf'], ['great', 'parade', 'village', 'love', 'maga', 'thank', 'incredible', 'support', 'forget', 'https', 'co', 'qtdiju', 'hn'], ['leave', 'miami', 'houston', 'oklahoma', 'colorado', 'miami', 'crowd', 'fantastic'], ['arrive', 'texas', 'inform', 'fortworthpd', 'officer', 'shoot', 'thought', 'prayer'], ['interesting', 'take', 'https', 'co', 'yeychl'], ['donald', 'trump', 'birther', 'event', 'great', 'trick', 'ever', 'pulledhttps', 'co', 'zvvqnxeiq'], ['thought', 'prayer', 'go', 'phillypolice', 'penn', 'police_officer', 'philadelphia', 'https', 'co', 'eyc', 'mwey'], ['crooked_hillary', 'want', 'take', 'right', 'away', 'gun', 'take', 'heavily', 'armed', 'secret_service', 'detail', 'maybe'], ['never', 'meet', 'former', 'defense', 'secretary', 'robert', 'gate', 'know', 'nothing', 'look', 'result', 'guidance', 'total', 'disaster'], ['cnn', 'get', 'rating', 'low', 'get', 'bad', 'boring', 'anti', 'trump', 'panelist', 'mostly', 'loser', 'life'], ['wacky', 'nytimesdowd', 'hardly', 'know', 'make', 'thing', 'never', 'say', 'boring', 'interview', 'column', 'neurotic', 'dope'], ['crazy', 'maureen', 'dowd', 'wacky', 'columnist', 'failing_nytimes', 'pretend', 'know', 'well', 'wrong'], ['failing_nytime', 'go', 'nuts', 'crooked_hillary', 'badly', 'willing', 'say', 'anything', 'become', 'laughingstock', 'rag'], ['lawyer', 'want', 'sue', 'failing_nytime', 'badly', 'irresponsible', 'intent', 'say', 'watch', 'really', 'disgusting'], ['head', 'colorado', 'big', 'rally', 'massive', 'crowd', 'great', 'people', 'soon', 'poll', 'look', 'good'], ['never', 'meet', 'never', 'like', 'dopey', 'robert', 'gate', 'look', 'mess', 'always', 'speak', 'badly', 'many', 'boss', 'include', 'obama'], ['would', 'like', 'express', 'warm', 'regard', 'best_wishes', 'condolence', 'family', 'victim', 'horrible', 'bombing', 'nyc'], ['happy_birthday', 'united_state', 'https', 'co'], ['leadership', 'obama', 'clinton', 'american', 'experience', 'attack', 'home', 'victory', 'abroad', 'time', 'change', 'playbook'], ['terrible', 'attack', 'ny', 'nj', 'mn', 'weekend', 'thinking', 'victim', 'family', 'american', 'need', 'strong'], ['foxandfriend', 'enjoy'], ['great', 'job', 'law_enforcement', 'proud', 'embrace', 'country'], ['someone', 'tell', 'ok', 'turn', 'terrorist', 'want', 'destroy', 'country', 'amp', 'people', 'get', 'system'], ['hillary_clinton', 'weakness', 'secretary', 'state', 'embolden', 'terrorist', 'world', 'cont', 'https', 'co', 'bdtiwlur'], ['philly', 'chief', 'presidential', 'endorsement', 'clinton', 'blow', 'police', 'https', 'co', 'atby', 'ps'], ['interview', 'oreillyfactor_tonight', 'florida', 'enjoy'], ['together', 'make_america', 'safe', 'great', 'imwithyou', 'americafirst', 'https', 'co', 'xhwugw'], ['amazing', 'rally', 'florida', 'movement', 'join', 'today', 'https', 'kwol_ibaw', 'https', 'co', 'bf', 'iqpxnho'], ['crooked_hillary', 'fighting', 'isis', 'year', 'new', 'idea', 'time', 'change'], ['thank', 'georgia', 'americafirst', 'https', 'kwol_ibaw', 'https', 'co', 'qpon'], ['thank', 'nevada', 'americafirst', 'https', 'kwol_ibaw', 'https', 'co', 'rjqhgq', 'rn'], ['people', 'notice', 'hillary', 'copy', 'airplane', 'rally', 'put', 'plane', 'behind', 'begin'], ['head', 'north_carolina', 'big', 'rally', 'soon', 'bring', 'job', 'back', 'belong'], ['hillary_clinton', 'take', 'day', 'need', 'rest', 'sleep', 'see', 'debate'], ['thank', 'high', 'point', 'fight', 'neglect', 'part', 'nation', 'amp', 'fight', 'bring', 'together', 'https', 'co', 'dsaupsptbz'], ['thank', 'remember', 'special_interest', 'gravy', 'train', 'come', 'https', 'co', 'aysjrmzvkw'], ['movement', 'campaign', 'leave', 'past', 'change', 'future', 'together', 'make_america', 'saf', 'https', 'lt', 'nkzyi'], ['situation', 'tulsa', 'charlotte', 'tragic', 'must', 'come', 'together', 'make_america', 'safe'], ['hopefully', 'violence', 'amp', 'unrest', 'charlotte', 'come', 'immediate', 'end', 'injure', 'get', 'well', 'soon', 'need', 'unity', 'amp', 'leadership'], ['thank', 'toledo', 'ohio', 'important', 'get', 'vote', 'november', 'let', 'make_america', 'safe', 'https', 'co', 'mqdp', 'gglie'], ['great', 'new', 'poll', 'thank', 'nevada', 'north_carolina', 'amp', 'ohio', 'join', 'movement', 'today', 'amp', 'let', 'maga', 'https', 'sb', 'mnyxa'], ['youngdem', 'trump', 'thank'], ['interview', 'cleveland_ohio', 'seanhannity_tonight', 'enjoy'], ['foxandfriend'], ['join', 'roanoke', 'virginia', 'saturday', 'evening', 'pm', 'magahttps', 'co', 'ukg', 'pznwu'], ['campaign', 'movement', 'today', 'amp', 'win', 'https', 'co', 'ssrc'], ['speak', 'governor', 'patmccrorync', 'today', 'tremendous', 'job', 'tough', 'circumstance'], ['tomorrow', 'day', 'knock', 'door', 'make', 'call', 'national', 'day', 'action', 'trumptrain', 'maga', 'https', 'co', 'ny', 'wjhkl'], ['lose', 'republican', 'ever', 'include', 'never', 'trump', 'farmer', 'amp', 'biz', 'say', 'tax', 'estate'], ['trump', 'would', 'stimulate', 'economy', 'https', 'co', 'ju', 'hhglniu'], ['join', 'roanoke', 'virginia', 'tomorrow', 'berglund', 'center', 'coliseum', 'pm', 'ticket', 'available', 'https', 'co', 'bnee', 'nx'], ['crooked_hillary', 'force', 'announce', 'would', 'go', 'charlotte', 'saturday', 'grandstand', 'dem', 'pol', 'say', 'way', 'dumb'], ['today', 'day', 'knock', 'door', 'make', 'call', 'national', 'day', 'action', 'trumptrain', 'maga', 'https', 'rovst'], ['sentedcruz', 'endorsement', 'wonderful', 'surprise', 'greatly_appreciate', 'support', 'tremendous', 'victory'], ['back', 'virginia', 'tonight', 'pm', 'rally', 'berglund', 'center', 'roanoke', 'join', 'ticket', 'https', 'co', 'pqmsgpwun'], ['dopey', 'mark', 'cuban', 'fail', 'benefactor', 'fame', 'want', 'sit', 'front', 'row', 'perhaps', 'put', 'gennifer', 'flower', 'right'], ['thank', 'roanoke', 'virginia', 'movement', 'join', 'today', 'sign', 'https', 'americafirst', 'https', 'dkpbqju'], ['many', 'team', 'staff', 'bernie_sander', 'treat', 'badly', 'hillary_clinton', 'campaign', 'trump', 'trade', 'lot'], ['bernie_sander', 'give', 'hillary', 'dem', 'nomination', 'give', 'mail', 'issue', 'get', 'big'], ['looking_forward', 'meeting', 'benjamin', 'netanyahu', 'trump', 'tower'], ['readout', 'meet', 'israeli', 'prime_minister', 'benjamin', 'netanyahu', 'https', 'co', 'vhuye', 'https', 'co', 'kdprqxse'], ['people', 'kill', 'washington', 'state', 'middle', 'eastern', 'immigrant', 'many', 'people', 'die', 'weekend', 'ohio', 'drug', 'overdose', 'riot'], ['really', 'sad', 'news', 'great', 'arnold_palmer', 'king', 'die', 'true', 'champion', 'truly', 'miss'], ['new', 'national', 'bloomberg', 'poll', 'release', 'thank', 'join', 'movement', 'https', 'co', 'kwol_ibaw', 'trumptrain', 'https', 'co', 'xdgcwyvk'], ['team', 'deplorable', 'manage', 'twitt', 'account', 'evening', 'debate', 'tune', 'debatenight', 'trumppence'], ['hillary_clinton', 'point', 'ahead', 'debatenight', 'https', 'iux', 'icikat'], ['hillaryclinton', 'obama', 'policy', 'increase', 'debt', 'last', 'year'], ['hillaryclinton', 'channel', 'john_kerry', 'trade', 'bad', 'trade_deal', 'tpp', 'debate'], ['instead', 'drive', 'job', 'wealth', 'away', 'america', 'become', 'world', 'great', 'magnet', 'innovation', 'job', 'creati', 'https', 'co', 'nmqn', 'znq'], ['hillaryclinton', 'part', 'rig', 'system', 'year', 'would', 'take', 'policy', 'advice', 'debate'], ['clinton', 'economy', 'taxis', 'spend', 'debatenight', 'https', 'co', 'oflaahrwe'], ['hillary', 'bad', 'tax', 'habit', 'https', 'co', 'hdq'], ['simple', 'fact', 'hillaryclinton', 'typical', 'politician', 'talk', 'action', 'debate'], ['stand', 'police', 'protect', 'american', 'debate', 'maga', 'https', 'co', 'cx', 'oewgemp'], ['hillaryclinton', 'campaign', 'supporter', 'traffic', 'rumor', 'obama', 'heritage', 'debatenight', 'https', 'co', 'eeoaacinv'], ['hillary_clinton', 'candidate', 'stage', 'vote', 'iraq', 'war', 'debate', 'maga', 'https', 'wjxeekr'], ['hillary_clinton', 'fail', 'world', 'libya', 'syria', 'iran', 'iraq', 'asia', 'pivot', 'russian', 'reset', 'benghazi', 'https', 'co', 'ooakxs', 'rij'], ['russia', 'warhead', 'ever', 'korea', 'testing', 'nuke', 'iran', 'get', 'sweetheart', 'deal', 'keep', 'thank', 'hillaryclinton'], ['hillaryclinton', 'obama', 'isis', 'strategy', 'allow', 'expand', 'become', 'global', 'threat', 'debatenight', 'https', 'co', 'pctde'], ['nothing', 'email', 'nothing', 'corrupt', 'clinton_foundation', 'nothing', 'benghazi', 'debate', 'debatenight'], ['hillaryclinton', 'nuclear', 'agreement', 'pave', 'way', 'ransom', 'payment', 'co', 'qfztx', 'akys'], ['thank', 'senator', 'tedcruz', 'debate', 'maga', 'https', 'co', 'cgo', 'usj'], ['thank', 'governor', 'mike_pence', 'let', 'make_america', 'safe', 'great', 'american', 'people', 'americafirst', 'https', 'co', 'nc'], ['thank', 'governor', 'terrybranstad', 'americafirst', 'debate', 'https', 'co', 'yiezctdqy'], ['great', 'debate', 'poll', 'cnn', 'watch', 'thank'], ['newtgingrich', 'say', 'historic', 'victory', 'trump', 'nice'], ['time', 'debatenight', 'poll', 'vote', 'thank', 'americafirst', 'maga', 'https', 'co', 'btpx', 'wku'], ['thank', 'cnbc', 'debatenight', 'poll', 'vote', 'trump', 'clinton', 'americafirst', 'imwithyou', 'https', 'co', 'mj', 'nwa', 'op'], ['drudge_report', 'first', 'presidential', 'debate', 'poll', 'trump', 'clinton', 'join', 'movement', 'today', 'amp', 'let', 'maga', 'https', 'co', 'lgc'], ['thank', 'new', 'debatenight', 'poll', 'movement', 'win', 'together', 'make_america', 'safe', 'great', 'https', 'co', 'fcnuf', 'pb'], ['great', 'debate', 'poll_number', 'foxandfriend', 'discuss', 'enjoy'], ['really', 'enjoy', 'debate', 'last_night', 'crooked_hillary', 'say', 'go', 'many', 'thing', 'do', 'last', 'year'], ['trump', 'bar', 'full', 'undecided', 'democrat', 'https', 'co', 'wwo', 'kxn'], ['poll', 'last_nights', 'presidential', 'debate', 'little', 'watch', 'cnn', 'poll'], ['trend', 'twitt', 'right', 'trumpwon', 'thank'], ['true', 'blue', 'collar', 'billionaire', 'donald', 'trump', 'show', 'hillary_clinton', 'touch', 'https', 'co', 'nho', 'oicfvm'], ['hillary', 'failing', 'year', 'get', 'job', 'do', 'never', 'change'], ['thank', 'trumpwon', 'maga', 'https', 'co', 'rr', 'km'], ['murder', 'increase', 'wsj', 'https', 'co', 'cijmqjhlqp'], ['great', 'honor', 'final', 'debate', 'poll', 'movement', 'win', 'americafirst', 'maga', 'imwithyou', 'https', 'bkmwhem'], ['thank', 'endorsement', 'governorsununu', 'maga', 'https', 'co', 'beeqpsuyd'], ['say', 'presidential', 'forum', 'last_night', 'big', 'debate', 'nice'], ['last', 'hrs', 'raise', 'online', 'donation', 'national', 'call', 'day', 'still', 'go', 'thank', 'america', 'maga'], ['great', 'afternoon', 'little', 'havana', 'hispanic', 'community', 'leader', 'thank', 'support', 'imwithyou', 'https', 'vxwz', 'tyjtf'], ['cnbc', 'time', 'magazine', 'online', 'poll', 'say', 'donald', 'trump', 'first', 'presidential', 'debate', 'washtime', 'magahttps', 'co', 'pgimqykpoj'], ['hillary_clinton', 'campaign', 'continue', 'make', 'false', 'claim', 'foundation', 'disclosure', 'https', 'co', 'zhkefuouhh'], ['government', 'people', 'join', 'movement', 'today', 'https', 'co', 'lwjydbphav', 'https', 'co', 'uywjrtzkae'], ['join', 'pm', 'rally', 'tomorrow', 'america', 'center', 'council', 'bluff', 'iowa', 'ticket', 'https', 'co', 'dfzsbicixc'], ['unbelievable', 'evening', 'melbourne', 'florida', 'supporter', 'additional', 'could', 'get', 'tha', 'https', 'vu', 'zxbu'], ['supporter', 'good', 'hard', 'work', 'people', 'know', 'shatter', 'record', 'https', 'co', 'zhgyoth'], ['line', 'poll', 'time', 'magazine', 'drudge', 'win', 'debate', 'thank', 'fox', 'amp', 'friend', 'report'], ['join', 'council', 'bluff', 'iowa', 'today', 'pm', 'ticket', 'https', 'co', 'gf'], ['melania', 'extend', 'deepest_condolence', 'family', 'shimon', 'pere', 'https', 'co', 'xegyl', 'izup'], ['honor', 'meet', 'polish', 'american', 'congress', 'chicago', 'morning', 'imwithyou', 'video', 'https', 'co'], ['thank', 'council', 'bluff', 'iowa', 'back', 'soon', 'remember', 'everything', 'nee', 'know', 'hillary', 'https', 'co', 'kihxdx'], ['join', 'live', 'waukesha', 'wisconsin', 'pme', 'rally', 'americafirst', 'magahttps', 'co', 'kglsfy'], ['join', 'oreillyfactor', 'waukesha', 'wisconsin', 'live', 'enjoy'], ['thank', 'waukesha', 'wisconsin', 'full', 'transcript', 'speech', 'followthemoney', 'https', 'co', 'xb', 'yydsnnf', 'https', 'co', 'njczw'], ['join', 'bedford', 'tomorrow', 'pm', 'wait', 'see', 'everyone', 'americafirst', 'maga', 'https', 'co', 'oeojfas'], ['novi', 'michigan', 'friday', 'pm', 'join', 'movement', 'ticket', 'available', 'https', 'zfya', 'https', 'co', 'wayo', 'eqhn'], ['condolence', 'involve', 'today', 'horrible', 'accident', 'nj', 'deep', 'gratitude', 'amazing', 'first_responder'], ['join', 'manheim', 'pennsylvania', 'saturday', 'pm', 'https', 'ctf', 'https', 'co', 'lnwqz', 'yujy'], ['thank', 'join', 'afternoon', 'back', 'soon', 'transcript', 'https', 'co', 'vtukdgf'], ['hillary', 'profit', 'rigged_system', 'fighting', 'remember', 'simple', 'phrase', 'followthemoney', 'https', 'co', 'mvinc'], ['see', 'badly', 'cnn', 'clinton', 'news', 'network', 'rating', 'people', 'donlemon', 'could', 'expect'], ['anytime', 'see', 'story', 'campaign', 'say', 'source', 'say', 'believe', 'source', 'make', 'lie'], ['crooked_hillary', 'dupe', 'use', 'bad', 'miss', 'hillary', 'floated', 'angel', 'check', 'terrible'], ['use', 'alicia', 'debate', 'paragon', 'virtue', 'show', 'crooked_hillary', 'suffer', 'hillary', 'set', 'con'], ['crooked_hillary', 'help', 'disgust', 'check', 'sex', 'tape', 'alicia', 'become', 'citizen', 'could', 'debate'], ['remember', 'believe', 'source', 'say', 'dishonest', 'medium', 'name', 'source', 'source', 'exist'], ['people', 'really', 'smart', 'cancel', 'subscription', 'dalla', 'amp', 'arizona', 'paper', 'usa', 'today', 'lose', 'reader', 'people', 'get'], ['hillary', 'point', 'ahead', 'maybe', 'email', 'scandal', 'policy', 'spread', 'isis', 'call', 'million', 'https', 'co', 'vcz'], ['people', 'knock', 'tweet', 'clock', 'morning', 'least', 'know', 'awake', 'answer', 'call'], ['join', 'pueblo', 'colorado', 'monday', 'afternoon', 'pm', 'trumprallyhttps', 'co', 'qzxzspj'], ['thank', 'support', 'way', 'see', 'soon', 'trumptrain', 'https', 'co'], ['thank', 'novi', 'michigan', 'get', 'vote', 'trumppence', 'together', 'make_america', 'great', 'https', 'co', 'gd'], ['believe', 'americafirst', 'mean', 'family', 'first', 'childcare', 'plan', 'reflect', 'need', 'modern', 'work', 'clas', 'https', 'co', 'rcnzzttk'], ['crooked', 'nasty', 'sander', 'supporter', 'closed', 'door', 'own', 'wall', 'politician', 'hrc', 'https', 'wn', 'lycdxla'], ['debate', 'decide', 'watch', 'totally', 'one_sided', 'spin', 'follow', 'really', 'bad', 'microphone'], ['call', 'commission', 'presidential', 'debate', 'admit', 'djt', 'audio', 'amp', 'sound', 'level', 'bad', 'fix'], ['see', 'really', 'bad', 'cnn', 'rating', 'people', 'want', 'watch', 'bad', 'product', 'build', 'crooked_hillary'], ['head', 'pennsylvania', 'big', 'rally', 'tonight', 'make_america', 'great'], ['know', 'complex', 'tax', 'law', 'better', 'anyone', 'ever', 'run', 'president', 'fix', 'failing_nytime'], ['create', 'ten', 'thousand', 'job', 'bring', 'back', 'great', 'american', 'prosperity', 'hillary', 'create', 'job', 'fbi', 'doj'], ['bernie', 'pull', 'endorsement', 'crooked_hillary', 'decieve', 'attack', 'supporter'], ['melania', 'extend', 'warm', 'greeting', 'observe', 'rosh', 'hashanah', 'united_states', 'israel', 'world'], ['announce', 'iraq', 'prepare', 'battle', 'reclaim', 'mosul', 'announce', 'make', 'mission', 'much', 'harder'], ['join', 'henderson', 'nevada', 'wednesday', 'maga', 'ticket', 'https', 'co', 'pwtyv', 'bbue'], ['thank', 'pueblo', 'colorado', 'trumprally', 'kwol', 'zmm', 'https', 'co', 'rfaf', 'xynhy'], ['must', 'bring', 'truth', 'directly', 'hard', 'working', 'american', 'want', 'take', 'country', 'back', 'bigleaguetruth', 'https', 'co', 'iaeipyeho'], ['thank', 'colorado', 'magahttps', 'co', 'kwol', 'co', 'qhdcgrzw', 'https', 'co', 'wigntkpa'], ['join', 'reno_nevada', 'pm', 'reno', 'spark', 'convention_center', 'magaticket', 'https', 'co', 'nvflqwgs'], ['join', 'reno_nevada', 'tomorrow', 'americafirst', 'magaticket', 'https', 'co', 'dj', 'jjukkz'], ['watch', 'great', 'governor', 'mike_pence', 'live_tweeting', 'debate', 'tonight', 'start', 'enjoy'], ['childcare', 'plan', 'make', 'difference', 'work', 'family', 'money', 'freedom', 'americafirst', 'mean', 'https', 'co', 'yn', 'fzphf'], ['thank', 'arizona', 'movement', 'nobody', 'ever', 'see', 'together', 'go', 'make_america', 'safe', 'https', 'co', 'ewp', 'hnaeoe'], ['join', 'movement', 'https', 'co', 'kwol', 'zmm', 'https', 'co', 'bs', 'jlelpjd'], ['hear', 'bill', 'clinton', 'statement', 'bad', 'obamacare', 'hillary', 'happy', 'say', 'repeal', 'replace'], ['cnn', 'negative', 'panel', 'joke', 'bias', 'dumb', 'turn', 'foxnew', 'get', 'fair', 'shake', 'mike', 'great'], ['live_tweete', 'debate', 'exciting', 'make_america', 'great'], ['go', 'enjoy'], ['look', 'good', 'begin'], ['megynkelly', 'nevada', 'sorry', 'inform', 'kellyanne', 'audience', 'well', 'luck', 'next', 'time'], ['mike_pence', 'great', 'job', 'far', 'contest'], ['timkaine', 'oversaw', 'unemployment', 'increase', 'mike_pence', 'decrease', 'unemployment', 'indiana', 'https', 'co', 'wfqm'], ['hillaryclinton', 'sneer', 'million', 'average', 'american', 'https', 'gefurjrcfu', 'bigleaguetruth'], ['agree', 'mike', 'thank', 'officer', 'vpdebate', 'police_officer', 'best', 'mike_pence'], ['say', 'mike_pence', 'dominate', 'debate', 'https', 'co', 'muw', 'ggnm', 'vpdebate'], ['mike_pence', 'defeat', 'isis', 'https', 'co', 'ociidwtptv', 'vpdebate'], ['flail', 'syria', 'policy', 'judge', 'failure', 'https', 'co', 'iczxn', 'vz', 'vpdebate'], ['timkaine', 'anti', 'defense', 'senator', 'vpdebate', 'bigleaguetruth', 'https', 'co', 'qwkvgfara'], ['icymi', 'penny', 'run', 'state', 'work', 'kaine', 'run', 'state', 'fail', 'https', 'co', 'xuwauenkh'], ['timkaine', 'wrong', 'defense', 'https', 'co', 'qqoq', 'bigleaguetruth', 'vpdebate'], ['sanction', 'relief', 'clinton', 'obama', 'iran', 'nuclear', 'deal', 'likely', 'go', 'terrorist', 'https', 'co', 'jrif', 'bigleaguetruth', 'vpdebate'], ['clinton', 'close', 'tie', 'putin', 'deserve', 'scrutiny', 'https', 'co', 'wpym', 'vqoyt', 'vpdebate'], ['weak', 'north_korea', 'https', 'co', 'prednmnfx', 'vpdebate'], ['hillaryclinton', 'careless', 'secret', 'server', 'put', 'national_security', 'risk', 'https', 'co', 'oiaemnrgcy', 'vpdebate', 'bigleaguetruth'], ['clinton', 'top', 'aide', 'mire', 'conflict', 'interest', 'state', 'department', 'https', 'co', 'wwfdaectvu', 'vpdebate', 'bigleaguetruth'], ['mike_pence', 'big', 'proud', 'mike'], ['constant', 'interruption', 'last_night', 'allow', 'mike_pence', 'big'], ['beautiful', 'morning', 'thank', 'iclv', 'https', 'co', 'xzjhrlgjhp'], ['begin', 'rally', 'henderson', 'nevada', 'new', 'reuters_poll', 'thank', 'join', 'movement', 'https', 'co', 'uvbntnsxgl'], ['thank', 'henderson', 'movement', 'never', 'see', 'watch', 'rally', 'facebook_page', 'https', 'co', 'dnf', 'vuqy'], ['bill', 'clinton', 'right', 'obamacare', 'crazy', 'work', 'make', 'sense', 'thank', 'bill', 'tell', 'truth'], ['thank', 'senjohnmccain', 'kind', 'remark', 'important', 'issue', 'ptsd', 'dishonest', 'medium', 'great', 'arizona', 'yesterday'], ['small_business', 'say', 'trump', 'pick', 'president', 'https', 'co', 'tzvn', 'qgpfs'], ['early_vote', 'mn', 'amp', 'ia', 'already', 'underway', 'state', 'come', 'next_week', 'check', 'local_official', 'detail', 'amp', 'vote'], ['thank', 'south_carolina', 'everyone', 'get', 'vote', 'https', 'emrcdpf'], ['reuter', 'polling', 'thank', 'https', 'co', 'umy', 'koistu'], ['amazing', 'rally', 'reno_nevada', 'thank', 'make', 'sure', 'get', 'amp', 'vote', 'trumppence', 'together', 'put', 'https', 'co', 'gpjhb'], ['great', 'honor', 'https', 'co', 'amldkep'], ['nation', 'immigration', 'custom', 'enforcement_officer', 'ice', 'make', 'first', 'ever', 'presidential', 'endorsement', 'https', 'co', 'eo'], ['pennsylvania', 'poll', 'release', 'rally', 'mon', 'join', 'ambridge', 'https', 'co', 'tujwdwcgd', 'wilke', 'barre', 'https', 'co'], ['new', 'virginia', 'poll', 'thank', 'go', 'show', 'whole', 'world', 'america', 'back', 'big', 'well', 'https', 'co', 'cikexb'], ['pray', 'everyone', 'florida', 'hope', 'hurricane', 'dissipate', 'event', 'careful'], ['volunteer', 'trump', 'election', 'observer', 'sign', 'today', 'co', 'zzfhlswnh'], ['donald', 'trump', 'president', 'american', 'https', 'vrue'], ['vote', 'trumppence', 'https', 'co', 'zak', 'vmgk'], ['thank', 'tennessee', 'maga', 'https', 'co', 'oodfmerq'], ['new', 'national', 'rasmussen', 'poll', 'https', 'co', 'bnavea', 'oup'], ['thought', 'amp', 'prayer', 'million', 'people', 'path', 'hurricane', 'matthew', 'look', 'neighbor', 'listen', 'https', 'co', 'jqjytikicd'], ['statement', 'https', 'co', 'wazigoqqmq'], ['certainly', 'interesting', 'hour'], ['medium', 'establishment', 'want', 'race', 'badly', 'never', 'drop', 'race', 'never', 'let', 'supporter', 'maga'], ['thank', 'great', 'supporter', 'wisconsin', 'hear', 'crowd', 'enthusiasm', 'unreal'], ['tremendous', 'support', 'republican', 'leadership', 'thank'], ['exclusive', 'video', 'interview', 'bill', 'clinton', 'accuser', 'juanita', 'broaddrick', 'relive', 'brutal', 'rape', 'https', 'co', 'vk', 'md'], ['many', 'self', 'righteous', 'hypocrite', 'watch', 'poll_number', 'election', 'go'], ['time', 'usc', 'dornsife', 'sunday', 'poll', 'donald', 'trump', 'retain', 'point', 'lead', 'hillary', 'https', 'ycw'], ['exclusive', 'video', 'broaddrick', 'willey', 'jone', 'bill', 'defender', 'crime', 'terrify', 'enabler', 'hillary', 'https', 'co', 'dmflsibtu'], ['palestinian', 'terror_attack', 'today', 'remind', 'world', 'grievous', 'peril', 'face', 'israeli', 'citizen', 'continue', 'https', 'co', 'upx', 'fitc'], ['join', 'facebooklive', 'conclude', 'final', 'debate', 'preparation', 'https', 'co', 'gabnvi', 'fd'], ['team', 'deplorable', 'take', 'twitt', 'account', 'tonight', 'debate'], ['simple', 'make_america', 'great', 'debate_bigleaguetruth'], ['proud', 'locker', 'room', 'talk', 'world', 'serious', 'problem', 'need', 'serious', 'leader', 'debate_bigleaguetruth'], ['never', 'anyone', 'abusive', 'woman', 'politic', 'bill', 'clinton', 'word', 'unfortunate', 'clinton', 'action', 'far', 'worse'], ['donald', 'trump', 'history', 'empower', 'woman', 'co', 'oy', 'yspz'], ['win', 'go', 'instruct', 'ag', 'get', 'special', 'prosecutor', 'look', 'situation', 'never', 'anything', 'lie'], ['basically', 'nothing', 'hillary', 'say', 'secret', 'server', 'true', 'crookedhillary'], ['hillary', 'deleted_emails', 'daughter', 'wedding', 'lot', 'wedding', 'email', 'debate'], ['attn', 'hillaryclinton', 'staffer', 'need', 'fbi', 'immunity', 'bigleaguetruth', 'debate'], ['obama', 'tell', 'lie', 'sell', 'obamacare', 'debate', 'https', 'co', 'vholthrr'], ['must', 'repeal', 'obamacare', 'replace', 'much', 'competitive', 'comprehensive', 'affordable', 'system', 'debate', 'maga'], ['hillaryclinton', 'bill', 'clarify', 'mean', 'call', 'obamacare', 'disaster', 'actually', 'disaster', 'pretty', 'clear', 'debate'], ['hillaryclinton', 'law', 'debate', 'https', 'co', 'aryzcggyz'], ['crookedhillary', 'fail', 'world', 'bigleaguetruth', 'debate', 'https', 'co', 'dalk', 'jkcfg'], ['hillaryclinton', 'icymi', 'narrative', 'fight', 'mike_pence', 'maga', 'https', 'co', 'fuqzxlypwy'], ['hillaryclinton', 'call', 'extreme_vetting', 'debate', 'https', 'co', 'ueq', 'cbog'], ['hope', 'msm', 'run', 'interruption', 'counter', 'consider', 'time', 'moderator', 'interrupt', 'com', 'https', 'co', 'phejp', 'bzvp'], ['hypocrite', 'hillaryclinton', 'claim', 'need', 'public', 'private', 'stance', 'discussion', 'wall_street', 'bank', 'debate'], ['need', 'public', 'private', 'position', 'hillaryclinton', 'debate', 'https', 'co', 'hado'], ['go', 'cut', 'taxis', 'big', 'league', 'middle_class', 'raise', 'taxis', 'lower', 'taxis', 'https', 'co', 'zwikqnh'], ['history', 'lesson', 'big', 'difference', 'hillary_clinton', 'nickname', 'hone', 'https', 'co', 'jdkz', 'ece'], ['hillary_clinton', 'accomplishment', 'state', 'department', 'debate', 'rattledhillary', 'https', 'co', 'iouuqxyadq'], ['world', 'peaceful', 'prosperous', 'america', 'strong', 'https', 'dx', 'xybb'], ['definition', 'ransom', 'https', 'co', 'pii', 'jlp'], ['not', 'let', 'evil', 'continue', 'debate', 'https', 'co', 'bxyyrjid'], ['administration', 'american', 'treat', 'equally', 'protect', 'equally', 'honor', 'equally', 'debate_bigleaguetruth'], ['fact', 'red', 'line', 'syria', 'hrc', 'fact', 'line', 'draw', 'aug', 'hrc', 'secy', 'state', 'feb', 'https', 'co'], ['hillaryclinton', 'president', 'talk', 'nothing', 'get', 'do', 'debate_bigleaguetruth'], ['agree', 'potus', 'hillary_clinton', 'say', 'anything', 'amp', 'change', 'nothing', 'time', 'turn', 'page', 'president', 'obama'], ['country', 'not', 'take', 'year', 'barack_obama', 'debate'], ['unite', 'country', 'write', 'ten', 'million', 'american', 'deplorable', 'bigleaguetruth', 'debate'], ['country', 'slow', 'growth', 'bigleaguetruth', 'debate'], ['hypocrite', 'hillaryclinton', 'single', 'big', 'beneficiary', 'citizens_unite', 'history', 'far', 'debate_bigleaguetruth'], ['pro', 'growth', 'econ', 'plan', 'eliminate', 'excessive', 'regulation', 'lean', 'government', 'lower_taxes', 'debate', 'https', 'co', 'ochcnusagr'], ['thank', 'missouri', 'https', 'co', 'llbltf', 'https', 'co', 'wbmvxf'], ['thank', 'great', 'comment', 'debate', 'last_night', 'exciting'], ['paul_ryan', 'spend', 'time', 'balance', 'budget', 'job', 'illegal_immigration', 'waste', 'time', 'fighting', 'republican', 'nominee'], ['cnn', 'worst', 'fortunately', 'bad', 'rating', 'everyone', 'know', 'biased', 'https', 'co', 'ofrfny', 'ruy'], ['debate', 'poll', 'look', 'great', 'thank', 'maga', 'americafirst', 'https', 'sswdz'], ['cnn', 'fix', 'focus', 'group', 'order', 'make', 'crooked_hillary', 'look', 'better', 'really', 'pathetic', 'totally', 'dishonest'], ['really', 'america', 'terrible', 'https', 'co', 'wiwc', 'pifu'], ['thank', 'pennsylvania', 'movement', 'never', 'see', 'votetrumppence', 'together', 'https', 'co', 'jl'], ['win', 'second', 'debate', 'landslide', 'poll', 'hard', 'well', 'paul_ryan', 'other', 'give', 'support'], ['weak', 'ineffective', 'leader', 'paul_ryan', 'bad', 'conference', 'call', 'member', 'go', 'wild', 'disloyalty'], ['nice', 'shackle', 'take', 'fight', 'america', 'way', 'want'], ['exception', 'cheating', 'bernie', 'nom', 'dem', 'always', 'prove', 'far', 'loyal', 'republican'], ['disloyal', 'far', 'difficult', 'crooked_hillary', 'come', 'side', 'know', 'win', 'teach'], ['unbelievable', 'https', 'co', 'rcbpccmwnd'], ['state', 'voter', 'registration', 'deadline', 'today', 'ky', 'sc', 'register', 'https', 'co', 'watnfpn'], ['foul', 'mouthed', 'sen', 'john_mccain', 'beg', 'support', 'primary', 'give', 'drop', 'locker', 'room', 'remark'], ['texas', 'leave', 'soon', 'big', 'rally', 'florida'], ['hope', 'people', 'look', 'disgraceful', 'behavior', 'hillary_clinton', 'expose', 'wikileak', 'unfit', 'run'], ['crooked', 'state', 'dept', 'give', 'special', 'attention', 'friend', 'bill', 'haiti', 'earthquake', 'unbelievable', 'https', 'ln'], ['let', 'fool', 'https', 'co', 'qsoadfh'], ['voter', 'registration', 'deadline', 'today', 'register', 'https', 'co', 'hfihpea', 'get', 'https', 'co', 'llfdf', 'drx'], ['thank', 'texas', 'register', 'vote', 'today', 'last', 'day', 'go', 'https', 'co', 'hfihpea', 'get', 'https', 'co', 'gxbdrd'], ['cnn', 'town_hall', 'question', 'give', 'crooked_hillary', 'clinton', 'advance', 'big', 'debate', 'bernie_sander', 'hillary', 'amp', 'cnn', 'fraud'], ['join', 'thursday', 'florida', 'amp', 'ohio', 'west', 'palm_beach', 'noon', 'https', 'co', 'jwbznqhxg', 'cincinnati', 'https', 'co', 'uhalpix'], ['thank', 'florida', 'movement', 'never', 'see', 'never', 'see', 'let', 'get', 'amp', 'https', 'co', 'xm', 'wfdzi'], ['crooked_hillary', 'clinton', 'like', 'talk', 'thing', 'year'], ['little', 'pick', 'dishonest', 'medium', 'incredible', 'information', 'provide', 'wikileak', 'dishonest', 'rigged_system'], ['pay', 'play', 'politics', 'crookedhillary', 'https', 'co', 'wjsl', 'itvvk'], ['people', 'cuba', 'struggle', 'long', 'reverse', 'obama', 'executive', 'order', 'concession', 'cuba', 'freedom', 'restore'], ['movement', 'lakeland', 'florida', 'voter', 'registration', 'extend', 'register', 'https', 'co', 'hfihperfgz', 'amp', 'https', 'co', 'pygilshrgv'], ['cincinnati', 'ohio', 'tomorrow', 'night', 'pm', 'join', 'ohiovotesearly', 'votetrumppence', 'ticket', 'https', 'co', 'bp', 'ihkbt'], ['writer', 'year', 'old', 'article', 'people', 'magazine', 'mention', 'incident', 'story', 'happen'], ['phony', 'story', 'failing_nytimes', 'total', 'fabrication', 'write', 'people', 'last', 'discredited', 'story', 'woman', 'watch'], ['join', 'ohio', 'amp', 'maine', 'cincinnati', 'ohio', 'tonight', 'pm', 'https', 'co', 'xlhgd', 'vrmobangor', 'maine', 'saturday', 'pm', 'https', 'dyhpqybwpk'], ['thank', 'maga', 'americafirst', 'https', 'co', 'wjlkm'], ['make', 'major', 'speech', 'west', 'palm_beach', 'florida', 'noon', 'tune'], ['leave', 'great', 'rally', 'florida', 'head', 'ohio', 'soon'], ['great', 'event', 'columbus', 'take', 'cincinnati', 'great', 'new', 'ohio', 'poll', 'thank', 'ohio', 'wsj', 'marist', 'polltrump', 'clinton'], ['crossroad', 'history', 'civilization', 'determine', 'people', 'reclaim', 'https', 'co', 'dem', 'announce', 'affordable', 'care', 'act', 'obamacare', 'longer', 'affordable', 'say', 'year', 'disaster', 'join', 'greensboro', 'north_carolina', 'tomorrow', 'pm', 'trumprallyhttps', 'vplryxcyoq', 'https', 'co', 'drra', 'aqayj', 'join', 'live', 'cincinnati', 'ohio', 'trumprally', 'magahttps', 'co', 'mzqgnnvfzb', 'thank', 'navy', 'protect', 'country', 'time', 'peace', 'amp', 'war', 'together', 'make_america', 'https', 'co', 'jcl', 'say', 'campaign', 'catholic', 'bigotry', 'https', 'co', 'orulat', 'zbn', 'thank', 'support', 'greensboro', 'north_carolina', 'next', 'stop', 'charlotte', 'magahttps', 'kwol_ibaw', 'https', 'co', 'jjde', 'make', 'sure', 'registered', 'vote', 'let', 'afford', 'year', 'failure', 'info', 'https', 'co', 'mgv', 'urlhb', 'thank', 'charlotte', 'go', 'amazing', 'victory', 'https', 'co', 'kumft', 'thank', 'trumpwomenstour', 'https', 'co', 'oxahpsab', 'fabricate', 'make', 'charge', 'push', 'strongly', 'medium', 'clinton', 'campaign', 'may', 'poison', 'mind', 'american', 'voter', 'fix', 'election', 'rig', 'medium', 'push', 'false', 'unsubstantiated', 'charge', 'outright', 'lie', 'order', 'elect', 'crooked_hillary', 'bangor', 'maine', 'today', 'join', 'magaticket', 'https', 'co', 'ny', 'fbob', 'https', 'co', 'wvnr', 'hillary_clinton', 'prosecute', 'jail', 'instead', 'run', 'president', 'looks_like', 'rig', 'election', 'trump', 'remove', 'broken', 'teleprompter', 'north_carolina', 'front', 'massive', 'crowd', 'go', 'amp', 'deliver', 'https', 'co', 'dynxc', 'hdtw', 'truth', 'beautiful', 'weapon', 'https', 'co', 'frfhicvw', 'land', 'soon', 'talk', 'massive', 'drug', 'problem', 'country', 'movement', 'portsmouth', 'supporter', 'thank', 'big', 'election', 'lifetime', 'https', 'co', 'otzyjylc', 'nothing', 'ever', 'happen', 'woman', 'totally', 'make', 'nonsense', 'steal', 'election', 'nobody', 'respect', 'woman', 'failing_nytimes', 'reporter', 'even', 'call', 'anymore', 'write', 'want', 'write', 'make', 'source', 'way', 'thank', 'bangor', 'maine', 'get', 'votetrumppence', 'together', 'make_america', 'safe', 'great', 'https', 'co', 'sush', 'great', 'day', 'maine', 'fantastic', 'crowd', 'energy', 'maga', 'thank', 'share', 'amy', 'https', 'co', 'stfzceaqgh', 'watch', 'saturday_night', 'live', 'hit', 'job', 'time', 'retire', 'bore', 'unfunny', 'show', 'alec', 'baldwin', 'portrayal', 'stink', 'medium', 'rig', 'election', 'poll', 'close', 'believe', 'lose', 'large', 'number', 'woman', 'voter', 'base', 'make', 'event', 'never', 'happen', 'medium', 'rig', 'election', 'election', 'rig', 'medium', 'coordinate', 'effort', 'clinton', 'campaign', 'put', 'story', 'never', 'happen', 'news', 'let', 'crooked', 'amp', 'gang', 'hook', 'crime', 'looks_like', 'cover', 'bad', 'unbelievable', 'https', 'co', 'ewjhoq', 'country', 'crooked_hillary', 'say', 'fund', 'isi', 'also', 'give', 'wild', 'bill', 'birthday', 'corrupt', 'https', 'co', 'hillary', 'staff', 'think', 'email', 'scandal', 'may', 'blow', 'would', 'trust', 'people', 'national_security', 'https', 'co', 'evbcqozrg', 'wonder', 'hillary', 'avoid', 'prosecution', 'email', 'scheme', 'wikileak', 'may', 'find', 'answer', 'obama', 'https', 'election', 'absolutely', 'rig', 'dishonest', 'distorted', 'medium', 'push', 'crooked_hillary', 'also', 'many', 'polling', 'place', 'sad', 'vast', 'majority', 'feel', 'prosecute', 'even', 'senior', 'fbi', 'official', 'think', 'crooked', 'guilty', 'https', 'co', 'aftds', 'hvlt'], ['join', 'wisconsin', 'tomorrow', 'colorado', 'tuesday', 'green', 'bay', 'pmhttps', 'co', 'nvcbxcolorado', 'spring', 'pm', 'https', 'gwzdgep'], ['democrat', 'corrupt', 'political', 'machine', 'push', 'crooked_hillary', 'clinton', 'paul_ryan', 'always', 'fight', 'republican', 'nominee'], ['paul_ryan', 'man', 'know', 'win', 'include', 'fail', 'run', 'must', 'start', 'focus', 'budget', 'military', 'vet'], ['finally', 'new', 'abc', 'news', 'washington_post', 'poll', 'hillary_clinton', 'point', 'woman', 'voter', 'election', 'close'], ['interview', 'release', 'wikileake', 'show', 'quid', 'quo', 'crooked_hillary', 'mail', 'probe', 'dishonest', 'person', 'paul_ryan', 'zilch'], ['animal', 'represent', 'hillary_clinton', 'dem', 'north_carolina', 'firebombed', 'office', 'orange', 'county', 'win', 'ncgop'], ['safe', 'orange', 'county', 'north_carolina', 'way', 'never', 'forget', 'win', 'proud', 'ncgop'], ['believe', 'totally', 'phoney', 'story', 'make', 'woman', 'many', 'already', 'prove', 'false', 'push', 'big', 'time', 'press', 'impact'], ['course', 'large_scale', 'voter_fraud', 'happen', 'election', 'day', 'republican', 'leader', 'deny', 'go', 'naive'], ['get', 'come', 'together', 'win', 'election', 'year', 'obama', 'bad'], ['wikileak', 'prove', 'even', 'campaign', 'know', 'crooked', 'mishandle', 'classify', 'info', 'one', 'get', 'charge', 'rig', 'https', 'co', 'fggxdss'], ['break', 'state', 'department', 'kennedy', 'pressure', 'fbi', 'unclassify', 'clinton', 'email', 'fbi', 'document', 'https', 'co', 'gyyaneeysa'], ['unbelievable', 'https', 'co'], ['voter_fraud', 'crooked_hillary', 'clinton', 'even', 'get', 'question', 'debate', 'nobody', 'say', 'word', 'imagine', 'get', 'question'], ['corruption', 'confirm', 'fbi', 'confirm', 'state', 'dept', 'offer', 'quid', 'quo', 'cover', 'classify', 'emailshttps', 'co', 'mcnblcso'], ['new', 'poll', 'come', 'cnn', 'great', 'number', 'especially', 'total', 'medium', 'hit', 'job', 'lead', 'ohio'], ['thought', 'force', 'fight', 'isis', 'iraq', 'must', 'never', 'back', 'extreme', 'radical', 'islami', 'https', 'co', 'oeofia', 'rym'], ['state', 'department', 'official', 'accuse', 'offer', 'quid', 'clinton', 'email', 'scandal', 'https', 'co', 'xkmckeyrpj'], ['journalist', 'shower', 'hillary_clinton', 'campaign', 'cashhttps', 'co', 'qzppx', 'https', 'co', 'nswbjn'], ['new', 'poll', 'good', 'medium', 'deceive', 'public', 'put', 'woman', 'front', 'center', 'make', 'story', 'lie'], ['crooked_hillary', 'collude', 'fbi', 'doj', 'medium', 'cover', 'protect', 'riggedsystem', 'country', 'https', 'co', 'kuinrtimvj'], ['join', 'colorado', 'spring', 'colorado', 'tomorrow', 'pm', 'maga', 'ticket', 'https', 'co', 'ktfk', 'ruauk'], ['trump', 'virginia', 'office', 'announce', 'tv', 'ad', 'strategy', 'leadership', 'team', 'https', 'co', 'wvjztjy', 'ba', 'https', 'co', 'jubru', 'mqce'], ['sign', 'first', 'bill', 'repeal', 'obamacare', 'give', 'american', 'many', 'choice', 'much', 'low', 'rate'], ['interview', 'tonight', 'pm', 'anderson', 'cooper', 'cnn', 'doubt', 'well', 'enjoy'], ['evidence', 'medium', 'rig', 'election', 'https', 'co', 'rvh', 'ocgx'], ['get', 'rich', 'quick', 'crooked_hillary', 'clinton', 'pay', 'play', 'guide', 'https', 'co', 'ukh', 'scffrv'], ['exclusive', 'fbi', 'agent', 'say', 'comey', 'stand', 'way', 'clinton', 'email', 'investigation', 'https', 'co', 'fhvvno'], ['donald', 'trump', 'ethic', 'reform', 'plan', 'washington', 'https', 'co', 'lkzas', 'squa'], ['great', 'night', 'go', 'fight', 'person', 'country', 'believe', 'government', 'serve', 'peo', 'https', 'co', 'uikwwnmwr'], ['make', 'government', 'honest', 'believe', 'first', 'go', 'draintheswamp', 'dc', 'https', 'co', 'lmaqpnib'], ['pay', 'play', 'collusion', 'cover', 'up', 'bribery', 'crooked', 'draintheswamp', 'https', 'co', 'fnzmit', 'md'], ['let', 'crooked', 'run', 'govt', 'history', 'remember', 'year', 'america', 'lose', 'independence', 'draintheswamp', 'https', 'co', 'vpyio', 'cnxq'], ['nevada', 'quick', 'reminder', 'today', 'last', 'day', 'register', 'vote', 'https', 'co', 'https', 'gf', 'ercztc'], ['hillary', 'aide', 'urge', 'take', 'foreign', 'lobbyist', 'donation', 'deal', 'attack', 'https', 'co', 'qvr', 'myiz'], ['time', 'draintheswamp', 'washington', 'vote', 'nov', 'take', 'rigged_system', 'https', 'co', 'ox'], ['md', 'amp', 'last', 'day', 'mail', 'voter', 'reg', 'form', 'get', 'form', 'https', 'co', 'cbpgl', 'wyny'], ['thank', 'colorado', 'spring', 'elect', 'president', 'go', 'keep', 'radical_islamic', 'terrorist', 'count', 'https', 'uk', 'rlk'], ['trump', 'rally', 'clinton', 'payroll', 'https', 'co', 'si'], ['clinton', 'campaign', 'try', 'limit', 'damage', 'classify', 'info', 'email', 'server', 'draintheswamp', 'https', 'co', 'wukll'], ['hillary', 'corrupt', 'person', 'ever', 'run', 'presidency', 'united_states', 'draintheswamp', 'https', 'xa', 'yzcq'], ['time', 'draintheswamp', 'washington', 'vote', 'trumppence', 'together', 'make_america', 'safe', 'https', 'co', 'rvcjxdwxzp'], ['draintheswamp', 'https', 'co', 'wqqpjxfboj'], ['food', 'group', 'email', 'show', 'clinton', 'campaign', 'organize', 'potential', 'vps', 'race', 'gender', 'https', 'co', 'fom'], ['time', 'draintheswamp', 'https', 'co', 'xem', 'vdjk'], ['anti', 'catholic', 'email', 'team', 'clinton', 'https', 'https', 'co', 'oluvlm'], ['state', 'department', 'shadow', 'government', 'draintheswamp', 'https', 'co', 'utbqlgryjh'], ['scandal', 'surround', 'clinton', 'gatekeeper', 'state', 'draintheswamp', 'https', 'co'], ['state', 'work', 'hard', 'illegally', 'draintheswamp', 'https', 'co', 'zxvunjtkhf'], ['dem', 'operative', 'oversaw', 'trump', 'rally', 'agitator', 'visit', 'white_house', 'time', 'draintheswamp', 'https', 'co', 'sjaqmzo'], ['top', 'hillary', 'adviser', 'mock', 'plotted', 'attack', 'pro', 'sander', 'civil_rights', 'leader', 'draintheswamp', 'https', 'co', 'ftjzgjw'], ['join', 'delaware', 'ohio', 'tomorrow', 'draintheswamp', 'ticket', 'https', 'co', 'twrfy', 'ryy', 'https', 'co', 'kjzlctj'], ['hillary_clinton', 'deleted_emails', 'email', 'server', 'technician', 'https', 'co', 'ltksaj'], ['obamacare_premiums', 'increase', 'pennsylvania', 'complete', 'disaster', 'must', 'repealed', 'replace', 'https', 'co', 'adzefci'], ['go', 'expand', 'definition', 'lobbyist', 'close', 'loophole', 'draintheswamp', 'https', 'co', 'pbprrenfsk'], ['issue', 'lifetime', 'ban', 'senior', 'executive', 'branch', 'official', 'lobby', 'behalf', 'foreign', 'government', 'https', 'co', 'gqiztdcdfc'], ['join', 'team', 'tonight', 'pme', 'https', 'co', 'zqjmf', 'https', 'co', 'ncjxn', 'furf'], ['lose', 'health', 'insurance', 'battleground', 'north_carolina', 'due', 'obamacare', 'https', 'co', 'mcsko'], ['unbelievable', 'clinton', 'campaign', 'contractor', 'catch', 'voter_fraud', 'video', 'felon', 'visit', 'white_house', 'time', 'https', 'co', 'qqdsmhatkt'], ['hand', 'twitt', 'account', 'team', 'deplorable', 'tonight', 'debate'], ['tune', 'https', 'get', 'word', 'bigleaguetruth', 'debate', 'help', 'spread', 'truth', 'stop', 'https', 'co', 'yqyzf'], ['incredible', 'movement', 'go', 'take', 'country', 'back', 'bigleaguetruth', 'debate', 'https', 'co', 'vgytkbr'], ['ready', 'lead', 'ready', 'make_america', 'great', 'debate', 'maga'], ['want', 'create', 'liberal', 'supreme_court', 'history', 'debate', 'draintheswamp', 'https', 'co'], ['siege', 'need', 'scotus', 'judge', 'uphold', 'constitution', 'debate_bigleaguetruth'], ['realdonaldtrump', 'protect', 'defend', 'constitution', 'debate_bigleaguetruth', 'draintheswamp', 'https', 'co', 'mntio'], ['hillaryclinton', 'list', 'litany', 'way', 'plan', 'restrict', 'gun', 'right', 'survive', 'hillary', 'presidency', 'debate_bigleaguetruth'], ['imperative', 'right', 'justice', 'draintheswamp', 'debate', 'bigleaguetruth', 'https', 'co', 'rhryqijtlu'], ['realdonaldtrump', 'pro', 'life', 'pro', 'family', 'bigleaguetruth', 'debate', 'https', 'co', 'noqbdbmqfm'], ['secondamendment', 'debate', 'https', 'co', 'qboaf', 'dlhs'], ['drug', 'pour', 'country', 'border', 'country', 'ice', 'endorse', 'debate_bigleaguetruth'], ['hillary_clinton', 'american', 'tax', 'dollar', 'provide', 'amnesty', 'thousand', 'illegal', 'put', 'https', 'zpv', 'tfbr'], ['first', 'act', 'president', 'deport', 'drug', 'lord', 'secure', 'border', 'debate', 'maga'], ['plain', 'simple', 'admit', 'country', 'share', 'value', 'respect', 'people', 'https', 'co', 'tljo', 'dtvjz'], ['realdonaldtrump', 'want', 'safe', 'america', 'strong', 'border', 'amnesty', 'end', 'sanctuary_citie', 'https', 'gb'], ['hillary', 'weak', 'lead', 'border_security', 'solution', 'idea', 'credibility', 'support', 'nafta', 'bad', 'deal', 'history', 'debate'], ['trump', 'clinton', 'immigration', 'debate_bigleaguetruth', 'https', 'co', 'op', 'ad'], ['moderator', 'hillary', 'pay', 'brazilian', 'bank', 'speech', 'call', 'open_border', 'debate_bigleaguetruth'], ['potus', 'agree', 'bigleaguetruth', 'draintheswamp', 'https', 'co', 'wnofyy'], ['call', 'syrian', 'immigrant', 'even', 'mention', 'radical_islamic', 'terrorist', 'debate', 'https', 'xkzwbu'], ['hillaryclinton', 'fail', 'fail', 'fail', 'draintheswamp', 'https', 'co', 'eiyu', 'xkk'], ['moderator', 'hillary', 'plan', 'call', 'regulation', 'government', 'spend', 'debate_bigleaguetruth'], ['hillaryclinton', 'foreign_policy', 'disaster', 'american', 'people', 'debate', 'https', 'co', 'tj'], ['hillaryclinton', 'talk', 'job', 'remember', 'promise', 'upstate', 'bigleaguetruth', 'debate', 'https', 'co', 'smjnuhi', 'xb'], ['hillaryclinton', 'tax', 'hike', 'crush', 'economy', 'cut', 'taxis', 'big', 'league', 'https', 'co', 'eta', 'tbnrng', 'https', 'co', 'ngmdp', 'wili'], ['bigleaguetruth', 'https', 'co', 'jhdlwfez'], ['expect', 'crookedhillary', 'taxis', 'spend', 'bigleagetruth', 'draintheswamp', 'debate', 'https', 'co', 'yxnt', 'gnuf'], ['crookedhillary', 'plan', 'add', 'new', 'taxis', 'not', 'afford', 'draintheswamp', 'debate', 'https', 'co', 'jpjky', 'iiqh'], ['renegotiate', 'nafta', 'make', 'great', 'deal', 'go', 'tear', 'go', 'get', 'economy', 'running', 'debate'], ['choice', 'clear', 'bigleaguetruth', 'draintheswamp', 'https', 'co', 'kgx', 'pepmx'], ['crookedhillary', 'give', 'obama', 'economic', 'recovery', 'slow', 'wwii', 'bigleaguetruth', 'https', 'co', 'wvmfhdycu'], ['hillaryclinton', 'year', 'bigleaguetruth'], ['crooked_hillary', 'never', 'create', 'job', 'life', 'create', 'job', 'think', 'https', 'co', 'dl'], ['country', 'stagnant', 'lose', 'job', 'business', 'make', 'thing', 'bill', 'hillary', 'husband', 'sign', 'bless'], ['realdonaldtrump', 'first', 'day', 'office', 'hillary', 'do', 'last', 'year', 'debate', 'https', 'co', 'gunavggs'], ['bring', 'hillaryclinton', 'amp', 'campaign', 'chicago', 'illinoi', 'bigleaguetruth', 'draintheswamp', 'https', 'co', 'iubocecp'], ['crookedhillary', 'nothing', 'wall_street', 'puppet', 'bigleaguetruth', 'debate', 'https', 'co', 'skhbwg', 'aq'], ['crooked', 'camp', 'incite', 'violence', 'rally', 'incident', 'spontaneous', 'claim', 'benghazi', 'https', 'co', 'aczogfifz'], ['first', 'day', 'office', 'hillary', 'do', 'last', 'year', 'debate_bigleaguetruth', 'https', 'co', 'vk'], ['say', 'anything', 'change', 'nothing', 'maga', 'bigleaguetruth', 'https'], ['hillaryclinton', 'love', 'lie', 'america', 'enough', 'clinton', 'time', 'draintheswamp', 'debate', 'https', 'co', 'mz', 'qttr'], ['moderator', 'respectfully', 'answer', 'pay', 'play', 'question', 'debate_bigleaguetruth'], ['crooked', 'hillaryclinton', 'foundation', 'criminal', 'enterprise', 'time', 'draintheswamp', 'https', 'co', 'eomtsijt', 'bigleaguetruth', 'debate'], ['live', 'fact', 'check', 'trump', 'right', 'clinton_foundation', 'take', 'million', 'middle_east', 'draintheswamp', 'https', 'co', 'kgcaf', 'tdtm'], ['crooked', 'top', 'aide', 'mire', 'massive', 'conflict', 'interest', 'state', 'dept', 'must', 'draintheswamp', 'https', 'co', 'jzde', 'debate'], ['give', 'money', 'back', 'hillaryclinton', 'draintheswamp', 'https', 'co', 'lkhruohz'], ['say', 'take', 'back', 'mosul', 'would', 'never', 'lost', 'mosul', 'crookedhillary', 'draintheswamp', 'https', 'co', 'tmsy'], ['hillary', 'fail', 'world', 'bigleaguetruth', 'libya', 'syria', 'iran', 'iraq', 'asia', 'pivot', 'russian', 'reset', 'benghazi', 'https', 'svtt'], ['bernie_sander', 'hrc', 'podesta', 'hrc', 'bad', 'instinct', 'bigleaguetruth', 'debate'], ['bigleaguetruth', 'draintheswamp', 'https', 'co', 'eobixfpc'], ['oppose', 'go', 'iraq', 'hillary', 'vote', 'everything', 'else', 'support', 'disaster', 'https', 'wjxwfbz'], ['instinct', 'suboptimal', 'https', 'co', 'prchvrtpva'], ['say', 'realdonaldtrump', 'great', 'debate', 'hillaryclinton', 'bad', 'performance', 'https', 'co', 'vjz'], ['crooked', 'hillaryclinton', 'allow', 'isis', 'rise', 'claim', 'defeat', 'laughable', 'plan', 'https', 'co', 'fzrmobnqvn'], ['defeat', 'isis', 'long', 'leadership', 'draintheswamp', 'https'], ['usa', 'great', 'business', 'people', 'world', 'let', 'political', 'hack', 'negotiate', 'deal', 'need', 'change', 'bigleaguetruth', 'debate'], ['together', 'save', 'american', 'job', 'american', 'live', 'american', 'future', 'debate', 'https', 'co', 'omn'], ['economy', 'not', 'take', 'year', 'fail', 'policy', 'bigleaguetruth', 'draintheswamp', 'https', 'co', 'xxy'], ['isis', 'infiltrate', 'country', 'europe', 'pose', 'refugee', 'hillaryclinton', 'allow', 'happen', 'https', 'co', 'mmew', 'qstqh'], ['realdonaldtrump', 'go', 'cut', 'taxis', 'big', 'league', 'crooked', 'go', 'raise_taxes', 'big', 'league', 'draintheswamp', 'https', 'co'], ['repeal', 'amp', 'replace', 'obamacare', 'look', 'people', 'draintheswamp', 'https', 'co', 'fsv', 'mwv'], ['hillary', 'health_care', 'policy', 'draintheswamp', 'debate', 'https', 'sr', 'xi'], ['start', 'campaign', 'make_america', 'great', 'go', 'maga', 'debate'], ['not', 'take', 'year', 'barack_obama', 'get', 'vote', 'hillary', 'bigleaguetruth'], ['era', 'division', 'come', 'end', 'create', 'new', 'future', 'americanunity', 'first', 'need', 'https', 'co', 'mzufp', 'bgh'], ['join', 'team', 'facebook_page', 'live', 'debateshttps', 'co', 'vpdvqfo', 'https', 'co', 'twzhrxq'], ['really', 'exciting', 'make', 'point', 'make_america', 'great'], ['great', 'poll', 'thank', 'america', 'draintheswamp', 'together', 'maga', 'debate', 'https', 'co', 'svcjmrshkd'], ['join', 'movement', 'maga', 'https', 'kwol_ibaw', 'https', 'co'], ['washington', 'time', 'presidential', 'debate', 'poll', 'trump', 'clinton', 'draintheswamp', 'debate', 'https', 'co', 'nv'], ['totally', 'dishonest', 'donna', 'brazile', 'choke', 'truth', 'highly', 'illegal', 'watch', 'https', 'co', 'brj', 'ba', 'https', 'fyoro', 'mujx'], ['land', 'ohio', 'thank', 'america', 'honor', 'win', 'final', 'debate', 'movement', 'time', 'https', 'co', 'ivdjrzl'], ['thank', 'america', 'magarasmussen', 'national', 'polldonald', 'trump', 'hillary_clinton', 'https', 'co', 'ez', 'qpcjg'], ['hillary_clinton', 'announce', 'inappropriately', 'give', 'debate', 'question', 'secretly', 'use', 'crooked_hillary'], ['elect', 'potus', 'stop', 'radical_islamic', 'terrorism', 'country', 'order', 'need', 'https', 'co', 'vyk'], ['thank', 'delaware', 'county', 'ohio', 'remember', 'win', 'election', 'go', 'lose', 'country', 'https', 'co', 'ntdrtzyoqi'], ['want', 'access', 'crooked_hillary', 'forget', 'go', 'cost', 'draintheswamp', 'paytoplay', 'https', 'co', 'qjmbzkenk'], ['behalf', 'entire', 'family', 'would', 'truly', 'honor', 'vote', 'let', 'earlyvote', 'https', 'co', 'tv', 'ihuvmfs'], ['icymi', 'ohio', 'rally', 'watch', 'https', 'co', 'qajfocu', 'https', 'co', 'fpshhixi'], ['upcoming', 'rally', 'join', 'pm', 'https', 'co', 'gd', 'https', 'hre', 'foxqpo'], ['trump', 'third', 'debate', 'https', 'co', 'wh', 'fylnrz'], ['crooked', 'take', 'million', 'oppressive', 'country', 'give', 'probably', 'forget', 'slog', 'https', 'co', 'eslgql', 'gg'], ['crooked_hillary', 'promise', 'job', 'ny', 'fail', 'create', 'job', 'president', 'deliver', 'https', 'co', 'ngyckeh', 'xn'], ['obama', 'take', 'office', 'employer', 'provide', 'premium', 'cost', 'today', 'thank', 'obama'], ['addition', 'health', 'coverage', 'disastrous', 'obamacare', 'see', 'massive', 'premium', 'incr', 'https', 'co', 'ldxmumjm'], ['hillary', 'amp', 'obama', 'broken', 'promise', 'repealobamacare', 'https', 'co', 'oz', 'xw'], ['huma', 'call', 'mess', 'rest', 'call', 'corrupt', 'wikileak', 'catch', 'crook', 'act', 'draintheswamp', 'https', 'co', 'juvdlijpwu'], ['result', 'final', 'debate', 'almost', 'unanimous', 'thank', 'exciting', 'time'], ['great', 'crowd', 'fletcher', 'north_carolina', 'thank', 'head', 'johnstown', 'pennsylvania', 'get', 'https', 'khkiz'], ['crookedhillary', 'center', 'negotiate', 'commitment', 'king', 'mohamme', 'morocco', 'clinton', 'fdn', 'https', 'co', 'hwoq', 'jqwy'], ['top', 'clinton_foundation', 'official', 'say', 'could', 'name', 'different', 'example', 'conflict', 'interest', 'https', 'co', 'rtwhdyoyq'], ['great', 'crowd', 'johnstown', 'pennsylvania', 'thank', 'get', 'amp', 'vote', 'watch', 'movement', 'pa', 'afternoon', 'https', 'co', 'dumlbskvey'], ['ironic', 'video', 'clinton', 'lecture', 'underling', 'cybersecurity', 'guard', 'sensitive', 'information', 'https', 'co', 'dl', 'vdmqsly'], ['campaign', 'harry', 'reid', 'work', 'time', 'smear', 'state', 'dept', 'watchdog', 'time', 'draintheswamp', 'https', 'co', 'vddgdpctg'], ['crooked_hillary', 'clinton', 'create', 'mess', 'know', 'draintheswamp', 'https', 'cd', 'https', 'co', 'sjwkuq', 'nkk'], ['donna', 'brazile', 'shred', 'obama', 'economy', 'act', 'dnc', 'chair', 'say', 'people', 'despair', 'thing', 'https', 'co', 'lqnbissox'], ['wikileak', 'reveal', 'clinton', 'camp', 'work', 'friendly', 'malleable', 'reporter', 'draintheswamp', 'co', 'bcylslrxi'], ['crookedhillary', 'send', 'intelligence', 'info', 'podesta', 'hack', 'email', 'unquestionably', 'opsec', 'violation', 'https', 'co', 'aeo', 'co'], ['thank', 'great', 'crowd', 'supporter', 'newtown', 'pennsylvania', 'get', 'amp', 'vote', 'let', 'maga', 'watch', 'https', 'xumlbfw'], ['governor', 'mike_pence', 'cleveland_ohio', 'tomorrow', 'night', 'pm', 'join', 'magaticket', 'https', 'co', 'kfjv', 'po'], ['return', 'pennsylvania', 'bring', 'job', 'amazing', 'crowd', 'go', 'back', 'tomorrow', 'gettysburg'], ['media', 'refuse', 'talk', 'new', 'national', 'poll', 'first', 'place', 'big', 'crowd', 'ever', 'watch', 'happen'], ['cleveland_ohio', 'mike_pence', 'tonight', 'join', 'https', 'hre', 'fofpxqnaple', 'florida', 'tomorrow', 'pm', 'https', 'co', 'oax', 'jvzv'], ['land', 'pennsylvania', 'great', 'new', 'poll', 'morning', 'thank', 'let', 'draintheswamp', 'https', 'co', 'bv', 'rfavg'], ['thank', 'gettysburg', 'pennsylvania', 'draintheswamp', 'https', 'co', 'jwglcxdji'], ['crooked_hillary', 'clinton', 'top', 'middle_east', 'forum', 'islamist', 'money', 'list', 'https', 'co', 'rntx'], ['change', 'come', 'outside', 'broken', 'system', 'maga', 'https'], ['today', 'introduce', 'contract', 'american', 'voter', 'economy', 'strong', 'amp', 'people', 'safe', 'https', 'co', 'xufueu'], ['order', 'draintheswamp', 'amp', 'create', 'new', 'government', 'amp', 'people', 'need', 'vote', 'go', 'https', 'co', 'hfihperfgz', 'let', 'maga'], ['unbelievable', 'crowd', 'supporter', 'virginia', 'beach', 'virginia', 'thank', 'stop', 'cleveland_ohio', 'https', 'co', 'sdx', 'ft'], ['hillary_clinton', 'architect', 'failure', 'draintheswamp', 'co', 'hqsgrc'], ['arrive', 'cleveland_ohio', 'join', 'governor', 'mike_pence', 'live', 'https', 'co', 'ss', 'chftny'], ['huma', 'abedin', 'tell', 'clinton', 'secret', 'email', 'account', 'cause', 'problem', 'https', 'co', 'qzknf'], ['trump', 'lay', 'policy', 'first', 'day', 'white_house', 'https', 'co', 'orwoifjusz'], ['wikileak', 'clinton', 'kaine', 'even', 'lie', 'timing', 'veep', 'pick', 'https', 'co', 'nvdpsfnr'], ['thank', 'massive', 'turnout', 'tonight', 'cleveland_ohio', 'get', 'vote', 'trumppence', 'watch', 'rally', 'https', 'co', 'xujzejwsgk'], ['run', 'house', 'certainly', 'run', 'white_house', 'statement', 'make', 'mrs', 'obama', 'crooked_hillary', 'clinton'], ['well', 'iran', 'do', 'take', 'people', 'ask', 'fortune', 'release', 'happen', 'president'], ['thank', 'review', 'journal', 'editorial', 'donald', 'trump', 'president', 'https', 'bhe', 'reviewjournal'], ['former', 'prosecutor', 'clinton', 'corrupt', 'everything', 'touch', 'turn', 'molten', 'lead', 'https', 'eyfi'], ['remember', 'get', 'amp', 'vote', 'trumppence', 'time', 'draintheswamp', 'last', 'chance', 'https', 'co', 'bngcjut', 'ul'], ['join', 'naple', 'florida', 'evening', 'pm', 'ticket', 'https', 'co', 'oax', 'jvzv', 'https', 'co', 'lbxi', 'dj'], ['crookedhillary', 'paytoplay', 'https', 'nv', 'zmyg'], ['attack', 'mosul', 'turn', 'total', 'disaster', 'give', 'month', 'notice', 'look', 'dumb', 'vote', 'trump', 'win'], ['thank', 'naple', 'florida', 'get', 'vote', 'trumppence', 'let', 'full', 'naple', 'rally', 'https', 'co', 'zbtesj'], ['clinton', 'charity', 'get', 'nation', 'woman', 'gay', 'co', 'ehsubdi', 'xm'], ['ally', 'aid', 'campaign', 'fbi', 'official', 'wife', 'https', 'co', 'gfyke'], ['come', 'secret', 'tape', 'crooked_hillary', 'want', 'take', 'many', 'syrian', 'possible', 'not', 'let', 'happen', 'isis'], ['major', 'story', 'dem', 'make', 'phony', 'poll', 'order', 'suppress', 'trump', 'go', 'win'], ['nobody', 'ask', 'kaine', 'horrible', 'view', 'emanate', 'wikileak', 'catholic', 'medium', 'tank', 'clinton', 'trump', 'win'], ['win', 'press', 'refuse', 'report', 'let', 'fool', 'get', 'vote', 'draintheswamp'], ['get', 'vote', 'draintheswamp', 'rasmussen', 'national', 'trump', 'clinton', 'https', 'co', 'jior'], ['depart', 'farmer', 'round', 'table', 'boynton', 'beach', 'florida', 'get', 'amp', 'vote', 'let', 'maga', 'early_vote', 'county', 'https', 'co', 'mgjxnbxrga'], ['clinton_foundation', 'questionable', 'foreign', 'donation', 'paytoplay', 'co', 'ikeqmrjx'], ['leave', 'west', 'palm_beach', 'florida', 'head', 'st', 'augustine', 'pm', 'rally', 'tampa', 'pm', 'join', 'https', 'co', 'eluneqrxzq'], ['hillary_clinton', 'gun', 'control', 'supporter', 'plant', 'town_hall', 'audience', 'https', 'co', 'gvq'], ['honor', 'receive', 'endorsement', 'sjsopio', 'thank', 'together', 'go', 'make_america', 'safe', 'amp', 'great', 'ag', 'https', 'co', 'pstcoei'], ['join', 'live', 'facebook_page', 'augustine', 'florida', 'let', 'draintheswamp', 'amp', 'make_america', 'great', 'https', 'co', 'mpzvrcar'], ['thank', 'st', 'augustine', 'florida', 'get', 'vote', 'join', 'movement', 'let', 'draintheswamp', 'tampa', 'https', 'co', 'zgwqhy', 'jbx'], ['join', 'tomorrow', 'sanford', 'tallahassee', 'florida', 'sanford', 'pm', 'https', 'co', 'pzenw', 'khegtallahassee', 'pm', 'https', 'co', 'wki', 'bqd'], ['democratic', 'operative', 'catch', 'camera', 'hillary', 'personally', 'order', 'donald', 'duck', 'troll', 'campaign', 'break', 'law', 'https', 'co', 'strehafyuh'], ['peter', 'navarro', 'trump', 'bull', 'bear', 'draintheswamp', 'https', 'co'], ['contract', 'american', 'voter', 'restore', 'honesty', 'accountability', 'amp', 'change', 'washington', 'draintheswamp', 'https', 'co', 'sbvwctt', 'sj'], ['thank', 'bobby', 'bowden', 'intro', 'tonight', 'support', 'hope', 'well', 'florida', 'do', 'https', 'iltoaxj'], ['record', 'crowd', 'tampa_florida', 'thank', 'win', 'draintheswamp', 'washington', 'make_america', 'https', 'co', 'ipsuynxcp'], ['election', 'loom', 'bad', 'news', 'clinton', 'democrat', 'https', 'co', 'awwvqpjto'], ['obamacare_premiums', 'skyrocket', 'crook', 'make', 'bad', 'repeal', 'amp', 'replace', 'https', 'reyv', 'rk'], ['key', 'obamacare_premiums', 'jump', 'next', 'year', 'https', 'co', 'tcdhedpqdg'], ['get', 'vote', 'voice', 'fight', 'make_america', 'great', 'https', 'co', 'xxvlrlhsaz'], ['obamacarefail', 'https', 'co', 'mb', 'rg'], ['obamacarefail', 'https', 'co', 'zvsys'], ['obamacare', 'disaster', 'time', 'repeal', 'amp', 'replace', 'obamacarefail', 'https', 'co', 'xdphvczf'], ['obamacarefail', 'https', 'co', 'aixp'], ['obamacare', 'disaster', 'say', 'begin', 'time', 'repeal', 'amp', 'replace', 'obamacarefail', 'https', 'co', 'cvombvcet'], ['truly', 'honor', 'receive', 'first', 'ever', 'presidential', 'endorsement', 'bay', 'pig', 'veteran', 'association', 'maga', 'https', 'co', 'ardlfkvjax'], ['obamacare', 'disaster', 'rate', 'go', 'sky', 'ready', 'explode', 'fix', 'hillary', 'obamacarefaile'], ['obama', 'warn', 'rigged', 'election', 'time', 'co', 'akczh', 'fj', 'https', 'co', 'mikwahtuv'], ['get', 'ballot', 'colorado', 'see', 'soon', 'win', 'https', 'co', 'odlvzg', 'mlk'], ['meet', 'spend', 'lot', 'time', 'family', 'remembrance', 'project', 'fight', 'everyday', 'https', 'co'], ['repeal', 'replace'], ['thank', 'sanford', 'florida', 'get', 'vote', 'trumppence', 'icymi_watch', 'afternoon', 'rally', 'https', 'co', 'zvxrscclfd'], ['thank', 'tallahassee', 'florida', 'beautiful', 'evening', 'movement', 'get', 'vote', 'icymi_watch', 'https', 'co', 'gdkhwrca'], ['repeal', 'replace', 'obamacare'], ['join', 'ohio', 'tomorrow', 'springfield', 'pm', 'https', 'pm', 'https', 'co', 'bojh', 'czzgeneva', 'pm', 'https', 'co', 'qbirel'], ['say', 'sniper', 'fire', 'surround', 'usss', 'turn', 'total', 'lie', 'fit', 'https', 'co', 'hbirgj'], ['thank', 'charlotte', 'north_carolina', 'great', 'afternoon', 'icymi', 'deliver', 'speech', 'urban', 'renewal', 'full', 'speech', 'https', 'co', 'dqzrir'], ['beautiful', 'evening', 'kinston', 'north_carolina', 'thank', 'get', 'vote', 'watch', 'tonight', 'rally', 'https', 'co', 'wterl'], ['obamacare', 'disaster', 'must', 'repeal', 'amp', 'replace', 'tired', 'lie', 'want', 'draintheswamp', 'get', 'amp', 'vote', 'https'], ['lot', 'call', 'in', 'vote', 'flip', 'voting', 'booth', 'texas', 'people', 'happy', 'big', 'line', 'go'], ['wikileak', 'drip', 'drop', 'release', 'prove', 'thing', 'nov', 'deadline', 'clinton', 'dishonesty', 'scandal', 'https', 'co', 'mfry', 'nvd'], ['ron', 'fourni', 'clinton', 'use', 'secret', 'server', 'protect', 'https', 'co', 'ogp', 'tpxyp'], ['clinton_foundation', 'fundraiser', 'press', 'donor', 'steer', 'business', 'former', 'presidenthttps', 'co', 'plfilr', 'jcn'], ['agree', 'mmflint', 'american', 'see', 'amp', 'hear', 'voice', 'vote', 'draintheswamp', 'https', 'co', 'nbwkogbb'], ['join', 'magatoday', 'springfield', 'toledo', 'geneva', 'friday', 'manchester', 'lisbon', 'cedar_rapid', 'iahttps', 'co'], ['bill', 'clinton', 'inc', 'hack', 'memo', 'reveal', 'intersection', 'charity', 'personal', 'income', 'draintheswamp', 'https', 'co', 'ufdvzesdfd'], ['join', 'live', 'springfield', 'ohio', 'https', 'co', 'lrea', 'wrmox'], ['thank', 'springfield', 'ohio', 'get', 'votetrumppence', 'icymi_watch', 'https', 'co', 'https', 'co', 'rngcuuqo'], ['icymi', 'agree', 'american', 'see', 'amp', 'hear', 'voice', 'vote', 'draintheswamp', 'https', 'co', 'edj', 'moxy'], ['join', 'cedar_rapid', 'iowa', 'tomorrow', 'pm', 'magahttps', 'co', 'qwaejpzvkn', 'https', 'co', 'cnihgkjp'], ['join', 'live', 'toledo', 'ohio', 'time', 'draintheswamp', 'amp', 'maga', 'https', 'co', 'nu', 'mmlh'], ['deliver', 'speech', 'charlotte', 'north_carolina', 'yesterday', 'appreciate', 'feedback', 'amp', 'support', 'let', 'maga', 'https', 'ai'], ['interview', 'oreillyfactor_tonight', 'enjoy'], ['crooked_hillary', 'launch', 'political', 'career', 'let', 'terrorist', 'hook', 'draintheswamp', 'https', 'co', 'blmkzq'], ['join', 'teamtrump', 'facebook', 'amp', 'watch', 'tonight', 'rally', 'geneva', 'ohio', 'rd', 'rally', 'day', 'americafirst', 'maga', 'https', 'zqjmf', 'qcwh'], ['thank', 'geneva', 'ohio', 'elect', 'president', 'go', 'keep', 'radical_islamic', 'terrorist', 'countr', 'https', 'co', 'iqw'], ['join', 'tonight', 'cedar_rapid', 'iowa', 'pm', 'https', 'co', 'qwaejpr', 'nphoenix', 'arizona', 'tomorrow', 'night', 'pm', 'https', 'co', 'qbnlh'], ['people', 'say', 'thing', 'podesta', 'amp', 'hillary', 'people', 'say', 'would', 'fire', 'self', 'respect', 'bad', 'instinct'], ['head', 'talk', 'disaster', 'know', 'obamacare'], ['neera', 'tanden', 'hillary_clinton', 'adviser', 'say', 'israel', 'depressing', 'think', 'israel', 'inspire'], ['must', 'let', 'crookedhillary', 'take', 'criminal', 'scheme', 'oval_office', 'draintheswamp', 'https', 'co', 'gtpkj', 'xiz'], ['land', 'iowa', 'speak', 'soon'], ['thank', 'maine', 'iowa', 'wait', 'time', 'change', 'go', 'https', 'co', 'hvpjw', 'qeq'], ['join', 'colorado', 'pm', 'tomorrow', 'arizona', 'pm', 'ticket', 'golden', 'https', 'co', 'eix', 'sspo', 'https', 'co', 'pheycksxq'], ['colorado', 'big', 'day', 'plan', 'nothing', 'big', 'yesterday'], ['tomorrow', 'nv', 'https', 'co', 'co', 'https', 'co', 'https', 'scol', 'vqlm'], ['obamacarefail', 'https', 'co', 'iusxk'], ['depart', 'golden', 'co', 'arizona', 'unbelievable', 'rally', 'watch', 'https', 'co', 'https', 'jfdmxj'], ['nice', 'great', 'american', 'trump', 'tower', 'right', 'thank', 'https', 'co', 'attgictz'], ['thank', 'phoenix_arizona', 'time', 'new', 'powerful', 'leadership', 'imagine', 'accomplish', 'first', 'https', 'co', 'gqzllxcenk'], ['great', 'day', 'colorado', 'amp', 'arizona', 'nevada', 'colorado', 'new', 'mexico', 'tomorrow', 'join', 'ticket', 'https', 'co', 'vmptslxsct'], ['lead', 'many', 'poll', 'many', 'take', 'criminal', 'investigation', 'announcement', 'friday', 'great', 'state'], ['dem', 'love', 'praise', 'fbi', 'director', 'comey', 'day', 'original', 'evidence', 'overwhelming', 'delay'], ['twitt', 'facebook', 'bury', 'fbi', 'criminal', 'investigation', 'clinton', 'dishonest', 'medium'], ['see', 'tomorrow', 'michigan', 'grand_rapid', 'mi', 'tomorrow', 'noon', 'https', 'co', 'xfprnepnz', 'tomorrow', 'pm', 'https', 'co', 'uhrtgs'], ['thank', 'nevada', 'love', 'depart', 'greeley', 'colorado', 'get', 'vote', 'icymi_watch', 'https', 'co', 'uiloprten'], ['thank', 'greeley', 'co', 'real', 'change', 'mean', 'restore', 'honesty', 'govt', 'plan', 'end', 'govt', 'corruption', 'watch', 'https', 'qz'], ['beautiful', 'rally', 'new', 'mexico', 'evening', 'thank', 'get', 'vote', 'rally', 'https', 'co', 'rsgt', 'zh'], ['join', 'tomorrow', 'michigan', 'grand_rapid', 'pm', 'https', 'co', 'xfprnf', 'pm', 'https', 'co', 'drewbh', 'https', 'co', 'iyxwip', 'rvd'], ['hillary', 'official', 'favor', 'morocco', 'result', 'clinton_foundation', 'co', 'qoo', 'fzsvf'], ['legendary', 'basketball', 'coach_bobby', 'knight', 'win', 'many', 'championship', 'gold', 'medal', 'introduce', 'https', 'co', 'ahltfg'], ['raise', 'online', 'week', 'record', 'week', 'draintheswamp', 'today', 'set', 'big', 'record', 'contribute', 'https', 'qmzcxwo'], ['thank', 'grand_rapid', 'michigan', 'icymi_watch', 'https', 'co', 'mdqcs', 'cob', 'https', 'byfld'], ['obamacarefail', 'hillarycarefail', 'https', 'co', 'gaxowvi'], ['hear', 'michigan', 'stream', 'live', 'join', 'america', 'time', 'drain', 'swamp', 'watch', 'https', 'co', 'pjxelwc'], ['look', 'way', 'crooked_hillary', 'handling', 'mail', 'case', 'total', 'mess', 'unfit', 'president'], ['lead', 'abc', 'washingtonpost', 'poll', 'go', 'point', 'two_weeks', 'mostly', 'crooked_hillary', 'blow'], ['crooked_hillary', 'allow', 'run', 'president', 'delete', 'mail', 'get', 'subpoena', 'congress', 'rig'], ['join', 'tomorrow', 'florida', 'miami', 'pmhttps', 'orlando', 'pmhttps', 'cpensacola', 'https', 'co', 'knzraeulzo'], ['terrible', 'crooked', 'report', 'get', 'debate', 'question', 'donna', 'brazile', 'would', 'front_page', 'news'], ['icymi', 'governor', 'mike_pence', 'valley', 'forge', 'pennsylvania', 'today', 'watch', 'https', 'co', 'gwgmcv'], ['darrellissa', 'good', 'man', 'help', 'win', 'congressional', 'seat', 'california'], ['keep', 'jail', 'top', 'doj', 'official', 'involve', 'clinton', 'probe', 'represent', 'campaign', 'chairman', 'https', 'co', 'quzn', 'ceoq'], ['trump', 'promise', 'special', 'session', 'repeal', 'obamacare', 'https', 'co', 'wtcd'], ['hillary', 'adviser', 'want', 'avoid', 'support', 'israel', 'talk', 'democrat', 'https', 'co', 'ivu'], ['mika', 'brzezinski', 'dem', 'criticism', 'comey', 'reinforce', 'idea', 'something', 'https', 'co', 'evbp', 'xespn', 'https', 'co', 'qidbidpat'], ['podesta', 'urge', 'clinton', 'team', 'hand', 'email', 'private', 'server', 'emerge', 'https', 'co', 'nyvvmoa'], ['wikileak', 'email', 'reveal', 'podesta', 'urge', 'clinton', 'camp', 'dump', 'email', 'time', 'draintheswamp', 'https', 'co', 'ajiacixk'], ['thank', 'incredible', 'support', 'wisconsin', 'governor', 'scottwalker', 'time', 'draintheswamp', 'amp', 'maga', 'https', 'co', 'gkbkkmtudn'], ['join', 'florida', 'tomorrow', 'miami', 'pmhttps', 'orlando', 'pmhttps', 'cpensacola', 'https', 'co', 'kequujeo'], ['change', 'vote', 'state', 'see', 'hillary', 'big', 'mistake', 'change', 'vote', 'make_america', 'great'], ['go', 'repeal', 'replace', 'obamacare', 'much', 'less', 'expensive', 'much', 'well', 'healthcare', 'hillary', 'cost', 'triple'], ['crooked_hillary', 'clinton', 'delete', 'mail', 'subpoena', 'united_states', 'congress', 'guilty', 'not', 'run', 'rigged_system'], ['pray', 'family', 'iowa', 'police', 'ambush', 'morning', 'attack', 'keep', 'safe', 'attack'], ['thank', 'miami', 'day', 'go', 'win', 'great', 'state', 'florida', 'go', 'win', 'white', 'https', 'co', 'mkypop', 'med'], ['pay', 'friend', 'high', 'place', 'justice_department', 'clearly', 'clinton', 'draintheswamp', 'https', 'co', 'kzxb'], ['clinton', 'camp', 'fumed', 'surrogate', 'tell', 'supporter', 'clinton', 'plan', 'betray', 'labor', 'tpp', 'post', 'election', 'https', 'zzjbgdzp'], ['decade', 'lie', 'scandal', 'crooked_hillary', 'corruption', 'closing', 'draintheswamp', 'https', 'co'], ['thank', 'orlando', 'florida', 'day', 'away', 'deliver', 'justice', 'forget', 'man', 'woman', 'https', 'co', 'lpxbqz'], ['day', 'https', 'co', 'ehtgiepfsm'], ['thank', 'arlene', 'make_america', 'safe', 'great', 'imwithyou', 'draintheswamp', 'https', 'co', 'tsi', 'yp'], ['wife_melania', 'speak', 'pennsylvania', 'afternoon', 'exciting', 'big', 'crowd', 'watch', 'north_carolina'], ['obamacare', 'total', 'disaster', 'hillary_clinton', 'want', 'save', 'make', 'even', 'expensive', 'work', 'repeal', 'replace'], ['look', 'air_force', 'mia', 'campaign', 'instead', 'create', 'job', 'amp', 'fix', 'obamacare', 'get', 'back', 'work', 'american', 'people'], ['watch', 'beautiful', 'wife_melania', 'speak', 'love', 'country', 'family', 'make', 'proud', 'https', 'co', 'dikmsntlc'], ['thank', 'concord', 'north_carolina', 'win', 'go', 'go', 'https', 'co', 'mbn', 'waf'], ['crookedhillary', 'unfit', 'serve', 'https', 'co', 'bsugvinnf'], ['join', 'wilmington', 'ohio', 'tomorrow', 'time', 'draintheswamp', 'ticket', 'https', 'co', 'eclecm', 'nmw', 'https', 'sb', 'irrxjxj'], ['challenge', 'great', 'dream', 'reach', 'thank', 'selma', 'north_carolina', 'icymi_watch', 'https', 'co', 'uirhgyrsl'], ['join', 'today', 'wilmington', 'ohio', 'pm', 'https', 'tampa_florida', 'https', 'pvmum'], ['clinton', 'campaign', 'obama', 'justice', 'co', 'lzkvfc'], ['aide', 'definitely', 'release', 'hrc', 'email', 'https', 'gy', 'pgkadow'], ['thank', 'end', 'illegal_immigration', 'stop', 'drug', 'deport', 'criminal_aliens', 'amp', 'save', 'american', 'life', 'watc', 'https', 'co', 'uxcazvkb'], ['ice', 'officer', 'warn', 'hillary', 'immigration', 'plan', 'unleash', 'gang', 'cartel', 'amp', 'drug', 'violence', 'nationwide', 'https', 'co', 'asrbwqrv'], ['obama', 'work', 'hard', 'straighten', 'country', 'try', 'protect', 'elect', 'hillary', 'would', 'much', 'better'], ['join', 'live', 'wilmington', 'ohio', 'https', 'co', 'eullu'], ['thank', 'ohio', 'vote', 'replace', 'obamacare', 'save', 'healthcare', 'family', 'united_state', 'watch', 'https', 'co'], ['thing', 'stop', 'corrupt', 'machine', 'force', 'strong', 'enough', 'save', 'country', 'https', 'co', 'dcshokuzc'], ['join', 'live', 'hershey', 'pennsylvania', 'live', 'https', 'co', 'szpb', 'https', 'co', 'jwfgi', 'vlww'], ['join', 'denver', 'colorado', 'tomorrow', 'pm', 'ticket', 'https', 'co', 'ljygik', 'mri'], ['thank', 'hershey', 'pennsylvania', 'get', 'amp', 'vote', 'amp', 'maga', 'rallyforriley', 'icymi_watch', 'https', 'co', 'mawukvbtr'], ['make_america', 'great'], ['join', 'denver', 'colorado', 'tonight', 'pm', 'https', 'co', 'ljygik', 'mrinew', 'scranton', 'pennsylvania', 'monday', 'pm', 'https', 'co', 'bcerctspdf'], ['thank', 'incredible', 'support', 'morning', 'tampa_florida', 'icymi_watch', 'https', 'co', 'khf', 'moe', 'https', 'co', 'gscfnav'], ['thank', 'wilmington', 'north_carolina', 'day', 'away', 'change', 'wait', 'entire', 'life', 'https', 'co', 'zjzrbflst'], ['watch', 'coach', 'mike', 'ditka', 'great', 'guy', 'supporter', 'tonight', 'pme', 'wattersworld', 'jessebwatter', 'foxnew'], ['must', 'act', 'immediately', 'clinton', 'charity', 'lawyer', 'tell', 'exec', 'break', 'lawhttps', 'hsi', 'qhqtv'], ['top', 'clinton', 'aide', 'bemoan', 'campaign', 'tactic', 'vision', 'https', 'co', 'mhyvqtiq'], ['draintheswamp', 'https', 'co', 'vgp', 'bvf'], ['join', 'tomorrow', 'minnesota', 'pmhttps', 'co', 'wcglh', 'prs', 'michigan', 'pmhttps', 'co', 'https', 'co', 'ovhcrt'], ['join', 'live', 'reno_nevada', 'https', 'co', 'bf', 'hrxaa', 'https', 'co', 'epqrxha', 'cm'], ['thank', 'reno_nevada', 'nothing', 'stop', 'quest', 'make_america', 'safe', 'great', 'americafirst', 'https', 'co', 'eehocbgs'], ['great', 'night', 'denver', 'colorado', 'thank', 'together', 'make_america', 'great', 'icymi_watch', 'rally', 'https', 'co', 'lbvnho'], ['van', 'jone', 'crack', 'blue', 'wall', 'trade', 'https', 'co', 'bvef', 'cc'], ['thank', 'iowa', 'get', 'amp', 'votetrumppence', 'https', 'co', 'hfihperfgz', 'https', 'co', 'qsukelqmkb'], ['monday', 'scranton', 'pennsylvania', 'pm', 'https', 'co', 'bcerctspdfgrand', 'rapid', 'michigan', 'pm', 'https', 'co', 'pgfmlp'], ['thank', 'minnesota', 'time', 'draintheswamp', 'amp', 'maga', 'icymi_watch', 'https', 'co', 'fvthc', 'yil', 'https', 'co', 'saxijrxj'], ['american', 'comeback', 'story', 'begin', 'together', 'make_america', 'safe', 'great', 'everyone', 'watch', 'https', 'co', 'cgtr'], ['thank', 'michigan', 'movement', 'never', 'see', 'last', 'chance', 'draintheswamp', 'watch', 'https', 'co', 'csdgkcfyrl'], ['thank', 'pennsylvania', 'forever', 'grateful', 'amazing', 'support', 'let', 'make_america', 'great', 'maga', 'https', 'co', 'qbcjzazw'], ['thank', 'support', 'virginia', 'day', 'get', 'votetrumppence', 'icymi', 'https', 'co', 'qcftwy', 'https', 'co', 'wosecjm'], ['start', 'tomorrow', 'go', 'americafirst', 'thank', 'great', 'morning', 'sarasota', 'florida', 'watch', 'https', 'kjkkvl'], ['land', 'north_carolina', 'head', 'dorton', 'arena', 'see', 'soon', 'let', 'https', 'co', 'euo', 'kewx'], ['way', 'https', 'co', 'ild'], ['love', 'north_carolina', 'thank', 'amazing', 'support', 'get', 'https', 'co', 'hfihperfgz', 'tomorrow', 'watch', 'https', 'co', 'jzzfquznyh'], ['trump', 'https', 'co', 'rpwiyb', 'aov'], ['trump', 'need', 'vote', 'https', 'co', 'rvuduehzq'], ['america', 'must', 'decide', 'fail', 'policy', 'fresh', 'perspective', 'corrupt', 'system', 'outsider', 'https', 'co', 'qiw', 'sqw'], ['missouri', 'let', 'defeat', 'crooked_hillary', 'amp', 'koster', 'missouri', 'koster', 'support', 'obamacare', 'amp', 'amnesty', 'vote', 'outsider', 'navy', 'seal', 'ericgreiten'], ['live', 'periscope', 'join', 'minute', 'pennsylvania', 'get', 'amp', 'vote', 'tomorrow', 'let', 'maga', 'https', 'lmmk'], ['thank', 'pennsylvania', 'go', 'michigan', 'watch', 'pa', 'rally', 'https', 'co', 'dlingst', 'https', 'co', 'zch', 'crfikm'], ['today', 'florida', 'pledge', 'stand', 'people', 'venezuela', 'fight', 'oppression', 'cont', 'https', 'co', 'eelqk', 'wuw'], ['big', 'news', 'share', 'tonight', 'poll', 'look', 'great', 'see', 'soon'], ['unbelievable', 'evening', 'thank', 'fly', 'grand_rapid', 'michigan', 'watch', 'rally', 'https', 'co', 'anrfgk'], ['today', 'go', 'win', 'great', 'state', 'michigan', 'go', 'win', 'white_house', 'thank', 'mi', 'https', 'co', 'onrpevzhrw'], ['today', 'make_america', 'great'], ['vote', 'today', 'go', 'https', 'co', 'mxraxyntjy', 'find', 'polling', 'location', 'go', 'make_america', 'great', 'https', 'co', 'kpq', 'ey', 'vwq'], ['need', 'vote', 'go', 'poll', 'let', 'continue', 'movement', 'find', 'poll', 'location', 'https', 'tx', 'https', 'zgox', 'ebhw'], ['electionday', 'https', 'co', 'mxraxyntjy', 'https', 'co', 'fzhoncih'], ['watch', 'election', 'result', 'trump', 'tower', 'manhattan', 'family', 'friend', 'exciting'], ['accord', 'cnn', 'utah', 'official', 'report', 'vote', 'machine', 'problem', 'entire', 'country'], ['let', 'keep', 'get', 'vote', 'election', 'far', 'well', 'much', 'time', 'leave', 'go', 'florida'], ['still', 'time', 'votetrump', 'ivote', 'electionnight', 'https', 'co', 'uztyay', 'ba'], ['watch', 'return', 'electionnight', 'https', 'co', 'hfujerzbod'], ['beautiful', 'important', 'evening', 'forget', 'man', 'woman', 'never', 'forget', 'come', 'together', 'never'], ['happy', 'birthday', 'marine_corp', 'thank', 'service', 'https'], ['fantastic', 'day', 'meet', 'president', 'obama', 'first', 'time', 'really', 'good', 'meeting', 'great', 'chemistry', 'melania', 'like', 'mrs', 'lot'], ['open', 'successful', 'presidential', 'election', 'professional', 'protester', 'incite', 'medium', 'protest', 'unfair'], ['love', 'fact', 'small', 'group', 'protester', 'last_night', 'passion', 'great', 'country', 'come', 'together', 'proud'], ['busy', 'day', 'plan', 'soon', 'make', 'important', 'decision', 'people', 'run', 'government'], ['today', 'express', 'deep', 'gratitude', 'serve', 'armed_force', 'thankavet', 'https', 'co', 'wpk', 'qwpk'], ['prove', 'great', 'time', 'live', 'american', 'unite', 'win', 'win', 'win'], ['nytime', 'lose', 'thousand', 'subscriber', 'poor', 'highly', 'inaccurate', 'coverage', 'trump', 'phenomenon'], ['nytime', 'send', 'letter', 'subscriber', 'apologize', 'bad', 'coverage', 'wonder', 'change', 'doubt'], ['mitt_romney', 'call', 'congratulate', 'win', 'nice'], ['george', 'george', 'call', 'express', 'best_wishe', 'win', 'nice'], ['governor', 'john_kasich', 'great', 'great', 'great', 'state', 'ohio', 'call', 'congratulate', 'win', 'people', 'ohio', 'incredible'], ['nytimes', 'state', 'today', 'djt', 'believe', 'country', 'acquire', 'nuclear_weapon', 'dishonest', 'never', 'say'], ['interview', 'minute', 'tonight', 'nfl', 'game', 'enjoy'], ['debate', 'especially', 'second', 'third', 'speeche', 'intensity', 'large', 'rally', 'great', 'supporter', 'give', 'win'], ['election', 'base', 'total', 'popular', 'vote', 'would', 'campaigned', 'florida', 'california', 'even', 'bigger', 'easily'], ['electoral_college', 'actually', 'genius', 'bring', 'state', 'include', 'small', 'one', 'play', 'campaign', 'much', 'different'], ['organized', 'process', 'taking_place', 'decide', 'cabinet', 'many', 'position', 'know', 'finalist'], ['try', 'get', 'top', 'level', 'security', 'clearance', 'child', 'typically', 'false', 'news', 'story'], ['failing_nytimes', 'story', 'totally', 'wrong', 'transition', 'go', 'smoothly', 'also', 'speak', 'many', 'foreign', 'leader'], ['recieve', 'take', 'call', 'many', 'foreign', 'leader', 'failing_nytime', 'say', 'russia', 'china', 'saudi_arabia', 'japan'], ['australia', 'new', 'zealand', 'always', 'available', 'nytime', 'upset', 'look', 'fool', 'coverage'], ['transition', 'team', 'work', 'long', 'hour', 'fantastic', 'job', 'see', 'many', 'great', 'candidate', 'today', 'maga'], ['get', 'call', 'friend', 'bill', 'ford', 'chairman', 'ford', 'advise', 'keep', 'lincoln', 'plant', 'kentucky', 'mexico'], ['work', 'hard', 'bill', 'ford', 'keep', 'lincoln', 'plant', 'kentucky', 'owe', 'great', 'state', 'kentucky', 'confidence'], ['work', 'weekend', 'choose', 'great', 'man', 'woman', 'help', 'make_america', 'great'], ['settle', 'trump', 'university', 'lawsuit', 'small', 'fraction', 'potential', 'award', 'president', 'focus', 'country'], ['bad', 'thing', 'win', 'presidency', 'time', 'go', 'long', 'win', 'trial', 'trump', 'bad'], ['wonderful', 'future', 'mike_pence', 'harass', 'last_night', 'theater', 'cast', 'hamilton', 'camera', 'blaze', 'happen'], ['theater', 'must', 'always', 'safe', 'special', 'place', 'cast', 'hamilton', 'rude', 'last_night', 'good', 'man', 'mike_pence', 'apologize'], ['cast', 'producer', 'hamilton', 'hear', 'highly_overrate', 'immediately', 'apologize', 'mike_pence', 'terrible', 'behavior'], ['numerous', 'patriot', 'come', 'bedminster', 'today', 'continue', 'fill', 'various', 'position', 'necessary', 'make_america', 'great'], ['watch', 'part', 'nbcsnl', 'saturday_night', 'live', 'last_night', 'totally', 'one_side', 'biased', 'show', 'nothing', 'funny', 'equal', 'time'], ['general', 'jame', 'mad', 'dog', 'mattis', 'consider', 'secretary', 'defense', 'impressive', 'yesterday', 'true', 'general', 'general'], ['always', 'good', 'relationship', 'chuck_schumer', 'far', 'smart', 'harry', 'ability', 'get', 'thing', 'do', 'good', 'news'], ['transition', 'update', 'policy', 'plan', 'first', 'day', 'https', 'co', 'htgpxfpwej'], ['prior', 'election', 'well', 'know', 'interest', 'property', 'world', 'crooked', 'medium', 'make', 'big', 'deal'], ['many', 'people', 'would', 'see', 'nigel_farage', 'represent', 'great', 'britain', 'ambassador', 'united_state', 'would', 'great', 'job'], ['cancel', 'today', 'meet', 'failing_nytimes', 'term', 'condition', 'meeting', 'change', 'last', 'moment', 'nice'], ['perhaps', 'new', 'meeting', 'set', 'nytime', 'meantime', 'continue', 'cover', 'inaccurately', 'nasty', 'tone'], ['failing_nytime', 'announce', 'complaint', 'year', 'high', 'fully_understand', 'announce'], ['great', 'meeting', 'take', 'place', 'today', 'trump', 'tower', 'concern', 'formation', 'people', 'run', 'government', 'next', 'year'], ['president', 'elect', 'donald', 'trump', 'cia_director', 'garner', 'praise', 'https', 'co', 'ufdlwtwbeq', 'https', 'co', 'mrpag', 'oziq'], ['jeff_session', 'fit', 'selection', 'attorney_general', 'https', 'co', 'ljktkazsfy'], ['meeting', 'nytime', 'back', 'today', 'look_forward'], ['seriously', 'consider', 'head', 'hud', 'get', 'know', 'greatly', 'talented', 'person', 'love', 'people'], ['bus', 'crash', 'tennessee', 'sad', 'amp', 'terrible', 'condolence', 'family', 'member', 'loved_one', 'beautiful', 'child', 'remember'], ['let', 'give', 'thank', 'let', 'boldly', 'face', 'exciting', 'new', 'frontier', 'lie', 'ahead', 'happy', 'https', 'mggjrxm'], ['happy', 'thanksgive', 'everyone', 'together', 'make_america', 'great'], ['work', 'hard', 'even', 'thanksgive', 'try', 'get', 'carrier', 'company', 'stay', 'indiana', 'make', 'progress', 'know', 'soon'], ['fidel', 'castro', 'dead'], ['green', 'party', 'scam', 'fill', 'coffer', 'ask', 'impossible', 'recount', 'join', 'badly', 'defeat', 'amp', 'demoralized', 'dem'], ['democrat', 'incorrectly', 'think', 'go', 'win', 'ask', 'election', 'night', 'tabulation', 'accept', 'anymore'], ['concede', 'election', 'call', 'prior', 'victory', 'speech', 'result', 'nothing', 'change'], ['hillary', 'debate', 'answer', 'delay', 'horrify', 'way', 'democracy', 'work', 'year', 'free'], ['fair', 'election', 'accept', 'outcome', 'may', 'like', 'must', 'expect', 'anyone', 'stand'], ['general', 'election', 'appal', 'somebody', 'nominee', 'major', 'party', 'would', 'take', 'kind'], ['position', 'separately', 'state', 'say', 'something', 'truly', 'horrify', 'refuse', 'say', 'would', 'respect', 'result'], ['election', 'direct', 'threat', 'democracy', 'say', 'accept', 'result', 'look', 'future', 'donald'], ['trump', 'go', 'president', 'owe', 'open', 'mind', 'chance', 'lead', 'much', 'time', 'money', 'spend', 'result', 'sad'], ['addition', 'win', 'electoral_college', 'landslide', 'popular', 'vote', 'deduct', 'million', 'people', 'vote', 'illegally'], ['would', 'much', 'easy', 'win', 'call', 'popular', 'vote', 'electoral_college', 'would', 'campaign'], ['state', 'instead', 'state', 'visit', 'would', 'even', 'easily', 'convincingly', 'small', 'state', 'forget'], ['serious', 'voter_fraud', 'virginia', 'california', 'medium', 'report', 'serious', 'bias', 'big', 'problem'], ['cuba', 'unwilling', 'make', 'well', 'deal', 'cuban', 'people', 'cuban', 'american', 'people', 'whole', 'terminate', 'deal'], ['meet', 'general', 'petraeus', 'impress'], ['cnn', 'embarrassed', 'total', 'support', 'hillary_clinton', 'loss', 'landslide', 'know'], ['great', 'state', 'michigan', 'certify', 'trump', 'win', 'give', 'make_america', 'great', 'supporter', 'victory'], ['think', 'cnn', 'would', 'get', 'better', 'fail', 'badly', 'support', 'hillary_clinton', 'however', 'election', 'bad'], ['nobody', 'allow', 'burn', 'american', 'flag', 'must', 'consequence', 'perhaps', 'loss', 'citizenship', 'year', 'jail'], ['thought', 'prayer', 'great', 'people', 'tennessee', 'terrible', 'wildfire', 'stay', 'safe'], ['president', 'elect', 'donald', 'trump', 'intend', 'nominate', 'congressman', 'tom', 'price', 'seema', 'verma', 'https', 'co', 'zth', 'cuy', 'https', 'co', 'twigakj'], ['president', 'elect', 'donald', 'trump', 'nominate', 'elaine', 'chao', 'secretary', 'department', 'transportation', 'https', 'co', 'fmgdhazxb'], ['go', 'indiana', 'thursday', 'make', 'major', 'announcement', 'concern', 'carrier', 'stay', 'indianapolis', 'great', 'deal', 'worker'], ['big', 'day', 'thursday', 'indiana', 'great', 'worker', 'wonderful', 'state', 'keep', 'company', 'job', 'thank', 'carrier'], ['isis', 'take', 'credit', 'terrible', 'stab', 'attack', 'ohio', 'state', 'university', 'somali', 'refugee', 'country'], ['hold', 'major', 'news', 'conference', 'city', 'child', 'december', 'discuss', 'fact', 'leave'], ['great', 'business', 'total', 'order', 'fully', 'focus', 'run', 'country', 'order', 'make_america', 'great', 'mandate'], ['law', 'feel', 'visually', 'important', 'president', 'way', 'conflict', 'interest', 'various', 'business'], ['hence', 'legal', 'document', 'craft', 'take', 'completely', 'business', 'operation', 'presidency', 'far', 'important', 'task'], ['join', 'cincinnati', 'ohio', 'tomorrow', 'evening', 'pm', 'grateful', 'support', 'thank', 'ticket', 'https', 'co', 'tffa'], ['president', 'elect', 'donald', 'trump', 'today', 'announce', 'intent', 'nominate', 'steven', 'mnuchin', 'wilbur', 'ross', 'amp', 'todd', 'rickett', 'https', 'co', 'cebxowsnyp'], ['donald', 'trump', 'already', 'help', 'work', 'class', 'https', 'co', 'gtuncqhlyx'], ['look_forward', 'go', 'indiana', 'tomorrow', 'order', 'great', 'worker', 'carrier', 'sell', 'many', 'air', 'conditioner'], ['thought', 'prayer', 'affect', 'tragic', 'storm', 'tornadoe', 'southeastern', 'united_state', 'stay', 'safe'], ['getting_ready', 'leave', 'great', 'state', 'indiana', 'meet', 'hard', 'work', 'wonderful', 'people', 'carrier'], ['head', 'bank', 'arena', 'cincinnati', 'ohio', 'pm', 'rally', 'join', 'ticket', 'https', 'co', 'hiwqzvhv'], ['thank', 'ohio', 'together', 'make', 'history', 'real', 'work', 'begin', 'america', 'start', 'win', 'https', 'co', 'svnsnje'], ['president', 'taiwan', 'call', 'today', 'wish', 'congratulation', 'win', 'presidency', 'thank'], ['interesting', 'sell', 'taiwan', 'billion', 'dollar', 'military', 'equipment', 'accept', 'congratulatory', 'call'], ['rexnord', 'indiana', 'move', 'mexico', 'rather', 'viciously', 'fire', 'worker', 'happen', 'country'], ['state', 'treasurer', 'john', 'kennedy', 'choice', 'senator', 'louisiana', 'early_voting', 'today', 'election', 'next', 'saturday'], ['great', 'vpe', 'mike_pence', 'louisiana', 'campaign', 'kennedy', 'senate', 'tremendous', 'help', 'washington'], ['try', 'watch', 'saturday_night', 'live', 'unwatchable', 'totally_biased', 'funny', 'baldwin', 'impersonation', 'get', 'bad', 'sad'], ['go', 'substantialy', 'reduce', 'taxis', 'regulation', 'business', 'business', 'leave', 'country', 'country'], ['fire', 'employee', 'build', 'new', 'factory', 'plant', 'country', 'think', 'sell', 'product', 'back'], ['retribution', 'consequence', 'wrong', 'tax', 'soon', 'strong', 'border', 'company'], ['want', 'sell', 'product', 'car', 'unit', 'back', 'border', 'tax', 'make', 'leave', 'financially', 'difficult'], ['company', 'able', 'move', 'state', 'tax', 'tariff', 'charge', 'forewarn', 'prior', 'make'], ['expensive', 'mistake', 'united_state', 'open', 'business'], ['green', 'party', 'drop', 'recount', 'suit', 'pennsylvania', 'lose', 'vote', 'wisconsin', 'recount', 'stein', 'scam', 'raise', 'money'], ['foxnew', 'run', 'objectified', 'donald', 'trump', 'rating', 'hit', 'produce', 'great', 'harvey', 'levin', 'tmz', 'enjoy'], ['china', 'ask', 'devalue', 'currency', 'make', 'hard', 'company', 'compete', 'heavily', 'tax', 'product', 'go'], ['country', 'tax', 'build', 'massive', 'military', 'complex', 'middle', 'south', 'china', 'sea', 'think'], ['thrill', 'nominate', 'realbencarson', 'next', 'secretary', 'dept', 'housing', 'urban', 'development', 'https', 'co', 'ojkudfhp'], ['press', 'would', 'cover', 'accurately', 'amp', 'honorably', 'would', 'far', 'less', 'reason', 'tweet', 'sadly', 'know', 'ever', 'happen'], ['thankyoutour', 'north', 'nc', 'iowahttps', 'co', 'iurtvwmsx', 'https', 'co', 'vcqaij', 'qob'], ['boee', 'building', 'brand', 'new', 'future', 'president', 'cost', 'control', 'cancel', 'order'], ['join', 'tonight', 'fayetteville', 'pm', 'thankyoutour', 'ticket', 'https', 'co', 'https', 'co', 'jeg'], ['masa', 'softbank', 'japan', 'agree', 'invest', 'business', 'new', 'job'], ['masa', 'say', 'would', 'never', 'trump', 'election'], ['depart', 'general', 'jame', 'mad', 'dog', 'mattis', 'tonight', 'rally', 'north_carolina', 'see', 'https', 'co', 'sgjbwi'], ['great', 'night', 'fayetteville', 'north_carolina', 'thank', 'icymi_watch', 'https', 'co', 'zautgxkppb', 'https', 'co', 'ef', 'xrwmcia'], ['interview', 'todayshow', 'enjoy'], ['pause', 'today', 'remember', 'american', 'hero', 'selflessly', 'give', 'life', 'pearl_harbor', 'https', 'co', 'erlr'], ['join', 'tomorrow', 'des_moine', 'iowa', 'vice', 'president', 'elect', 'mike_pence', 'pm', 'thankyoutour', 'maga', 'https', 'geq'], ['chuck', 'jone', 'president', 'united', 'steelworker', 'do', 'terrible', 'job', 'represent', 'worker', 'wonder', 'company', 'flee', 'country'], ['united', 'steelworker', 'good', 'would', 'keep', 'job', 'indiana', 'spend', 'time', 'work', 'less', 'time', 'talk', 'reduce', 'due'], ['today', 'lose', 'great', 'pioneer', 'air', 'space', 'john', 'glenn', 'hero', 'inspire', 'generation', 'future', 'explorer', 'miss'], ['way', 'des_moine', 'iowa', 'see', 'soon', 'mike_pence', 'join', 'ticket', 'https', 'co', 'iurtvwmsx', 'thankyoutour'], ['join', 'tomorrow', 'maga', 'baton_rouge', 'ticket', 'https', 'co', 'rviq', 'pm', 'grand_rapid', 'mi', 'ticket', 'https', 'co', 'utwag'], ['thank', 'iowa', 'thankyoutour', 'https', 'oqmeo'], ['join', 'live', 'louisiana', 'tomorrow', 'nee', 'go', 'poll', 'amp', 'send', 'john', 'kennedy', 'senate', 'https', 'co', 'jtz', 'bkel'], ['thank', 'louisiana', 'get', 'vote', 'john', 'kennedy', 'tomorrow', 'elect', 'kennedy', 'help', 'enact', 'agenda', 'behal', 'https', 'co', 'shxeyreezi'], ['thank', 'michigan', 'go', 'bring', 'job', 'amp', 'together', 'make_america', 'great', 'watch', 'https', 'co', 'eyloo', 'fqw'], ['rudygiuliani', 'fine', 'people', 'know', 'former', 'great', 'mayor', 'take', 'consideration', 'state'], ['nothing', 'apprentice', 'fact', 'conceive', 'mark', 'big', 'stake', 'devote', 'time'], ['show', 'support', 'armed_force', 'go', 'army', 'navy', 'game', 'today', 'looking_forward', 'fun'], ['report', 'cnn', 'work', 'apprentice', 'presidency', 'even', 'part', 'time', 'ridiculous', 'amp', 'untrue', 'fake_news'], ['interesting', 'read', 'unfortunately', 'much', 'true', 'https', 'bom'], ['october', 'thank', 'chris_wallace', 'foxnewssunday', 'https', 'co', 'vesgpcwq'], ['interview', 'today', 'fox', 'news', 'sunday', 'chris_wallace', 'eastern', 'network', 'enjoy'], ['army', 'navy', 'game', 'fantastic', 'nothing', 'spirit', 'stadium', 'wonderful', 'experience', 'congrat', 'army'], ['spend', 'friday', 'campaign', 'kennedy', 'great', 'state', 'louisiana', 'senate', 'election', 'john'], ['choose', 'state', 'chairman', 'amp', 'ceo', 'exxonmobil', 'world', 'class', 'player', 'dealmaker', 'stay_tune'], ['interview', 'foxnew', 'enjoy'], ['watch', 'nbcnightlynew', 'bias', 'inaccurate', 'bad', 'point', 'point', 'get', 'much', 'bad', 'cnn', 'right'], ['imagine', 'election', 'result', 'opposite', 'try', 'play', 'russia', 'cia', 'card', 'would', 'call', 'conspiracy', 'theory'], ['catch', 'hacker', 'act', 'hard', 'determine', 'hacking', 'bring', 'election'], ['program', 'cost', 'control', 'billion', 'dollar', 'save', 'military', 'purchase'], ['thankyoutour', 'tue', 'west', 'alli', 'pa', 'orlando', 'sit', 'mobile', 'ticket', 'https', 'co', 'ivzfx'], ['final', 'wisconsin', 'vote', 'guess', 'pick', 'additional', 'vote', 'dem', 'green', 'party', 'rest', 'scam'], ['make', 'announcement', 'next', 'secretary', 'state', 'tomorrow', 'morning'], ['even_though', 'mandate', 'law', 'leaving', 'businese', 'focus', 'full', 'time'], ['presidency', 'child', 'eric', 'executive', 'manage', 'new', 'deal', 'do', 'term', 'office'], ['hold', 'press_conference', 'future', 'discuss', 'business', 'cabinet', 'pick', 'topic', 'interest', 'busy', 'time'], ['choose', 'truly', 'great', 'business', 'leader', 'world', 'chairman', 'ceo', 'exxonmobil', 'secretary', 'state'], ['wisconsin', 'pennsylvania', 'certify', 'win', 'state', 'actually', 'pick', 'additional', 'vote'], ['thing', 'good', 'vast', 'experience', 'deal', 'successfully', 'type', 'foreign', 'government'], ['join', 'saturday', 'ladd', 'peeble', 'stadium', 'mobile', 'alabama', 'thankyoutour', 'ticket', 'https', 'co', 'rfmkcmgyw'], ['thank', 'wisconsin', 'administration', 'focus', 'important', 'word', 'job', 'job', 'job', 'watch', 'https', 'co', 'iegwzluife'], ['billgate', 'jimbrownnfl', 'trump', 'tower', 'office', 'yesterday', 'great', 'guy', 'https', 'co', 'pjsoeu'], ['anyone', 'look', 'really', 'poor', 'number', 'vanityfair', 'magazine', 'way', 'big', 'trouble', 'dead', 'graydon_carter', 'talent'], ['thank', 'time', 'magazine', 'financial', 'time', 'name', 'person', 'year', 'great', 'honor'], ['medium', 'try', 'hard', 'make', 'move', 'white_house', 'pertain', 'business', 'complex', 'actually'], ['russia', 'entity', 'hacking', 'white_house', 'wait', 'long', 'act', 'complain', 'hillary', 'lose'], ['join', 'mobile', 'alabama', 'sit', 'thankyoutour', 'ticket', 'https', 'co', 'gggbjl', 'https', 'co', 'opkrwo'], ['thank', 'pennsylvania', 'together', 'go', 'make_america', 'great', 'watch', 'https', 'co', 'qwfw', 'https', 'co', 'fefhq'], ['talk', 'cyberattack', 'reveal', 'head', 'dnc', 'illegally', 'give', 'hillary', 'question', 'debate'], ['together', 'hope', 'movement', 'fan', 'go', 'swearing', 'let', 'set', 'time', 'record'], ['thankyoutour', 'tonight', 'orlando', 'florida', 'ticket', 'https', 'co', 'jwqeccp', 'ntomorrow', 'mobile', 'alabamaticket', 'https', 'cq', 'awcuzt'], ['thank', 'florida', 'administration', 'follow', 'simple', 'rule', 'buy', 'american', 'hire', 'american', 'icymi_watch', 'https', 'co', 'vgtzsjsfu'], ['last_night', 'orlando', 'florida', 'incredible', 'massive', 'crowd', 'thank', 'florida', 'today', 'alabama', 'last', 'rally'], ['mobile', 'alabama', 'today', 'last', 'rally', 'year', 'thank', 'alabama', 'south', 'big', 'crowd', 'expect', 'see'], ['china', 'steal', 'united_states', 'navy', 'research', 'drone', 'international', 'water', 'rip', 'water', 'take', 'china', 'unprecedented', 'act'], ['thank', 'alabama', 'go', 'americafirst', 'goal', 'bring', 'back', 'wonderful', 'phrase', 'https', 'co'], ['tell', 'china', 'want', 'drone', 'steal', 'back', 'let', 'keep'], ['many', 'supporter', 'act', 'threaten', 'people', 'lose', 'election', 'would', 'scorn', 'amp', 'call', 'terrible', 'name'], ['today', 'terror', 'attack', 'turkey', 'switzerland', 'germany', 'get', 'bad', 'civilized', 'world', 'must', 'change', 'thinking'], ['thank', 'great', 'supporter', 'officially', 'election', 'distort', 'inaccurate', 'medium'], ['bill', 'clinton', 'state', 'call', 'election', 'wrong', 'call', 'nice', 'congratulation', 'know', 'much'], ['especially', 'get', 'people', 'even', 'unlimited', 'budget', 'vote', 'vital', 'swing', 'state', 'focus', 'wrong', 'state'], ['true', 'carlo', 'slim', 'great', 'businessman', 'mexico', 'call', 'get', 'together', 'meeting', 'meet', 'great', 'guy'], ['campaign', 'win', 'electoral_college', 'much', 'difficult', 'amp', 'sophisticated', 'popular', 'vote', 'hillary', 'focus', 'wrong', 'state'], ['would', 'do', 'even', 'well', 'election', 'possible', 'winner', 'base', 'popular', 'vote', 'would', 'campaign', 'differently'], ['hear', 'pundit', 'commentator', 'discuss', 'fact', 'spend', 'far', 'less', 'money', 'win', 'hillary', 'loss'], ['meet', 'really', 'great', 'general', 'navy', 'admiral', 'today', 'talk', 'airplane', 'capability', 'pricing', 'impressive', 'people'], ['resolution', 'consider', 'united_nations', 'security', 'council', 'regard', 'israel', 'veto', 'cont', 'https', 'co', 'rxkkznf'], ['someone', 'incorrectly', 'state', 'phrase', 'drain', 'swamp', 'longer', 'use', 'actually', 'always', 'try', 'dts'], ['united_state', 'must', 'greatly', 'strengthen', 'expand', 'nuclear', 'capability', 'time', 'world', 'come', 'sense', 'regard', 'nuke'], ['base', 'tremendous', 'cost', 'cost', 'overrun', 'lockhee', 'martin', 'ask', 'boee', 'price', 'comparable', 'super', 'hornet'], ['call', 'list', 'celebrity', 'want', 'tixs', 'inauguration', 'look', 'hillary', 'nothing', 'want', 'people'], ['wonderful', 'son', 'eric', 'longer', 'allow', 'raise', 'money', 'child', 'cancer', 'possible', 'conflict', 'interest'], ['presidency', 'ridiculous', 'shame', 'love', 'kid', 'raise', 'million', 'dollar', 'must', 'stop', 'wrong', 'answer'], ['thing', 'different', 'jan'], ['terrorist', 'kill', 'many', 'people', 'germany', 'say', 'crime', 'god', 'slaughter', 'pig', 'swear'], ['slaughter', 'purely', 'religious', 'threat', 'turn', 'reality', 'hatred', 'country', 'fight', 'back'], ['vladimir_putin', 'say', 'today', 'hillary', 'dem', 'opinion', 'humiliating', 'must', 'able', 'lose', 'dignity', 'true'], ['nbcnew', 'purposely', 'leave', 'part', 'nuclear', 'qoute', 'time', 'world', 'come', 'sense', 'regard', 'nuke', 'dishonest'], ['big', 'loss', 'yesterday', 'israel', 'united_nation', 'make', 'much', 'hard', 'negotiate', 'peace', 'bad', 'get', 'do', 'anyway'], ['happy', 'hanukkah', 'https', 'co', 'uvzwtykv'], ['foxnew', 'objectify', 'tonight', 'enjoy'], ['merrychristma', 'https', 'co', 'ggdmjrgms'], ['happy', 'new', 'year', 'everyone'], ['president', 'obama', 'say', 'think', 'would', 'say', 'say', 'way', 'job', 'leave', 'isis', 'ocare'], ['united_nation', 'great', 'potential', 'right', 'club', 'people', 'get', 'together', 'talk', 'good', 'time', 'sad'], ['world', 'gloomy', 'hope', 'market', 'nearly', 'christma', 'spend', 'trillion_dollar'], ['give', 'million', 'dollar', 'djt', 'foundation', 'raise', 'recieve', 'million', 'give', 'charity', 'medium', 'report'], ['djt', 'foundation', 'foundation', 'never', 'pay', 'fee', 'rent', 'salary', 'expense', 'money', 'go', 'wonderful', 'charity'], ['president', 'obama', 'campaign', 'hard', 'personally', 'important', 'swing', 'state', 'lose', 'voter', 'want', 'make_america', 'great'], ['consumer_confidence', 'index', 'december', 'surge', 'nearly', 'point', 'highest_level', 'year', 'thank', 'donald'], ['good', 'disregard', 'many', 'inflammatory', 'president', 'statement', 'roadblock', 'think', 'go', 'smooth', 'transition'], ['not', 'continue', 'let', 'israel', 'treat', 'total', 'disdain', 'disrespect', 'use', 'great', 'friend'], ['anymore', 'begin', 'end', 'horrible', 'iran', 'deal', 'stay', 'strong', 'israel', 'fast', 'approach'], ['economist', 'say', 'trump', 'deliver', 'hope', 'https', 'co', 'sjgbggliuq'], ['administration', 'follow', 'simple', 'rule', 'https', 'qy'], ['great', 'move', 'delay', 'putin', 'always', 'know', 'smart'], ['join', 'american', 'found', 'hall', 'fame', 'legend', 'jimbrownnfl', 'washington', 'https', 'co', 'wjz', 'itcqv'], ['russian', 'play', 'cnn', 'nbcnew', 'fool', 'funny', 'watch', 'clue', 'foxnew', 'totally', 'get'], ['happy', 'new', 'year', 'include', 'many', 'enemy', 'fight', 'lose', 'badly', 'know', 'love'], ['happy_birthday', 'donaldjtrumpjr', 'https', 'co', 'urxycd', 'hbz'], ['american', 'happynewyear', 'amp', 'many', 'blessing', 'looking_forward', 'wonderful', 'amp', 'prosperous', 'https', 'co', 'asdmal', 'iy'], ['well', 'new', 'year', 'begin', 'together', 'make_america', 'great'], ['chicago', 'murder', 'rate', 'record_setting', 'shooting', 'victim', 'murder', 'mayor', 'must', 'ask', 'federal', 'help'], ['cnn', 'release', 'book', 'call', 'unprecedented', 'explore', 'race', 'amp', 'victory', 'hope', 'well', 'use', 'bad', 'cover', 'photo'], ['various', 'medium', 'outlet', 'pundit', 'say', 'think', 'go', 'lose', 'election', 'wrong', 'come', 'together', 'last', 'week'], ['thought', 'feel', 'would', 'win', 'big', 'easily', 'fabled', 'cancel', 'firework', 'know'], ['north_korea', 'state', 'final', 'stage', 'develop', 'nuclear', 'weapon', 'capable', 'reach', 'part', 'happen'], ['china', 'take', 'massive_amount', 'money', 'amp', 'wealth', 'totally', 'one_sided', 'trade', 'help', 'north_korea', 'nice'], ['general_motor', 'send', 'mexican', 'make', 'model', 'chevy', 'cruze', 'car', 'dealer', 'tax', 'free', 'border', 'make', 'pay', 'big', 'border', 'tax'], ['people', 'must', 'remember', 'obamacare', 'work', 'affordable', 'increase', 'arizona', 'bill', 'clinton', 'call', 'crazy'], ['democrat', 'governor', 'minnesota', 'say', 'affordable', 'care', 'act', 'obamacare', 'longer', 'affordable', 'lousy', 'healthcare'], ['congress', 'work', 'really', 'make', 'weaken', 'independent', 'ethic', 'watchdog', 'unfair'], ['may', 'number', 'act', 'priority', 'focus', 'tax', 'reform', 'healthcare', 'many', 'thing', 'importance', 'dts'], ['instead', 'drive', 'job', 'wealth', 'away', 'america', 'become', 'world', 'great', 'magnet', 'innovation', 'amp', 'job', 'creation', 'https', 'co', 'sixrptsort'], ['release', 'gitmo', 'extremely', 'dangerous', 'people', 'allow', 'back', 'battlefield'], ['trump', 'already', 'deliver', 'job', 'promise', 'america', 'https', 'co', 'sptma', 'tm'], ['general', 'news', 'conference', 'january', 'eleventh', 'thank'], ['intelligence', 'briefing', 'call', 'russian', 'hacking', 'delay', 'friday', 'perhaps', 'time', 'need', 'build', 'case', 'strange'], ['julian', 'assange', 'say', 'year', 'old', 'could', 'hack', 'podesta', 'dnc', 'careless', 'also', 'say', 'russian', 'give', 'info'], ['thank', 'ford', 'scrap', 'new', 'plant', 'mexico', 'create', 'new', 'job', 'begin', 'much', 'follow'], ['somebody', 'hack', 'dnc', 'hacking', 'defense', 'rnc', 'respond', 'terrible'], ['thing', 'say', 'give', 'question', 'debate', 'total', 'double_standard', 'medium', 'usual', 'give', 'pass'], ['republican', 'must', 'careful', 'dem', 'fail', 'obamacare', 'disaster', 'poor', 'coverage', 'massive', 'premium', 'increase'], ['hike', 'arizona', 'also', 'deductible', 'high', 'practically', 'useless', 'let', 'schumer', 'clown', 'web'], ['massive', 'increase', 'obamacare', 'take', 'place', 'year', 'dem', 'blame', 'mess', 'fall', 'weight', 'careful'], ['jackie', 'evancho', 'album', 'sale', 'skyrocket', 'announce', 'inauguration', 'performance', 'people', 'understand', 'movement'], ['democrat', 'lead', 'head', 'clown', 'chuck_schumer', 'know', 'bad', 'obamacare', 'mess', 'instead', 'work', 'fix'], ['typical', 'political', 'thing', 'blame', 'fact', 'obamacare', 'lie', 'begin', 'keep', 'doctor', 'keep', 'plan'], ['time', 'republican', 'amp', 'democrat', 'get', 'together', 'come', 'healthcare_plan', 'really', 'work', 'much', 'less', 'expensive', 'amp', 'far', 'better'], ['dishonest', 'medium', 'like', 'say', 'agreement', 'julian', 'assange', 'wrong', 'simply', 'state', 'state', 'people'], ['make', 'mind', 'truth', 'medium', 'lie', 'make', 'look', 'intelligence', 'fact', 'big', 'fan'], ['toyota', 'motor', 'say', 'build', 'new', 'plant', 'baja', 'mexico', 'build', 'corolla', 'car', 'way', 'build', 'plant', 'pay', 'big', 'border', 'tax'], ['nbc', 'get', 'exclusive', 'look', 'top', 'secret', 'report', 'obama', 'present', 'give', 'report', 'politic'], ['democratic', 'national', 'committee', 'would', 'allow', 'fbi', 'study', 'see', 'computer', 'info', 'supposedly', 'hack', 'russia'], ['sure', 'hack', 'never', 'even', 'request', 'examination', 'computer', 'server', 'go'], ['dishonest', 'medium', 'report', 'money', 'spend', 'build', 'great', 'wall', 'sake', 'speed', 'pay', 'back', 'mexico', 'later'], ['hillary', 'dem', 'never', 'go', 'beat', 'passion', 'voter', 'see', 'happen', 'last', 'two_week'], ['know', 'big', 'trouble', 'cancel', 'big', 'firework', 'last', 'minute', 'see', 'movement', 'never'], ['hopefully', 'supporter', 'want', 'make_america', 'great', 'go', 'january_th', 'great', 'show'], ['rating', 'arnold', 'schwarzenegger', 'get', 'swamp', 'destroy', 'comparison', 'rating', 'machine', 'djt', 'much'], ['movie', 'star', 'season', 'compare', 'season', 'compare', 'season', 'care', 'support', 'kasich', 'amp', 'hillary'], ['anna', 'wintour', 'come', 'office', 'trump', 'tower', 'ask', 'meet', 'editor', 'conde', 'nast', 'steven', 'newhouse', 'friend', 'go'], ['ask', 'chair', 'house', 'senate', 'committee', 'investigate', 'top', 'secret', 'intelligence', 'share', 'prior', 'see'], ['monitor', 'terrible', 'situation', 'florida', 'speak', 'governor', 'scott', 'thought', 'prayer', 'stay', 'safe'], ['happy_birthday', 'erictrump', 'https', 'co', 'bjaey', 'qfsn'], ['gross', 'negligence', 'democratic', 'national', 'committee', 'allow', 'hack', 'take', 'place', 'republican', 'national', 'committee', 'strong', 'defense'], ['intelligence', 'state', 'strongly', 'absolutely', 'evidence', 'hack', 'affect', 'election', 'result', 'voting', 'machine', 'touch'], ['reason', 'hack', 'poorly', 'defend', 'dnc', 'discuss', 'loss', 'dem', 'big', 'totally', 'embarrassed'], ['good', 'relationship', 'russia', 'good', 'thing', 'bad', 'thing', 'stupid', 'people', 'fool', 'would', 'think', 'bad'], ['enough', 'problem', 'world', 'yet', 'president', 'russia', 'respect', 'far'], ['country', 'perhaps', 'work', 'together', 'solve', 'many', 'great', 'press', 'problem', 'issue', 'world'], ['congratulation', 'jane', 'timken', 'major', 'upset', 'victory', 'become', 'ohio', 'republican_party', 'chair', 'jane', 'loyal', 'trump', 'supporter', 'amp', 'star'], ['look', 'much', 'forward', 'meeting', 'prime_minister', 'theresa', 'may', 'washington', 'spring', 'britain', 'longtime', 'ally', 'special'], ['kellyanne', 'conway', 'go', 'meetthepress', 'morning', 'interview', 'chucktodd', 'dishonest', 'medium', 'cut', 'minute', 'terrible'], ['anyone', 'see', 'classify', 'highly', 'confidential', 'hacking', 'intelligence', 'report', 'leak', 'nbcnew', 'serious'], ['dishonest', 'medium', 'say', 'mexico', 'pay', 'wall', 'pay', 'little', 'later', 'wall', 'build', 'quickly', 'medium', 'fake'], ['rupert', 'murdoch', 'great', 'guy', 'like', 'much', 'better', 'successful', 'candidate', 'ever', 'successful', 'developer'], ['meryl', 'streep', 'rate', 'actress', 'hollywood', 'know', 'attack', 'last_night', 'golden', 'globe'], ['hillary', 'flunky', 'lose', 'big', 'time', 'never', 'mock', 'disabled', 'reporter', 'would', 'never', 'simply', 'show'], ['grovel', 'totally', 'change', 'year', 'old', 'story', 'write', 'order', 'make', 'look', 'bad', 'dishonest', 'medium'], ['finally', 'happen', 'fiat', 'chrysler', 'announce', 'plan', 'invest', 'michigan', 'ohio', 'plant', 'add', 'job'], ['ford', 'say', 'last', 'week', 'expand', 'michigan', 'instead', 'build', 'billion_dollar', 'plant', 'mexico', 'thank', 'ford', 'amp', 'fiat'], ['old', 'picture', 'nancy', 'ronald_reagan', 'https', 'co', 'kvq', 'pzpaf'], ['thank', 'man', 'woman', 'protect', 'amp', 'serve', 'community', 'https', 'co', 'aqubdipsgv'], ['small_business', 'optimism', 'index', 'surge', 'https', 'co', 'bttdg'], ['small_business', 'optimism', 'soar', 'trump', 'election', 'https', 'co'], ['trump', 'help', 'lift', 'small_business', 'confidence', 'high', 'https', 'co', 'mhbabrehzt', 'https', 'co', 'cwavj', 'frdx'], ['fake_news', 'total', 'political', 'witch_hunt'], ['buzzfeed', 'run', 'unverifiable', 'trump', 'russia', 'claim', 'fakenew', 'https', 'co', 'dacfzhnh'], ['russia', 'say', 'unverified', 'report', 'pay', 'political', 'opponent', 'complete', 'total', 'fabrication', 'utter', 'nonsense', 'unfair'], ['russia', 'never', 'try', 'leverage', 'nothing', 'russia', 'deal', 'loan', 'nothing'], ['win', 'election', 'easily', 'great', 'movement', 'verify', 'crooked', 'opponent', 'try', 'belittle', 'victory', 'fake_news', 'sorry', 'state'], ['intelligence', 'agency', 'never', 'allow', 'fake_news', 'leak', 'public', 'one', 'last', 'shot', 'live', 'nazi', 'germany'], ['great', 'news', 'conference', 'trump', 'tower', 'today', 'couple', 'fake_news', 'organization', 'people', 'truly', 'get', 'go'], ['james_clapper', 'call', 'yesterday', 'denounce', 'false', 'fictitious', 'report', 'illegally', 'circulate', 'make', 'phony', 'fact', 'bad'], ['thank', 'linda', 'bean', 'bean', 'great', 'support', 'courage', 'people', 'support', 'even', 'buy', 'bean', 'lbperfectmaine'], ['cnn', 'total', 'meltdown', 'fake_news', 'rating', 'tank', 'election', 'credibility', 'soon', 'go'], ['congrat', 'senate', 'take', 'first', 'step', 'repealobamacare', 'house'], ['cabinet', 'nominee', 'look', 'good', 'great', 'job', 'want', 'express', 'thought'], ['turn', 'phony', 'allegation', 'put', 'together', 'political', 'opponent', 'fail', 'spy', 'afraid', 'sue'], ['totally', 'make', 'fact', 'sleazebag', 'political', 'operative', 'democrat', 'republican', 'fake_news', 'russia', 'say', 'nothing', 'exist', 'probably'], ['release', 'intelligence', 'even', 'know', 'proof', 'never', 'people', 'full', 'report', 'hack', 'day'], ['hillary_clinton', 'people', 'complain', 'respect', 'base', 'information', 'never'], ['allow', 'run', 'guilty', 'hell', 'nice', 'lose', 'campaign', 'wrong', 'state', 'enthusiasm'], ['unaffordable', 'care', 'act', 'soon', 'history'], ['beautiful', 'funeral', 'today', 'real', 'nyc', 'hero', 'detective', 'steven', 'mcdonald', 'community', 'complete', 'total', 'support'], ['congressman', 'john', 'lewis', 'spend', 'time', 'fix', 'help', 'district', 'horrible', 'shape', 'falling_apart'], ['mention', 'crime', 'infest', 'rather', 'falsely', 'complain', 'election', 'result', 'talk', 'talk', 'talk', 'action', 'result', 'sad'], ['intelligence', 'insider', 'claim', 'trump', 'dossier', 'complete', 'fraud', 'oann'], ['congressman', 'john', 'lewis', 'finally', 'focus', 'burn', 'crime', 'infest', 'inner_citie', 'help', 'get'], ['inauguration', 'day', 'turn', 'even', 'big', 'expect', 'fun'], ['democrat', 'angry', 'many', 'obama', 'democrat', 'vote', 'job', 'bring', 'nation', 'number'], ['get', 'high', 'car', 'company', 'other', 'want', 'business', 'country', 'start', 'make', 'thing', 'win'], ['many', 'year', 'country', 'divide', 'angry', 'untruste', 'many', 'say', 'never', 'change', 'hatred', 'deep', 'change'], ['thank', 'bob', 'woodward', 'say', 'garbage', 'document', 'never', 'present', 'trump', 'right', 'upset', 'angry'], ['intelligence', 'chief', 'make', 'mistake', 'amp', 'people', 'make', 'mistake', 'apologize', 'medium', 'also', 'apologize'], ['nbcnew', 'bad', 'saturday_night', 'live', 'bad', 'funny', 'cast', 'terrible', 'always', 'complete', 'hit', 'job', 'really', 'bad', 'television'], ['foxnew', 'outgoing', 'cia', 'chief', 'john_brennan', 'blast', 'pre', 'elect', 'trump', 'russia', 'threat', 'fully_understand', 'really'], ['much', 'bad', 'look', 'syria', 'red', 'line', 'crimea', 'ukraine', 'build', 'russian', 'nuke', 'good', 'leaker', 'fake_news'], ['celebrate', 'martin', 'luther', 'king', 'day', 'many', 'wonderful', 'thing', 'stand', 'honor', 'great', 'man'], ['cnn', 'place', 'special', 'report', 'daughter_ivanka', 'considering', 'cnn', 'imagine', 'great'], ['people', 'pour', 'washington', 'record', 'number', 'biker', 'trump', 'way', 'great', 'thursday', 'friday', 'saturday'], ['people', 'phony', 'election', 'poll', 'wrong', 'approval_rating', 'poll', 'rig'], ['job', 'bring', 'back', 'even', 'take', 'office', 'new', 'auto', 'plant', 'come', 'back'], ['country', 'massive', 'cost', 'reduction', 'negotiate', 'military', 'purchase', 'believe', 'people', 'see', 'big', 'stuff'], ['lewis', 'say', 'inauguration', 'first', 'miss', 'wrong', 'lie', 'boycott', 'bush', 'also'], ['thought', 'would', 'hypocritical', 'attend', 'bush', 'swear', 'believe', 'bush', 'true', 'elect', 'president', 'sound', 'familiar'], ['trump', 'medium', 'miss', 'https', 'co', 'hfab'], ['thank', 'general_motors', 'walmart', 'start', 'big', 'job', 'push', 'back'], ['interview', 'ainsleyearhardt', 'foxandfriend', 'enjoy'], ['totally_biased', 'nbcnew', 'go', 'way', 'say', 'big', 'announcement', 'ford', 'lockhee', 'amp', 'other', 'job', 'come', 'back'], ['nothing', 'trump', 'fake_news', 'ask', 'top', 'ceo', 'company', 'real', 'fact', 'come', 'back'], ['bayer', 'ag', 'pledge', 'add', 'job', 'investment', 'meet', 'president', 'elect', 'donald', 'trump', 'late', 'string', 'wsj'], ['wonder', 'today', 'show', 'bias', 'nbc', 'badly', 'compare', 'glorious', 'past', 'little', 'credibility'], ['thealabamaband', 'great', 'last_night', 'playing', 'diplomat', 'ambassador', 'country', 'world', 'thank', 'alabama'], ['write', 'inaugural', 'address', 'winter', 'white_house', 'week', 'ago', 'looking_forward', 'friday', 'https', 'co', 'ojoxjrga'], ['looking_forward', 'speedy', 'recovery', 'george', 'barbara', 'bush', 'hospitalize', 'thank', 'wonderful', 'letter'], ['great', 'see', 'theleegreenwood', 'kimberly', 'evening', 'dinner', 'godblesstheusa', 'https', 'co', 'sxvmawvoft'], ['thank', 'amazing', 'wound', 'warrior', 'service', 'honor', 'tonight', 'https', 'qj', 'cpfaykd'], ['donald', 'trump', 'divide', 'country', 'country', 'divide', 'long', 'time', 'state', 'today', 'reverend', 'franklin_graham'], ['getting_ready', 'leave', 'washington', 'journey', 'begin', 'work', 'fight', 'hard', 'make', 'great', 'journey'], ['american', 'people', 'doubt', 'together', 'make_america', 'great'], ['way', 'inauguration', 'https', 'co', 'houmbxgnpe'], ['great', 'concert', 'today', 'lincoln', 'memorial', 'enjoy'], ['join', 'pm', 'lincoln', 'memorial', 'family', 'inauguration', 'https', 'co'], ['thank', 'join', 'lincoln', 'memorial', 'tonight', 'special', 'evening', 'together', 'go', 'make', 'https', 'co', 'bamh'], ['thank', 'wonderful', 'evening', 'washington', 'inauguration', 'https', 'co', 'xpfqthj'], ['begin', 'today', 'see', 'swear', 'movement', 'continue', 'work', 'begin'], ['today', 'merely', 'transfer', 'power', 'administration', 'party', 'transferring'], ['power', 'washington', 'give', 'back', 'american', 'people', 'inaugurationday'], ['truly', 'matter', 'party', 'control', 'government', 'government', 'control', 'people'], ['remember', 'day', 'people', 'become', 'ruler', 'nation'], ['forget', 'man', 'woman', 'country', 'forget', 'long', 'moment', 'go', 'americafirst'], ['bring', 'job', 'bring', 'back', 'border', 'bring', 'back', 'wealth', 'bring', 'back', 'dream'], ['follow', 'simple', 'rule', 'buy', 'american', 'amp', 'hire', 'american', 'inaugurationday', 'maga'], ['time', 'remember', 'https', 'co'], ['american', 'city', 'far', 'small', 'large', 'mountain', 'mountain', 'https', 'co', 'czkkrgxlsi'], ['american', 'https', 'fy'], ['thank', 'wonderful', 'evening', 'washington', 'together', 'make_america', 'great', 'https', 'co', 'aoj', 'ruh'], ['fantastic', 'day', 'evening', 'washington', 'thank', 'foxnew', 'many', 'news', 'outlet', 'great', 'review', 'speech'], ['great', 'meeting', 'cia', 'headquarters', 'yesterday', 'packed_house', 'pay', 'great', 'respect', 'wall', 'long', 'stand', 'ovation', 'amazing', 'people', 'win'], ['watch', 'protest', 'yesterday', 'impression', 'election', 'people', 'vote', 'celeb', 'hurt', 'badly'], ['television', 'rating', 'people', 'watch', 'inauguration', 'good', 'rating', 'years_ago'], ['peaceful', 'protest', 'hallmark', 'democracy', 'even', 'always', 'agree', 'recognize', 'right', 'people', 'express', 'view'], ['busy', 'week', 'plan', 'heavy', 'focus', 'job', 'national_security', 'top', 'executive', 'come', 'talk', 'manufacturing', 'america'], ['meet', 'top', 'automobile', 'executive', 'concern', 'job', 'america', 'want', 'new', 'plant', 'build', 'car', 'sell'], ['photo', 'deliver', 'yesterday', 'display', 'upper', 'low', 'press', 'hall', 'thank', 'abba', 'https', 'co', 'uzp', 'ivvrp'], ['great', 'meeting', 'automobile', 'industry', 'leader', 'whitehouse', 'morning', 'together', 'maga', 'https', 'co', 'oxdilokgsz'], ['sign', 'order', 'move_forward', 'construction', 'keystone', 'dakota', 'access', 'pipeline', 'oval', 'https', 'co', 'vok'], ['great', 'meeting', 'ford', 'ceo', 'mark', 'field', 'general_motor', 'ceo', 'mary', 'barra', 'whitehouse', 'today', 'https', 'co', 'eigo', 'lp'], ['congratulation', 'foxnew', 'number', 'inauguration', 'rating', 'many', 'time', 'high', 'fake_new', 'cnn', 'public', 'smart'], ['chicago', 'fix', 'horrible', 'carnage', 'go', 'shooting', 'killing', 'send', 'fed'], ['big', 'day', 'plan', 'national_security', 'tomorrow', 'many', 'thing', 'build_wall'], ['ask', 'major', 'investigation', 'voter_fraud', 'include', 'register', 'vote', 'state', 'illegal'], ['even', 'register', 'vote', 'dead', 'many', 'long', 'time', 'depend', 'result', 'strengthen', 'voting', 'procedure'], ['make', 'supreme_court', 'pick', 'thursday', 'next_week', 'thank'], ['interview', 'davidmuir', 'tonight', 'clock', 'abc', 'first', 'interview', 'white_house', 'https', 'co', 'zuorrdcoc'], ['begin', 'today', 'united_states', 'america', 'get', 'back', 'control', 'border', 'full', 'speech', 'today', 'dhsgov', 'https', 'co', 'adahsahg'], ['president', 'high', 'duty', 'protect', 'live', 'american', 'people', 'https', 'co', 'ynunwb'], ['interview', 'david', 'muir', 'abc', 'news', 'minute', 'enjoy'], ['ungrateful', 'traitor', 'chelsea', 'manning', 'never', 'release', 'prison', 'call', 'president', 'obama', 'weak', 'leader', 'terrible'], ['billion_dollar', 'trade_deficit', 'mexico', 'one_sided', 'deal', 'begin', 'nafta', 'massive', 'number'], ['job', 'company', 'lose', 'mexico', 'unwilling', 'pay', 'badly', 'need', 'wall', 'would', 'better', 'cancel', 'upcome', 'meeting'], ['speak', 'congressional', 'gop', 'retreat', 'philadelphia', 'pa', 'afternoon', 'senmajleader', 'speakerryan', 'https', 'co', 'stbsybsr'], ['speak', 'congressional', 'gop', 'retreat', 'philadelphia', 'pa', 'afternoon', 'senatemajldr', 'speakerryan', 'https', 'co', 'alsadgrwoe'], ['interview', 'seanhannity', 'foxnew', 'pm', 'tonight', 'enjoy'], ['miami', 'dade', 'mayor', 'drop', 'sanctuary', 'policy', 'right', 'decision', 'strong', 'https', 'co', 'mtpvadc', 'jm'], ['look_forward', 'see', 'final', 'result', 'votestand', 'gregg', 'phillip', 'crew', 'say', 'least', 'vote', 'illegal', 'must', 'better'], ['mexico', 'taken_advantage', 'long', 'enough', 'massive', 'amp', 'little', 'help', 'weak', 'border', 'must', 'change'], ['marchforlife', 'important', 'march', 'full', 'support'], ['mike_pence', 'speak', 'today', 'marchforlife', 'full', 'support', 'https', 'co', 'jb', 'segv'], ['statement', 'international', 'holocaust', 'remembrance', 'day', 'https', 'co', 'kju', 'moxchk'], ['congratulation', 'secretary', 'mattis', 'https', 'co', 'mkuhbegzqs'], ['promise', 'administration', 'always', 'back', 'always', 'https', 'co', 'aowhoh'], ['failing_nytime', 'wrong', 'beginning', 'say', 'would', 'lose', 'primary', 'general', 'election', 'fake_news'], ['thr', 'coverage', 'nytime', 'washingtonpost', 'gas', 'false', 'angry', 'time', 'actually', 'apologize'], ['dwindle', 'subscriber', 'reader', 'get', 'wrong', 'right', 'beginning', 'still', 'change', 'course', 'never', 'dishonest'], ['today', 'remember', 'crew', 'space', 'shuttle', 'challenger', 'year', 'later', 'neverforget', 'https', 'co', 'ohshqsfrfl'], ['interview', 'thebrodyfile', 'cbnnew', 'tonight', 'pm', 'enjoy'], ['somebody', 'aptitude', 'conviction', 'buy', 'fake_news', 'failing_nytime', 'run', 'correctly', 'let', 'fold', 'dignity'], ['country', 'need', 'strong', 'border', 'extreme_vette', 'look', 'happen', 'europe', 'indeed', 'world', 'horrible', 'mess'], ['christian', 'middle_east', 'execute', 'large', 'number', 'not', 'allow', 'horror', 'continue'], ['joint', 'statement', 'former', 'presidential', 'candidate', 'john_mccain', 'lindsey_graham', 'wrong', 'sadly', 'weak', 'immigration'], ['senator', 'focus', 'energy', 'isis', 'illegal_immigration', 'border_security', 'instead', 'always', 'look', 'start', 'world', 'war', 'iii'], ['statement', 'regard', 'recent', 'executive_order', 'concern', 'extreme_vetting', 'https', 'co', 'jo', 'ul'], ['interview', 'thebrodyfile', 'cbnnew', 'tonight', 'pm', 'enjoy'], ['people', 'detain', 'hold', 'question', 'big', 'problem', 'airport', 'cause', 'delta', 'computer', 'outage'], ['protester', 'tear', 'senator', 'schumer', 'secretary', 'kelly', 'say', 'go', 'well', 'problem', 'make_america', 'safe'], ['nothing', 'nice', 'search', 'terrorist', 'enter', 'country', 'big', 'part', 'campaign', 'study', 'world'], ['ban', 'announce', 'week', 'notice', 'bad', 'would', 'rush', 'country', 'week', 'lot', 'bad', 'dude'], ['make', 'decision', 'nominate', 'united_states', 'announce', 'live', 'tuesday'], ['outrage', 'democrats', 'opposition', 'party', 'medium', 'job', 'flee', 'country'], ['american_dream', 'back', 'go', 'create', 'environment', 'small_business', 'many', 'https', 'co', 'srnegz'], ['democrat', 'delay', 'cabinet', 'pick', 'purely', 'political', 'reason', 'nothing', 'go', 'obstruct', 'obama'], ['nancy_pelosi', 'fake', 'tear', 'chuck_schumer', 'hold', 'rally', 'step', 'supreme_court', 'mic', 'work', 'mess', 'dem', 'party'], ['democrat', 'give', 'attorney_general', 'rest', 'cabinet', 'ashamed', 'wonder', 'work'], ['getting_ready', 'deliver', 'important', 'decision'], ['join', 'live', 'whitehouse', 'https', 'co', 'lhos', 'naagl'], ['hope', 'nomination', 'judge', 'neil', 'gorsuch', 'united_states', 'supreme_court', 'good', 'brilliant', 'man', 'respect'], ['everybody', 'argue', 'ban', 'call', 'want', 'keep', 'bad', 'people', 'bad', 'intention', 'country'], ['iran', 'rapidly', 'take', 'iraq', 'even', 'squander', 'trillion_dollar', 'obvious', 'long', 'ago'], ['believe', 'obama', 'administration', 'agree', 'take', 'thousand', 'illegal_immigrant', 'australia', 'study', 'dumb', 'deal'], ['berkeley', 'allow', 'free', 'speech', 'practice', 'violence', 'innocent', 'people', 'different', 'point', 'view', 'federal', 'fund'], ['congratulation', 'swear', 'new', 'secretary', 'state', 'star'], ['attend', 'chief', 'ryan', 'owen', 'dignified', 'transfer', 'yesterday', 'daughter_ivanka', 'great', 'honor', 'great', 'brave', 'man', 'thank'], ['formally', 'put', 'notice', 'fire', 'ballistic', 'missile', 'thankful', 'terrible', 'deal', 'make'], ['iran', 'last', 'leg', 'ready', 'collapse', 'come', 'along', 'give', 'life', 'line', 'form', 'iran', 'deal'], ['thank', 'samsung', 'would', 'love', 'https', 'co', 'nxc', 'ooa'], ['arnold', 'schwarzenegg', 'really', 'bad', 'job', 'governor', 'california', 'even', 'bad', 'apprentice', 'least', 'try', 'hard'], ['iran', 'play', 'fire', 'appreciate', 'kind', 'president', 'obama'], ['thank', 'prime_minister', 'australia', 'tell', 'truth', 'civil', 'conversation', 'fake_news', 'medium', 'lie', 'nice'], ['meet', 'big', 'business', 'leader', 'morning', 'good', 'job', 'come', 'back', 'health_care', 'tax', 'bill', 'craft'], ['professional', 'anarchist', 'thug', 'pay', 'protester', 'prove', 'point', 'million', 'people', 'vote', 'make_america', 'great'], ['new', 'radical_islamic', 'terrorist', 'attack', 'louvre', 'museum', 'paris', 'tourist', 'lock', 'france', 'edge', 'get', 'smart'], ['must', 'keep', 'evil', 'country'], ['country', 'charge', 'company', 'tax', 'tariff', 'charge', 'nothing', 'little', 'charge', 'charge'], ['country', 'longer', 'able', 'say', 'not', 'come', 'amp', 'especially', 'reason', 'safety', 'amp', 'security', 'big', 'trouble'], ['interesting', 'certain', 'middle', 'eastern', 'country', 'agree', 'ban', 'know', 'certain', 'people', 'allow', 'death', 'amp', 'destruction'], ['opinion', 'call', 'judge', 'essentially', 'take', 'law_enforcement', 'away', 'country', 'ridiculous', 'overturn'], ['force', 'apologize', 'bad', 'inaccurate', 'coverage', 'win', 'election', 'fake_news', 'nytime', 'still', 'lose'], ['make_america', 'great'], ['country', 'come', 'judge', 'halt', 'homeland_security', 'anyone', 'even', 'bad', 'intention', 'come'], ['ban', 'lift', 'judge', 'many', 'bad', 'dangerous', 'people', 'may', 'pour', 'country', 'terrible', 'decision'], ['lawyer', 'look', 'use', 'federal', 'court', 'decision', 'boston', 'conflict', 'ridiculous', 'lift', 'ban', 'decision'], ['interview', 'oreillyfactor', 'fox', 'network', 'prior', 'super_bowl', 'enjoy'], ['judge', 'open', 'country', 'potential', 'terrorist', 'other', 'good', 'interest', 'heart', 'bad', 'people', 'happy'], ['not', 'believe', 'judge', 'would', 'put', 'country', 'peril', 'something', 'happen', 'blame', 'court', 'system', 'people', 'pour', 'bad'], ['instruct', 'homeland_security', 'check', 'people', 'come', 'country', 'carefully', 'court', 'make', 'job', 'difficult'], ['interview', 'oreillyfactor', 'prior', 'superbowl', 'pre', 'game', 'show', 'fox', 'network', 'enjoy'], ['enjoy', 'superbowl', 'continue', 'make_america', 'great'], ['amazing', 'comeback', 'win', 'patriot', 'bob', 'kraft', 'coach', 'total', 'winner'], ['negative', 'poll', 'fake_news', 'cnn', 'abc', 'poll', 'election', 'sorry', 'people', 'want', 'border_security', 'extreme_vetting'], ['call', 'shot', 'largely', 'base', 'accumulation', 'datum', 'everyone', 'know', 'fake_news', 'medium', 'order', 'marginalize', 'lie'], ['interview', 'oreillyfactor_tonight'], ['write', 'total', 'fiction', 'concern', 'get', 'wrong', 'year', 'make', 'story', 'amp', 'source'], ['extended', 'interview', 'super_bowl', 'oreillyfactor', 'air', 'tonight', 'enjoy', 'https', 'co', 'kzdhqantvr'], ['failing_nytime', 'force', 'apologize', 'subscriber', 'poor', 'reporting', 'election', 'win', 'bad'], ['threat', 'radical_islamic', 'terrorism', 'real', 'look', 'happen', 'europe', 'middle_east', 'court', 'must', 'act', 'fast'], ['know', 'putin', 'deal', 'russia', 'hater', 'go', 'crazy', 'obama', 'make', 'deal', 'iran', 'terror', 'problem'], ['know', 'putin', 'deal', 'russia', 'hater', 'go', 'crazy', 'obama', 'make', 'deal', 'iran', 'terror', 'problem'], ['honor', 'national', 'sheriff', 'assoc', 'join', 'whitehouse', 'incredible', 'man', 'amp', 'woman', 'protect', 'amp', 'serv', 'https', 'co', 'lkhbcnh'], ['disgrace', 'full', 'cabinet', 'still', 'place', 'long', 'delay', 'history', 'country', 'obstruction', 'democrat'], ['win', 'case', 'obviously', 'never', 'security', 'safety', 'entitle', 'politic'], ['speak', 'today', 'police', 'chief', 'sheriff', 'discuss', 'horrible', 'dangerous', 'wrong', 'decision'], ['thank', 'great', 'police', 'chief', 'amp', 'sheriff', 'leadership', 'amp', 'service', 'true', 'friend', 'https', 'co', 'lysnv'], ['daughter_ivanka', 'treat', 'unfairly', 'nordstrom', 'great', 'person', 'always', 'push', 'right', 'thing', 'terrible'], ['fake_news', 'story', 'reporter', 'run', 'trump', 'https', 'dhld', 'kivc'], ['big', 'increase', 'traffic', 'country', 'certain', 'area', 'people', 'far', 'vulnerable', 'wait', 'easy'], ['thank', 'brian', 'ceo', 'intel', 'great', 'investment', 'american', 'innovation', 'job', 'https', 'co', 'oicfdspkhq'], ['immigration', 'ban', 'trump', 'popular', 'order', 'far', 'https', 'co', 'waelwuq'], ['majority', 'lead', 'nation', 'support', 'trump', 'style', 'poll', 'people', 'country', 'https', 'co', 'kwsiwhtc'], ['trump', 'administration', 'see', 'truthful', 'news', 'medium', 'https', 'co', 'lmsr', 'josw'], ['congratulation', 'new', 'attorney_general', 'senatorsession', 'https', 'co', 'bup'], ['never', 'fight', 'vietnam', 'say', 'year', 'major', 'lie', 'misrepresent', 'judge', 'gorsuch', 'tell'], ['chris', 'cuomo', 'interview', 'sen', 'blumenthal', 'never', 'ask', 'long', 'term', 'lie', 'brave', 'service', 'vietnam', 'fake_news'], ['sen', 'mccain', 'talk', 'success', 'failure', 'mission', 'medium', 'embolden', 'enemy', 'lose'], ['long', 'know', 'win', 'anymore', 'look', 'mess', 'country', 'bogge', 'conflict', 'place', 'hero'], ['ryan', 'die', 'win', 'mission', 'accord', 'general', 'mattis', 'failure', 'time', 'get', 'smart', 'start', 'win'], ['join', 'live', 'oval_office', 'swear', 'new', 'attorney_general', 'senatorsession', 'live', 'https', 'co', 'vjog'], ['see', 'court', 'security', 'nation', 'stake'], ['lawfare', 'remarkably', 'entire', 'opinion', 'panel', 'bother', 'even', 'cite', 'statute', 'disgraceful', 'decision'], ['failing_nytimes', 'major', 'fake_news', 'china', 'story', 'say', 'xi', 'speak', 'mr', 'trump', 'nov', 'speak', 'length', 'yesterday'], ['head', 'joint', 'base', 'andrews', 'marineone', 'prime_minister', 'shinzo', 'earlier', 'today', 'https', 'co', 'jfhyydeho'], ['legal', 'system', 'break', 'refugee', 'allow', 'travel', 'reprieve', 'hail', 'suspect', 'country', 'wt', 'dangerous'], ['read', 'great', 'border', 'wall', 'cost', 'government', 'originally', 'think', 'get', 'involved'], ['design', 'negotiation', 'yet', 'fighterjet', 'program', 'price', 'come', 'way'], ['melania', 'host', 'japanese', 'prime_minister', 'shinzo', 'mrs', 'abe', 'palm_beach', 'fla', 'wonderful', 'couple'], ['great', 'time', 'host', 'prime_minister', 'shinzo', 'united_states', 'https', 'co', 'fvjsac', 'https', 'co', 'hkqbmb', 'aq'], ['proud', 'daughter_ivanka', 'abuse', 'treat', 'badly', 'medium', 'still', 'hold', 'head', 'high', 'truly', 'wonderful'], ['playef', 'golf', 'today', 'prime_minister', 'japan', 'thebig_easy', 'ernie', 'great', 'time', 'japan', 'well', 'represent'], ['play', 'golf', 'today', 'prime_minister', 'japan', 'thebig_easy', 'ernie', 'great', 'time', 'japan', 'well', 'represent'], ['work', 'dinner', 'tonight', 'prime_minister', 'representative', 'winter', 'white_house', 'good', 'talk'], ['icymi', 'joint', 'statement', 'prime_minister', 'shinzo', 'north_korea', 'https', 'co', 'fkb'], ['crackdown', 'illegal', 'criminal', 'merely', 'keep', 'campaign', 'promise', 'gang_member', 'drug', 'dealer', 'amp', 'other', 'remove'], ['refugee', 'admit', 'court', 'breakdown', 'country', 'syria', 'iraq', 'somalia', 'iran', 'sudan', 'libya', 'amp', 'yeman'], ['fake_news', 'cnn', 'bernie_sander', 'cut', 'use', 'term', 'fake_news', 'describe', 'network', 'say', 'technical', 'difficulty'], ['day', 'productive', 'talk', 'prime_minister', 'head', 'back', 'japan'], ['know', 'mark', 'cuban', 'well', 'back', 'big', 'time', 'interested', 'taking', 'call', 'smart', 'enough', 'run', 'president'], ['congratulation', 'stephen', 'miller', 'represent', 'morning', 'various', 'sunday', 'morning', 'show', 'great', 'job'], ['leave', 'florida', 'big', 'crowd', 'enthusiastic', 'supporter', 'line', 'road', 'fake_news', 'medium', 'refuse', 'mention', 'dishonest'], ['today', 'meet', 'canadian', 'pm', 'trudeau', 'group', 'lead', 'business', 'woman', 'discuss', 'woman', 'workforce', 'https', 'co', 'bfahprxhdp'], ['welcome', 'whitehouse', 'prime_minister', 'justintrudeau', 'https', 'co', 'wkgf', 'zo', 'ri'], ['wonderful', 'meeting', 'canadian', 'pm', 'justintrudeau', 'group', 'lead', 'ceo', 'amp', 'business', 'woman', 'canada', 'https', 'co'], ['congratulation', 'treasury', 'secretary', 'steven', 'mnuchin', 'icymi_watch', 'https', 'co', 'rpsmw', 'https', 'co', 'twllxiyk'], ['congratulation', 'new', 'vasecretary', 'david', 'shulkin', 'time', 'take_care', 'veteran', 'fight', 'protect', 'https', 'co', 'fnewjbhuw'], ['real', 'story', 'many', 'illegal', 'leak', 'come', 'washington', 'leak', 'happen', 'deal', 'korea'], ['great', 'parent', 'teacher', 'listen', 'session', 'morning', 'amp', 'usedgov', 'secretary', 'betsydevos', 'watch', 'https', 'co', 'nult'], ['remark', 'president', 'trump', 'sign', 'resolution', 'https', 'co', 'mocgac', 'https', 'co', 'ygddtkm', 'br'], ['obamacare', 'continue', 'fail', 'humana', 'pull', 'repeal', 'replace', 'amp', 'save', 'healthcare', 'american', 'https', 'co', 'glweq', 'lnr'], ['fake_news', 'medium', 'go', 'crazy', 'conspiracy', 'theory', 'blind', 'hatred', 'msnbc', 'amp', 'cnn', 'unwatchable', 'foxandfriend', 'great'], ['russian', 'connection', 'non', 'sense', 'merely', 'attempt', 'cover', 'many', 'mistake', 'make', 'hillary_clinton', 'lose', 'campaign'], ['information', 'illegally', 'give', 'failing_nytime', 'amp', 'washingtonpost', 'intelligence_community', 'nsa', 'fbi', 'russia'], ['thank', 'eli', 'lake', 'bloomberg', 'view', 'amp', 'fbi', 'interfere', 'politics', 'serious', 'situation', 'usa'], ['crimea', 'take', 'russia', 'obama', 'administration', 'obama', 'soft', 'russia'], ['real', 'scandal', 'classified_information', 'illegally', 'give', 'intelligence', 'candy', 'american'], ['great', 'listening', 'session', 'ceo', 'retail', 'industry', 'leader', 'association', 'morning', 'https', 'co', 'xjcwfcf'], ['welcome', 'united_state', 'benjamin', 'amp', 'sara', 'icymi', 'joint_press', 'conference', 'https', 'alwuusn', 'https', 'co'], ['join', 'florida', 'saturday', 'pm', 'rally', 'orlando', 'melbourne', 'international', 'airport', 'ticket', 'https', 'co', 'oigfxfecpp'], ['aetna', 'ceo', 'obamacare', 'death', 'spiral', 'https', 'co', 'dmhl', 'xieqv'], ['venezuela', 'allow', 'leopoldo', 'lopez', 'political', 'prisoner', 'amp', 'husband', 'liliantintori', 'meet', 'marcorubio', 'https', 'co', 'hhge', 'dtsn'], ['stock_market', 'hit', 'new', 'high', 'long', 'win', 'streak', 'decade', 'great', 'level', 'confidence', 'optimism', 'even', 'tax', 'plan', 'rollout'], ['leak', 'even', 'illegal', 'classify', 'leak', 'big', 'problem', 'washington', 'year', 'failing_nytime', 'other', 'must', 'apologize'], ['spotlight', 'finally', 'put', 'low', 'life', 'leaker', 'catch'], ['fake_news', 'medium', 'make', 'story', 'source', 'far', 'effective', 'discredited', 'democrat', 'fade', 'fast'], ['democrat', 'come', 'story', 'lose', 'election', 'badly', 'make', 'story', 'russia', 'fake_news'], ['trump', 'sign', 'bill', 'undo', 'obama', 'coal', 'mining', 'rule', 'https', 'ymft', 'rgh'], ['long', 'delay', 'democrat', 'finally', 'approve', 'tom', 'price', 'repeal', 'replacement', 'obamacare', 'move', 'fast'], ['go', 'charleston', 'south_carolina', 'order', 'spend', 'time', 'boee', 'talk', 'job', 'look_forward'], ['thank', 'nice', 'statement', 'press_conference', 'yesterday', 'rush_limbaugh', 'say', 'greatest', 'ever', 'fake', 'medium', 'happy'], ['general', 'keith', 'kellogg', 'know', 'long', 'time', 'much', 'play', 'other'], ['join', 'watch', 'https', 'co', 'veqkmsgawf', 'https', 'co', 'uzndijiqjm'], ['fake_news', 'medium', 'failing_nytime', 'cnn', 'nbcnew', 'many', 'enemy', 'enemy', 'american', 'people', 'sick'], ['fake_news', 'medium', 'failing_nytimes', 'nbcnew', 'abc', 'cbs', 'cnn', 'enemy', 'enemy', 'american', 'people'], ['effective', 'press', 'conference', 'ever', 'see', 'say', 'rush_limbaugh', 'many', 'agree', 'fake', 'medium', 'call', 'differently', 'dishonest'], ['looking_forward', 'florida', 'rally', 'tomorrow', 'big', 'crowd_expected'], ['believe', 'main', 'stream', 'fake_news', 'medium', 'white_house', 'run', 'well', 'inherit', 'mess', 'process', 'fix'], ['many', 'meeting', 'weekend', 'southern', 'white_house', 'big', 'speech', 'melbourne', 'florida', 'lot', 'talk'], ['getting_ready', 'leave', 'melbourne', 'florida', 'see', 'soon'], ['statement', 'happen', 'sweden', 'reference', 'story', 'broadcast', 'foxnew', 'concern', 'immigrant', 'amp', 'sweden'], ['give', 'public', 'break', 'fake_news', 'medium', 'try', 'say', 'large_scale', 'immigration', 'sweden', 'work', 'beautifully'], ['happy', 'president', 'day', 'make_america', 'great'], ['meeting', 'general', 'florida', 'interesting'], ['name', 'general', 'mcmaster', 'national_security', 'advisor'], ['congratulation', 'new', 'national_security', 'advisor', 'general', 'mcmaster', 'video', 'https', 'co', 'https', 'co', 'vbxcj', 'pv'], ['american', 'overwhelmingly', 'oppose', 'sanctuary_citie', 'https', 'co', 'qvsjwa'], ['call', 'angry', 'crowd', 'home', 'district', 'republican', 'actually', 'numerous', 'case', 'plan', 'liberal', 'activist', 'sad'], ['thing', 'say', 'rep', 'ellison', 'fight', 'lead', 'dnc', 'predict', 'early', 'would', 'win'], ['much', 'enjoy', 'tour', 'smithsonian', 'national', 'museum', 'african_american', 'history', 'culture', 'great', 'job', 'do', 'amazing', 'people'], ['amp', 'edge', 'high', 'trump', 'renews', 'job', 'pledge', 'https', 'co', 'wtrrjvfmvu'], ['people', 'shoot', 'kill', 'yesterday', 'chicago', 'go', 'totally', 'control', 'chicago', 'need', 'help'], ['big', 'interview', 'tonight', 'henry', 'kravi', 'business', 'council', 'washington', 'looking_forward'], ['fbi', 'totally', 'unable', 'stop', 'national_security', 'leaker', 'permeate', 'government', 'long', 'time', 'even'], ['find', 'leaker', 'fbi', 'classified_information', 'give', 'medium', 'could', 'devastate', 'effect', 'find'], ['go', 'cpac'], ['trump', 'vow', 'fight', 'epidemic', 'human', 'trafficking', 'https', 'co', 'odlz', 'ndrta'], ['fake_news', 'medium', 'knowingly', 'tell', 'truth', 'great', 'danger', 'country', 'failing_nytime', 'become', 'joke', 'likewise', 'cnn', 'sad'], ['maybe', 'million', 'people', 'vote', 'make_america', 'great', 'rally', 'would', 'biggest'], ['medium', 'report', 'national', 'debt', 'first', 'month', 'go', 'increase', 'obama', 'first', 'mo'], ['great', 'optimism', 'future', 'business', 'job', 'dow', 'straight', 'record', 'close', 'big', 'tax', 'amp', 'regulation_cut', 'come'], ['weekly_address', 'whitehouse', 'https', 'co', 'uaoqshboqb', 'https', 'co', 'ef'], ['attend', 'white_house', 'correspondent', 'association', 'dinner', 'year', 'wish', 'everyone', 'well', 'great', 'evening'], ['congratulation', 'thomas', 'perez', 'name', 'chairman', 'dnc', 'could', 'happier', 'republican_party'], ['race', 'dnc', 'chairman', 'course', 'totally', 'rig', 'bernie', 'guy', 'bernie', 'never', 'chance', 'clinton', 'demand', 'perez'], ['first', 'time', 'failing_nytime', 'take', 'ad', 'bad', 'help', 'save', 'fail', 'reputation', 'try', 'report', 'accurately', 'fairly'], ['russia', 'talk', 'fake_news', 'put', 'dem', 'play', 'medium', 'order', 'mask', 'big', 'election', 'defeat', 'illegal', 'leak'], ['big', 'dinner', 'governor', 'tonight', 'white_house', 'much', 'discuss', 'include', 'healthcare'], ['great', 'meeting', 'ceo', 'lead', 'health', 'insurance_companie', 'provide', 'great', 'healthcare', 'american', 'peo', 'https', 'co', 'jigi', 'ff'], ['gop', 'view', 'favorably', 'dem', 'trump', 'era', 'wsj', 'poll', 'hotlinejosh', 'https', 'co', 'soebxtg'], ['interview', 'foxandfriend', 'enjoy'], ['join', 'live', 'jointaddress', 'https', 'co', 'zbyvkj', 'https', 'gttk', 'vjmku'], ['jointsession', 'maga', 'https', 'co', 'rdo', 'pip'], ['thank'], ['election', 'day', 'stock_market', 'post', 'gain', 'consumer_confidence', 'year', 'high', 'job'], ['jeff_session', 'honest', 'man', 'say', 'anything', 'wrong', 'could', 'state', 'response', 'accurately', 'clearly'], ['intentional', 'whole', 'narrative', 'way', 'save', 'face', 'democrat', 'lose', 'election', 'everyone', 'think', 'suppose'], ['win', 'democrat', 'overplay', 'hand', 'lose', 'election', 'lose', 'grip', 'reality', 'real', 'story'], ['illegal', 'leak', 'classified_information', 'total', 'witch_hunt'], ['nick', 'adam', 'new', 'book', 'green', 'card', 'warrior', 'must', 'read', 'merit_based', 'system', 'way', 'go', 'canada', 'australia', 'foxandfriend'], ['pathetic', 'dem', 'still', 'approve', 'full', 'cabinet'], ['weekly', 'addressjoin', 'https', 'co', 'seavqk', 'https', 'co', 'enyxyeqgcp'], ['start', 'immediate', 'investigation', 'senschumer', 'tie', 'russia', 'putin', 'total', 'hypocrite', 'https', 'co', 'yqjhzsa'], ['hear', 'demand', 'second', 'investigation', 'schumer', 'pelosi', 'close', 'tie', 'russia', 'lie', 'https', 'co', 'qcdljff'], ['must', 'fix', 'education', 'system', 'kid', 'make_america', 'great', 'wonderful', 'day', 'saint', 'andrew', 'orlando', 'https', 'co', 'otjahcvlzf'], ['hearby', 'demand', 'second', 'investigation', 'schumer', 'pelosi', 'close', 'tie', 'russia', 'lie', 'https', 'co', 'qcdljff'], ['hereby', 'demand', 'second', 'investigation', 'schumer', 'pelosi', 'close', 'tie', 'russia', 'lie', 'https', 'co', 'qcdljff'], ['make_america', 'great', 'https', 'co', 'kuqizdz'], ['first', 'meeting', 'jeff_session', 'russian', 'set', 'obama', 'administration', 'education', 'program', 'amb'], ['terrible', 'find', 'obama', 'wire', 'tap', 'trump', 'tower', 'victory', 'nothing', 'find', 'mccarthyism'], ['russian', 'ambassador', 'meet', 'jeff_session', 'visit', 'obama', 'white_house', 'time', 'time', 'last', 'year', 'alone'], ['legal', 'sit', 'president', 'wire', 'tap', 'race', 'president', 'prior', 'election', 'turn', 'court', 'earlier', 'new', 'low'], ['bet', 'good', 'lawyer', 'could', 'make', 'great', 'case', 'fact', 'president', 'obama', 'tap', 'phone', 'october', 'prior', 'election'], ['low', 'president', 'obama', 'go', 'tapp', 'phone', 'sacred', 'election', 'process', 'nixon', 'watergate', 'bad', 'sick', 'guy'], ['arnold', 'schwarzenegger', 'voluntarily', 'leave', 'apprentice', 'fire', 'bad', 'pathetic', 'rating', 'sad', 'end', 'great', 'show'], ['true', 'dnc', 'would', 'allow', 'fbi', 'access', 'check', 'server', 'equipment', 'learning', 'hack', 'possible'], ['secretly', 'say', 'russian', 'president', 'tell', 'vladimir', 'election', 'flexibility', 'foxandfriend'], ['thank', 'great', 'rally', 'country', 'tremendous', 'support', 'make_america', 'great'], ['president', 'trump', 'congratulate', 'exxon', 'mobil', 'job', 'create', 'investment', 'program', 'https', 'co', 'adbzwhtq'], ['buy', 'american', 'amp', 'hire', 'american', 'principal', 'core', 'agenda', 'job', 'job', 'job', 'thank', 'exxonmobil'], ['construction', 'amp', 'manufacturing', 'job', 'gulf', 'coast', 'region', 'investment', 'already', 'win', 'america'], ['incredible', 'spirit', 'optimism', 'sweep', 'country', 'right', 'bring', 'job', 'https', 'co', 'bnslvkievj'], ['buy', 'american', 'amp', 'hire', 'american', 'principle', 'core', 'agenda', 'job', 'job', 'job', 'thank', 'exxonmobil'], ['thank', 'exxonmobil', 'investment', 'create', 'manufacture', 'amp', 'construction', 'job', 'usa'], ['vicious', 'prisoner', 'release', 'obama', 'administration', 'gitmo', 'return', 'terrible', 'decision'], ['wonderful', 'new', 'healthcare', 'bill', 'review', 'negotiation', 'obamacare', 'complete', 'total', 'disaster', 'implode', 'fast'], ['year', 'russia', 'run', 'president', 'obama', 'get', 'strong', 'strong', 'pick', 'crimea', 'add', 'missile', 'weak', 'foxandfriend'], ['worry', 'get', 'rid', 'state', 'line', 'promote', 'competition', 'phase', 'healthcare', 'rollout', 'foxandfriend'], ['work', 'new', 'system', 'competition', 'drug', 'industry', 'pricing', 'american', 'people', 'come', 'way'], ['let', 'fake_news', 'tell', 'big', 'infighting', 'trump', 'admin', 'get', 'great', 'get', 'major', 'thing', 'do'], ['feel', 'sure', 'friend', 'randpaul', 'come', 'new', 'great', 'health_care', 'program', 'know', 'obamacare', 'disaster'], ['tremendous', 'respect', 'woman', 'many', 'role', 'serve', 'vital', 'fabric', 'society', 'economy'], ['international', 'woman', 'day', 'join', 'honor', 'critical', 'role', 'woman', 'america', 'amp', 'world'], ['linkedin', 'workforce', 'report', 'january', 'february', 'strong', 'consecutive', 'month', 'hire', 'august', 'september'], ['meet', 'repcumming', 'today', 'whitehouse', 'great', 'discussion'], ['great', 'news', 'begin', 'together', 'go', 'maga', 'https', 'co', 'bsp', 'qf', 'https', 'co', 'yebzsf'], ['hear', 'press', 'healthcare', 'come', 'great', 'talk', 'many', 'group', 'end', 'beautiful', 'picture'], ['consumer', 'comfort', 'reach', 'highest_level', 'decade', 'https', 'co', 'https', 'co', 'xc', 'ep'], ['honor', 'meet', 'year', 'senateyouth', 'delegate', 'east_room', 'whitehouse', 'congratulation', 'https', 'co', 'oqix', 'lybcv'], ['weekly_address', 'whitehouse', 'maga', 'https', 'co', 'ysapjnsx', 'https', 'co', 'gb', 'itgzb'], ['make', 'great', 'progress', 'healthcare', 'obamacare', 'implode', 'get', 'bad', 'republican', 'come', 'together', 'get', 'job', 'do'], ['amazing', 'rude', 'much', 'media', 'hard', 'work', 'representative', 'nice', 'much', 'better'], ['obamacare', 'implode', 'disaster', 'bad', 'year', 'far', 'republican', 'come', 'together', 'save', 'day'], ['healthcare', 'listening', 'session', 'amp', 'secpricemd', 'watch', 'https', 'co', 'ayq', 'ip', 'readthebill', 'https', 'cqi', 'zbuv'], ['proud', 'welcome', 'great', 'cabinet', 'afternoon', 'first', 'meeting', 'unfortunately', 'seat', 'empty', 'https', 'co', 'bmyph', 'hf'], ['meet', 'washington', 'mayorbowser', 'metro', 'gm', 'paul', 'wiedefeld', 'incoming', 'winter', 'storm', 'preparation', 'https', 'mg'], ['job', 'job', 'job', 'https', 'co', 'wakqmkdpxa'], ['great', 'optimism', 'america', 'result', 'even', 'well', 'https', 'co', 'sybl', 'cszn'], ['anybody', 'really', 'believe', 'reporter', 'nobody', 'ever', 'hear', 'go', 'mailbox', 'find', 'tax', 'return', 'nbcnew', 'fake_news'], ['imagine', 'outcry', 'would', 'snoopdogg', 'fail', 'career', 'aim', 'fire', 'gun', 'president', 'obama', 'jail', 'time'], ['go', 'detroit', 'michigan', 'love', 'today', 'big', 'meeting', 'bring', 'car', 'production', 'state', 'amp', 'already', 'happen'], ['looking_forward', 'big', 'rally', 'nashville', 'tennessee', 'tonight', 'big', 'crowd', 'great', 'people', 'expect', 'fun'], ['ceo', 'optimistic', 'get', 'well', 'continue', 'slash', 'unnecessary', 'regulation', 'begin', 'big'], ['interview', 'tuckercarlson', 'tonight', 'foxnew', 'enjoy'], ['thank', 'andrew', 'jackson', 'potus', 'usa', 'https', 'co', 'gtowswxinv'], ['nashville', 'tennessee', 'let', 'make_america', 'great', 'https', 'co'], ['thank', 'nashville', 'tennessee', 'https', 'co', 'dzxn'], ['budget', 'put', 'americafirst', 'must', 'make', 'safety', 'priority', 'safety', 'prosperity', 'https', 'co', 'lxx', 'iqo'], ['honor', 'welcome', 'taoiseach', 'ireland', 'endakennytd', 'whitehouse', 'today', 'https', 'co', 'itl', 'isiq'], ['great', 'progress', 'healthcare', 'improvement', 'make', 'republican', 'come', 'together'], ['representative', 'great', 'meeting', 'hispanic', 'chamber', 'commerce', 'today', 'look_forward', 'tremendous', 'growth', 'amp', 'future', 'mtgs'], ['happy', 'fheile', 'phadraig', 'great', 'irish', 'friend'], ['north_korea', 'behave', 'badly', 'play', 'united_states', 'year', 'china', 'do', 'little', 'help'], ['president', 'change', 'small', 'business', 'confidencehttps', 'co', 'datgjpmyej'], ['great', 'meeting', 'republicanstudy', 'committee', 'morning', 'whitehouse', 'https', 'co', 'uohoyay'], ['hear', 'fake_news', 'great', 'meet', 'german', 'chancellor', 'angela', 'merkel', 'nevertheless', 'germany', 'owe'], ['vast', 'sum', 'money', 'nato', 'amp', 'united_state', 'must', 'pay', 'powerful', 'expensive', 'defense', 'provide', 'germany'], ['icymi', 'weekly_address', 'https', 'co', 'ckvx', 'zga', 'https', 'co', 'dtgzlvlsgv'], ['james_clapper', 'other', 'state', 'evidence', 'potus', 'collude', 'russia', 'story', 'fake_news', 'everyone', 'know'], ['democrat', 'make', 'push', 'russian', 'story', 'excuse', 'run', 'terrible', 'campaign', 'big', 'advantage', 'electoral_college', 'amp', 'lose'], ['real', 'story', 'congress', 'fbi', 'other', 'look', 'leak', 'classified_information', 'must', 'find', 'leaker'], ['hear', 'fake_news', 'cnn', 'poll', 'fact', 'election', 'poll', 'way', 'disaster', 'much', 'high', 'rating', 'fox'], ['contact', 'clinton', 'campaign', 'russian', 'also', 'true', 'dnc', 'would', 'let', 'fbi', 'look'], ['congratulation', 'eric', 'amp', 'lara', 'proud', 'happy', 'https', 'co', 'ctqc'], ['thank', 'louisville', 'kentucky', 'way', 'maga', 'https', 'co', 'qsbsib', 'kt'], ['thank', 'louisville', 'kentucky', 'together', 'make_america', 'safe', 'great', 'https', 'co', 'qggwewuvek'], ['join', 'housegop', 'conference', 'morning', 'capitol', 'https', 'co', 'ybiwr', 'passthebill', 'maga', 'https', 'co', 'swdfwgqtp'], ['honor', 'sign', 'today', 'legislation', 'support', 'nasa', 'scientist', 'engineer', 'astronaut', 'https', 'co', 'vwluvjqx'], ['today', 'nationalagday', 'honor', 'great', 'american', 'farmer', 'amp', 'rancher', 'hard', 'work', 'amp', 'dedication', 'ingrain', 'https', 'co', 'ipgrhly'], ['big', 'day', 'healthcare', 'work', 'hard'], ['speak', 'prime_minister', 'theresa', 'may', 'today', 'offer', 'condolence', 'terrorist_attack', 'london', 'strong', 'well'], ['watch', 'totally_biased', 'fake_news', 'report', 'call', 'russia', 'story', 'abc', 'dishonesty'], ['great', 'american', 'kurt', 'cochran', 'kill', 'london', 'terror_attack', 'prayer', 'condolence', 'family', 'friend'], ['take', 'action', 'obamacare', 'contact', 'rep', 'tell', 'support', 'ahca', 'passthebill', 'https', 'co', 'lsrdjxfzb'], ['honor', 'welcome', 'many', 'trucker', 'truck', 'industry', 'leader', 'whitehouse', 'today', 'https', 'co'], ['horrible', 'year', 'obamacare', 'skyrocketing', 'premium', 'amp', 'deductible', 'bad', 'healthcare', 'finally', 'chance', 'great', 'plan'], ['irony', 'freedom', 'caucus', 'pro', 'life', 'plan', 'parenthood', 'allow', 'continue', 'stop', 'plan'], ['today', 'please', 'announce', 'official', 'approval', 'presidential', 'permit', 'grea', 'https', 'gwno', 'xaueg'], ['today', 'thrill', 'announce', 'commitment', 'amp', 'american', 'job', 'next', 'year', 'thank', 'https', 'co', 'nwj', 'hnmzor'], ['happy', 'medalofhonorday', 'hero', 'https', 'co', 'juab', 'rmmh', 'https', 'co', 'owuf'], ['obamacare', 'explode', 'get', 'together', 'piece', 'together', 'great', 'healthcare_plan', 'people', 'worry'], ['watch', 'judgejeanine', 'foxnew', 'tonight'], ['thank', 'trump', 'rally', 'today', 'amazing', 'support', 'make_america', 'great'], ['democrat', 'smile', 'freedom', 'caucus', 'help', 'club', 'growth', 'heritage', 'save', 'planned', 'parenthood', 'amp', 'ocare'], ['general', 'kelly', 'great', 'job', 'border', 'number', 'way', 'many', 'even', 'try', 'come', 'anymore'], ['house', 'intelligence_committee', 'look', 'bill', 'amp', 'hillary', 'deal', 'allow', 'big', 'uranium', 'go', 'russia', 'russian', 'speech'], ['money', 'bill', 'hillary', 'russian', 'reset', 'praise', 'russia', 'hillary', 'podesta', 'russian', 'company', 'trump', 'russia', 'story', 'hoax', 'maga'], ['republican', 'house', 'freedom', 'caucus', 'able', 'snatch', 'defeat', 'jaw', 'victory', 'many', 'bad', 'year', 'ready', 'win'], ['democrat', 'make', 'deal', 'healthcare', 'soon', 'obamacare', 'fold', 'long', 'worry', 'good', 'shape'], ['big', 'announcement', 'ford', 'today', 'major', 'investment', 'make', 'michigan', 'plant', 'car', 'company', 'come', 'back', 'job', 'job', 'job'], ['watch', 'foxandfriend', 'podesta', 'russia'], ['failing_nytime', 'would', 'much', 'well', 'honest', 'https', 'co', 'aty', 'kns'], ['honor', 'welcome', 'glfop', 'whitehouse', 'today', 'amp', 'attorney_general', 'session', 'thank', 'https', 'co', 'vhztb'], ['new', 'era', 'american', 'energy', 'madeintheusa', 'watch', 'https', 'co', 'eg', 'https', 'co', 'jqoiqj'], ['fake_news', 'talk', 'podesta', 'tie', 'russia', 'cover', 'foxnew', 'money', 'russia', 'clinton', 'sale', 'uranium'], ['remember', 'failing_nytime', 'apologize', 'subscriber', 'right', 'election', 'coverage', 'wrong', 'worse'], ['people', 'great', 'country', 'could', 'see', 'viciously', 'inaccurately', 'administration', 'cover', 'certain', 'medium'], ['today', 'establish', 'commission', 'combat', 'drug', 'addiction', 'opioid', 'crisis', 'watch', 'listen', 'session', 'https', 'co', 'oof', 'ediqst'], ['flotus_melania', 'honor', 'stop', 'woman', 'empowerment', 'panel', 'afternoon', 'whitehouse', 'https', 'co', 'phlpw', 'lgtu'], ['today', 'honor', 'true', 'american', 'hero', 'first', 'ever', 'national', 'vietnam', 'war', 'veteran', 'day', 'thankaveteran', 'https', 'co', 'deohapcv'], ['freedom', 'caucus', 'hurt', 'entire', 'republican', 'agenda', 'get', 'team', 'amp', 'fast', 'must', 'fight', 'amp', 'dem'], ['failing_nytime', 'disgrace', 'medium', 'world', 'get', 'wrong', 'solid', 'year', 'change', 'libel', 'law', 'https', 'co', 'qiqlgvylli'], ['great', 'op', 'ed', 'repkenbuck', 'looks_like', 'freedom', 'caucus', 'help', 'end', 'obamacare', 'https', 'co', 'vtnibtbz'], ['repmarkmeadow', 'raul_labrador', 'would', 'get', 'board', 'would', 'great', 'healthcare', 'massive', 'amp', 'reform'], ['repmarkmeadow', 'raul_labrador', 'would', 'get', 'board', 'would', 'great', 'healthcare', 'massive', 'amp', 'reform'], ['repmarkmeadow', 'raul_labrador', 'obamacare'], ['meet', 'next_week', 'china', 'difficult', 'longer', 'massive', 'trade_deficit'], ['job', 'loss', 'american', 'company', 'must', 'prepared', 'look', 'alternative'], ['enlist', 'full', 'potential', 'woman', 'society', 'truly', 'able', 'https', 'co', 'cxhgyaxiek'], ['mike', 'flynn', 'ask', 'immunity', 'witch_hunt', 'excuse', 'big', 'election', 'loss', 'medium', 'amp', 'dem', 'historic', 'proportion'], ['honor', 'welcome', 'prime_minister', 'denmark', 'lar', 'løkke', 'rasmussen', 'larsloekke', 'whitehouse', 'https', 'co', 'tivnsp'], ['great', 'meeting', 'wonderful', 'woman', 'today', 'former', 'secretary', 'state', 'condoleezza', 'rice', 'usa', 'https', 'zuriic'], ['confirmgorsuch', 'scotus', 'https', 'co', 'wkqhymcya'], ['exciting', 'time', 'country', 'weeklyaddress', 'confirmgorsuch', 'https', 'co', 'tp', 'bkvtobq'], ['trump', 'celebrate', 'american', 'manufacturing', 'survey', 'show', 'highest_level', 'optimism', 'year', 'https', 'co', 'cvwxoa', 'mjy'], ['go', 'defend', 'industry', 'amp', 'create', 'level_playe', 'field', 'american_worker', 'time', 'put', 'https', 'co', 'dzpkjmghj'], ['sleepy_eyes', 'chuck_todd', 'nbcnew', 'start', 'talk', 'obama', 'surveillance', 'scandal', 'stop', 'fake', 'trump', 'russia', 'story'], ['fake_news', 'medium', 'say', 'path', 'victory', 'trump', 'push', 'phony', 'russia', 'story', 'total', 'scam'], ['failing_nytime', 'finally', 'get', 'place', 'insurance', 'company', 'offer', 'plan', 'way', 'obamacare', 'customer'], ['subsidy', 'buy', 'health', 'plan', 'word', 'ocare', 'dead', 'good', 'thing', 'happen', 'however', 'republican', 'dem'], ['foxnew', 'report', 'big', 'news', 'source', 'official', 'unmask', 'high', 'know', 'intel', 'official', 'responsible', 'unmasked'], ['associate', 'russia', 'trump', 'team', 'spy', 'nominate', 'true', 'get', 'much', 'big', 'would', 'sad'], ['thank', 'jclayfield', 'get', 'even', 'well', 'administration', 'continue', 'put', 'americafirst', 'https', 'co'], ['anybody', 'especially', 'fake_news', 'medium', 'think', 'repeal', 'amp', 'replace', 'obamacare', 'dead', 'know', 'love', 'strength', 'party'], ['talk', 'repeal', 'replace', 'obamacare', 'go', 'continue', 'time', 'deal', 'hopefully', 'strike'], ['real', 'story', 'turn', 'surveillance', 'leak', 'find', 'leaker'], ['melania', 'honor', 'light', 'whitehouse', 'evening', 'join', 'amp', 'liub', 'https', 'co', 'hqqywvv'], ['amazing', 'report', 'unmask', 'crooked', 'scheme', 'foxandfriend', 'spied', 'nomination', 'real', 'story'], ['brother', 'john', 'podesta', 'pay', 'big', 'money', 'get', 'sanction', 'russia', 'lift', 'hillary', 'know'], ['ever', 'apologize', 'receive', 'answer', 'debate', 'ask'], ['foxnews', 'multiple', 'source', 'electronic', 'surveillance', 'trump', 'people', 'close', 'trump', 'unprecedented', 'fbi'], ['getting_ready', 'meet', 'president', 'sisi', 'egypt', 'behalf', 'united_state', 'look_forward', 'long', 'wonderful', 'relationship'], ['looking_forward', 'hosting', 'hero', 'wound', 'warrior', 'project', 'wwp', 'soldier', 'ride', 'whitehouse', 'https', 'qlc', 'qfd'], ['honor', 'welcome', 'president', 'sisi', 'egypt', 'whitehouse', 'renew', 'historic', 'partnership', 'betwe', 'https', 'co', 'mragvcphz'], ['whitehouse', 'ceotownhall', 'https', 'co', 'adskuuxf', 'https', 'co', 'xhfq', 'zmf'], ['thank', 'sean', 'mcgarvey', 'entire', 'governing', 'board', 'president', 'honor', 'invite', 'speak', 'nabtu', 'https', 'co', 'djlzvlq'], ['great', 'talk', 'job', 'nabtu', 'tremendous', 'spirit', 'amp', 'optimism', 'deliver', 'https', 'co'], ['deeply', 'committed', 'preserve', 'strong', 'relationship', 'amp', 'strengthen', 'america', 'long', 'stand', 'support', 'https', 'co', 'gxror', 'alce'], ['job', 'job', 'job', 'https', 'co', 'xgoqphywrt', 'https', 'co', 'qbn', 'llze'], ['honor', 'host', 'american', 'hero', 'wwp', 'soldierridedc', 'whitehouse', 'today', 'flotus', 'https', 'pupvv'], ['great', 'honor', 'president_xi', 'jinpe', 'madame', 'peng', 'liyuan', 'china', 'guest', 'united_state', 'tremendous'], ['goodwill', 'friendship', 'form', 'time', 'tell', 'trade'], ['congratulation', 'great', 'military', 'man', 'woman', 'represent', 'united_states', 'world', 'well', 'syria', 'attack'], ['reason', 'generally', 'hit', 'runway', 'easy', 'inexpensive', 'quickly', 'fix', 'fill', 'top'], ['judge', 'gorsuch', 'swear', 'rose_garden', 'white_house', 'monday', 'great', 'justice', 'proud'], ['sad', 'hear', 'terrorist_attack', 'egypt', 'strongly', 'condemn', 'great'], ['confidence', 'president', 'sisi', 'handle', 'situation', 'properly'], ['thank', 'usnavy', 'usa', 'https', 'co', 'vpgjq'], ['congratulation', 'justice', 'neil', 'gorsuch', 'elevation', 'united_state', 'supreme_court', 'great', 'day', 'americ', 'https', 'co', 'lftaep'], ['happy', 'passover', 'everyone', 'celebrate', 'united_states', 'america', 'israel', 'world', 'chagsameach'], ['explain', 'president', 'china', 'trade', 'deal', 'far', 'better', 'solve', 'north', 'korean', 'problem'], ['north_korea', 'look', 'trouble', 'china', 'decide', 'help', 'would', 'great', 'solve', 'problem'], ['ron', 'este', 'run', 'today', 'congress', 'great', 'state', 'kansa', 'wonderful', 'guy', 'nee', 'help', 'healthcare', 'amp', 'tax_cut', 'reform'], ['great', 'strategic', 'amp', 'policy', 'ceo', 'forum', 'today', 'cabinet', 'secretary', 'top', 'ceo', 'united_states', 'https', 'co', 'opp'], ['interview', 'mariabartiromo', 'foxbusiness', 'enjoy'], ['good', 'call', 'last_night', 'president', 'china', 'concern', 'menace', 'north_korea'], ['great', 'win', 'kansas', 'last_night', 'ron', 'este', 'easily', 'win', 'congressional', 'race', 'dem', 'spend', 'heavily', 'amp', 'predict', 'victory'], ['great', 'meeting', 'nato', 'sec', 'gen', 'agree', 'importance', 'get', 'country', 'pay', 'fair', 'share', 'amp', 'focus', 'https', 'co', 'tdjwezmh'], ['economic', 'confidence', 'soar', 'unleash', 'power', 'private', 'sector', 'job', 'creation', 'stand', 'american', 'worker', 'americafirst'], ['keep', 'promise', 'border', 'energy', 'job', 'regulation', 'big', 'change', 'happen'], ['job', 'return', 'illegal_immigration', 'plummet', 'law', 'order', 'justice', 'restore', 'truly', 'make', 'america', 'great'], ['great', 'confidence', 'china', 'properly', 'deal', 'north_korea', 'unable', 'ally'], ['thing', 'work', 'fine', 'russia', 'right', 'time', 'everyone', 'come', 'sense', 'amp', 'last', 'peace'], ['great', 'honor', 'welcome', 'atlanta', 'heroic', 'first_responder', 'white_house', 'afternoon', 'https', 'co', 'ztc', 'xs'], ['weekly_address', 'https', 'co', 'tpz', 'eqjluh', 'https', 'co', 'nqzj'], ['would', 'call', 'china', 'currency', 'manipulator', 'work', 'north', 'korean', 'problem', 'see', 'happen'], ['happy_easter', 'everyone'], ['almost', 'impossible', 'thing', 'republican', 'easily', 'electoral_college', 'tax', 'return', 'bring'], ['someone', 'look', 'pay', 'small', 'organized', 'rally', 'yesterday', 'election'], ['military', 'building', 'rapidly', 'become', 'strong', 'ever', 'frankly', 'choice'], ['recent', 'kansas', 'election', 'congress', 'really', 'big', 'medium', 'event', 'republican', 'play', 'game', 'georgia', 'bad'], ['first', 'day', 'presidency', 'expose', 'total', 'failure', 'last', 'year', 'foreign_policy', 'true', 'foxandfriend'], ['great', 'book', 'read', 'enjoyment', 'reason', 'vote', 'democrat', 'michael', 'knowle'], ['fake', 'medium', 'real', 'medium', 'get', 'even', 'bad', 'election', 'story', 'badly', 'slant', 'hold', 'truth'], ['super', 'liberal', 'democrat', 'georgia', 'congressioal', 'race', 'tomorrow', 'want', 'protect', 'criminal', 'allow', 'illegal_immigration', 'raise_taxes'], ['trump', 'approval', 'hit', 'https', 'co', 'vjzkgtyqb'], ['see', 'tomorrow', 'wisconsin', 'trump', 'spur', 'small_business', 'optimism', 'milwaukee', 'area', 'https', 'juxho', 'oqjo'], ['republican', 'candidate', 'run', 'georgia', 'tuesday', 'congress', 'runoff', 'win', 'vote', 'lower_taxe', 'safety'], ['weak', 'illegal_immigration', 'policy', 'obama', 'admin', 'allow', 'bad', 'm', 'gang', 'form', 'city', 'remove', 'fast'], ['interview', 'foxandfriend', 'ainsleyearhardt', 'start', 'enjoy'], ['democrat', 'jon', 'ossoff', 'would', 'disaster', 'congress', 'weak', 'crime', 'illegal_immigration', 'bad', 'job', 'want', 'high', 'taxis', 'say'], ['republican', 'must', 'get', 'today', 'vote', 'georgia', 'force', 'runoff', 'easy', 'win', 'dem', 'ossoff', 'raise_taxes', 'bad', 'crime', 'amp', 'nd'], ['learn', 'jon', 'ossoff', 'run', 'congress', 'georgia', 'even', 'live', 'district', 'republican', 'get', 'vote'], ['watch', 'https', 'co', 'auqycrgeyn', 'https', 'rf', 'aivvb'], ['major', 'outside', 'money', 'fake', 'medium', 'support', 'republican', 'candidate', 'big', 'win', 'runoff', 'georgia', 'glad', 'help'], ['dem', 'fail', 'kansa', 'fail', 'georgia', 'great', 'job', 'karen', 'handel', 'hollywood', 'georgia'], ['https', 'co', 'jpexqtvr'], ['today', 'sign', 'veteran', 'hero', 'choice', 'program', 'extension', 'amp', 'improvement', 'act', 'whitehouse', 'watch', 'https', 'co', 'smv', 'sprmf'], ['great', 'honor', 'host', 'superbowl', 'champion', 'new', 'england', 'patriot', 'white_house', 'today', 'congratulation', 'https', 'co', 'xepaixn'], ['failing_nytime', 'call', 'wrong', 'year', 'big', 'lie', 'concern', 'new', 'england', 'patriot', 'visit'], ['go', 'american', 'steel', 'go', 'american', 'labor', 'go', 'come', 'first', 'deal', 'https', 'co', 'qyjwx'], ['great', 'honor', 'host', 'paolo', 'gentiloni', 'italy', 'white_house', 'afternoon', 'icymi', 'joint_press', 'conference', 'https', 'co'], ['terrorist_attack', 'pari', 'people', 'france', 'take', 'much', 'big', 'effect', 'presidential', 'election'], ['matter', 'much', 'accomplish', 'ridiculous', 'standard', 'first', 'day', 'amp', 'lot', 'include', 'medium', 'kill'], ['china', 'much', 'economic', 'lifeline', 'north_korea', 'nothing', 'easy', 'want', 'solve', 'north', 'korean', 'problem'], ['welcome', 'home', 'aya', 'godblesstheusa', 'https', 'cr', 'dvunc'], ['presidential', 'executive_order', 'identify', 'reduce', 'tax', 'regulatory', 'burden', 'executive_order', 'https', 'co', 'dpe', 'hdzlat'], ['sb', 'victory', 'honor', 'give', 'bob', 'kraft', 'coach', 'belichick', 'player', 'first', 'https', 'co', 'uzpkjqogzy'], ['getting_ready', 'visit', 'walter', 'ree', 'medical', 'center', 'melania', 'looking_forward', 'see', 'brave', 'great', 'american'], ['next', 'saturday_night', 'hold', 'big', 'rally', 'pennsylvania', 'look_forward'], ['big', 'tax', 'reform', 'tax', 'reduction', 'announce', 'next', 'wednesday'], ['today', 'earth', 'day', 'celebrate', 'beautiful', 'forest', 'lake', 'land', 'stand', 'commit', 'preserve', 'natural', 'beauty', 'nation'], ['committed', 'keep', 'air', 'water', 'clean', 'always', 'remember', 'economic', 'growth', 'enhance', 'environmental', 'protection', 'job', 'matter'], ['interesting', 'election', 'currently', 'taking_place', 'france'], ['thank', 'lake', 'worth', 'florida', 'foxandfriend'], ['obamacare', 'serious', 'trouble', 'dem', 'need', 'big', 'money', 'keep', 'go', 'otherwise', 'die', 'far', 'soon', 'anyone', 'would', 'think'], ['democrat', 'want', 'money', 'budget', 'go', 'border', 'wall', 'fact', 'stop', 'drug', 'bad', 'member'], ['eventually', 'later_date', 'get', 'start', 'early', 'mexico', 'pay', 'form', 'badly', 'need', 'border', 'wall'], ['new', 'poll', 'today', 'good', 'consider', 'much', 'medium', 'fake', 'almost', 'always', 'negative', 'would', 'still', 'beat', 'hillary'], ['popular', 'vote', 'abc', 'news', 'washington_post', 'poll', 'wrong', 'big', 'election', 'say', 'almost', 'stand', 'vote', 'amp', 'say', 'strong', 'leader'], ['fake_news', 'poll', 'release', 'yesterday', 'abc', 'contain', 'positive', 'info', 'totally', 'wrong', 'general', 'watch'], ['wall', 'important', 'tool', 'stop', 'drug', 'pour', 'country', 'poison', 'youth', 'many', 'other'], ['congratspeggy', 'https', 'co', 'nkt'], ['wall', 'build', 'drug', 'situation', 'never', 'fix', 'way', 'buildthewall'], ['join', 'congratulate', 'nasa', 'astropeggy', 'use', 'hashtag', 'congratspeggy', 'earlier', 'today', 'https', 'co', 'audjgxxit'], ['healthcare_plan', 'approve', 'see', 'real', 'healthcare', 'premium', 'start', 'tumble', 'obamacare', 'death', 'spiral'], ['today', 'sign', 'holocaust', 'remembrance', 'proclamation', 'https', 'co', 'sqgdlmv', 'icymi', 'statement', 'last_night', 'https', 'co', 'vrqqfdi'], ['proud', 'ivankatrump', 'leadership', 'important', 'issue', 'looking_forward', 'hearing', 'speak', 'https', 'co', 'uajrm'], ['canada', 'make', 'business', 'dairy', 'farmer', 'wisconsin', 'border', 'state', 'difficult', 'stand', 'watch'], ['let', 'fake', 'medium', 'tell', 'changed', 'position', 'wall', 'get', 'build', 'help', 'stop', 'drug', 'human', 'trafficking', 'etc'], ['remark', 'united_states', 'holocaust', 'memorial', 'museum', 'national', 'day', 'remembrance', 'full', 'remark', 'https', 'co', 'bjbi', 'ztgo'], ['presidential', 'executive_order', 'promote', 'agriculture', 'rural', 'prosperity', 'america', 'executive_order', 'https', 'co', 'lvmjz', 'ax'], ['first', 'ninth', 'circuit', 'rule', 'ban', 'amp', 'hit', 'sanctuary_citie', 'ridiculous', 'ruling', 'see', 'supreme_court'], ['big', 'country', 'many', 'choice', 'everyone', 'notice', 'ban', 'case', 'sanctuary', 'case', 'bring'], ['ninth', 'circuit', 'terrible', 'record', 'overturn', 'close', 'use', 'call', 'judge', 'shopping', 'messy', 'system'], ['record', 'slow', 'economic', 'growth', 'year', 'gdp', 'hurt', 'economy', 'badly'], ['happy_birthday', 'flotus_melania', 'https', 'co', 'ryyp', 'mxdq', 'https', 'co', 'np', 'kyhglsv'], ['today', 'sign', 'executive_order', 'dept', 'interior', 'review', 'designation', 'antiquity', 'act', 'https', 'jdzmqty'], ['today', 'sign', 'executive_order', 'enforce', 'statutory', 'prohibition', 'federal', 'control', 'education', 'https', 'co', 'yyaffqncbc'], ['great', 'great', 'honor', 'welcome', 'recognize', 'national', 'teacher', 'year', 'well', 'teacher', 'year', 'fro', 'https', 'co', 'pugl', 'rdovx'], ['democrat', 'try', 'bail', 'insurance_companie', 'disastrous', 'obamacare', 'puerto_rico', 'tax', 'dollar', 'sad'], ['receive', 'call', 'president', 'mexico', 'prime_minister', 'canada', 'ask', 'renegotiate', 'nafta', 'rather', 'terminate', 'agree'], ['fact', 'reach', 'fair', 'deal', 'terminate', 'nafta', 'relationship', 'good', 'deal', 'possible'], ['democrat', 'want', 'shut', 'government', 'bail', 'puerto_rico', 'give', 'billion', 'insurance_companie', 'ocare', 'failure'], ['want', 'help', 'miner', 'democrat', 'block', 'healthcare'], ['promise', 'rebuild', 'military', 'secure', 'border', 'democrat', 'want', 'shut', 'government', 'politic'], ['important', 'rebuild', 'military', 'bail', 'insurance_companie', 'ask', 'democrat'], ['democrat', 'jeopardize', 'safety', 'troop', 'bail', 'donor', 'time', 'put', 'americafirst'], ['democrat', 'use', 'support', 'border_security', 'want', 'illegal', 'pour', 'border'], ['family', 'prepare', 'summer', 'vacation', 'national', 'park', 'democrat', 'threaten', 'close', 'shut', 'government', 'terrible'], ['flotus_melania', 'honor', 'welcome', 'argentina', 'president', 'mauriciomacri', 'first_lady', 'juliana', 'awada', 'https', 'co', 'epznu'], ['presidential', 'memorandum', 'commercegov', 'secretaryross', 'aluminum', 'import', 'threat', 'national_security', 'https', 'co', 'gnkovz', 'gto'], ['today', 'sign', 'executive_order', 'improve', 'accountability', 'whistleblower', 'protection', 'deptvetaffair', 'https', 'co', 'vncyhlj'], ['make', 'tremendous', 'progress', 'never', 'much', 'do', 'quickly', 'start', 'love', 'vet'], ['interview', 'marthamaccallum', 'foxnew', 'tonight', 'pm', 'enjoy'], ['north_korea', 'disrespect', 'wish', 'china', 'highly_respected', 'president', 'launch', 'unsuccessfully', 'missile', 'today', 'bad'], ['loudobbs', 'state', 'president', 'trump', 'success', 'unmatched', 'recent', 'presidential', 'history', 'thank', 'lou'], ['looking_forward', 'rally', 'great', 'state', 'pennsylvania', 'tonight', 'big', 'crowd', 'big', 'energy'], ['mainstream', 'fake', 'media', 'refuse', 'state', 'long', 'list', 'achievement', 'include', 'legislative', 'signing', 'strong', 'border', 'amp', 'great', 'optimism'], ['interview', 'facethenation', 'morning', 'great', 'day'], ['big', 'excitement', 'last_night', 'great', 'state', 'pennsylvania', 'fantastic', 'crowd', 'people', 'make_america', 'great'], ['democrat', 'leader', 'become', 'party', 'obstruction', 'interest', 'best'], ['compare', 'anything', 'obamacare', 'obamacare', 'dead', 'dem', 'want', 'billion', 'go', 'insurance_companie', 'bail', 'donor', 'new'], ['healthcare_plan', 'way', 'much', 'low', 'premium', 'amp', 'deductible', 'time', 'take', 'care', 'pre_existe', 'condition'], ['month', 'celebrate', 'contribution', 'asian', 'american', 'amp', 'pacific', 'islander', 'enrich', 'nation', 'https', 'co', 'reji', 'ahoay'], ['icymi', 'saturday', 'sign', 'help', 'keep', 'job', 'amp', 'wealth', 'country', 'https', 'co', 'xjggnjaipi', 'https', 'co', 'ieten', 'svl'], ['president', 'andrew', 'jackson', 'die', 'year', 'civil', 'war', 'start', 'see', 'come', 'angry', 'would', 'never', 'let', 'happen'], ['reason', 'plan', 'negotiate', 'republican', 'democrat', 'need', 'vote', 'senate'], ['elect', 'republican_senators', 'change', 'rule', 'country', 'need', 'good', 'shutdown', 'september', 'fix', 'mess'], ['congratulation', 'winner', 'commander', 'chief', 'trophy', 'great', 'falcon', 'watch', 'https', 'co', 'hyxxfcfauh'], ['fbi', 'director', 'comey', 'good', 'thing', 'ever', 'happen', 'give', 'free', 'pass', 'many', 'bad', 'deed', 'phony'], ['trump', 'russia', 'story', 'excuse', 'use', 'democrat', 'justification', 'lose', 'election', 'perhaps', 'trump', 'run', 'great', 'campaign'], ['honor', 'stop', 'schoolchoice', 'event', 'host', 'usedgov', 'secretary', 'betsydevose', 'https', 'co', 'vxvsynha'], ['honor', 'host', 'president', 'mahmoud', 'abba', 'today', 'hopefully', 'something', 'terrific', 'could', 'come', 'https', 'eyhlfzbkhn'], ['susan', 'rice', 'former', 'national_security', 'advisor', 'president', 'obama', 'refuse', 'testify', 'senate', 'subcommittee', 'next_week'], ['allegation', 'unmask', 'trump', 'transition', 'official', 'good'], ['fake_news', 'medium', 'officially', 'control', 'say', 'anything', 'order', 'get', 'attention', 'never', 'time'], ['congratulation', 'foxandfriend', 'unbelievable', 'rating', 'hike'], ['death', 'spiral', 'aetna', 'exit', 'obamacare', 'market', 'cite', 'expect', 'loss', 'indv', 'plan', 'year', 'https', 'co', 'ynzditf'], ['beautiful', 'evening', 'religious', 'leader', 'last_night', 'join', 'live', 'https', 'co', 'twzjuv'], ['watch', 'democrat', 'try', 'defend', 'keep', 'doctor', 'keep', 'plan', 'amp', 'premium', 'go', 'obamacare', 'lie'], ['insurance_companie', 'flee', 'obamacare', 'dead', 'healthcare_plan', 'low', 'premium', 'amp', 'deductible', 'great', 'healthcare'], ['victorious', 'republican', 'big', 'press_conference', 'beautiful', 'rose_garden', 'white_house', 'immediately', 'vote'], ['great', 'day', 'united_states', 'america', 'great', 'plan', 'repeal', 'amp', 'replace', 'obamacare', 'https', 'co', 'tnmln', 'lm'], ['honor', 'welcome', 'pm', 'australia', 'america', 'amp', 'join', 'mark', 'https', 'co', 'fomuec', 'eae'], ['big', 'win', 'house', 'exciting', 'everything', 'come', 'together', 'inclusion', 'phase', 'truly', 'great', 'healthcare'], ['rather', 'cause', 'big', 'disruption', 'work', 'home', 'bedminster', 'weekend', 'also', 'save', 'country', 'money'], ['course', 'australian', 'well', 'healthcare', 'everybody', 'obamacare', 'dead', 'healthcare', 'soon', 'great'], ['job', 'job', 'job', 'https', 'co', 'eetseno'], ['weeklyaddress', 'https', 'co', 'qckkpbtcr'], ['fake_news', 'medium', 'everything', 'power', 'make', 'republican', 'healthcare', 'victory', 'look', 'bad', 'possible', 'far', 'better', 'ocare'], ['fake_news', 'rarely', 'report', 'ocare', 'last', 'leg', 'insurance_companie', 'flee', 'live', 'dead'], ['great', 'job', 'report', 'today', 'begin', 'work'], ['reason', 'stay', 'bedminster', 'beautiful', 'community', 'stay', 'much', 'expensive', 'disruptive', 'meeting'], ['fake', 'medium', 'ask', 'dem', 'dealing', 'russia', 'amp', 'dnc', 'allow', 'fbi', 'check', 'server', 'investigate'], ['republican_senator', 'let', 'american', 'people', 'obamacare_premiums', 'deductible', 'way', 'lie', 'dead'], ['congratulation', 'emmanuel', 'macron', 'big', 'win', 'today', 'next', 'president', 'france', 'look', 'much', 'forward', 'work'], ['rexnord', 'indiana', 'make', 'deal', 'obama', 'administration', 'move', 'mexico', 'fire', 'employee', 'tax', 'product', 'big', 'sell'], ['congratulation', 'big', 'win', 'yesterday', 'great', 'guy', 'never', 'give', 'winner'], ['general', 'flynn', 'give', 'high', 'security', 'clearance', 'obama', 'administration', 'fake_news', 'seldom', 'like', 'talk'], ['ask', 'sally', 'yate', 'oath', 'know', 'classified_information', 'get', 'newspaper', 'soon', 'explain', 'council'], ['ask', 'sally', 'yate', 'oath', 'know', 'classified_information', 'get', 'newspaper', 'soon', 'explain', 'counsel'], ['honor', 'welcome', 'georgia', 'prime_minister', 'giorgi', 'kvirikashvili', 'whitehouse', 'today', 'mike_pence', 'https', 'co', 'ohxxgtntwb'], ['director', 'clapper', 'reiterate', 'everybody', 'include', 'fake', 'medium', 'already', 'know', 'evidence', 'collusion', 'russia', 'trump'], ['sally', 'yate', 'make', 'fake', 'medium', 'extremely', 'unhappy', 'today', 'say', 'nothing', 'old', 'news'], ['russia', 'trump', 'collusion', 'story', 'total', 'hoax', 'taxpayer', 'fund', 'charade', 'end'], ['big', 'story', 'today', 'clapper', 'amp', 'yate', 'surveillance', 'medium', 'report', 'fakenew'], ['honor', 'welcome', 'teacher', 'year', 'last', 'month', 'today', 'honor', 'thank', 'teacher', 'https', 'co', 'saujfizcwr'], ['manufacturing', 'opening', 'hire', 'rise', 'high', 'level', 'recovery', 'https', 'co', 'txfzdyyioe'], ['cryin_chuck', 'schumer', 'state', 'recently', 'confidence', 'james_comey', 'longer', 'act', 'indignant', 'draintheswamp'], ['democrat', 'say', 'bad', 'thing', 'james_comey', 'include', 'fact', 'fire', 'play', 'sad'], ['replace', 'someone', 'far', 'well', 'job', 'bring', 'spirit', 'prestige', 'fbi'], ['comey', 'lose', 'confidence', 'almost', 'everyone', 'washington', 'republican', 'democrat', 'alike', 'thing', 'calm', 'thank'], ['watch', 'senator', 'richard_blumenthal', 'speak', 'comey', 'joke', 'richie', 'devise', 'great', 'military', 'fraud', 'history'], ['year', 'pol', 'connecticut', 'blumenthal', 'would', 'talk', 'great', 'bravery', 'conquest', 'vietnam', 'never'], ['catch', 'cry', 'baby', 'beg', 'forgiveness', 'judge', 'amp', 'jury', 'investigate', 'act'], ['roger', 'stone', 'report', 'cnn', 'false', 'fake_news', 'speak', 'roger', 'long', 'time', 'nothing', 'decision'], ['dem', 'complain', 'month', 'amp', 'month', 'dir', 'comey', 'fire', 'pretend', 'aggrieve', 'phony', 'hypocrite'], ['democrat', 'ashamed', 'disgrace', 'draintheswamp', 'https', 'co', 'ufbkeecm'], ['presidential', 'executive_order', 'strengthen', 'cybersecurity', 'federal', 'network', 'critical', 'infrastructure', 'https', 'co', 'kqdbvxpekk'], ['presidential', 'executive_order', 'establishment', 'presidential', 'advisory', 'commission', 'election', 'integrity', 'https', 'co', 'qzs'], ['finally', 'agree', 'something', 'rosie', 'https', 'co', 'pgbz'], ['russia', 'must', 'laugh', 'sleeve', 'watch', 'tear', 'apart', 'democrat', 'excuse', 'lose', 'election'], ['yesterday', 'day', 'meeting', 'russian', 'foreign', 'minister', 'sergei', 'lavrov', 'fm', 'ukraine', 'pavlo', 'https', 'hm', 'dcqo'], ['story', 'collusion', 'russian', 'amp', 'trump', 'campaign', 'fabricate', 'dem', 'excuse', 'lose', 'election'], ['fake', 'medium', 'working_overtime', 'today'], ['active', 'president', 'lot', 'thing', 'happen', 'possible', 'surrogate', 'stand', 'podium', 'perfect', 'accuracy'], ['maybe', 'good', 'thing', 'would', 'cancel', 'future', 'press', 'briefing', 'hand', 'write', 'response', 'sake', 'accuracy'], ['james_comey', 'well', 'hope', 'tape', 'conversation', 'start', 'leak', 'press'], ['james_clapper', 'virtually', 'everyone', 'else', 'knowledge', 'witch_hunt', 'say', 'collusion', 'end'], ['china', 'agree', 'allow', 'sell', 'beef', 'major', 'product', 'china', 'real', 'news'], ['today', 'host', 'military', 'mother', 'day', 'event', 'east_room', 'honor', 'stop', 'say', 'hel', 'https', 'co', 'wnvb', 'pyoef'], ['today', 'welcome', 'victory', 'christian', 'center', 'school', 'good_luck', 'team', 'america', 'rocketry', 'challenge', 'tarc', 'watch', 'https', 'co', 'wfrrsk', 'wuo'], ['weeklyaddress', 'https', 'co', 'https', 'tvvnch'], [], ['interview', 'judgejeanine', 'foxnew', 'saturday_night', 'enjoy'], ['thrill', 'libertyu', 'congratulation', 'class', 'day', 'earn', 'https', 'co', 'ryopwbiy'], ['wish', 'flotus_melania', 'great', 'mother', 'wonderful', 'day', 'ahead', 'family', 'friend', 'happy', 'mothersday'], ['today', 'deliver', 'remark', 'annual', 'national', 'peace', 'officer', 'memorial', 'service', 'https', 'co', 'eiovdctqb'], ['policeweek', 'proclamation', 'https', 'co', 'ixvfzuhw', 'https', 'co', 'umj', 'hklx'], ['president', 'want', 'share', 'russia', 'openly', 'schedule', 'meeting', 'absolute', 'right', 'fact', 'pertain'], ['terrorism', 'airline', 'flight', 'safety', 'humanitarian', 'reason', 'want', 'russia', 'greatly', 'step', 'fight', 'isis', 'amp', 'terrorism'], ['ask', 'director', 'comey', 'amp', 'other', 'begin', 'administration', 'find', 'leaker', 'intelligence_community'], ['industrial', 'production', 'surge', 'april', 'https', 'co', 'seirhi'], ['great', 'honor', 'welcome', 'president', 'turkey', 'recep', 'tayyip', 'erdogan', 'whitehouse', 'today', 'https', 'co', 'bwjocgnnv'], ['great', 'honor', 'deliver', 'cgacommencement', 'uscgacademy', 'congratulation', 'class', 'https', 'co', 'ehqanqxisy'], ['illegal', 'act', 'took_place', 'clinton', 'campaign', 'amp', 'obama', 'administration', 'never', 'special_councel', 'appoint'], ['single', 'great', 'witch_hunt', 'politician', 'american', 'history'], ['illegal', 'act', 'took_place', 'clinton', 'campaign', 'amp', 'obama', 'administration', 'never', 'special_counsel', 'appoint'], ['great', 'honor', 'welcome', 'president', 'juan', 'manuel', 'santos', 'colombia', 'white_house', 'today', 'joint_press', 'conf', 'https', 'co', 'uwfiqedsay'], ['president', 'donald', 'trump', 'proclaim', 'https', 'co', 'eccsgaizwu'], ['getting_ready', 'big', 'foreign', 'trip', 'strongly', 'protect', 'american', 'interest'], ['weeklyaddress', 'https', 'co', 'uyehgch', 'hl', 'https', 'co', 'hiqofuc'], ['great', 'riyadh', 'saudi_arabia', 'looking_forward', 'afternoon', 'evening', 'ahead', 'potusabroad', 'https', 'jjora', 'kfyr'], ['thank', 'brave', 'serviceman', 'amp', 'woman', 'serve', 'continue', 'serve', 'united_states', 'true', 'hero', 'https', 'co', 'xm'], ['speech', 'transcript', 'arab', 'islamic', 'american', 'summit', 'https', 'co', 'https', 'co', 'vtmlsqcixx', 'riyadhsummit', 'potusabroad'], ['riyadhsummit', 'potusabroad', 'https', 'wddeoiv'], ['prime_minister', 'netanyahu', 'presidentruvi', 'behalf', 'flotus_melania', 'thank', 'invitation', 'https', 'co', 'ycparv'], ['stand', 'absolute', 'solidarity', 'people', 'united_kingdom', 'https', 'co', 'fuuxxyxe'], ['thank', 'wonderful', 'unforgettable', 'visit', 'prime_minister', 'netanyahu', 'presidentruvi'], ['israel', 'saudi_arabia', 'middle_east', 'great', 'try', 'hard', 'peace', 'well', 'head', 'vatican', 'amp', 'pope', 'nato'], ['civilized', 'nation', 'must', 'join', 'together', 'protect', 'human', 'life', 'sacred', 'right', 'citizen', 'live', 'safety', 'peace'], ['honor', 'lifetime', 'meet', 'holiness', 'pope', 'francis', 'leave', 'vatican', 'determine', 'ever', 'pursue', 'peac', 'https', 'co', 'jhe', 'sroaxd'], ['thank', 'warm', 'welcome', 'brussel', 'belgium', 'afternoon', 'https', 'co', 'avysame'], ['today', 'ceremony', 'day', 'remembrance', 'resolve', 'natomeete', 'nato', 'https', 'co', 'ynzv', 'btekb'], ['thank', 'support', 'together', 'make_america', 'safe', 'great', 'potusabroad', 'usa', 'https', 'co'], ['arrive', 'taormina', 'flotus_melania', 'summit', 'usa', 'https', 'co', 'axolkbik'], ['arrive', 'italy', 'trip', 'successful', 'make', 'saved', 'usa', 'many', 'billion', 'dollar', 'million', 'job'], ['getting_ready', 'engage', 'leader', 'many', 'issue', 'include', 'economic', 'growth', 'terrorism', 'security'], ['terrorist', 'engage', 'war', 'civilization', 'value', 'life', 'confront', 'defeat', 'evil', 'https', 'co', 'haeuvcif'], ['behalf', 'flotus_melania', 'thank', 'wonderful', 'dinner', 'evening', 'president', 'sergio', 'mattarella', 'https', 'co', 'ehvwgjkrry'], ['big', 'meeting', 'today', 'lot', 'important', 'matter', 'discussion', 'first', 'list', 'course', 'terrorism', 'taormina'], ['many', 'nato', 'country', 'agree', 'step', 'payment', 'considerably', 'money', 'begin', 'pour', 'nato', 'much', 'strong'], ['make', 'final', 'decision', 'paris', 'accord', 'next_week'], ['leave', 'summit', 'great', 'meeting', 'everything', 'especially', 'trade'], ['push', 'removal', 'trade', 'distort', 'practice', 'foster', 'truly', 'level_playing', 'field'], ['look_forward', 'reading', 'commercegov', 'analysis', 'steel', 'aluminum', 'release', 'june', 'take', 'major', 'action', 'necessary'], ['bring', 'hundred', 'billion', 'dollar', 'back', 'middle_east', 'mean', 'job', 'job', 'job'], ['arrive', 'italy', 'successful', 'nato', 'meeting', 'brussel', 'tell', 'nation', 'must', 'pay', 'fair'], ['big', 'win', 'montana', 'republican'], ['big', 'win', 'montana', 'republican'], ['return', 'europe', 'trip', 'great', 'success', 'america', 'hard', 'work', 'big', 'result'], ['opinion', 'many', 'leak', 'come', 'white_house', 'fabricated', 'lie', 'make', 'fakenew', 'medium'], ['whenever', 'see', 'word', 'source', 'say', 'fake_news', 'medium', 'mention', 'name'], ['possible', 'source', 'exsist', 'make', 'fake_news', 'writer', 'fakenew', 'enemy'], ['anyone', 'notice', 'montana', 'congressional', 'race', 'big', 'deal', 'dem', 'amp', 'fake_news', 'republican', 'poorly', 'cover'], ['possible', 'source', 'exist', 'make', 'fake_news', 'writer', 'fakenew', 'enemy'], ['anyone', 'notice', 'montana', 'congressional', 'race', 'big', 'deal', 'dem', 'amp', 'fake_news', 'republican', 'poorly', 'cover'], ['british', 'prime_minister', 'may', 'angry', 'info', 'give', 'manchester', 'leak', 'give', 'full', 'detail'], ['suggest', 'add', 'dollar', 'healthcare', 'make', 'best', 'anywhere', 'obamacare', 'dead', 'republican', 'much', 'better'], ['massive', 'reform', 'submit', 'move', 'process', 'actually', 'ahead', 'schedule', 'big', 'benefit'], ['fake_news', 'medium', 'work', 'hard', 'disparage', 'amp', 'demean', 'social_media', 'want', 'america', 'hear', 'real', 'story'], ['honor', 'man', 'woman', 'make', 'ultimate', 'sacrifice', 'service', 'america', 'home', 'free', 'brave', 'memorialday'], ['north_korea', 'show', 'great', 'disrespect', 'neighbor', 'china', 'shoot', 'yet', 'ballistic', 'missile', 'china', 'try', 'hard'], ['today', 'remember', 'man', 'woman', 'make', 'ultimate', 'sacrifice', 'serve', 'thank', 'family', 'amp', 'god_bles', 'usa'], ['look_forward', 'pay', 'respect', 'woman', 'arlington', 'national', 'cemetery', 'later', 'morning'], ['massive', 'trade_deficit', 'germany', 'pay', 'far', 'less', 'nato', 'amp', 'military', 'bad', 'change'], ['russian', 'official', 'must', 'laugh', 'amp', 'lame', 'excuse', 'dem', 'lose', 'election', 'take', 'fake_news'], ['senate', 'switch', 'vote', 'immediately', 'get', 'healthcare', 'tax_cut', 'approve', 'fast', 'easy', 'dem', 'would', 'doubt'], ['constant', 'negative', 'press', 'covfefe'], ['figure', 'true', 'meaning', 'covfefe', 'enjoy'], ['report', 'democrat', 'excoriate', 'carter_page', 'russia', 'want', 'testify', 'blow', 'away'], ['case', 'amp', 'want', 'clear', 'name', 'show', 'false', 'mislead', 'testimony', 'john_brennan', 'witch_hunt'], ['kathy', 'griffin', 'ashamed', 'child', 'especially', 'year', 'old', 'son', 'barron', 'hard', 'time', 'sick'], ['hopefully', 'republican_senators', 'good', 'people', 'quickly', 'get', 'together', 'pass', 'new', 'repeal', 'amp', 'replace', 'healthcare', 'bill', 'add', 'save'], ['announce', 'decision', 'paris', 'accord', 'next', 'day', 'make_america', 'great'], ['travel', 'world', 'strengthen', 'long', 'standing', 'alliance', 'form', 'new', 'partnership', 'see', 'https', 'co', 'kypoal'], ['honor', 'welcome', 'prime_minister', 'vietnam', 'nguyen', 'xuan', 'phuc', 'whitehouse', 'afternoon', 'https', 'co', 'ybrivjucy'], ['crooked_hillary', 'clinton', 'blame', 'everybody', 'refuse', 'say', 'terrible', 'candidate', 'hit', 'facebook', 'amp', 'even', 'dem', 'amp', 'dnc'], ['announce', 'decision', 'paris', 'accord', 'thursday', 'white_house', 'rose_garden', 'make_america', 'great'], ['big', 'story', 'unmask', 'surveillance', 'people', 'took_place', 'obama', 'administration'], ['join', 'live', 'whitehouse', 'https', 'https', 'vhlhyh'], ['job', 'president', 'everything', 'power', 'give', 'america', 'level_playing', 'field', 'americafirst', 'https', 'co', 'hl', 'owbwzyi'], ['make_america', 'great'], ['https', 'co', 'ejxevz'], ['weeklyaddress', 'https', 'co', 'dnzrzikxhd'], ['need', 'smart', 'vigilant', 'tough', 'need', 'court', 'give', 'back', 'right', 'need', 'extra', 'level', 'safety'], ['united_state', 'help', 'london', 'god_bles'], ['must', 'stop', 'politically_correct', 'get', 'business', 'security', 'people', 'get', 'smart', 'get', 'bad'], ['least', 'dead', 'wound', 'terror_attack', 'mayor', 'london', 'say', 'reason', 'alarm'], ['notice', 'gun', 'debate', 'right', 'use', 'knife', 'truck'], ['people', 'lawyer', 'court', 'call', 'want', 'call', 'need', 'travel_ban'], ['stay', 'original', 'travel_ban', 'water', 'politically_correct', 'version', 'submit'], ['ask', 'expedite', 'hear', 'water', 'supreme_court', 'amp', 'seek', 'much', 'tough', 'version'], ['event', 'extreme_vette', 'people', 'come', 'order', 'help', 'keep', 'country', 'safe', 'court', 'slow', 'political'], ['foxandfriend', 'dem', 'take', 'forever', 'approve', 'people', 'include', 'ambassador', 'nothing', 'obstructionist', 'want', 'approval'], ['pathetic', 'excuse', 'london', 'mayor', 'sadiq', 'khan', 'think', 'fast', 'reason', 'alarm', 'statement', 'msm', 'work', 'hard', 'sell'], ['secshulkin', 'decision', 'big', 'win', 'veteran', 'decade', 'hero', 'deserve', 'good', 'https', 'co', 'rnnp', 'tdh'], ['today', 'announce', 'air', 'traffic', 'control', 'initiative', 'take', 'american', 'air', 'travel', 'future', 'finally', 'https', 'co', 'niiorksrjn'], ['right', 'need', 'travel_ban', 'certain', 'dangerous', 'country', 'politically_correct', 'term', 'help', 'protect', 'people'], ['big', 'meeting', 'today', 'republican', 'leadership', 'concern', 'healthcare', 'push', 'hard', 'must', 'get', 'right'], ['fake', 'msm', 'work', 'hard', 'try', 'get', 'social_media', 'hate', 'get', 'honest', 'unfiltered', 'message'], ['recent', 'trip', 'middle_east', 'state', 'longer', 'fund', 'radical', 'ideology', 'leader', 'point', 'qatar', 'look'], ['sorry', 'folk', 'would', 'relied', 'fake_news', 'cnn', 'abc', 'cbs', 'washpost', 'nytime', 'would', 'chance', 'win'], ['good', 'see', 'saudi_arabia', 'visit', 'king', 'country', 'already', 'pay', 'say', 'would', 'take', 'hard', 'line', 'funding'], ['extremism', 'reference', 'point', 'qatar', 'perhaps', 'begin', 'end', 'horror', 'terrorism'], ['today', 'remember', 'courage', 'bravery', 'troop', 'storm', 'beach', 'normandy', 'dday', 'https', 'co', 'zhr', 'dmzyb'], ['great', 'meeting', 'housegop', 'senategop', 'leader', 'include', 'speakerryan', 'senatemajldr', 'gopleader', 'johncornyn', 'https', 'co', 'cetcs'], ['icymi', 'announcement', 'air', 'traffic', 'control', 'initiative', 'watch', 'https', 'co', 'imizr', 'gaw'], ['senate', 'pass', 'accountability', 'act', 'house', 'get', 'bill', 'desk', 'tolerate', 'substandard', 'care', 'vet'], ['nominate', 'christopher', 'wray', 'man', 'impeccable', 'credential', 'new', 'director', 'fbi', 'detail', 'follow'], ['getting_ready', 'leave', 'cincinnati', 'great', 'state', 'ohio', 'meet', 'obamacare', 'victim', 'talk', 'healthcare', 'amp', 'also', 'infrastructure'], ['many', 'false', 'statement', 'lie', 'total', 'complete', 'vindication', 'comey', 'leaker'], ['great', 'reporting', 'foxandfriend', 'many', 'other', 'thank'], ['congratulation', 'jeb', 'hensarle', 'amp', 'republican', 'successful', 'house', 'vote', 'repeal', 'major', 'part', 'dodd', 'frank', 'financial', 'law', 'growth'], ['honor', 'join', 'faithandfreedom', 'coalition', 'yesterday', 'america', 'worship', 'government', 'worship', 'god', 'https', 'brzuqe'], ['great', 'honor', 'host', 'welcome', 'leader', 'america', 'whitehouse', 'infrastructure', 'summit', 'https', 'hboq'], ['time', 'rebuild', 'country', 'bring', 'back', 'job', 'restore', 'dream', 'put', 'americafirst', 'ty', 'https', 'co', 'bxwxgka'], ['time', 'start', 'build', 'country', 'american', 'worker', 'amp', 'american', 'iron', 'aluminum', 'amp', 'steel', 'time', 'https', 'co', 'rgzcryecmz'], ['america', 'go', 'build', 'budget', 'ahead', 'schedule', 'time', 'put', 'americafirst', 'https', 'co', 'tbbjxcn'], ['fakenew', 'msm', 'report', 'great', 'economic', 'news', 'election', 'day', 'dow', 'nasdaq', 'drilling', 'amp', 'energy', 'sector'], ['way', 'regulation', 'way', 'new', 'job', 'add', 'unemployment', 'business', 'economic', 'enthusiasm', 'way', 'record', 'level'], ['believe', 'leak', 'far', 'prevalent', 'anyone', 'ever', 'think', 'possible', 'totally', 'illegal', 'cowardly'], ['democrat', 'message', 'economic', 'taxis', 'job', 'fail', 'obamacare', 'obstructionist'], ['daughter_ivanka', 'foxandfriend', 'tomorrow', 'morning', 'enjoy'], ['great', 'number', 'economy', 'work', 'include', 'passage', 'many', 'bill', 'amp', 'regulation', 'kill', 'executive', 'order', 'kick'], ['ivanka', 'foxandfriend'], ['never', 'forget', 'victim', 'lose', 'life', 'year', 'ago', 'today', 'horrific', 'pulsenightclub', 'shoot', 'https', 'co', 'lzggdjkxz'], ['congratulation', 'first', 'new', 'coal', 'mine', 'trump', 'era', 'open', 'pennsylvania', 'https', 'co', 'airllxnlqa'], ['finally', 'hold', 'first', 'full', 'cabinet', 'meeting', 'today', 'great', 'team', 'restore', 'american', 'prosperity', 'br', 'https', 'co', 'rokshtfe'], ['congratulation', 'clemsonfb', 'tiger', 'full', 'ceremony', 'https', 'co', 'syjugomhhj', 'https', 'co', 'nzox'], ['fake_news', 'medium', 'never', 'wrong', 'dirty', 'purposely', 'incorrect', 'story', 'phony', 'source', 'meet', 'agenda', 'hate', 'sad'], ['well', 'predict', 'rule', 'travel_ban', 'dangerous', 'time', 'history', 'country'], ['lynch', 'make', 'decision', 'political', 'purpose', 'give', 'hillary_clinton', 'free', 'pass', 'protection', 'totally', 'illegal'], ['fake_news', 'time', 'high', 'apology', 'incorrect', 'story'], ['head', 'great', 'state', 'wisconsin', 'talk', 'job', 'job', 'job', 'big', 'progress', 'make', 'real', 'news', 'reporting'], ['people', 'drop', 'obamacare', 'death', 'spiral', 'obstructionist_democrat', 'give', 'answer', 'resist'], ['arrive', 'wisconsin', 'discuss', 'job', 'job', 'job', 'maga', 'https', 'co', 'lej', 'yb'], ['passage', 'deptvetaffair', 'accountability', 'whistleblower', 'protection', 'act', 'great', 'news', 'veteran', 'https', 'aci'], ['get', 'back', 'wisconsin', 'great', 'day', 'great', 'people'], ['rep', 'steve', 'scalise', 'louisiana', 'true', 'friend', 'patriot', 'badly', 'injure', 'fully', 'recover', 'thought', 'prayer'], ['happy_birthday', 'army', 'soldier', 'thank', 'bravery', 'sacrifice', 'amp', 'dedication', 'proud', 'commander', 'chief'], ['leave', 'hospital', 'rep', 'steve', 'scalise', 'truly', 'great', 'people', 'tough', 'shape', 'real', 'fighter', 'pray', 'steve'], ['make', 'phony', 'collusion', 'russian', 'story', 'find', 'proof', 'go', 'obstruction', 'justice', 'phony', 'story', 'nice'], ['witness', 'single', 'great', 'witch_hunt', 'american', 'political', 'history', 'lead', 'bad', 'conflicted', 'people', 'maga'], ['hillary', 'clinton', 'family', 'dem', 'dealing', 'russia', 'look', 'non', 'dealing'], ['crooked', 'destroy', 'phone', 'hammer', 'bleach', 'email', 'amp', 'husband', 'meet', 'ag', 'day', 'clear', 'amp', 'talk', 'obstruction'], ['thank', 'wisconsin', 'tuesday', 'great', 'success', 'workforceweek', 'wctc', 'ivankatrump', 'amp', 'govwalker', 'remark', 'https', 'co'], ['https', 'co', 'inojtf'], ['month', 'investigation', 'amp', 'committee', 'hearing', 'collusion', 'russian', 'nobody', 'able', 'show', 'proof', 'sad'], ['fake_news', 'medium', 'hate', 'turn', 'powerful', 'social_media', 'people', 'go', 'around'], ['phony', 'witch_hunt', 'go', 'america', 'economic', 'amp', 'job', 'number', 'great', 'regulation', 'way', 'job', 'enthusiasm', 'way'], ['investigate', 'fire', 'fbi', 'director', 'man', 'tell', 'fire', 'fbi', 'director', 'witch_hunt'], ['great', 'news', 'maga', 'https', 'co', 'pirhr', 'layt'], ['remark', 'president', 'trump', 'policy', 'cubavideo', 'https', 'co', 'juwcjgxx', 'dtranscript', 'https', 'co', 'hilchbpjet'], ['national_security', 'presidential', 'memorandum', 'strengthen', 'policy', 'united_state', 'cubamemorandum', 'https', 'co', 'rvr', 'dg', 'hxt'], ['back', 'miami', 'cuban', 'american', 'friend', 'happy', 'sign', 'today', 'campaign', 'promise', 'forget'], ['thought', 'prayer', 'sailor', 'uss', 'fitzgerald', 'family', 'thank', 'japanese', 'ally', 'https', 'co', 'bbvmtfxvkk'], ['make_america', 'great', 'agenda', 'well', 'distraction', 'witch_hunt', 'many', 'new', 'job', 'high', 'business', 'enthusiasm'], ['massive', 'regulation_cut', 'new', 'legislative', 'bill', 'sign', 'great', 'new', 'justice', 'infrastructure', 'healthcare', 'tax_cut', 'work'], ['new', 'rasmussen', 'poll', 'accurate', 'election', 'trump', 'approval_rate', 'higher'], ['camp_david', 'special', 'place', 'honor', 'spend', 'weekend', 'military', 'run', 'well', 'proud'], ['jay', 'sekulow', 'foxandfriend'], ['dem', 'want', 'stop', 'good', 'healthcare', 'border_security', 'obamacare', 'dead', 'increase', 'vote', 'karen'], ['heartfelt', 'thought', 'prayer', 'usnavy', 'sailor', 'ussfitzgerald', 'family', 'https', 'co', 'iymh'], ['ralph', 'norman', 'run', 'congress', 'district', 'fantastic', 'help', 'cutting_taxe'], ['get', 'great', 'border_security', 'healthcare', 'voteralphnorman', 'tomorrow'], ['karen', 'handle', 'opponent', 'even', 'vote', 'district', 'want', 'represent'], ['live', 'want', 'raise_taxes', 'amp', 'kill', 'healthcare', 'tuesday', 'votekarenhandel'], ['karen', 'handel', 'opponent', 'even', 'vote', 'district', 'want', 'represent'], ['even', 'live', 'want', 'raise_taxes', 'kill', 'healthcare', 'tuesday', 'votekarenhandel'], ['great', 'honor', 'welcome', 'president', 'amp', 'mrs', 'varela', 'panama', 'afternoon', 'https', 'co', 'ojj', 'uyb'], ['melania', 'offer', 'deepest_condolence', 'family', 'otto', 'warmbi', 'full', 'statement', 'https', 'co', 'ytfd', 'https', 'co', 'bijeb'], ['big', 'day', 'tomorrow', 'georgia', 'south_carolina', 'obamacare', 'dead', 'dem', 'want', 'big', 'obstruct', 'idea', 'vote'], ['democrat', 'jon', 'ossoff', 'want', 'raise_taxes', 'highest_level', 'weak', 'crime', 'security', 'even', 'live', 'district'], ['karen', 'handel', 'congress', 'fight', 'lower_taxe', 'great', 'healthcare', 'strong', 'security', 'hard', 'worker', 'never', 'give', 'vote', 'today'], ['condemn', 'brutality', 'north', 'korean', 'regime', 'mourn', 'late', 'victim', 'video', 'https', 'co', 'rvm', 'zbpk'], ['greatly_appreciate', 'effort', 'president_xi', 'amp', 'china', 'help', 'north_korea', 'work', 'least', 'know', 'china', 'try'], ['great', 'honor', 'welcome', 'president', 'petro', 'poroshenko', 'ukraine', 'whitehouse', 'today', 'https', 'co', 'ulod', 'pyq'], ['thing', 'look', 'great', 'karen'], ['thank', 'foxnew', 'huge', 'win', 'president', 'trump', 'gop', 'georgia', 'congressional', 'special', 'election'], ['congratulation', 'karen', 'handel', 'big', 'win', 'fantastic', 'job', 'proud'], ['ralph', 'norman', 'run', 'fantastic', 'race', 'win', 'great', 'state', 'south_carolina', 'district', 'honor', 'success', 'tonight'], ['well', 'special', 'election', 'want', 'make_america', 'great', 'fake_news', 'money', 'spend'], ['democrat', 'would', 'much', 'well', 'party', 'get', 'together', 'republican', 'healthcaretax', 'cutssecurity', 'obstruction', 'work'], ['land', 'iowa', 'see', 'everyone', 'soon', 'maga'], ['thank', 'kirkwood', 'community', 'college', 'head', 'cellular', 'center', 'pme', 'make_america', 'great', 'https', 'co'], ['great', 'night', 'iowa', 'special', 'people', 'thank'], ['former', 'homeland_security', 'advisor', 'jeh', 'johnson', 'late', 'top', 'intelligence', 'official', 'state', 'grand', 'scheme', 'trump', 'amp', 'russia'], ['way', 'russia', 'work', 'hard', 'election', 'took_place', 'obama', 'admin', 'stop'], ['democratic', 'national', 'committee', 'turn', 'dhs', 'offer', 'protect', 'hack', 'long', 'prior', 'election', 'big', 'dem', 'hoax'], ['dnc', 'refuse', 'turn', 'server', 'fbi', 'still', 'big', 'dem', 'scam', 'excuse', 'lose', 'election'], ['certainly', 'hope', 'democrat', 'force', 'nancy', 'would', 'bad', 'republican_party', 'let', 'cryin_chuck', 'stay'], ['recently', 'report', 'electronic', 'surveillance', 'intercept', 'unmask', 'illegal', 'leaking', 'information', 'idea'], ['tape', 'recording', 'conversation', 'james_comey', 'make', 'recording'], ['promise', 'campaign', 'continue', 'icegov', 'bust', 'ms', 'member', 'operation', 'https', 'co', 'ki', 'gxecmy'], ['mexico', 'rank', 'second', 'deadly', 'country', 'world', 'syria', 'drug', 'trade', 'largely', 'build_wall'], ['supportive', 'senate', 'healthcarebill', 'look_forward', 'make', 'really', 'special', 'remember', 'obamacare', 'dead'], ['together', 'go', 'make_america', 'great', 'americafirst', 'https', 'co', 'mvjbs', 'atr'], ['think', 'stevescalise', 'teamscalise', 'https', 'co', 'yqf', 'exhm'], ['amp', 'honor', 'host', 'first', 'congressional', 'picnic', 'wonderful', 'evening', 'amp', 'tradition', 'marineband', 'https', 'co', 'mywmam'], ['foxandfriend', 'enjoy'], ['help', 'pass', 'sign', 'legislative', 'bill', 'mostly', 'democratic', 'support', 'get', 'rid', 'massive_amount', 'regulation', 'nice'], ['today', 'tremendous', 'honor', 'sign', 'act', 'law', 'deliver', 'campaign', 'promise', 'https', 'co'], ['weekly_address', 'https', 'co', 'gvt'], ['obama', 'administration', 'know', 'far', 'advance', 'election', 'meddle', 'russia', 'nothing'], ['democrat', 'slam', 'gop', 'healthcare', 'proposal', 'obamacare_premium', 'amp', 'deductible', 'increase', 'remember', 'keep', 'doctor', 'keep', 'plan'], ['obama', 'administration', 'tell', 'way', 'election', 'russian', 'meddle', 'action', 'focus'], ['obama', 'administration', 'official', 'say', 'choke', 'come', 'act', 'russian_meddle', 'election', 'want', 'hurt', 'hillary'], ['not', 'imagine', 'fine', 'republican_senator', 'would', 'allow', 'american', 'people', 'suffer', 'broken', 'obamacare', 'longer'], ['make_america', 'great'], ['collude', 'democratic', 'party', 'order', 'beat', 'crazy', 'bernie_sander', 'allow', 'collude', 'unfair', 'bernie'], ['foxandfriend', 'enjoy'], ['democrat', 'become', 'nothing', 'obstructionist', 'policy', 'idea', 'delay', 'complain', 'obamacare'], ['reason', 'president', 'obama', 'nothing', 'russia', 'notify', 'cia', 'meddling', 'expect', 'would', 'win'], ['want', 'rock', 'boat', 'choke', 'collude', 'obstructed', 'dem', 'crooked_hillary', 'good'], ['real', 'story', 'president', 'obama', 'nothing', 'inform', 'august', 'russian_meddling', 'month', 'look', 'russia'], ['magnify', 'glass', 'tape', 'people', 'collude', 'collusion', 'amp', 'obstruction', 'give', 'apology'], ['republican_senator', 'work', 'hard', 'get', 'help', 'democrat', 'easy', 'perhaps', 'let', 'ocare', 'crash', 'amp', 'burn'], ['grateful', 'decision', 'supreme_court', 'must', 'keep', 'america', 'safe'], ['foxnew', 'bombshell', 'obama', 'dismiss', 'idea', 'anyone', 'could', 'rig', 'american', 'election', 'check', 'statement', 'witch_hunt'], ['great', 'day', 'america', 'future', 'security', 'safety', 'courtesy', 'supreme_court', 'keep', 'fight', 'american', 'people', 'amp', 'win'], ['cnn', 'retract', 'big', 'story', 'russia', 'employee', 'force', 'resign', 'phony', 'story', 'fake_news'], ['fake_news', 'cnn', 'look', 'big', 'management', 'change', 'falsely', 'push', 'phony', 'russian', 'story', 'rating', 'way'], ['catch', 'fake_news', 'cnn', 'cold', 'cbs', 'abc', 'failing_nytime', 'washingtonpost', 'fake_news'], ['democrat', 'help', 'fail', 'expensive', 'dangerous', 'obamacare', 'dem', 'legacy', 'republican_senator', 'work', 'hard'], ['finish', 'great', 'meeting', 'republican_senator', 'concern', 'healthcare', 'really', 'want', 'get', 'right', 'ocare'], ['write', 'false', 'story', 'false', 'story', 'even', 'call', 'verify', 'fact', 'story', 'fake_news', 'joke'], ['fake_news', 'medium', 'like', 'say', 'totally', 'engage', 'healthcare', 'wrong', 'know', 'want', 'victory'], ['sometimes_referred', 'guardian', 'amazon', 'pay', 'internet', 'taxis', 'fake_news'], ['icymi', 'monday', 'great', 'honor', 'welcome', 'india', 'prime_minister', 'narendramodi', 'full', 'remark', 'https', 'co', 'iiqeh', 'xxv'], ['great', 'honor', 'welcome', 'world', 'series', 'champion', 'chicago', 'cub', 'whitehouse', 'afternoon', 'https', 'co', 'gvphj', 'hzdv'], ['today', 'host', 'immigration', 'roundtable', 'ahead', 'vote', 'taking_place', 'congress', 'tomorrow', 'watch', 'read', 'https', 'co', 'wzw'], ['democrat', 'purposely', 'misstate', 'medicaid', 'new', 'senate', 'bill', 'actually', 'go', 'https', 'co', 'necct'], ['first', 'day', 'office', 'take', 'swift', 'action', 'lift', 'crush', 'restriction', 'american', 'energy', 'remark', 'https', 'co', 'vboeubd'], ['tomorrow', 'house', 'vote', 'kateslaw', 'amp', 'sanctuary', 'criminal', 'act', 'lawmaker', 'must', 'vote', 'put', 'american', 'safety', 'https', 'vd', 'ixxad'], ['new', 'sugar', 'deal', 'negotiate', 'mexico', 'good', 'mexico', 'deal', 'many', 'year', 'hurt', 'badly'], ['hear', 'poorly', 'rate', 'speak', 'badly', 'watch', 'anymore', 'come', 'low', 'crazy', 'mika', 'psycho', 'joe', 'come'], ['night', 'row', 'new', 'year', 'eve', 'insist', 'join', 'bleed', 'badly', 'face', 'lift', 'say'], ['today', 'house', 'vote', 'crucial', 'bill', 'kateslaw', 'pass', 'bill', 'amp', 'let', 'https', 'co', 'oxmve'], ['make_america', 'safe', 'kateslaw', 'https', 'co', 'jbn', 'hpjqjs'], ['join', 'live', 'secretaryperry', 'secretaryzinke', 'epascottpruitt', 'co', 'hlm', 'bqd'], ['mattis', 'say', 'trump', 'warning', 'stop', 'chemical', 'weapon', 'attack', 'syria', 'https', 'co', 'xl', 'llnkh'], ['good', 'news', 'house', 'pass', 'kateslaw', 'hopefully', 'senate', 'follow'], ['good', 'news', 'house', 'pass', 'sanctuary', 'criminal', 'act', 'hopefully', 'senate', 'follow'], ['statement', 'house', 'passage', 'kate', 'law', 'sanctuary', 'criminal', 'act', 'https', 'co', 'upry', 'xgk'], ['come', 'future', 'america', 'energy', 'need', 'find', 'dream', 'build', 'https', 'co', 'hmpbuz'], ['new', 'american', 'energy', 'policy', 'unlock', 'million', 'job', 'amp', 'trillion', 'wealth', 'cusp', 'true', 'ene', 'https', 'co', 'uxzssd'], ['finish', 'good', 'meeting', 'president', 'south_korea', 'many', 'subject', 'discuss', 'include', 'north_korea', 'new', 'trade', 'deal'], ['republican_senators', 'unable', 'pass', 'work', 'immediately', 'repeal', 'replace', 'later_date'], ['crime', 'killing', 'chicago', 'reach', 'epidemic', 'proportion', 'send', 'federal', 'help', 'shooting', 'chicago', 'year'], ['watch', 'low', 'rate', 'morning_joe', 'first', 'time', 'long', 'time', 'fake_news', 'call', 'stop', 'national', 'enquirer', 'article', 'say', 'bad', 'show'], ['encouraged', 'president', 'moon', 'assurance', 'work', 'level_playing', 'field', 'american', 'worker', 'https', 'co', 'duzh'], ['era', 'strategic', 'patience', 'north_korea', 'regime', 'fail', 'patience', 'work', 'closely', 'https', 'co', 'mxn'], ['america', 'think', 'big', 'inspire', 'million', 'child', 'carry', 'proud', 'tradition', 'american', 'https', 'co', 'hzcmp', 'csjc'], ['happy', 'canada', 'day', 'great', 'people', 'canada', 'prime_minister', 'new', 'find', 'friend', 'justintrudeau', 'canada'], ['word', 'greta', 'van', 'susteren', 'let', 'go', 'control', 'boss', 'nbc', 'amp', 'comcast', 'refuse', 'go', 'trump', 'hate'], ['numerous', 'state', 'refuse', 'give', 'information', 'distinguish', 'voter_fraud', 'panel', 'try', 'hide'], ['extremely', 'pleased', 'see', 'cnn', 'finally', 'expose', 'fakenew', 'garbage', 'journalism', 'time'], ['crazy', 'joe', 'scarborough', 'dumb', 'rock', 'mika', 'bad', 'people', 'low', 'rate', 'show', 'dominate', 'nbc', 'boss', 'bad'], ['weekly_address', 'kateslaw', 'https', 'co', 'cqkgdk', 'https', 'co'], ['get', 'rdy', 'leave', 'tonight', 'celebrate', 'freedom', 'concert', 'honor', 'great', 'veteran', 'many', 'evangelic', 'https', 'co', 'shftaomjry'], ['fake', 'amp', 'fraudulent', 'news', 'medium', 'work', 'hard', 'convince', 'republican', 'other', 'social_media', 'remember'], ['election', 'interview', 'speeche', 'social_media', 'beat', 'fakenew', 'continue', 'win'], ['think', 'change', 'name', 'fakenew', 'cnn', 'fraudnewscnn'], ['social_media', 'presidential', 'modern', 'day', 'presidential', 'make_america', 'great'], ['always', 'take_care', 'great', 'veteran', 'shed', 'blood', 'pour', 'love', 'bared', 'soul', 'https', 'co', 'btpuerxlor'], ['fraudnewscnn', 'fnn', 'https', 'co', 'wyunhjjujg'], ['dishonest', 'medium', 'never', 'keep', 'accomplish', 'objective', 'behalf', 'great', 'american', 'people', 'https', 'co'], ['stock_market', 'time', 'high', 'unemployment', 'lowest_level', 'year', 'wage', 'start', 'go', 'base', 'never', 'strong'], ['america', 'man', 'amp', 'woman', 'uniform', 'story', 'freedom', 'overcoming', 'oppression', 'strong', 'protect', 'weak', 'amp', 'https', 'co', 'lttpgsp', 'fc'], ['speak', 'germany', 'france', 'morning'], ['speak', 'yesterday', 'king', 'saudi_arabia', 'peace', 'middle_east', 'interesting', 'thing', 'happen'], ['speak', 'italy', 'morning'], ['point', 'fake_news', 'force', 'discuss', 'great', 'job', 'number', 'strong', 'economy', 'success', 'isis', 'border', 'amp', 'much', 'else'], ['help', 'little', 'charliegard', 'friend', 'pope', 'would', 'delighted'], ['thank', 'shawn', 'steel', 'nice_word', 'foxnew'], ['really', 'great', 'number', 'job', 'amp', 'economy', 'thing', 'start', 'kick', 'begin', 'steel', 'amp', 'aluminum', 'dumping'], ['dow', 'hit', 'new', 'intraday', 'time', 'high', 'wonder', 'fake_news', 'medium', 'report'], ['north_korea', 'launch', 'missile', 'guy', 'anything', 'well', 'life', 'hard', 'believe', 'south_korea'], ['put', 'much', 'longer', 'perhaps', 'china', 'put', 'heavy', 'move', 'north_korea', 'end', 'nonsense'], ['usa', 'https', 'co', 'nsfslpefrp'], ['getting_ready', 'celebrate', 'july', 'big', 'crowd', 'white_house', 'happy', 'everyone', 'country', 'grow', 'prosper'], ['gas', 'price', 'low', 'year', 'would', 'see', 'go', 'even', 'lower'], ['https', 'co', 'pfqnrsh'], ['getting_ready', 'leave', 'poland', 'travel', 'germany', 'back', 'saturday'], ['united_state', 'make', 'bad', 'trade_deal', 'world', 'history', 'continue', 'deal', 'country', 'help'], ['trade', 'china', 'north_korea', 'grow', 'almost', 'first', 'quarter', 'much', 'china', 'work', 'give', 'try'], ['congratulation', 'dedicated', 'professional', 'usss', 'celebrate', 'anniversary', 'thank', 'https', 'co', 'ed', 'https', 'co', 'bcb', 'wljilg'], ['behalf', 'flotus_melania', 'thank', 'poland', 'icymi_watch', 'https', 'co', 'potusinpoland', 'https', 'wlzv'], ['america', 'proud', 'stand', 'shoulder', 'shoulder', 'poland', 'fight', 'eradicate', 'evil', 'terrorism', 'extremism', 'potusinpoland', 'https', 'co', 'mhxrmvvtsh'], ['west', 'never', 'break', 'value', 'prevail', 'people', 'thrive', 'civilization', 'triumph', 'https', 'co', 'sozuvgdp'], ['strong', 'poland', 'blessing', 'nation', 'europe', 'strong', 'europe', 'blessing', 'west', 'world', 'https', 'co', 'vhzpwmtjsm'], ['experience', 'yesterday', 'poland', 'great', 'thank', 'everyone', 'include', 'hater', 'great', 'review', 'speech'], ['poland', 'great', 'meeting', 'chancellor', 'merkel', 'pm', 'shinzo', 'japan', 'amp', 'president', 'moon', 'south_korea'], ['everyone', 'talk', 'podesta', 'refuse', 'give', 'dnc_server', 'fbi', 'cia', 'disgraceful'], ['look_forward', 'meeting', 'today', 'world', 'leader', 'include', 'meet', 'vladimir_putin', 'much', 'discuss', 'summit', 'usa'], ['represent', 'country', 'well', 'fight', 'interest', 'fake_news', 'medium', 'never', 'cover', 'accurately', 'care', 'maga'], ['thank', 'trump', 'define', 'speech', 'https', 'co', 'yudgvfrror', 'https', 'co', 'ihdj'], ['great', 'first', 'day', 'world', 'leader', 'summit', 'hamburg', 'germany', 'looking_forward', 'day', 'usa', 'https', 'co', 'blkgzkqemw'], ['fight', 'fakenew', 'https', 'co'], ['summit', 'wonderful', 'success', 'carry', 'beautifully', 'chancellor', 'angela', 'merkel', 'thank'], ['law_enforcement', 'amp', 'military', 'spectacular', 'job', 'hamburg', 'everybody', 'feel', 'totally', 'safe', 'anarchist', 'polizeihamburg', 'summit'], ['leave', 'hamburg', 'washington', 'leave', 'china', 'excellent', 'meeting', 'trade', 'amp', 'north_korea'], ['thank', 'senatordole', 'kind', 'https', 'cxryik', 'qq'], ['summit', 'great', 'success', 'explain', 'must', 'fix', 'many', 'bad', 'trade_deal', 'make', 'get', 'do'], ['strongly', 'press', 'president', 'putin', 'twice', 'russian_meddling', 'election', 'vehemently', 'deny', 'already', 'give', 'opinion'], ['negotiate', 'ceasefire', 'part', 'syria', 'save', 'live', 'time', 'move_forward', 'work', 'constructively', 'russia'], ['putin', 'amp', 'discuss', 'form', 'impenetrable', 'cyber', 'security', 'unit', 'election', 'hack', 'amp', 'many', 'negative', 'thing', 'guard'], ['safe', 'question', 'ask', 'cia', 'amp', 'fbi', 'ask', 'dnc', 'time', 'server', 'reject', 'still'], ['fake_news', 'say', 'intel', 'agency', 'actually', 'apologize', 'obama', 'nothing', 'info', 'election'], ['sanction', 'discuss', 'meeting', 'president', 'putin', 'nothing', 'do', 'ukrainian', 'amp', 'syrian', 'problem', 'solve'], ['make_america', 'great', 'https', 'co', 'nvdvrrwl'], ['year', 'even', 'civilian', 'listen', 'republican', 'push', 'repeal', 'replace', 'obamacare', 'finally', 'chance'], ['syrian', 'ceasefire', 'seem', 'hold', 'many', 'life', 'save', 'come', 'meet', 'good'], ['fact', 'president', 'putin', 'discuss', 'cyber', 'security', 'unit', 'mean', 'think', 'happen', 'ceasefire', 'amp'], ['leaked_classified', 'information', 'medium', 'illegal'], ['not', 'imagine', 'congress', 'would', 'dare', 'leave', 'washington', 'beautiful', 'new', 'healthcare', 'bill', 'fully', 'approve', 'ready', 'go'], ['leave', 'conference', 'room', 'short', 'meeting', 'japan', 'country', 'ask', 'ivanka', 'hold', 'seat', 'standard', 'angela', 'agree'], ['chelsea', 'clinton', 'ask', 'hold', 'seat', 'mothera', 'mother', 'give', 'country', 'fake_news', 'would', 'say', 'chelsea', 'pre'], ['senate', 'democrat', 'confirm', 'presidential', 'nominee', 'win', 'slow', 'thing', 'amp', 'obstruct'], ['work', 'hard', 'get', 'olympic', 'united_state', 'stay_tune'], ['marine', 'plane', 'crash', 'mississippi', 'heartbreake', 'melania', 'send', 'deepest_condolence'], ['big', 'win', 'isis'], ['son', 'donald', 'interview', 'seanhannity_tonight', 'great', 'person', 'love', 'country'], ['son', 'donald', 'good', 'job', 'last_night', 'open', 'transparent', 'innocent', 'great', 'witch_hunt', 'political', 'history', 'sad'], ['remember', 'hear', 'word', 'source', 'say', 'fake', 'medium', 'often', 'time', 'source', 'make', 'exist'], ['isis', 'run', 'amp', 'soon', 'wipe', 'syria', 'amp', 'iraq', 'illegal', 'border', 'crossing', 'way', 'amp', 'ms', 'gang', 'remove'], ['washtime', 'state', 'democrat', 'willfully', 'use', 'moscow', 'disinformation', 'influence', 'presidential', 'election', 'donald', 'trump'], ['standard', 'place', 'democrat', 'look', 'hillary_clinton', 'may', 'get', 'away', 'disgraceful'], ['function', 'perfectly', 'focus', 'healthcare', 'tax_cut', 'reform', 'amp', 'many', 'thing', 'little', 'time', 'watch'], ['year', 'beef', 'hit', 'chinese', 'market', 'trade', 'deal', 'exciting', 'opportunity', 'agriculture', 'https', 'co', 'gdggejqfms'], ['get', 'rdy', 'leave', 'france', 'invitation', 'president', 'macron', 'celebrate', 'honor', 'bastille', 'day', 'yrs', 'entry', 'wwi'], ['stock_market', 'hit', 'high', 'spirit', 'enthusiasm', 'positive', 'job', 'outlook', 'look', 'good', 'maga', 'https', 'vwxsb', 'vwge'], ['job', 'job', 'job', 'maga', 'https', 'co', 'hscs'], ['big', 'win', 'today', 'build', 'wall', 'secure', 'border', 'amp', 'save', 'live', 'full', 'house', 'amp', 'senate', 'must', 'act', 'https', 'co', 'lvbdo', 'https', 'co', 'xhiknxko'], ['land', 'paris', 'france', 'flotus_melania', 'https', 'co', 'knulgoqf'], ['melania', 'thrilled', 'join', 'dedicated', 'man', 'woman', 'usembassyfrance', 'member', 'military', 'family', 'https', 'co', 'zsdsj', 'bsbl'], ['president', 'beautiful', 'welcome', 'ceremony', 'le', 'invalide', 'today', 'https', 'co', 'rkir', 'gcrrb'], ['great', 'bilateral', 'meeting', 'elysee', 'palace', 'president', 'emmanuelmacron', 'friendship', 'nation', 'unbreakable', 'https', 'co', 'iosoc', 'mdpv'], ['great', 'evening', 'president', 'emmanuelmacron', 'mrs', 'macron', 'go', 'eiffel', 'tower', 'dinner', 'relationship', 'france', 'strong', 'ever', 'https', 'co', 'pduyoeu'], ['republican', 'senator', 'work', 'hard', 'get', 'fail', 'obamacare', 'replacement', 'approve', 'desk', 'pen', 'hand'], ['impt', 'rep', 'senator', 'leadership', 'senatemajldr', 'mcconnell', 'get', 'healthcare_plan', 'approve', 'yrs', 'care', 'disaster', 'must', 'happen'], ['year', 'suffer', 'obamacare', 'republican_senator', 'must', 'come', 'promise'], ['mike_pence', 'work', 'hard', 'healthcare', 'get', 'wonderful', 'republican_senator', 'right', 'people'], ['great', 'honor', 'represent', 'united_states', 'magnificent', 'bastilleday', 'parade', 'congratulation', 'president', 'emmanuelmacron', 'https', 'co', 'vziy'], ['united_states', 'mourn', 'victim', 'nice', 'france', 'pledge', 'solidarity', 'france', 'terror', 'https', 'co', 'irbz'], ['great', 'conversation', 'president', 'emmanuelmacron', 'representative', 'trade', 'military', 'security'], ['leave', 'paris', 'head', 'attend', 'uswomensopen', 'important', 'tournament', 'afternoon'], ['land', 'paris', 'france', 'incredible', 'visit', 'president', 'emmanuelmacron', 'lot', 'discuss', 'accomplish', 'day'], ['president', 'invite', 'melania', 'historic', 'celebration', 'france', 'bastilleday', 'juillet', 'https', 'co', 'kzjjqoo'], ['honor', 'serve', 'commander', 'chief', 'courageous', 'man', 'woman', 'armed_force', 'grateful', 'nation', 'thank', 'https', 'co', 'wernv'], ['usga', 'uswomensopen', 'bedminster', 'nj', 'tomorrow', 'big', 'crowd', 'expect', 'amp', 'woman', 'play', 'great', 'exciting'], ['stock_market', 'new', 'time', 'high', 'work', 'new', 'trade_deal', 'great', 'worker'], ['stock_market', 'hit', 'time', 'high', 'yesterday', 'russian', 'hoax', 'story', 'also', 'job', 'number', 'start', 'look', 'good'], ['woman', 'open', 'today'], ['next_week', 'senate', 'go', 'vote', 'legislation', 'save', 'american', 'obamacare', 'disaster', 'weeklyaddress', 'https', 'co', 'xjvdkgo'], ['make_america', 'great', 'https'], ['get', 'uswomensopen', 'bedminster', 'people', 'really', 'happy', 'record', 'high', 'stock_market', 'election'], ['woman', 'play', 'great', 'today', 'usga', 'uswomensopen', 'look_forward', 'tomorrow', 'final', 'round', 'https', 'co', 'owyptgfiy'], ['hillaryclinton', 'illegally', 'get', 'question', 'debate', 'delete', 'email', 'son', 'scorn', 'fake_news', 'medium'], ['thank', 'supporter', 'far', 'numbered', 'protester', 'yesterday', 'woman', 'open', 'cool'], ['thank', 'former', 'campaign', 'adviser', 'michael', 'caputo', 'say', 'powerfully', 'russian_collusion', 'win', 'campaign'], ['phony', 'unnamed', 'source', 'highly', 'slant', 'amp', 'even', 'fraudulent', 'report', 'fake_news', 'distort', 'democracy', 'country'], ['abc', 'washington_post', 'poll', 'even_though', 'almost', 'bad', 'time', 'inaccurate', 'poll', 'election', 'time'], ['ussjohnfinn', 'provide', 'essential', 'capability', 'keep', 'america', 'safe', 'sailor', 'best', 'anywhere', 'world', 'congratulation', 'https', 'co', 'ytnmwsh', 'kg'], ['usga', 'uswomensopen', 'amateur', 'player', 'co', 'lead', 'first', 'time', 'many', 'decade', 'exciting'], ['congratulation', 'sing', 'hyun', 'park', 'win', 'usga', 'uswomensopen'], ['head', 'back', 'washington', 'much', 'accomplished', 'week', 'trade', 'military', 'security'], ['politician', 'would', 'go', 'meet', 'jr', 'attend', 'order', 'get', 'info', 'opponent', 'politic'], ['republican', 'repeal', 'fail', 'obamacare', 'amp', 'work', 'new', 'healthcare_plan', 'start', 'clean', 'slate', 'dem', 'join'], ['let', 'democrat', 'republican', 'republican', 'loyal', 'terrific', 'amp', 'work', 'really', 'hard', 'return'], ['always', 'say', 'let', 'obamacare', 'fail', 'come', 'together', 'great', 'healthcare_plan', 'stay_tune'], ['small', 'majority', 'republican', 'house', 'amp', 'senate', 'need', 'victory', 'year', 'dem', 'totally', 'obstruct', 'vote'], ['senate', 'must', 'go', 'vote', 'majority', 'instead', 'current', 'vote', 'even', 'part', 'full', 'repeal', 'need', 'dem', 'control', 'senate', 'crazy'], ['fake_news', 'story', 'secret', 'dinner', 'putin', 'sick', 'leader', 'spouse', 'invite', 'chancellor', 'germany', 'press', 'know'], ['fake_news', 'become', 'dishonest', 'even', 'dinner', 'arrange', 'top', 'leader', 'germany', 'make', 'look', 'sinister'], ['lunch', 'white_house', 'today', 'republican_senator', 'concern', 'healthcare', 'must', 'keep', 'promise', 'america'], ['republican', 'never', 'discuss', 'good', 'healthcare', 'bill', 'amp', 'get', 'even', 'well', 'lunchtime', 'dem', 'scream', 'death', 'ocare', 'die'], ['melania', 'send', 'thought', 'prayer', 'senator', 'mccain', 'cindy', 'entire', 'family', 'get', 'well', 'soon', 'https', 'co', 'fonwvlmyyz'], ['depart', 'pentagon', 'meeting', 'secretary', 'jame', 'mattis', 'great', 'team', 'maga', 'https', 'co'], ['ask', 'citizen', 'believe', 'believe', 'future', 'believe', 'america', 'americafirst', 'https', 'co', 'nonhjywp'], ['billion', 'dollar', 'investment', 'amp', 'thousand', 'new', 'job', 'america', 'initiative', 'corn', 'merck', 'amp', 'pfizer', 'https', 'co', 'qnen', 'bsiq', 'https', 'co', 'vtmfuy', 'pm'], ['madeinamerica', 'https', 'co', 'dwlghi', 'https', 'co', 'vfirc', 'xssx'], ['month', 'hope', 'growth', 'make', 'america', 'trillion_dollar', 'rich', 'stuart', 'varneyco', 'https', 'co', 'fyoicwgv', 'https', 'co', 'meuzdom'], ['icymi', 'week', 'host', 'madeinamerica', 'event', 'right', 'whitehouse', 'make', 'america', 'good', 'usa', 'https', 'gde'], ['manufacturer', 'record', 'high', 'optimism', 'report', 'qtr', 'carry', 'nd', 'qtr', 'shopfloornam', 'https', 'https', 'co', 'whztcaxhrq'], ['today', 'privilege', 'welcome', 'survivor', 'ussarizona', 'remark', 'https', 'co', 'gysxxqazblhttps', 'co', 'gysxxqazbl', 'https', 'co'], ['today', 'privilege', 'welcome', 'survivor', 'ussarizona', 'whitehouse', 'honorthem', 'remark', 'https', 'co', 'gysxxqazbl', 'https', 'co', 'ipmbqvi'], ['sean', 'spicer', 'wonderful', 'person', 'take', 'tremendous', 'abuse', 'fake_news', 'medium', 'future', 'bright'], ['new', 'intelligence', 'leak', 'amazon', 'washington', 'time', 'jeff_session', 'illegal', 'leak', 'comey', 'must', 'stop'], ['fail', 'time', 'foiled', 'attempt', 'kill', 'single', 'want', 'terroristal', 'baghdadi', 'sick', 'agenda', 'national_security'], ['morning', 'go', 'commission', 'ceremony', 'large', 'aircraft', 'carrier', 'world', 'gerald', 'ford', 'norfolk'], ['agree', 'president', 'complete', 'power', 'pardon', 'think', 'crime', 'far', 'leak', 'fake_news'], ['many', 'people', 'ask', 'special', 'council', 'look', 'many', 'hillary_clinton', 'comey', 'crime', 'mail', 'delete'], ['tie', 'russia', 'include', 'podesta', 'company', 'uranium', 'deal', 'russian', 'reset', 'big', 'dollar', 'speech'], ['son', 'donald', 'openly', 'give', 'mail', 'medium', 'amp', 'authority', 'crooked_hillary', 'clinton', 'delete', 'amp', 'acid', 'wash', 'mail'], ['fairness', 'anthony', 'scaramucci', 'want', 'endorse', 'st', 'republican', 'primary', 'start', 'think', 'run'], ['must', 'step', 'plate', 'year', 'vote', 'repeal', 'replace', 'next', 'tax', 'reform', 'infrastructure', 'win'], ['obamacare', 'dead', 'democrat', 'obstructionist', 'idea', 'vote', 'obstruction', 'solely', 'republican_senators'], ['join', 'live', 'commissioning', 'ceremony', 'uss', 'gerald', 'ford', 'https', 'co', 'ior', 'usa', 'https', 'co', 'prvceempob'], ['ship', 'good', 'people', 'serve', 'american', 'sailor', 'good', 'world', 'usnavy', 'ussgeraldrford', 'https', 'co', 'ymitlxcceh'], ['american', 'steel', 'amp', 'american', 'hand', 'construct', 'ton', 'message', 'world', 'american', 'may', 'second', 'none', 'ussgeraldrford', 'usa', 'https', 'co', 'pibf', 'eybg'], ['patriot', 'serve', 'ussgeraldrford', 'keep', 'watch', 'protect', 'defend', 'love', 'good_luck', 'amp', 'godspeed', 'https', 'co', 'shcz', 'gqkch'], ['phony', 'russian', 'witch_hunt', 'continue', 'group', 'laugh', 'excuse', 'lose', 'election', 'take', 'hold', 'democrat', 'russian'], ['sad', 'republican', 'even', 'carry', 'line', 'back', 'little', 'protect', 'president'], ['hard', 'read', 'fail', 'time', 'amazon', 'washington_post', 'story', 'opinion', 'even', 'positive', 'bad'], ['republican', 'repeal', 'replace', 'disastrous', 'obamacare', 'repercussion', 'understand'], ['thank', 'loudobbs', 'give', 'first', 'month', 'trump', 'administration', 'reg', 'cuttingstock', 'jobsborder', 'true'], ['drain', 'swamp', 'change', 'drain', 'sewer', 'actually', 'much', 'bad', 'anyone', 'ever', 'think', 'begin', 'fake_news'], ['year', 'investigation', 'evidence', 'find', 'chuck_schumer', 'state', 'democrat', 'blame', 'ourselvesnot', 'russia'], ['committee', 'investigator', 'course', 'beleaguer', 'look', 'crooked', 'hillarys', 'crime', 'amp', 'russia', 'relation'], ['sleazy', 'adam', 'schiff', 'totally_biased', 'congressman', 'look', 'russia', 'spend', 'time', 'television', 'push', 'dem', 'loss', 'excuse'], ['republican', 'last', 'chance', 'right', 'thing', 'repeal', 'amp', 'replace', 'year', 'talk', 'amp', 'campaigning'], ['arrive', 'joint', 'base', 'andrews', 'secretaryperry', 'secretaryzinke', 'secpricemd', 'https', 'co', 'xktuv'], ['senator', 'vote', 'start', 'debate', 'tell', 'america', 'fine', 'ocarenightmare', 'remark', 'https', 'co', 'tsvwamdxba', 'https'], ['jambo', 'remember', 'duty', 'honor', 'history', 'take_care', 'people', 'god', 'put', 'life', 'love', 'amp', 'cherish', 'country', 'https', 'co', 'dnnyxgjm'], ['amazon', 'washington_post', 'fabricated', 'fact', 'end', 'massive', 'dangerous', 'wasteful', 'payment', 'syrian', 'rebel', 'fight', 'assad'], ['many', 'story', 'washingtonpost', 'fake_news', 'bad', 'rating', 'challenge', 'cnn', 'lobbyist', 'amazon', 'taxis'], ['fake_news', 'washington_post', 'use', 'lobbyist', 'weapon', 'congress', 'keep', 'politician', 'look', 'amazon', 'tax', 'monopoly'], ['ukrainian', 'effort', 'sabotage', 'trump', 'campaign', 'quietly', 'work', 'boost', 'clinton', 'investigation', 'seanhannity'], ['attorney_general', 'jeff_session', 'take', 'weak', 'position', 'hillary_clinton', 'crime', 'mail', 'amp', 'dnc_server', 'amp', 'intel', 'leaker'], ['problem', 'act', 'head', 'fbi', 'amp', 'person', 'charge', 'hillary', 'investigation', 'andrew_mccabe', 'get', 'wife'], ['big', 'day', 'healthcare', 'year', 'talk', 'soon', 'see', 'republican', 'willing', 'step', 'plate'], ['obamacare', 'torture', 'american', 'people', 'democrat', 'fool', 'people', 'long', 'enough', 'repeal', 'repeal', 'amp', 'replace', 'pen', 'hand'], ['great', 'john_mccain', 'come', 'back', 'vote', 'brave', 'american', 'hero', 'thank', 'john'], ['jar', 'well', 'yesterday', 'prove', 'collude', 'russian', 'witch_hunt', 'next', 'year', 'old', 'barron', 'trump'], ['work', 'major', 'trade', 'deal', 'united_kingdom', 'could', 'big', 'amp', 'exciting', 'job', 'protectionist', 'stop'], ['interesting', 'day', 'healthcare', 'dem', 'obstructionist', 'republican', 'great', 'victory', 'people'], ['travel', 'great', 'state', 'ohio', 'tonight', 'big', 'crowd_expected', 'see'], ['american', 'people', 'wait', 'long', 'enough', 'enough', 'talk', 'action', 'year', 'time', 'action', 'https', 'co', 'vdtiyl', 'ua'], ['america', 'labor', 'market', 'continue', 'boom', 'job', 'job', 'job', 'https', 'co', 'luoar'], ['joint_press', 'conference', 'prime_minister', 'saad', 'hariri', 'lebanon', 'beginning', 'shortly', 'join', 'live', 'https', 'https'], ['senjohnmccain', 'thank', 'come', 'vital', 'vote', 'congrat', 'rep', 'deliver', 'grt', 'healthcare', 'american'], ['arrive', 'youngstown', 'ohio', 'flotus_melania', 'https', 'co', 'mrxsksr', 'https', 'co', 'jwx', 'yblx'], ['great', 'honor', 'join', 'wonderful', 'veteran', 'amvet', 'post', 'youngstown', 'ohio', 'evening', 'grateful', 'nation', 'salute', 'https', 'co', 'rxobyhp'], ['people', 'ohio', 'fantastic', 'thank', 'much', 'evening', 'https', 'co', 'km', 'zoaulyh'], ['crowd', 'ohio', 'amazing', 'last_night', 'broke', 'record', 'great', 'time', 'great', 'state', 'back', 'soon'], ['senator', 'lisamurkowski', 'great', 'state', 'alaska', 'really', 'let', 'republican', 'country', 'yesterday', 'bad'], ['consultation', 'general', 'military', 'expert', 'please', 'advise', 'united_states', 'government', 'accept', 'allow'], ['transgend', 'individual', 'serve', 'capacity', 'military', 'military', 'must', 'focus', 'decisive', 'overwhelming'], ['victory', 'not', 'burden', 'tremendous', 'medical', 'cost', 'disruption', 'transgend', 'military', 'would', 'entail', 'thank'], ['session', 'replace', 'act', 'fbi', 'director', 'andrew_mccabe', 'comey', 'friend', 'charge', 'clinton', 'investigation', 'get'], ['big', 'dollar', 'wife', 'political', 'run', 'hillary_clinton', 'representative', 'drain', 'swamp'], ['america', 'worship', 'government', 'worship', 'god', 'https', 'co', 'jiejsgvnna'], ['congratulation', 'boy', 'girl', 'nation', 'great', 'honor', 'welcome', 'today', 'full', 'remark', 'https', 'co', 'fttoywf', 'https', 'co', 'tfv', 'ddg'], ['thank', 'foxconn', 'invest', 'billion_dollar', 'potential', 'new', 'job', 'wisconsin', 'madeintheusa', 'https', 'co', 'jjghveb'], ['failing_nytime', 'say', 'foxandfriend', 'powerful', 'show', 'america'], ['come', 'republican_senators', 'healthcare', 'year', 'chance', 'shine', 'let', 'american', 'people'], ['thing', 'lose', 'politic', 'situation', 'russian', 'collect', 'spread', 'negative', 'information', 'candidate', 'trump', 'catherine', 'herridge', 'foxnew', 'fake_news', 'report', 'witch_hunt', 'purposely', 'phony', 'reporting'], ['big', 'progress', 'make', 'rid', 'country', 'member', 'gang_member', 'general', 'make_america', 'safe'], ['join', 'live', 'recognize', 'shooting', 'involve', 'stevescalise', 'teamscalise', 'https', 'co', 'qoolnmb', 'https', 'co', 'ocn', 'jfmag'], ['today', 'gather', 'east_room', 'hero', 'courageous', 'action', 'fire', 'save', 'many', 'life', 'alexandria', 'https', 'co', 'tklsye'], ['great', 'honor', 'present', 'nation', 'high', 'award', 'public', 'safety', 'officer', 'medal', 'valor', 'american', 'hero', 'https', 'co', 'cexubz'], ['go', 'go', 'get', 'wait', 'year', 'give', 'america', 'great', 'healthcare'], ['republican', 'democrat', 'let', 'american', 'people', 'say', 'begin', 'let', 'obamacare', 'implode', 'deal', 'watch'], ['republican', 'go', 'pass', 'great', 'future', 'legislation', 'senate', 'must', 'immediately', 'go', 'vote', 'majority', 'senseless'], ['even_though', 'part', 'healthcare', 'could', 'pass', 'really', 'good', 'thing', 'need', 'many', 'great', 'future', 'bill', 'amp', 'budget', 'need', 'vote'], ['always', 'enforce', 'law', 'protect', 'border', 'support', 'police', 'lesmharrisburg', 'pennsylvania', 'flashbackfriday', 'ms', 'https', 'co', 'tskiv'], ['depart', 'long', 'island', 'area', 'siege', 'member', 'rest', 'ms', 'eradicate', 'lesm', 'https', 'co', 'gsgbbuxyhs'], ['pleased', 'inform', 'name', 'general', 'secretary', 'white_house', 'chief', 'staff', 'great', 'american'], ['great', 'leader', 'john', 'also', 'do', 'spectacular', 'job', 'homeland_security', 'true', 'star', 'administration'], ['would', 'like', 'thank', 'reince_priebus', 'service', 'dedication', 'country', 'accomplish', 'lot', 'together', 'proud'], ['defend', 'country', 'protect', 'community', 'put', 'safety', 'american', 'people', 'first', 'replay', 'https', 'co', 'dczxpkopz', 'https', 'co', 'ngiihgy'], ['word', 'russia', 'trump', 'election', 'want', 'strong', 'military', 'amp', 'low', 'oil_price', 'witch_hunt', 'https', 'co', 'mmsxj', 'su'], ['republican', 'senate', 'must', 'vote', 'kill', 'party', 'allow', 'dem', 'control', 'country', 'bill', 'sit', 'senate', 'joke'], ['outdate', 'filibuster_rule', 'must', 'go', 'budget', 'reconciliation', 'kill', 'senate', 'mitch', 'go', 'vote', 'win', 'time'], ['republican', 'senate', 'never', 'win', 'go', 'vote', 'majority', 'look', 'fool', 'waste', 'time'], ['dem', 'totally', 'control', 'senate', 'many', 'great', 'republican', 'bill', 'never', 'pass', 'kate', 'law', 'complete', 'healthcare', 'get', 'smart'], ['senate', 'democrat', 'ever', 'get', 'chance', 'would', 'switch', 'majority', 'vote', 'first', 'minute', 'laugh', 'make', 'change'], ['year', 'talk', 'repeal', 'amp', 'replace', 'people', 'great', 'country', 'still', 'force', 'live', 'imploding', 'obamacare'], ['new', 'healthcare', 'bill', 'approve', 'quickly', 'bailout', 'insurance_companie', 'bailout', 'member', 'congress', 'end', 'soon'], ['stock_market', 'almost', 'election'], ['republican_senators', 'total', 'quitter', 'repeal', 'amp', 'replace', 'dead', 'demand', 'vote', 'voting', 'bill'], ['love', 'read', 'genius', 'instrumental', 'election', 'success', 'problem', 'exist', 'fake_news', 'maga'], ['disappointed', 'china', 'foolish', 'past', 'leader', 'allow', 'make', 'hundred', 'billion', 'dollar', 'year', 'trade', 'yet'], ['nothing', 'north_korea', 'talk', 'longer', 'allow', 'continue', 'china', 'could', 'easily', 'solve', 'problem'], ['give', 'republican_senators', 'world', 'watch', 'repeal', 'amp', 'replace', 'go', 'vote', 'nuke', 'option', 'get', 'cross', 'state', 'line', 'amp'], ['obamacare', 'hurt', 'people', 'amp', 'hurt', 'insurance_companie', 'amp', 'congress', 'pay', 'public', 'pay'], ['high', 'stock_market', 'ever', 'good', 'economic', 'number', 'year', 'unemployment', 'low', 'year', 'wage', 'raise', 'border', 'secure', 'wh', 'chaos'], ['great', 'day', 'white_house'], ['stock_market', 'could', 'hit', 'time', 'high', 'today', 'election', 'day', 'mainstream_media', 'seldom', 'mention'], ['corporation', 'never', 'make', 'much', 'money', 'make', 'thank', 'stuart', 'varney', 'foxandfriend', 'job', 'start', 'roarwatch'], ['fake_news', 'medium', 'trump', 'enemy', 'want', 'stop', 'use', 'social_media', 'people', 'way', 'get', 'truth'], ['small_business', 'owner', 'dreamer', 'amp', 'innovator', 'power', 'future', 'read', 'watch', 'https', 'hze', 'fuqkdf', 'https', 'co', 'tjn', 'hrfg'], ['great', 'honor', 'vet', 'go', 'call', 'duty', 'protect', 'comrade', 'country', 'amp', 'freedom', 'https', 'co', 'wr'], ['rust', 'belt', 'give', 'donald', 'trump', 'hero', 'welcomehttps', 'co', 'nqiz', 'ajk'], ['campaign', 'create', 'merit_based', 'immigration', 'system', 'protect', 'worker', 'amp', 'taxpayer', 'watch', 'https', 'co', 'scsknf', 'raiseact', 'https', 'co', 'zcfk', 'ofynb'], ['love', 'white_house', 'beautiful', 'building', 'home', 'ever', 'see', 'fake_new', 'say', 'call', 'dump', 'totally', 'untrue'], ['business', 'look', 'better', 'ever', 'business', 'enthusiasm', 'record', 'level', 'stock_market', 'time', 'high', 'happen'], ['continue', 'costly', 'unnecessary', 'regulation', 'much', 'work', 'leave', 'effect', 'great', 'business', 'amp', 'job', 'grow'], ['relationship', 'russia', 'time', 'amp', 'dangerous', 'low', 'thank', 'congress', 'people', 'even', 'give', 'hcare'], ['see', 'tonight', 'huntington', 'west_virginia', 'ticket', 'https', 'co', 'eru', 'xuwdcr', 'https', 'co', 'obtdsdv'], ['today', 'announce', 'historic', 'breakthrough', 'work', 'tirelessly', 'keep', 'promise', 'great', 'veteran', 'usa', 'https', 'co', 'lexsinem'], ['great', 'veteran', 'connect', 'healthcare', 'team', 'anywhere', 'use', 'vavideoconnect', 'available', 'https', 'co', 'wffhlwn', 'https', 'co', 'dmq', 'htsps'], ['arrive', 'west_virginia', 'make_america', 'great', 'rally', 'huntington', 'pme', 'massive', 'crowd_expected', 'tune', 'maga'], ['thank', 'west_virginia', 'country', 'american', 'kind', 'come', 'together', 'simple', 'goal', 'make_america', 'great', 'https', 'co', 'thrh', 'htvbh'], ['toyota', 'amp', 'mazda', 'build', 'new', 'plant', 'create', 'new', 'american', 'job', 'great', 'investment', 'american', 'manufacturing'], ['forget', 'foxconn', 'spend', 'billion_dollar', 'top', 'line', 'plant', 'plant', 'wisconsin'], ['consumer_confidence', 'year', 'high', 'good', 'reason', 'much', 'regulation', 'bust', 'come', 'work', 'hard', 'tax_cut', 'amp', 'reform'], ['west_virginia', 'incredible', 'last_night', 'crowd', 'enthusiasm', 'dem', 'governor', 'become', 'republican', 'last_night'], ['excellent', 'job', 'number', 'release', 'begin', 'many', 'job', 'stifle', 'regulation', 'continue', 'fall', 'movement', 'back', 'usa'], ['matter', 'mission', 'brave_man', 'amp', 'woman', 'uscg', 'proudly', 'answer', 'call', 'serve', 'thank', 'happy_birthday', 'https', 'gy', 'vzn'], ['great', 'work', 'do', 'fema', 'dhsgov', 'state', 'amp', 'local', 'leader', 'prepare', 'hurricane', 'season', 'preparedness', 'investment', 'future', 'https', 'co', 'rbchy'], ['prosperity', 'come', 'shore', 'put', 'america', 'worker', 'family', 'first', 'americafirst', 'https', 'co'], ['trump', 'gain', 'isis', 'dramatically', 'co', 'jntoth', 'mol'], ['work', 'bedminster', 'long', 'plan', 'construction', 'do', 'white_house', 'vacation', 'meeting', 'call'], ['united_nations', 'security', 'council', 'vote', 'sanction', 'north_korea', 'china', 'russia', 'vote', 'big', 'financial', 'impact'], ['many', 'year', 'leak', 'go', 'washington', 'great', 'see', 'take', 'action', 'national_security', 'tougher', 'better'], ['thank', 'nicole', 'https', 'co', 'ufox'], ['united_nation', 'resolution', 'single', 'large', 'economic', 'sanction', 'package', 'ever', 'north_korea', 'billion_dollar', 'cost'], ['make_america', 'great', 'https', 'co', 'elhh', 'joh'], ['fake_news', 'refuse', 'report', 'success', 'first', 'month', 'surge', 'economy', 'amp', 'jobsborder', 'amp', 'military', 'securityisis'], ['complete', 'call', 'president', 'moon', 'south_korea', 'happy', 'impress', 'united_nation', 'vote', 'north_korea', 'sanction'], ['failing_nytime', 'make', 'wrong', 'prediction', 'include', 'big', 'election', 'win', 'apologize', 'totally', 'inept'], ['trump', 'base', 'far', 'big', 'amp', 'stronger', 'ever', 'phony', 'fake_news', 'polling', 'look', 'rally', 'penn', 'iowa', 'ohio'], ['west_virginia', 'fact', 'fake_news', 'russian_collusion', 'story', 'record', 'stock_market', 'border_security', 'military', 'strength', 'job'], ['supreme_court', 'pick', 'economic', 'enthusiasm', 'deregulation', 'amp', 'much', 'drive', 'trump', 'base', 'even', 'closer', 'together', 'never', 'change'], ['hard', 'believe', 'fake_new', 'cnn', 'abc', 'cbs', 'nytime', 'wapo', 'trump', 'base', 'get', 'strong'], ['work', 'hard', 'white_house', 'go', 'long', 'planned', 'renovation', 'go', 'next_week', 'meeting'], ['interesting', 'watch', 'senator', 'richard_blumenthal', 'connecticut', 'talk', 'hoax', 'russian_collusion', 'phony', 'vietnam', 'con', 'artist'], ['never', 'history', 'anyone', 'lie', 'defraud', 'voter', 'senator', 'richard_blumenthal', 'tell', 'story', 'vietnam', 'battle'], ['conquest', 'brave', 'lie', 'cry', 'baby', 'beg', 'forgiveness', 'child', 'judge', 'collusion'], ['purpleheartday', 'thank', 'woman', 'sacrifice', 'battle', 'great', 'nation', 'usa', 'https', 'co', 'qmfdlslp'], ['fake_news', 'medium', 'talk', 'importance', 'united_nation', 'security', 'council', 'vote', 'favor', 'sanction', 'korea'], ['much', 'long', 'failing_nytimes', 'big', 'loss', 'massive', 'unfunded', 'liability', 'non', 'existent', 'source', 'remain', 'business'], ['think', 'senator', 'blumenthal', 'take', 'nice', 'long', 'vacation', 'vietnam', 'lied', 'service', 'least', 'say'], ['hold', 'major', 'briefing', 'opioid', 'crisis', 'major', 'problem', 'country', 'today', 'bedminster'], ['many', 'year', 'come', 'together', 'finally', 'address', 'danger', 'pose', 'north_korea', 'must', 'tough', 'amp', 'decisive'], ['mail', 'show', 'reluctant', 'cover', 'clinton', 'lynch', 'secret', 'meeting', 'plane'], ['day', 'rarely', 'administration', 'achieve', 'achieve', 'even', 'close', 'believe', 'fake_news', 'suppression', 'poll'], ['senator', 'luther_strange', 'do', 'great', 'job', 'represent', 'people', 'great', 'state', 'alabama', 'complete', 'total_endorsement'], ['first', 'order', 'president', 'renovate', 'modernize', 'nuclear', 'arsenal', 'far', 'stronger', 'powerful', 'ever'], ['hopefully', 'never', 'power', 'never', 'time', 'powerful', 'nation', 'world'], ['senator', 'mitch_mcconnell', 'say', 'excessive', 'expectation', 'think', 'year', 'hear', 'repeal', 'amp', 'replace', 'do'], ['godblesstheusa', 'https', 'co', 'fkq', 'gjqokk'], ['believe', 'mitch_mcconnell', 'scream', 'repeal', 'amp', 'replace', 'year', 'get', 'do', 'must', 'repeal', 'amp', 'replace', 'obamacare'], ['mitch', 'get', 'back', 'work', 'put', 'repeal', 'amp', 'replace', 'tax', 'reform', 'amp', 'cut', 'great', 'infrastructure', 'bill', 'desk', 'signing'], ['ivankatrump', 'lead', 'delegation', 'india', 'fall', 'support', 'woman', 'globally', 'ges', 'narendramodi'], ['trump', 'approval', 'rebound', 'surge', 'hispanic', 'union', 'home', 'man', 'https', 'co', 'vvjmdv', 'gjl'], ['military', 'solution', 'fully', 'placelocke', 'loadedshould', 'north_korea', 'act', 'unwisely', 'hopefully', 'find', 'path'], ['want', 'make', 'sure', 'workforce', 'development', 'program', 'need', 'ensure', 'job', 'https', 'co', 'tyqbvvmbn'], ['consumer', 'comfort', 'reach', 'year', 'high', 'economic', 'optimism', 'bloomberg', 'https', 'co', 'kdszrxss'], ['promise', 'campaign', 'trail', 'provide', 'opportunity', 'american', 'gain', 'skill', 'need', 'succeed', 'amp', 'thrive', 'economy', 'grow', 'https', 'co', 'zycw', 'ppcu'], ['press_conference', 'follow', 'national_security', 'briefing', 'bedminster', 'https', 'co', 'ggloik', 'https', 'xrkeo'], ['must', 'unite', 'amp', 'condemn', 'hate', 'stand', 'place', 'kind', 'violence', 'america', 'let', 'come', 'together'], ['bedminster', 'meeting', 'press_conference', 'amp', 'do', 'make', 'better', 'charlottesville', 'sad'], ['join', 'live', 'bedminster', 'https', 'co', 'crvve'], ['vital', 'swift', 'restoration', 'law', 'order', 'protection', 'innocent', 'life', 'charlottesville', 'https', 'db', 'fgnu'], ['must', 'remember', 'truth', 'matter', 'color', 'creed', 'religion', 'political', 'party', 'american', 'first', 'https', 'co', 'fesmiqskkn'], ['continue', 'follow', 'development', 'charlottesville', 'provide', 'assistance', 'need', 'ready', 'willing', 'able', 'https', 'co', 'mctybguepi'], ['deepest_condolence', 'family', 'amp', 'fellow', 'officer', 'state', 'police', 'die', 'today', 'good', 'nation', 'produce'], ['condolence', 'family', 'young', 'woman', 'kill', 'today', 'good', 'regard', 'injure', 'charlottesville', 'virginia', 'sad'], ['head', 'washington', 'morning', 'much', 'work', 'focus', 'trade', 'military', 'maga'], ['luther_strange', 'great', 'state', 'alabama', 'endorsement', 'strong', 'border', 'amp', 'wall', 'military', 'tax_cut', 'amp', 'law_enforcement'], ['obstructionist_democrat', 'give', 'fix', 'bad', 'trade_deal', 'world', 'history', 'change', 'fast'], ['ken', 'frazi', 'merck', 'pharma', 'resign', 'president', 'manufacture', 'councilhe', 'time', 'low', 'ripoff', 'drug_price'], ['merck', 'pharma', 'leader', 'high', 'amp', 'high', 'drug_price', 'time', 'take', 'job', 'bring', 'job', 'back', 'amp', 'low', 'price'], ['big', 'day', 'washington', 'even_though', 'white_house', 'amp', 'oval_office', 'renovate', 'great', 'trade_deal', 'come', 'american', 'worker'], ['leave', 'city', 'meeting', 'military', 'purchase', 'trade'], ['make', 'additional', 'remark', 'charlottesville', 'realize', 'fake_news', 'medium', 'never', 'satisfy', 'truly', 'bad', 'people'], ['feel', 'good', 'home', 'month', 'white_house', 'special', 'place', 'really', 'home'], ['senator', 'luther_strange', 'great', 'job', 'people', 'alabama', 'foxandfriend', 'tough', 'crime', 'border'], ['foxandfriend', 'accord', 'report', 'president', 'obama', 'know', 'russian', 'interference', 'want', 'anger', 'russia'], ['big', 'day', 'alabama', 'vote', 'luther_strange', 'great'], ['ceo', 'drop', 'manufacture', 'council', 'many', 'take', 'place', 'grandstander', 'go', 'job'], ['amazon', 'great', 'damage', 'tax', 'pay', 'retailer', 'town', 'city', 'state', 'hurt', 'many', 'job', 'lose'], ['congratulation', 'luther_strange', 'final', 'heading', 'september', 'runoff', 'alabama', 'exciting', 'race'], ['congratulation', 'john', 'https', 'co', 'vhmv', 'qoutk'], ['north_korea', 'make', 'wise', 'well', 'reason', 'decision', 'alternative', 'would', 'catastrophic', 'unacceptable'], ['make_america', 'great'], ['senator', 'luther_strange', 'pick', 'lot', 'additional', 'support', 'endorsement', 'september', 'runoff', 'strong', 'wall', 'amp', 'crime'], ['memorial', 'service', 'today', 'beautiful', 'incredible', 'heather', 'heyer', 'truly', 'special', 'young', 'woman', 'long', 'remember'], ['rather', 'put', 'pressure', 'businesspeople', 'manufacture', 'council', 'amp', 'strategy', 'amp', 'policy', 'forum', 'ending', 'thank'], ['land', 'bedminster', 'maga', 'https', 'co', 'eqfmrzrnv'], ['today', 'bedminster', 'sign', 'harry', 'colmery', 'veteran', 'educational', 'assistance', 'act', 'join', 'deptvetaffair', 'secshulkin', 'https', 'co', 'omuiz'], ['join', 'tuesday', 'august', 'phoenix_arizona', 'phoenix', 'convention_center', 'ticket', 'https', 'co', 'https', 'ua', 'dlvtq'], ['thank', 'mayorgimenez', 'follow', 'rule', 'law', 'sanctuary_citie', 'make', 'country', 'less', 'safe', 'full', 'remark', 'https', 'co', 'esq', 'https', 'hyti'], ['publicity', 'seek', 'lindsey_graham', 'falsely', 'state', 'say', 'moral', 'equivalency', 'kkk', 'nazi', 'amp', 'white', 'supremacist'], ['people', 'ms', 'heyer', 'disgusting', 'lie', 'forget', 'election', 'trounce', 'people', 'south_carolina', 'remember'], ['public', 'learning', 'even', 'dishonest', 'fake_news', 'totally', 'misrepresent', 'say', 'hate', 'bigotry', 'shame'], ['great', 'see', 'kelli', 'ward', 'run', 'flake', 'jeff_flake', 'weak', 'border', 'crime', 'non', 'factor', 'senate', 'toxic'], ['many', 'meeting', 'today', 'bedminster', 'include', 'secretary', 'linda', 'small_business', 'job', 'number', 'look', 'great'], ['sad', 'see', 'history', 'culture', 'great', 'country', 'rip', 'apart', 'removal', 'beautiful', 'statue', 'monument'], ['change', 'history', 'learn', 'robert', 'lee', 'stonewall', 'jackson', 'next', 'jefferson', 'foolish', 'also'], ['beauty', 'take', 'city', 'town', 'park', 'greatly', 'miss', 'never', 'able', 'comparably', 'replace'], ['united_states', 'condemn', 'terror_attack', 'barcelona', 'spain', 'necessary', 'help', 'tough', 'amp', 'strong', 'love'], ['study', 'general', 'pershe', 'united_states', 'terrorist', 'catch', 'radical_islamic', 'terror', 'year'], ['homeland_security', 'alert', 'amp', 'closely', 'watch', 'sign', 'trouble', 'border', 'far', 'tough', 'ever'], ['obstructionist_democrat', 'make', 'security', 'country', 'difficult', 'court', 'associate', 'delay', 'time', 'must', 'stop'], ['radical_islamic', 'terrorism', 'must', 'stop', 'mean', 'necessary', 'court', 'must', 'give', 'back', 'protective', 'right', 'tough'], ['head', 'camp_david', 'major', 'meeting', 'national_security', 'border', 'military', 'rapidly', 'build', 'strongest', 'ever'], ['direct', 'cyber', 'command', 'elevate', 'status', 'unify', 'combatant', 'command', 'focus', 'cont', 'https', 'co', 'iscfumw'], ['return', 'bedminster', 'nj', 'camp_david', 'great', 'meeting', 'national_security', 'border', 'military', 'maga', 'https', 'co', 'hjmcnnse'], ['today', 'sign', 'global', 'war', 'terrorism', 'war', 'memorial', 'act', 'bill', 'authorizes', 'cont', 'https', 'co', 'zikdtowc', 'https', 'co', 'ms', 'cj'], ['thought', 'prayer', 'kissimmeepolice', 'loved_one', 'lesm'], ['want', 'thank', 'steve', 'bannon', 'service', 'come', 'campaign', 'run', 'crooked_hillary', 'clinton', 'great', 'thank'], ['important', 'day', 'spend', 'camp_david', 'talented', 'general', 'military', 'leader', 'many', 'decision', 'make', 'include', 'afghanistan'], ['steve', 'bannon', 'tough', 'smart', 'new', 'voice', 'breitbartnew', 'maybe', 'even', 'better', 'ever', 'fake_news', 'need', 'competition'], ['looks_like', 'many', 'anti', 'police', 'agitator', 'boston', 'police', 'look', 'tough', 'smart', 'thank'], ['great', 'job', 'law_enforcement', 'officer', 'boston', 'mayor', 'marty_walsh'], ['great', 'country', 'divide', 'decade', 'sometimes', 'need', 'protest', 'order', 'heel', 'heel', 'amp', 'strong', 'ever'], ['great', 'country', 'divide', 'decade', 'sometimes', 'need', 'protest', 'order', 'heal', 'heal', 'amp', 'strong', 'ever'], ['want', 'applaud', 'many', 'protestor', 'boston', 'speak', 'bigotry', 'hate', 'country', 'soon', 'come', 'together'], ['head', 'washington', 'work', 'hard', 'watch', 'bad', 'dishonest', 'fake_news', 'report', 'ever', 'see'], ['thought', 'amp', 'prayer', 'usnavy', 'sailor', 'ussjohnsmccain', 'search', 'amp', 'rescue', 'effort', 'underway', 'https', 'dqu', 'ztrxnu'], ['jerry', 'liberty', 'university', 'fantastic', 'foxandfriend', 'fake_news', 'listen', 'say', 'thank', 'jerry'], ['thank', 'dishonest', 'fake_news', 'medium', 'control', 'https', 'co', 'vgk'], ['join', 'live', 'fort', 'myer', 'arlington', 'virginia', 'https', 'co', 'lov', 'stdjdj'], ['thank', 'man', 'woman', 'fort', 'myer', 'member', 'military', 'home', 'abroad', 'usa', 'https', 'co', 'ticezykkhz'], ['address', 'nationfull', 'video', 'amp', 'transcript', 'https', 'co', 'feldimtuum', 'https', 'co', 'fnatix'], ['great', 'people', 'last_night', 'fort', 'myer', 'future', 'country', 'strong'], ['pray', 'fallen', 'hero', 'die', 'serve', 'country', 'usnavy', 'ussjohnsmccain', 'family', 'https'], ['see', 'tonight', 'phoenix_arizona', 'maga', 'ticket', 'https', 'co', 'https'], ['push', 'onward', 'victory', 'hope', 'heart', 'courage', 'soul', 'amp', 'everlasting', 'pride', 'amp', 'america', 'https', 'co', 'qyfsq'], ['thank', 'great', 'man', 'woman', 'custom', 'border', 'protection', 'facility', 'yuma', 'arizona', 'amp', 'united_states', 'https', 'co', 'tjfx', 'xjhdz'], ['thank', 'arizona', 'beautiful', 'turnout', 'phoenix', 'tonight', 'full', 'coverage', 'rally', 'facebook', 'https', 'co', 'efs', 'https', 'co', 'wt', 'vsen'], ['medium', 'give', 'platform', 'hate', 'group', 'medium', 'turn', 'blind', 'eye', 'gang', 'violence', 'street', 'https', 'co', 'mau', 'qyip'], ['draintheswamp', 'phoenixrally', 'https', 'co', 'xocbic'], ['make_america', 'great', 'https', 'co', 'rzepiucv'], ['phoenix', 'crowd', 'last_night', 'amazing', 'packed_house', 'love', 'great', 'state', 'arizona', 'fan', 'jeff_flake', 'weak', 'crime', 'amp', 'border'], ['last_night', 'phoenix', 'read', 'thing', 'statement', 'charlottesville', 'fake_news', 'medium', 'cover', 'fairly', 'people', 'get'], ['republican', 'senate', 'filibuster_rule', 'amp', 'go', 'simple', 'majority', 'dem', 'would', 'waste', 'time'], ['long', 'faith', 'confidence', 'value', 'challenge', 'conquer', 'alconv', 'https', 'co', 'tsiaghbfm'], ['great', 'honor', 'sign', 'veteran', 'appeal', 'improvement', 'amp', 'modernization', 'act', 'law', 'americanlegion', 'secshulkin', 'https', 'sf', 'orvd', 'https', 'co', 'bicsrm', 'tqx'], ['donald', 'ballard', 'behalf', 'people', 'united_state', 'thank', 'courageous', 'service', 'inspire', 'https', 'co', 'cjklb'], ['request', 'mitch', 'amp', 'paul', 'tie', 'debt', 'ceiling', 'legislation', 'popular', 'bill', 'pass', 'easy', 'approval'], ['big', 'deal', 'dem', 'hold', 'usual', 'debt', 'ceiling', 'approval', 'could', 'easy', 'mess'], ['fake_news', 'complain', 'different', 'type', 'back', 'back', 'speech', 'well', 'afghanistan', 'somber', 'big', 'rally'], ['enthusiastic', 'dynamic', 'fun', 'american', 'legion', 'respectful', 'strong', 'bad', 'dem', 'change', 'tone'], ['fake_news', 'complain', 'different', 'type', 'back', 'back', 'speech', 'well', 'afghanistan', 'somber', 'big', 'rally'], ['enthusiastic', 'dynamic', 'fun', 'american', 'legion', 'respectful', 'strong', 'bad', 'dem', 'change', 'tone'], ['james_clapper', 'famously', 'lie', 'congress', 'authority', 'donald', 'trump', 'show', 'beautiful', 'letter'], ['enthusiastic', 'dynamic', 'fun', 'american', 'legion', 'respectful', 'strong', 'bad', 'dem', 'change', 'tone'], ['james_clapper', 'famously', 'lie', 'congress', 'authority', 'donald', 'trump', 'show', 'beautiful', 'letter'], ['problem', 'mitch_mcconnell', 'hearing', 'repeal', 'amp', 'replace', 'year', 'fail', 'never', 'happen'], ['tuesday', 'visit', 'incredible', 'man', 'amp', 'woman', 'icegov', 'amp', 'dhsgov', 'border_patrol', 'yuma', 'thank', 'respect', 'amp', 'cherish', 'https', 'co', 'ksqddgqwzj'], ['hurricaneharvey', 'intensifie', 'remember', 'planahead', 'https', 'co', 'fmdmvohypy', 'https', 'co', 'ldeqow', 'https', 'co', 'https', 'co', 'tpxmok', 'ug'], ['great', 'honor', 'spend', 'time', 'brave', 'hero', 'usmc', 'air', 'station', 'yuma', 'thank', 'service', 'unite', 'staes', 'america', 'https', 'co', 'futgbotjlo'], ['great', 'honor', 'spend', 'time', 'brave', 'hero', 'usmc', 'air', 'station', 'yuma', 'thank', 'service', 'united_states', 'america', 'https', 'co', 'nxodu'], ['senate', 'republican', 'filibuster_rule', 'go', 'majority', 'bill', 'pass', 'dem', 'control', 'senate'], ['general', 'fantastic', 'job', 'chief', 'staff', 'tremendous', 'spirit', 'talent', 'believe', 'fake_news'], ['administration', 'do', 'month', 'trump', 'bill', 'pass', 'regulation', 'kill', 'border', 'military', 'isis', 'sc'], ['nick', 'adam', 'retake', 'america', 'good', 'thing', 'presidency', 'report', 'convince', 'perhaps', 'good', 'presidency', 'ever'], ['strange', 'statement', 'bob_corker', 'consider', 'constantly', 'ask', 'run', 'tennessee', 'happy'], ['speak', 'govabbott', 'texas', 'louisianagov', 'edward', 'closely', 'monitor', 'hurricaneharvey', 'development', 'amp', 'assist', 'need'], ['receive', 'hurricaneharvey', 'briefing', 'morning', 'acting', 'dhsgov', 'secretary', 'elaine', 'duke', 'fema_brock', 'tombossert', 'cos', 'https', 'co', 'cnkrzd'], ['encourage', 'everyone', 'path', 'hurricaneharvey', 'heed', 'advice', 'amp', 'order', 'local', 'state', 'official', 'https', 'co', 'uewczurv'], ['arrive', 'closely', 'watch', 'path', 'doing', 'hurricane', 'harvey', 'strengthen', 'category', 'safe'], ['arrive', 'camp_david', 'monitoring', 'path', 'doing', 'hurricane', 'harvey', 'strengthen', 'class', 'mph', 'wind'], ['storm', 'turn', 'hurricane', 'get', 'much', 'big', 'powerful', 'project', 'federal_government', 'site', 'ready', 'respond', 'safe'], ['request', 'governor', 'texas', 'sign', 'disaster', 'proclamation', 'unleash', 'full', 'force', 'government', 'help'], ['pleased', 'inform', 'grant', 'full', 'pardon', 'year', 'old', 'american', 'patriot', 'sheriff', 'joe', 'arpaio', 'keep', 'arizona', 'safe'], ['remain', 'fully', 'engage', 'open', 'line', 'communication', 'hurricaneharvey', 'make', 'landfall', 'america', 'govabbott', 'fema', 'dhsgov', 'https', 'co', 'pryiqrxglr'], ['great', 'job', 'world', 'watch', 'safe', 'https'], ['chuckgrassley', 'get', 'message', 'loud', 'clear', 'fantastic', 'people', 'ground', 'get', 'long', 'harvey', 'far', 'good'], ['closely', 'monitor', 'hurricaneharvey', 'camp_david', 'leave', 'nothing', 'chance', 'city', 'state', 'federal', 'govs', 'work', 'great', 'together'], ['thank', 'great', 'volunteer', 'help', 'hurricaneharvey', 'relief', 'texas', 'https', 'osgo'], ['wonderful', 'coordination', 'federal', 'state', 'local', 'government', 'great', 'state', 'texas', 'teamwork', 'record_setting', 'rainfall'], ['great', 'book', 'great', 'guy', 'highly', 'recommend', 'https', 'co', 'jbddn', 'ymj'], ['great', 'coordination', 'agency', 'level', 'government', 'continue', 'rain', 'flash', 'flood', 'deal', 'thousand', 'rescue'], ['many', 'people', 'say', 'bad', 'storm', 'hurricane', 'ever', 'see', 'good', 'news', 'great', 'talent', 'ground'], ['go', 'texas', 'soon', 'trip', 'make', 'cause', 'disruption', 'focus', 'must', 'life', 'safety'], ['also', 'go', 'wonderful', 'state', 'missouri', 'lot', 'dem', 'oppose', 'big', 'tax_cut', 'republican', 'win'], ['expert', 'call', 'harvey', 'year', 'flood', 'effort', 'go', 'go', 'well'], ['mexico', 'high', 'crime', 'nation', 'world', 'must', 'wall', 'mexico', 'pay', 'reimbursement'], ['nafta', 'bad', 'trade', 'deal', 'ever', 'make', 'renegotiation', 'process', 'mexico', 'canada', 'difficultmay', 'terminate'], ['go', 'cabinet', 'meeting', 'conference', 'harvey', 'even', 'expert', 'say', 'never', 'see'], ['major', 'rescue', 'operation', 'underway'], ['historic', 'rainfall', 'houston', 'texas', 'flood', 'unprecedented', 'rain', 'come', 'spirit', 'people', 'incredible', 'thank'], ['leave', 'texas'], ['foxandfriend', 'look', 'fill', 'position', 'need', 'many', 'reduce', 'size', 'government', 'ingrahamangle'], ['talk', 'north_korea', 'pay', 'extortion', 'money', 'year', 'talk', 'answer'], ['witness', 'first', 'hand', 'horror', 'amp', 'devastation', 'cause', 'hurricane', 'harveymy', 'heart', 'go', 'even', 'great', 'people', 'texas'], ['read', 'false', 'reporting', 'even', 'ferocious', 'anger', 'die', 'magazine', 'make', 'wonder', 'want', 'maga'], ['leave', 'missouri', 'soon', 'speech', 'tax', 'reform', 'badly', 'need'], ['texas', 'louisiana', 'today', 'tomorrow', 'amp', 'every_single', 'day', 'restore', 'recover', 'rebuild', 'https', 'co'], ['first_responder', 'heroic', 'work', 'courage', 'amp', 'devotion', 'save', 'countless', 'life', 'represent', 'good', 'america', 'https', 'co', 'gvcqltko'], ['thank', 'incredible', 'hero', 'texas', 'america', 'texasstrong', 'https', 'co', 'abo', 'ihp'], ['texas', 'heeling', 'fast', 'thank', 'great', 'man', 'amp', 'woman', 'work', 'hard', 'still', 'much', 'back', 'tomorrow'], ['looks_like', 'exonerate', 'hillary_clinton', 'long', 'investigation', 'much', 'rigged_system'], ['general', 'john_kelly', 'great', 'job', 'chief', 'staff', 'could', 'happier', 'impressed', 'administration', 'continue'], ['get', 'thing', 'do', 'record', 'clip', 'many', 'big', 'decision', 'make', 'come', 'day', 'week', 'america', 'first'], ['texas', 'heal', 'fast', 'thank', 'great', 'man', 'amp', 'woman', 'work', 'hard', 'still', 'much', 'back', 'tomorrow'], ['president', 'donald', 'trump', 'proclaim', 'september', 'national', 'day', 'prayer', 'hurricaneharvey', 'prayfortexas', 'https', 'co', 'shen', 'jxchq', 'https', 'co', 'mplb', 'wpxft'], ['stock_market', 'month', 'row'], ['go', 'texas', 'louisiana', 'tomorrow', 'first_lady', 'great', 'progress', 'make', 'spend', 'weekend', 'work', 'white_house'], ['behalf', 'flotus_melania', 'amp', 'thank', 'today', 'update', 'amp', 'great', 'work', 'southernbaptist', 'sendrelief', 'redcross', 'amp', 'salvationarmyus', 'https', 'co', 'dlgfnicxn'], ['depart', 'texas', 'louisiana', 'flotus_melania', 'right', 'jba_nafw', 'see', 'soon', 'america', 'https', 'co', 'bhvdjvpr'], ['texas', 'today', 'tomorrow', 'every_single', 'day', 'restore', 'recover', 'rebuild', 'https', 'co', 'fh', 'jmmfa'], ['together', 'prevail', 'great', 'state', 'texas', 'love', 'texas', 'amp', 'usa', 'https', 'co', 'rzmeenqib'], ['manufacturing', 'index', 'rise', 'highest_level', 'early', 'much', 'better'], ['get', 'back', 'white_house', 'great', 'state', 'texas', 'louisiana', 'thing', 'go', 'well', 'cooperation', 'amp', 'coordination'], ['remember', 'sunday', 'national', 'prayer', 'day', 'presidential', 'proclamation'], ['much', 'spirit', 'thank', 'hereo', 'save', 'many', 'life', 'honor', 'spend', 'time', 'nationalguard', 'leos', 'amp', 'cajunnavy', 'https', 'co', 'petsl', 'rkf'], ['north_korea', 'conduct', 'major', 'nuclear', 'test', 'word', 'action', 'continue', 'hostile', 'dangerous', 'united_state'], ['north_korea', 'rogue', 'nation', 'become', 'great', 'threat', 'embarrassment', 'china', 'try', 'help', 'little', 'success'], ['south_korea', 'finding', 'tell', 'talk', 'appeasement', 'north_korea', 'work', 'understand', 'thing'], ['meeting', 'general', 'kelly', 'general', 'mattis', 'military', 'leader', 'white_house', 'discuss', 'north_korea', 'thank'], ['united_state', 'consider', 'addition', 'option', 'stop', 'trade', 'country', 'business', 'north_korea'], ['build', 'future', 'american', 'hand', 'american', 'labor', 'american', 'iron', 'aluminum', 'steel', 'happy', 'laborday', 'https', 'co', 'lyvtnfq'], ['big', 'week', 'come'], ['congress', 'get', 'ready', 'job', 'daca'], ['allow', 'south_korea', 'buy', 'substantially', 'increase', 'amount', 'highly', 'sophisticated', 'military', 'equipment', 'united_state'], ['look_forward', 'working', 'congress', 'address', 'immigration', 'reform', 'way', 'put', 'hardworke', 'citizen', 'country'], ['congress', 'month', 'legalize', 'daca', 'something', 'obama', 'administration', 'unable', 'revisit', 'issue'], ['go', 'north_dakota', 'today', 'discuss', 'tax', 'reform', 'high', 'tax', 'nation', 'world', 'change'], ['watch', 'hurricane', 'closely', 'team', 'do', 'good', 'job', 'texas', 'already', 'florida', 'rest', 'weary'], ['hurricane', 'looks_like', 'largest', 'ever', 'record', 'atlantic'], ['president', 'donald', 'trump', 'approve', 'emergency', 'declaration', 'https', 'co', 'xshsynkvup', 'https', 'co', 'ubbsfohmm', 'https', 'co', 'xwofp', 'ir', 'https', 'co', 'qojom', 'gy'], ['speak', 'governor', 'rick_scott', 'florida', 'kenneth', 'mapp', 'virgin', 'island', 'amp', 'ricardo', 'rossello', 'puerto_rico', 'https', 'co', 'cslgkfa'], ['wonderful', 'north_dakota', 'incredible', 'hardworking', 'man', 'amp', 'woman', 'andeavor', 'refinery', 'full', 'remark', 'https', 'co', 'uxbpyeerum', 'https', 'fv', 'gjxds'], ['thank', 'join', 'mandan', 'nd', 'gov', 'dougburgum', 'brentsanfordnd', 'senjohnhoeven', 'repkevincramer', 'amp', 'senatorheitkamp', 'https', 'co', 'nivthvpu'], ['want', 'renew', 'prosperity', 'restore', 'opportunity', 'amp', 'establish', 'economic', 'dominance', 'need', 'tax', 'reform', 'pro', 'growth', 'https', 'co', 'nzlg', 'qzpo'], ['want', 'company', 'hire', 'grow', 'america', 'raise', 'wage', 'american', 'worker', 'amp', 'help', 'rebuild', 'american', 'city', 'amp', 'town', 'usa', 'https', 'co', 'sglubjcbw'], ['hurricane', 'irma', 'rage', 'great', 'team', 'talente', 'brave', 'people', 'already', 'place', 'ready', 'help', 'careful', 'safe', 'fema'], ['thank', 'great', 'honor', 'https', 'co', 'strciewuws'], ['daca', 'concerned', 'status', 'month', 'period', 'nothing', 'worry', 'action'], ['welcome', 'whitehouse', 'amir', 'sabah', 'ahme', 'jaber', 'sabah', 'kuwait', 'joint_press', 'conference', 'come', 'soon', 'https', 'co', 'nyzlp', 'https', 'co', 'lfra', 'aatam'], ['together', 'show', 'world', 'force', 'destruction', 'extremism', 'match', 'blessing', 'prosperity', 'peace', 'https', 'co', 'ewk'], ['trip', 'saudi_arabia', 'speak', 'leader', 'arab', 'amp', 'muslim', 'nation', 'need', 'confront', 'share', 'enemy', 'https', 'co', 'oeaqfiex'], ['encourage', 'everyone', 'path', 'hurricaneirma', 'heed', 'advice', 'order', 'local', 'amp', 'state', 'official', 'https', 'co', 'aqmawtpz'], ['confront', 'challenge', 'matter', 'strong', 'wind', 'high', 'water', 'proud', 'stand', 'president'], ['hurricane', 'irma', 'epic', 'proportion', 'perhaps', 'big', 'ever', 'see', 'safe', 'get', 'wayif', 'possible', 'federal', 'ready'], ['incredible', 'coast_guard', 'save', 'life', 'last', 'week', 'harvey', 'irma', 'could', 'even', 'tough', 'love', 'coast_guard'], ['republican', 'sorry', 'hearing', 'repeal', 'amp', 'replace', 'year', 'happen', 'even', 'bad', 'senate', 'filibuster_rule'], ['never', 'allow', 'republican', 'pass', 'even', 'great', 'legislation', 'dem', 'control', 'rarely', 'get', 'vote', 'repub', 'death', 'wish'], ['republican', 'must', 'start', 'tax', 'reform', 'legislation', 'wait', 'end', 'september', 'need', 'ever', 'hurry'], ['message', 'fellow', 'american', 'irmahurricane', 'https', 'co', 'jyg', 'alyaab', 'https', 'co', 'ipujthzejr', 'https', 'co', 'hcq', 'kmkc'], ['church', 'texas', 'entitle', 'reimbursement', 'fema', 'relief', 'fund', 'help', 'victim', 'hurricane', 'harvey', 'other'], ['florida', 'visit', 'https', 'co', 'pdbad', 'find', 'shelter', 'road', 'closure', 'amp', 'evacuation', 'route', 'helpful', 'twitter', 'list', 'https', 'co', 'bumvlxgfe', 'https', 'co', 'ncnuqceb'], ['storm', 'enormous', 'destructive', 'power', 'ask', 'everyone', 'storm', 'path', 'heed', 'instruction', 'government', 'official', 'https', 'co', 'njfm', 'sdme'], ['heed', 'advice', 'flgovscott', 'evacuation', 'zone', 'nee', 'get', 'shelter', 'many', 'hour', 'leave', 'gov', 'scott', 'https', 'co', 'vinmuk'], ['coast_guard', 'fema', 'federal', 'state', 'brave', 'people', 'ready', 'come', 'irma', 'everyone'], ['neverforget', 'https', 'co', 'rmq', 'bdon'], ['may', 'god', 'forever', 'bless', 'united_states', 'america', 'neverforget', 'https', 'co', 'erycjgj'], ['fascinating', 'watch', 'people', 'write', 'book', 'major', 'article', 'yet', 'know', 'nothing', 'amp', 'access', 'fake_news'], ['devastation', 'leave', 'hurricane', 'irma', 'least', 'certain', 'locationsthan', 'anyone', 'think', 'amazing', 'people', 'work', 'hard'], ['congratulation', 'eric', 'amp', 'lara', 'birth', 'son', 'eric', 'luke', 'trump', 'morning', 'https', 'xde'], ['great', 'honor', 'welcome', 'prime_minister', 'najib', 'abdul', 'razak', 'malaysia', 'distinguish', 'delegation', 'whitehouse', 'today', 'https', 'co', 'pwrboh', 'dg'], ['approval', 'process', 'big', 'tax_cut', 'amp', 'tax', 'reform', 'package', 'history', 'country', 'soon', 'begin', 'move', 'fast', 'congress'], ['travel', 'florida', 'tomorrow', 'meet', 'great', 'coast_guard', 'fema', 'many', 'brave', 'first_responder', 'amp', 'other'], ['irma', 'harvey', 'devastation', 'tax', 'reform', 'need', 'ever', 'go', 'congress', 'go'], ['china', 'business', 'tax', 'rate', 'everything', 'possible', 'match', 'order', 'win', 'economy', 'job', 'wage'], ['crooked_hillary', 'clinton', 'blame', 'everybody', 'thing', 'election', 'loss', 'lose', 'debate', 'lose', 'direction'], ['deplorable', 'come', 'back', 'haunt', 'hillary', 'express', 'feeling', 'loud', 'clear', 'spend', 'big', 'money', 'end', 'game'], ['deal', 'make', 'last_night', 'daca', 'massive', 'border_security', 'would', 'agree', 'exchange', 'consent', 'would', 'vote'], ['wall', 'already', 'construction', 'form', 'new', 'renovation', 'old', 'exist', 'fence', 'wall', 'continue', 'build'], ['anybody', 'really', 'want', 'throw', 'good', 'educate', 'accomplished', 'young', 'people', 'job', 'serve', 'military', 'really'], ['country', 'many', 'year', 'fault', 'bring', 'parent', 'young', 'age', 'big', 'border_security'], ['leave', 'florida', 'see', 'great', 'first_responder', 'thank', 'coast_guard', 'fema', 'real', 'disaster', 'much', 'work'], ['leave', 'florida', 'people', 'spirit', 'great', 'state', 'unbelievable', 'damage', 'horrific', 'better', 'ever'], ['speak', 'president', 'mexico', 'give', 'condolence', 'terrible', 'earthquake', 'unable', 'reach', 'day', 'cell', 'phone', 'reception', 'site'], ['bernie_sander', 'push', 'hard', 'single', 'payer', 'healthcare_plan', 'curse', 'amp', 'people'], ['tell', 'republican', 'approve', 'healthcare', 'fast', 'would', 'happen', 'worry', 'veto', 'love', 'country', 'amp', 'people'], ['florida', 'emergency', 'information', 'https', 'vmdpvolunteer', 'help', 'https', 'co', 'ghkbvajbn', 'https', 'co', 'jj', 'weo'], ['today', 'tomorrow', 'amp', 'every_single', 'day', 'restore', 'recover', 'rebuild', 'https', 'co', 'phrmudujxj'], ['ridiculous', 'filibuster_rule', 'senate', 'republican', 'need', 'vote', 'pass', 'legislation', 'rather', 'get', 'vote', 'end'], ['attack', 'london', 'loser', 'terrorist', 'sick', 'demente', 'people', 'sight', 'scotland', 'yard', 'must', 'proactive'], ['loser', 'terrorist', 'must', 'dealt', 'much', 'tough', 'manner', 'internet', 'main', 'recruitment', 'tool', 'must', 'cut', 'amp', 'better'], ['united_state', 'far', 'large', 'tougher', 'specific', 'stupidly', 'would', 'politically_correct'], ['make', 'progress', 'last', 'month', 'isis', 'obama', 'administration', 'make', 'year', 'must', 'proactive', 'amp', 'nasty'], ['espn', 'pay', 'really', 'big', 'price', 'politic', 'bad', 'program', 'people', 'dump', 'record', 'number', 'apologize', 'untruth'], ['chain_migration', 'not', 'allowed', 'part', 'legislation', 'immigration'], ['weekly_address', 'https', 'co', 'msala', 'poat'], ['frank', 'giaccio', 'behalf', 'flotus_melania', 'amp', 'thank', 'great', 'job', 'morning', 'natlparkservice', 'give', 'https', 'co', 'dxuapui'], ['never', 'forget', 'hero', 'hold', 'prisoner', 'go', 'miss', 'action', 'serve', 'country', 'proclamation', 'https', 'co', 'xbzgjagj', 'https', 'co', 'yztr', 'rlptv'], ['heart', 'amp', 'prayer', 'go', 'people', 'london', 'suffer', 'vicious', 'terrorist_attack', 'https', 'co', 'htbv'], ['defend', 'people', 'nation', 'civilization', 'dare', 'threaten', 'way', 'life', 'cont', 'https', 'co', 'sybrshx', 'https', 'co', 'siiauxl'], ['happy', 'birthday', 'usairforce', 'american', 'people', 'eternally', 'grateful', 'thank', 'keep', 'america', 'proud', 'strong', 'free', 'https', 'co', 'dyxkh', 'gj'], ['great', 'deal', 'good', 'thing', 'happen', 'country', 'job', 'stock_market', 'time', 'high', 'believe', 'get', 'even', 'better'], ['attorney_general', 'bill', 'shuette', 'fantastic', 'governor', 'great', 'state', 'michigan', 'bring', 'job', 'bill', 'help'], ['huntsville', 'alabama', 'saturday_night', 'support', 'luther_strange', 'senate', 'big', 'luther', 'great', 'guy', 'get', 'thing', 'do'], ['attorney_general', 'bill', 'schuette', 'fantastic', 'governor', 'great', 'state', 'michigan', 'bring', 'job', 'bill', 'help'], ['speak', 'president', 'moon', 'south_korea', 'last_night', 'ask', 'rocket', 'man', 'long', 'gas', 'line', 'form', 'north_korea', 'bad'], ['thank', 'https', 'co', 'mnwxtei'], ['great', 'honor', 'https', 'co'], ['important', 'meeting', 'call', 'schedule', 'today', 'military', 'economy', 'get', 'strong', 'day', 'enemy', 'know', 'maga'], ['happy', 'birthday', 'usairforce', 'https', 'co', 'snkxo', 'vxm'], ['happy', 'birthday', 'cia', 'https', 'gozmf'], ['commend', 'antonioguterre', 'amp', 'call', 'focus', 'people', 'amp', 'less', 'bureaucracy', 'usaatunga', 'unga', 'https', 'co', 'https', 'co', 'uqn', 'rrc', 'xw'], ['looking_forward', 'meeting', 'prime_minister', 'netanyahu', 'shortly', 'peace', 'middle_east', 'would', 'truly', 'great', 'legacy', 'people'], ['honor', 'good', 'friend', 'israel', 'pm', 'netanyahu', 'join', 'delegation', 'nyc', 'afternoon', 'unga', 'https', 'co', 'yehwjdtqx', 'https', 'jwu'], ['great', 'honor', 'president', 'emmanuelmacron', 'france', 'afternoon', 'delegation', 'great', 'bilateral', 'meeting', 'unga', 'https', 'co', 'hnxddu'], ['call', 'full', 'restoration', 'democracy', 'political', 'freedom', 'venezuela', 'want', 'happen', 'soon', 'https', 'co', 'bmjdotaesl'], ['usaatunga', 'unga', 'https', 'co', 'mjij'], ['big', 'day', 'united_nation', 'many', 'good', 'thing', 'tricky', 'one', 'happen', 'great', 'team', 'big', 'speech'], ['great', 'strength', 'amp', 'patience', 'force', 'defend', 'ally', 'choice', 'totally', 'destroy', 'noko', 'https', 'co', 'vaanxvgm'], ['president', 'united_states', 'america', 'always', 'put', 'americafirst', 'ungafull', 'remark', 'https', 'co', 'ksamsq', 'lhm', 'https', 'co', 'xrtpawwucn'], ['god_bles', 'people', 'mexico', 'city'], ['great', 'honor', 'speak', 'country', 'world', 'united_nation', 'usaatunga', 'ungahttps', 'co', 'majwrga', 'https', 'hu', 'aeup'], ['true', 'question', 'https', 'snacaas'], ['hit', 'hard', 'new', 'monster', 'hurricane', 'careful', 'heart', 'help'], ['great', 'important', 'day', 'united_nation', 'meet', 'leader', 'many', 'nation', 'agree', 'much', 'state', 'speech'], ['nice', 'thank', 'https'], ['sadden', 'see', 'bad', 'rating', 'emmys', 'last_night', 'worst', 'ever', 'smart', 'people', 'deplorable'], ['thank', 'jacob', 'https', 'co', 'wjjrv', 'ktvt'], ['big', 'meeting', 'today', 'united_nation', 'many', 'interesting', 'leader', 'america', 'first', 'make_america', 'great'], ['allow', 'north_korea', 'research', 'build', 'nuke', 'secretary', 'state', 'bill', 'also', 'crooked_hillary', 'criticize'], ['world', 'notice', 'thank', 'https', 'co', 'slwnmh'], ['thank', 'foxandfriend', 'great', 'show'], ['rand_paul', 'friend', 'mine', 'negative', 'force', 'come', 'fix', 'healthcare', 'graham', 'cassidy', 'bill', 'great', 'end', 'ocare'], ['hope', 'republican_senators', 'vote', 'graham', 'cassidy', 'fulfill', 'promise', 'repeal', 'amp', 'replace', 'obamacare', 'money', 'direct', 'state'], ['looking_forward', 'friday', 'night', 'great', 'state', 'alabama', 'support', 'big', 'luther_strange', 'loyal', 'amp', 'helpful'], ['great', 'honor', 'king', 'abdullah', 'ii', 'jordan', 'delegation', 'morning', 'great', 'bilateral', 'meeting', 'https', 'co', 'tydhswka'], ['honor', 'meet', 'pre', 'abba', 'palestinian', 'authority', 'amp', 'delegation', 'work', 'hard', 'everybody', 'involve', 'peace', 'https', 'co', 'awdkx'], ['honor', 'host', 'luncheon', 'african', 'leader', 'afternoon', 'great', 'discussion', 'challenge', 'amp', 'opportunity', 'face', 'nation', 'today', 'https', 'co', 'abnbjtkcai'], ['behalf', 'american', 'want', 'wish', 'jewish', 'family', 'many', 'blessing', 'new', 'year', 'https', 'vwxyvonx', 'https', 'co', 'iyg', 'galn'], ['alabama', 'sooo', 'lucky', 'candidate', 'big', 'luther_strange', 'smart', 'tough', 'crime', 'border', 'amp', 'trade', 'love', 'vet', 'amp', 'military', 'tuesday'], ['would', 'sign', 'graham', 'cassidy', 'include', 'coverage', 'pre_existe', 'condition', 'great', 'bill', 'repeal', 'amp', 'replace'], ['nra', 'strongly', 'endorse', 'luther_strange', 'senator', 'alabama', 'mean', 'gun', 'owner', 'vote', 'big', 'luther', 'let'], ['senator', 'doctor', 'bill', 'cassidy', 'class', 'act', 'really', 'care', 'people', 'health_care', 'lie', 'want', 'help', 'people'], ['governor', 'ricardorossello', 'people', 'puerto_rico', 'stay', 'safe', 'prstrong'], ['pleasure', 'president', 'ashraf', 'ghani', 'afghanistan', 'morning', 'usaatunga', 'unga', 'https', 'co', 'hoevfnmn'], ['wonderful', 'president', 'petro', 'poroshenko', 'ukraine', 'city', 'today', 'unga', 'https', 'co', 'ukomuj', 'zul', 'https', 'co', 'gpkery', 'wip'], ['great', 'privilege', 'meet', 'president', 'moon', 'south_korea', 'stay_tune', 'unga', 'https', 'co', 'xydo', 'ddum'], ['today', 'announce', 'new', 'executive_order', 'north_korea', 'must', 'part', 'ensure', 'complete', 'noko', 'https', 'co', 'igjosm'], ['senator', 'luther_strange', 'go', 'lot', 'poll', 'endorsed', 'month', 'ago', 'close', 'runoff', 'great'], ['big', 'day', 'united_nation'], ['vote', 'hcare', 'bill', 'forever', 'future', 'political', 'campaign', 'know', 'republican', 'save', 'obamacare'], ['north_korea', 'obviously', 'madman', 'mind', 'starve', 'kill', 'people', 'test', 'never'], ['thank', 'https', 'co', 'hlz', 'rlkif'], ['russia', 'hoax', 'continue', 'ad', 'facebook', 'totally_biased', 'dishonest', 'medium', 'coverage', 'favor', 'crooked_hillary'], ['great', 'influence', 'election', 'fake_news', 'medium', 'scream', 'crooked_hillary', 'clinton', 'next', 'bad', 'candidate'], ['tonight', 'luther_strange', 'gain', 'mightily', 'endorsement', 'close', 'love', 'alabama'], ['usaatunga', 'unga', 'https', 'co'], ['thank', 'doug', 'park', 'american', 'airline', 'help', 'give', 'hurricane', 'flight', 'fantastic', 'job'], ['head', 'alabama', 'big', 'crowd'], ['john_mccain', 'never', 'intention', 'voting', 'bill', 'governor', 'love', 'campaign', 'repeal', 'amp', 'replace', 'let', 'arizona'], ['arizona', 'increase', 'obamacare_premium', 'last', 'year', 'deductible', 'high', 'chuck_schumer', 'sell', 'john_mccain', 'bill', 'good', 'sad'], ['large', 'block', 'grant', 'state', 'good', 'thing', 'well', 'control', 'amp', 'management', 'great', 'arizona', 'mccain', 'let', 'good', 'friend'], ['know', 'rand_paul', 'think', 'may', 'find', 'way', 'get', 'good', 'party'], ['alaska', 'increase', 'premium', 'obamacare', 'bad', 'country', 'deductible', 'high', 'people', 'angry', 'lisa', 'come'], ['great', 'luther_strange', 'last_night', 'alabama', 'great', 'people', 'crowd', 'vote', 'luther', 'tuesday'], ['go', 'white_house', 'consider', 'great', 'honor', 'championship', 'team', 'stephen', 'curry', 'invitation', 'withdraw'], ['player', 'want', 'privilege', 'make', 'million', 'dollar', 'nflor', 'league', 'allow', 'disrespect'], ['great', 'american', 'flag', 'country', 'stand', 'fire', 'find', 'something', 'else'], ['proud', 'incredible', 'first_lady', 'flotus', 'truly', 'great', 'representative', 'country', 'https', 'co', 'yfv', 'wijgby'], ['iran', 'test', 'fire', 'ballistic', 'missile', 'capable', 'reach', 'israel', 'also', 'work', 'north_korea', 'much', 'agreement'], ['democrat', 'laughingly', 'say', 'mccain', 'moment', 'courage', 'tell', 'people', 'arizona', 'deceive', 'increase'], ['roger', 'goodell', 'nfl', 'put', 'statement', 'try', 'justify', 'total', 'disrespect', 'certain', 'player', 'show', 'country', 'tell', 'stand'], ['hear', 'foreign', 'minister', 'north_korea', 'speak', 'echo', 'thought', 'little', 'rocket', 'man', 'around', 'much', 'longer'], ['nfl', 'fan', 'refuse', 'go', 'game', 'player', 'stop', 'disrespect', 'flag', 'amp', 'country', 'see', 'change', 'take', 'place', 'fast', 'fire', 'suspend'], ['attendance', 'rating', 'way', 'boring', 'game', 'many', 'stay', 'away', 'love', 'country', 'league', 'back'], ['great', 'solidarity', 'national_anthem', 'country', 'stand', 'lock', 'arm', 'good', 'kneeling', 'acceptable', 'bad', 'rating'], ['inform', 'champion', 'pittsburgh', 'penguin', 'nhl', 'join', 'white_house', 'ceremony', 'great', 'team'], ['courageous', 'patriot', 'fight', 'die', 'great', 'american', 'flag', 'must', 'honor', 'respect', 'make_america', 'great'], ['alaska', 'arizona', 'maine', 'kentucky', 'big', 'winner', 'healthcare', 'proposal', 'year', 'repeal', 'amp', 'replace', 'senator'], ['sport', 'fan', 'never', 'condone', 'player', 'stand', 'proud', 'national_anthem', 'country', 'nfl', 'change', 'policy'], ['make', 'america', 'safe', 'number', 'priority', 'admit', 'country', 'not', 'safely', 'vet', 'https', 'kj', 'okyfc'], ['proud', 'nascar', 'supporter', 'fan', 'put', 'disrespect', 'country', 'flag', 'say', 'loud', 'clear'], ['many', 'people', 'boo', 'player', 'kneel', 'yesterday', 'small', 'percentage', 'total', 'fan', 'demand', 'respect', 'flag'], ['issue', 'kneel', 'nothing', 'race', 'respect', 'country', 'flag', 'national_anthem', 'nfl', 'must', 'respect'], ['white_house', 'never', 'look', 'beautiful', 'return', 'last_night', 'important', 'meeting', 'taking_place', 'today', 'big', 'tax_cut', 'amp', 'reform'], [], ['cnn', 'fakenew', 'report', 'john_kelly', 'oppose', 'stance', 'nfl', 'player', 'disrespect', 'flag', 'anthem', 'country', 'total', 'lie'], ['general', 'totally', 'agree', 'stance', 'nfl', 'player', 'fact', 'disrespect', 'flag', 'great', 'country'], ['tremendous', 'backlash', 'nfl', 'player', 'disrespect', 'country'], ['texas', 'great', 'puerto_rico', 'already', 'suffer', 'broken', 'infrastructure', 'amp', 'massive', 'debt', 'deep', 'trouble'], ['old', 'electrical', 'grid', 'terrible', 'shape', 'devastate', 'much', 'island', 'destroy', 'billion', 'dollar'], ['owe', 'wall_street', 'bank', 'sadly', 'must', 'dealt', 'food', 'water', 'medical', 'top', 'priority', 'well', 'fema'], ['many', 'clip', 'john_mccain', 'talk', 'repeal', 'amp', 'replace', 'care', 'change', 'complete', 'turn', 'year', 'talk', 'https', 'co', 'cxg'], ['big', 'election', 'tomorrow', 'great', 'state', 'alabama', 'vote', 'senator', 'luther_strange', 'tough', 'crime', 'amp', 'border', 'never', 'let'], ['rating', 'nfl', 'football', 'way', 'game', 'start', 'people', 'tune', 'see', 'country', 'disrespect'], ['boo', 'nfl', 'football', 'game', 'last_night', 'entire', 'dallas', 'team', 'drop', 'knee', 'loudest', 'ever', 'hear', 'great', 'anger'], ['dalla', 'drop', 'knee', 'team', 'stand', 'national_anthem', 'big', 'progress', 'make', 'love', 'country'], ['dalla', 'drop', 'knee', 'team', 'stand', 'national_anthem', 'big', 'progress', 'make', 'love', 'country'], ['luther_strange', 'shooting', 'alabama', 'poll', 'endorsement', 'finish', 'job', 'vote', 'today', 'big', 'luther'], ['great', 'interview', 'foxandfriend', 'parent', 'otto', 'warmbi', 'otto', 'torture', 'belief', 'north_korea'], ['thank', 'carman', 'yulin', 'cruz', 'mayor', 'fema', 'work', 'hard', 'much', 'food', 'water', 'way'], ['nfl', 'sort', 'rule', 'regulation', 'way', 'set', 'rule', 'kneel', 'national_anthem'], ['alabama', 'get', 'vote', 'luther_strange', 'prove', 'never', 'let', 'maga'], ['honor', 'welcome', 'republican', 'democrat', 'member', 'house', 'way', 'mean', 'committee', 'white_house', 'today', 'usa', 'https', 'co', 'nwnx', 'cdp'], ['head', 'meet', 'ambassador', 'nikkihaley', 'great', 'representative', 'usa'], ['america', 'heart', 'amp', 'prayer', 'people', 'puertorico', 'amp', 'usvi', 'get', 'get', 'together', 'https', 'co', 'ncmsf', 'fqpr'], ['want', 'express', 'support', 'extend', 'prayer', 'affect', 'vile', 'terror_attack', 'spain', 'last', 'month', 'https', 'co', 'mt', 'qxflnl'], ['honor', 'welcome', 'president', 'marianorajoy', 'spain', 'thank', 'stand', 'effort', 'isolate', 'brutal', 'noko', 'regime', 'https', 'co', 'jgf'], ['thank', 'wonderful', 'team', 'usun', 'family', 'keep', 'great', 'work', 'usa', 'https', 'co', 'khlsmeqy'], ['years_ago', 'today', 'national_security', 'council', 'meet', 'first', 'time', 'great', 'history', 'advise', 'president', 'amp', 'thank', 'nsc', 'staff'], ['even', 'usain', 'bolt', 'jamaica', 'great', 'runner', 'athlete', 'time', 'show', 'respect', 'national_anthem', 'https', 'co', 'zkenuap'], ['congratulation', 'republican', 'primary', 'win', 'alabama', 'luther_strange', 'start', 'way', 'back', 'amp', 'run', 'good', 'race', 'roy', 'win', 'nov'], ['congratulation', 'republican', 'primary', 'win', 'alabama', 'luther_strange', 'start', 'way', 'back', 'amp', 'run', 'good', 'race', 'roy', 'win', 'dec'], ['speak', 'alabama', 'last_night', 'first', 'time', 'sound', 'really', 'great', 'guy', 'run', 'fantastic', 'race', 'help', 'maga'], ['speak', 'jerry', 'jone', 'dalla', 'cowboy', 'yesterday', 'jerry', 'winner', 'know', 'get', 'thing', 'do', 'player', 'stand', 'country'], ['vote', 'hospital', 'amp', 'positive', 'sign', 'alaska', 'other', 'mccain', 'hcare', 'vote', 'friday'], ['vote', 'healthcare', 'reconciliation', 'deadline', 'friday', 'need', 'filibuster_rule'], ['facebook', 'always', 'anti', 'trump', 'network', 'always', 'anti', 'trump', 'hencefake', 'news', 'nytime', 'apologize', 'amp', 'wapo', 'anti', 'trump', 'collusion'], ['people', 'pro', 'trump', 'virtually', 'president', 'accomplish', 'accomplish', 'first', 'month', 'economy', 'roaring'], ['arrive', 'indianapolis', 'indiana', 'make', 'announcement', 'taxreform', 'together', 'go', 'make_america', 'great', 'https', 'uwhkwhl'], ['right', 'right', 'time', 'succeed', 'amp', 'grow', 'together', 'team', 'people', 'amp', 'american', 'family', 'taxreform', 'https', 'co', 'rtlwanjjiq'], ['time', 'take_care', 'people', 'rebuild', 'nation', 'fight', 'great', 'american', 'worker', 'taxreform', 'usa', 'https', 'co', 'lszvhg', 'get'], ['democrat', 'want', 'massive', 'win', 'election', 'great', 'review', 'reform', 'bill'], ['electric', 'power', 'grid', 'puerto_rico', 'totally', 'shoot', 'large', 'number', 'generator', 'island', 'food', 'water', 'site'], ['welcome', 'stevescalise', 'teamscalise', 'https', 'co', 'core', 'rfl'], ['fema', 'amp', 'first_responder', 'great', 'job', 'puerto_rico', 'massive', 'food', 'amp', 'water', 'deliver', 'dock', 'amp', 'electric', 'grid', 'dead', 'local', 'try'], ['really', 'hard', 'help', 'many', 'lost', 'home', 'military', 'site', 'tuesday', 'wish', 'press', 'would', 'treat', 'fairly'], ['puerto_rico', 'devastated', 'phone', 'system', 'electric', 'grid', 'many', 'road', 'go', 'fema', 'first_responder', 'amazing', 'governor', 'say', 'great', 'job'], ['revise', 'upward', 'last', 'quarter', 'many', 'people', 'think', 'would', 'year', 'happen', 'begin'], ['puerto_rico', 'governor', 'ricardo', 'rossello', 'state', 'administration', 'president', 'time', 'speak', 'deliver'], ['fact', 'puerto_rico', 'destroy', 'hurricane', 'big', 'decision', 'make', 'cost', 'rebuilding'], ['thank', 'fema', 'great', 'military', 'amp', 'first_responder', 'work', 'hardagainst', 'terrible', 'oddsin', 'puerto_rico', 'see', 'tuesday'], ['record', 'high', 'amp'], ['week', 'come', 'step', 'closer', 'reach', 'goal', 'aligning', 'skill', 'teach', 'nation', 'classroom', 'job', 'future', 'https', 'co', 'ggeijj'], ['thank', 'shopfloornam', 'honor', 'today', 'great', 'news', 'manufacturer', 'report', 'record', 'high', 'economic', 'optimism', 'taxreform', 'https', 'co', 'sgmwgotof'], ['thought', 'observe', 'yom', 'kippur', 'holy', 'day', 'jewish', 'year', 'https', 'co'], ['join', 'weeklyaddress', 'https', 'co', 'qeeknfuhue', 'https', 'nnm', 'joke'], ['impdnew', 'potus', 'thank', 'amazing', 'indianapolis', 'metropolitan', 'police', 'department', 'officer', 'lesm', 'https', 'co', 'xfqxbmbebp'], ['mayor', 'complimentary', 'day', 'ago', 'tell', 'democrat', 'must', 'nasty', 'trump'], ['poor', 'leadership', 'ability', 'mayor', 'other', 'puerto_rico', 'able', 'get', 'worker', 'help'], ['want', 'everything', 'do', 'community', 'effort', 'federal', 'worker', 'island', 'fantastic', 'job'], ['military', 'first_responder', 'electric', 'road', 'phone', 'do', 'amazing', 'job', 'puerto_rico', 'totally', 'destroy'], ['fake_news', 'cnn', 'go', 'way', 'disparage', 'great', 'first_responders', 'way', 'get', 'trump', 'fair', 'fr', 'effort'], ['go', 'puerto_rico', 'tuesday', 'melania', 'hopefully', 'able', 'stop', 'virgin', 'island', 'people', 'work', 'hard'], ['fake_news', 'network', 'working_overtime', 'puerto_rico', 'good', 'take', 'spirit', 'away', 'soldier', 'first', 'shame'], ['fake_news', 'medium', 'conjunction', 'dem', 'amazing', 'job', 'do', 'puerto_rico', 'great', 'people'], ['governor', 'puerto_rico', 'ricardo', 'rossello', 'great', 'guy', 'leader', 'really', 'work', 'hard', 'thank', 'ricky'], ['speak', 'governor', 'mapp', 'virgin', 'island', 'state', 'fema', 'military', 'great', 'job', 'thank', 'governor'], ['congresswoman', 'jennifer', 'gonzalez', 'colon', 'puerto_rico', 'wonderful', 'deal', 'great', 'representative', 'people', 'thank'], ['people', 'puerto_rico', 'believe', 'fakenew', 'prstrong'], ['administration', 'governor', 'ricardorossello', 'many', 'other', 'work', 'together', 'help', 'people', 'puerto_rico', 'way'], ['ricardorossello', 'fakenew', 'critic', 'working_overtime', 'get', 'great', 'mark', 'people', 'truly', 'matter', 'prstrong'], ['must', 'united', 'offer', 'assistance', 'everyone', 'suffer', 'puerto_rico', 'elsewhere', 'wake', 'terrible', 'disaster'], ['result', 'recovery', 'effort', 'speak', 'much', 'loud', 'complaint', 'mayor', 'everything', 'help', 'great', 'people'], ['tue', 'ensure', 'continue', 'everything', 'possible', 'assist', 'amp', 'support', 'people', 'time', 'great', 'need'], ['important', 'nfl', 'player', 'stand', 'tomorrow', 'always', 'play', 'national_anthem', 'respect', 'flag', 'country'], ['fakenew', 'people', 'get', 'credit', 'deserve', 'great', 'job', 'see', 'great', 'job', 'https', 'co', 'ltw', 'rwy'], ['analyze', 'alabama', 'primary', 'race', 'fake_news', 'always', 'fail', 'mention', 'candidate', 'endorse', 'go', 'many', 'point', 'election'], ['analyze', 'alabama', 'primary', 'racefake', 'news', 'always', 'fail', 'mention', 'candidate', 'endorse', 'go', 'many', 'point', 'endorsement'], ['respect', 'national_anthem', 'https', 'co', 'czutygamqv'], ['do', 'great', 'job', 'almost', 'impossible', 'situation', 'puerto_rico', 'fake_news', 'politically', 'motivate', 'ingrate'], ['people', 'start', 'recognize', 'amazing', 'work', 'do', 'fema', 'great', 'military', 'building', 'inspect'], ['safety', 'thank', 'governor', 'work', 'closely', 'first_responders', 'fantastic', 'job'], ['tell', 'wonderful', 'secretary', 'state', 'waste', 'time', 'try', 'negotiate', 'little', 'rocket', 'man'], ['save', 'energy', 'rex', 'do'], ['nice', 'rocket', 'man', 'work', 'year', 'would', 'work', 'clinton', 'fail', 'bush', 'fail', 'obama', 'fail', 'fail'], ['congratulation', 'teamusa', 'great', 'presidentscup', 'victory', 'https', 'mo'], ['warm', 'condolence', 'sympathy', 'victim', 'family', 'terrible', 'shoot', 'god_bles'], ['proud', 'great', 'country', 'america'], ['leave', 'puerto_rico', 'early', 'tomorrow', 'pay', 'respect', 'everyone', 'thought', 'prayer', 'https', 'co', 'dbvzuiufr'], ['great', 'meeting', 'governor', 'mapp', 'usvi', 'thankful', 'great', 'job', 'do', 'fema', 'first_responder', 'https', 'co', 'atbgepdf'], ['proud', 'fema', 'military', 'first_responder', 'thank', 'https', 'co', 'kwvmqvelri'], ['miracle', 'fast', 'metropolitan', 'police', 'able', 'find', 'demented', 'shooter', 'stop', 'even', 'kill'], ['administration', 'continue', 'work', 'clock', 'governor', 'amp', 'team', 'great', 'progress', 'make', 'prstrong', 'https', 'co', 'yrwtvc'], ['great', 'day', 'puerto_rico', 'yesterday', 'news', 'coverage', 'fake', 'show', 'great', 'warmth', 'friendship'], ['many', 'fake_news', 'story', 'today', 'matter', 'say', 'write', 'speak', 'truth', 'fake_news', 'medium', 'control'], ['news', 'fakenew', 'dishonest', 'even', 'cnn', 'disgrace', 'good', 'reporting', 'wonder', 'news', 'rating', 'way'], ['nbcnew', 'story', 'totally', 'refute', 'sec', 'tillerson', 'fakenew', 'issue', 'apology', 'america'], ['land', 'shortly', 'pay', 'respect', 'flotus_melania', 'everyone', 'remain', 'thought', 'prayer'], ['love', 'https', 'co', 'nxrwer', 'gez'], ['behalf', 'grateful', 'nation', 'thank', 'first_responders', 'hero', 'save', 'countless', 'life', 'night', 'https', 'co', 'zxumywnnhv'], ['wonderful', 'yesterday', 'meet', 'people', 'police', 'doctor', 'victim', 'never', 'forget'], ['thank', 'https', 'co', 'ymuqsvvtsb'], ['senate', 'intel', 'committee', 'look', 'fake_news', 'network', 'country', 'see', 'much', 'news', 'make', 'fake'], ['stock_market', 'hit', 'time', 'high', 'unemployment', 'low', 'year', 'business', 'manufacture', 'enthusiasm', 'highest_level', 'decade'], ['never', 'threaten', 'resign', 'fake_news', 'put', 'nbcnew', 'low', 'news', 'reporting', 'standard', 'verification'], ['ralph', 'northamwho', 'run', 'governor', 'virginiais', 'fighting', 'violent', 'ms', 'killer', 'gang', 'amp', 'sanctuary_citie', 'vote'], ['believe', 'finally', 'get', 'good', 'story', 'washingtonpost', 'discuss', 'enthusiasm', 'trump', 'voter', 'campaign'], ['contribution', 'rnc', 'take', 'far', 'dem', 'much', 'wonderful', 'small', 'donor', 'work', 'hard'], ['late', 'night', 'host', 'deal', 'democrat', 'unfunny', 'amp', 'repetitive', 'material', 'always', 'anti', 'trump', 'get', 'equal', 'time'], ['people', 'suggest', 'republican', 'give', 'equal', 'time', 'look', 'one_sided', 'coverage'], ['call', 'chuck_schumer', 'yesterday', 'see', 'dem', 'want', 'great', 'healthcare', 'bill', 'obamacare', 'badly', 'broken', 'big', 'premium', 'know'], ['nbcnew', 'knowingly', 'inaccurate', 'report', 'good', 'news', 'people', 'get', 'really', 'matter'], ['great', 'team', 'fema', 'prepare', 'hurricanenate', 'everyone', 'listen', 'local', 'authority', 'amp', 'safe'], ['join', 'govmikehuckabee', 'tonight', 'pme', 'tbn', 'enjoy', 'https', 'co', 'hgppyzfl'], ['president', 'administration', 'talk', 'north_korea', 'year', 'agreement', 'make', 'massive_amount', 'money', 'pay'], ['work', 'agreement', 'violate', 'ink', 'dry', 'making', 'fool', 'negotiator', 'sorry', 'thing', 'work'], ['thank', 'support', 'https', 'co', 'iqum', 'rfqso'], ['leave', 'white_house', 'great', 'state', 'north_carolina', 'big', 'progress', 'make', 'many', 'front'], ['lasvegasstrong', 'usa', 'https', 'igwdl', 'kia'], ['senator', 'beg', 'endorse', 'election', 'tennessee', 'say', 'drop', 'say', 'could', 'win'], ['endorsement', 'also', 'want', 'secretary', 'state', 'say', 'thank', 'also', 'largely', 'responsible', 'horrendous', 'iran', 'deal'], ['hence', 'would', 'fully', 'expect', 'corker', 'negative', 'voice', 'stand', 'way', 'great', 'agenda', 'gut', 'run'], ['ask', 'leave', 'stadium', 'player', 'kneel', 'disrespect', 'country', 'proud', 'secondlady', 'karen'], ['fema', 'first_responder', 'work', 'hard', 'hurricane', 'nate', 'military', 'help', 'much', 'control'], ['bob_corker', 'give', 'iran', 'deal', 'amp', 'need', 'healthcare', 'need', 'tax_cut', 'reform', 'need', 'people', 'get', 'job', 'do'], ['nobody', 'could', 'do', 'do', 'puertorico', 'little', 'appreciation', 'much', 'work', 'https', 'co', 'jakipfji'], ['republican_party', 'racking', 'record', 'amount', 'small', 'dollar', 'donation', 'fuel', 'trump', 'supporter', 'nypost', 'thank'], ['country', 'unsuccessfully', 'deal', 'north_korea', 'year', 'give', 'billion', 'dollar', 'amp', 'get', 'nothing', 'policy', 'work'], ['trip', 'long', 'plan', 'receive', 'great', 'praise', 'leave', 'game', 'player', 'show', 'disrespect', 'country'], ['president', 'donald', 'trump', 'proclaim', 'october', 'columbusday', 'https', 'co', 'cbqrst', 'ln'], ['big', 'salute', 'jerry', 'jone', 'owner', 'dalla', 'cowboy', 'bench', 'player', 'disrespect', 'flag', 'stand', 'anthem', 'sit', 'game'], ['begin', 'https', 'co', 'psdeb'], ['nfl', 'get', 'massive', 'tax', 'break', 'time', 'disrespect', 'anthem', 'flag', 'country', 'change', 'tax', 'law'], ['problem', 'agree', 'policy', 'immigration', 'democrat', 'want', 'secure', 'bordersthey', 'care', 'safety'], ['congress', 'get', 'act', 'together', 'healthcare', 'use', 'power', 'pen', 'give', 'great', 'healthcare', 'many', 'people', 'fast'], ['jemele', 'hill', 'mike', 'wonder', 'espn', 'rating', 'tank', 'fact', 'tank', 'badly', 'talk', 'industry'], ['highly_respected', 'author', 'christopher', 'bedford', 'come', 'book', 'art', 'donald', 'lesson', 'america', 'really', 'good', 'book'], ['failing_nytime', 'set', 'liddle', 'bob_corker', 'record', 'conversation', 'make', 'sound', 'fool', 'dealing'], ['great', 'honor', 'host', 'back', 'back', 'stanleycup', 'champion', 'pittsburgh', 'penguin', 'flotus', 'today', 'https', 'co', 'qyt', 'bchvur', 'https', 'co', 'rbwgmhmnpx'], ['fake_news', 'time', 'try', 'hurt', 'fine', 'people', 'know', 'general', 'say', 'soon'], ['fire', 'story', 'totally', 'make', 'dishonest', 'medium', 'chief', 'fantastic', 'job', 'importantly', 'usa'], ['stock_market', 'increase', 'trillion_dollar', 'election', 'increase', 'low', 'unemployment', 'year'], ['congress', 'give', 'massive', 'reform', 'ask', 'number', 'grow', 'leap', 'bound', 'maga'], ['would', 'really', 'nice', 'fake_news', 'medium', 'would', 'report', 'virtually', 'unprecedented', 'stock_market', 'growth', 'election', 'need', 'tax_cut'], ['democrat', 'want', 'massive', 'tax', 'increase', 'soft', 'crime', 'produce', 'border', 'republican', 'want', 'big', 'history', 'amp', 'wall'], ['time', 'roger', 'goodell', 'nfl', 'finally', 'demand', 'player', 'stand', 'great', 'national_anthem', 'respect', 'country'], ['fake', 'nbcnew', 'make', 'story', 'want', 'tenfold', 'increase', 'nuclear', 'arsenal', 'pure', 'fiction', 'make', 'demean', 'nbc', 'cnn'], ['fake_news', 'come', 'nbc', 'network', 'point', 'appropriate', 'challenge', 'license', 'bad', 'country'], ['happy', 'announce', 'award', 'order', 'help', 'local', 'work', 'respond', 'last', 'sunday', 'tragedy'], ['join', 'live', 'pme', 'harrisburg', 'pennsylvania', 'taxreform', 'usa', 'https', 'co', 'fduemprtce', 'https', 'mmjl', 'hnpl'], ['interview', 'tonight', 'foxnew', 'seanhannity', 'pme', 'enjoy'], ['need', 'tax', 'system', 'fair', 'work', 'family', 'amp', 'encourage', 'company', 'stay', 'america', 'grow', 'america', 'hire', 'america', 'https', 'co', 'zgijgle'], ['join', 'seanhannity_tonight', 'pme', 'foxnew', 'enjoy', 'https', 'co', 'rw'], ['network', 'news', 'become', 'partisan', 'distort', 'fake', 'license', 'must', 'challenge', 'appropriate', 'revoke', 'fair', 'public'], ['even', 'dark', 'moment', 'light', 'people', 'show', 'goodness', 'courage', 'love', 'usa', 'https'], ['clip', 'tax', 'speech', 'seanhannity', 'foxandfriend', 'great', 'day'], ['puerto_rico', 'survive', 'hurricane', 'financial', 'crisis', 'loom', 'largely', 'make', 'say', 'sharyl', 'attkisson', 'total', 'lack'], ['accountability', 'say', 'governor', 'electric', 'infrastructure', 'disaster', 'hurricane', 'congress', 'decide', 'much', 'spend'], ['not', 'keep', 'fema', 'military', 'amp', 'first_responder', 'amazing', 'difficult', 'circumstance', 'forever'], ['fake_news', 'go', 'order', 'demean', 'denigrate', 'hatred'], ['time', 'come', 'take', 'action', 'improve', 'access', 'increase', 'choice', 'low', 'cost', 'healthcare', 'https', 'fdvetvh', 'https', 'co', 'ddzlskunse'], ['need', 'tax', 'system', 'fair', 'work', 'family', 'amp', 'encourage', 'company', 'stay', 'america', 'grow', 'america', 'hire', 'america', 'https', 'co', 'ddi'], ['happy', 'https', 'https', 'co', 'qbug', 'pztai'], ['people', 'start', 'find', 'dishonest', 'disgusting', 'fakenew', 'nbcnew', 'viewer', 'beware', 'may', 'worse', 'even', 'cnn'], ['time', 'take_care', 'country', 'rebuild', 'community', 'protect', 'great', 'american', 'worker', 'taxreform', 'https', 'co', 'fejgjt'], ['democrat', 'obamacare', 'implode', 'massive', 'subsidy', 'payment', 'pet', 'insurance_companie', 'stop', 'dem', 'call', 'fix'], ['sadly', 'other', 'fake_news', 'public', 'beginning', 'figure', 'https', 'co', 'aya'], ['obamacare', 'broken', 'mess', 'piece', 'piece', 'begin', 'process', 'give', 'america', 'great', 'healthcare', 'deserve'], ['hard', 'believe', 'democrat', 'go', 'far', 'leave', 'longer', 'recognizable', 'fight', 'hard', 'sanctuary', 'crime'], ['wonderful', 'people', 'puerto_rico', 'unmatched', 'spirit', 'know', 'bad', 'thing', 'always'], ['great', 'privilege', 'serve', 'commander', 'chief', 'happy_birthday', 'incredible', 'man', 'woman', 'usnavy', 'navybday', 'https', 'co', 'qcdb', 'cqa'], ['america', 'worship', 'government', 'worship', 'god', 'https', 'co', 'idlwylk'], ['consumer_confidence', 'soar', 'highest_level', 'https', 'co', 'https', 'co', 'ms'], ['today', 'announce', 'strategy', 'confront', 'iranian', 'regime', 'hostile', 'action', 'ensure', 'never', 'acquire', 'nuclear', 'weapon', 'https', 'co', 'isdjuedc'], ['weeklyaddress', 'https', 'co', 'riqeibnwk'], ['start', 'develop', 'much', 'well', 'relationship', 'leader', 'want', 'thank', 'cooperation', 'many', 'front'], ['many', 'people', 'talk', 'much', 'agreement', 'iran', 'speech', 'today', 'participant', 'deal', 'make', 'lot', 'money', 'trade', 'iran'], ['money', 'pour', 'insurance_companie', 'profit', 'guise', 'obamacare', 'make', 'fortune', 'dem', 'must', 'get', 'smart', 'amp', 'deal'], ['obamacare', 'cause', 'grief', 'tragedy', 'many', 'dismantle', 'meantime', 'premium', 'amp', 'deductible', 'way'], ['wonderful', 'statement', 'great', 'loudobbs', 'take', 'may', 'accomplish', 'presidency', 'modern', 'american', 'history'], ['health', 'insurance', 'stock', 'go', 'roof', 'obamacare', 'year', 'plunge', 'yesterday', 'end', 'dem', 'windfall'], ['proud', 'executive_order', 'allow', 'greatly', 'expand', 'access', 'far', 'low', 'cost', 'healthcare', 'million', 'people', 'benefit'], ['democrat', 'southwest', 'part', 'virginia', 'abandon', 'party', 'republican', 'never', 'let'], ['failing_nytimes', 'story', 'peter', 'baker', 'mention', 'rapid', 'termination', 'tpp', 'amp', 'paris', 'accord', 'fast'], ['approval', 'keystone', 'xl', 'amp', 'dakota', 'access', 'pipeline', 'also', 'look', 'recent', 'epa', 'cancelation', 'amp', 'great', 'new', 'supreme_court', 'justice'], ['art', 'laffer', 'say', 'know', 'could', 'vote', 'big', 'reform', 'bill', 'live', 'foxnew'], ['democrat', 'want', 'increase', 'taxis', 'obstruct', 'good'], ['dem', 'senator', 'schumer', 'hate', 'iran', 'deal', 'make', 'president', 'obama', 'involve', 'tell', 'israel', 'chuck'], ['election', 'day', 'november', 'stock_market', 'unemployment', 'year', 'low', 'amp', 'company', 'come', 'back'], ['gain', 'trillion_dollar', 'stock_market', 'value', 'election', 'day', 'also', 'record', 'business', 'enthusiasm'], ['recently', 'ask', 'crooked_hillary', 'clinton', 'go', 'run', 'answer', 'hope'], ['always', 'great', 'see', 'wonderful', 'people', 'south_carolina', 'thank', 'beautiful', 'welcome', 'greenville', 'spartanburg', 'int', 'airport', 'https', 'mao', 'ste'], ['rep', 'tom', 'marino', 'inform', 'withdraw', 'name', 'consideration', 'drug', 'czar', 'tom', 'fine', 'man', 'great', 'congressman'], ['dow', 'pass', 'first', 'time', 'fuel', 'strong', 'earning', 'dow', 'https', 'co', 'wnkrddylb', 'https', 'co', 'ncncou'], ['join', 'live', 'rose_garden', 'pme', 'prime_minister', 'alexis', 'tsipra', 'greece', 'https', 'co', 'fyw', 'https', 'dzb', 'mdbkpi'], ['great', 'honor', 'welcome', 'prime_minister', 'alexis', 'tsipra', 'greece', 'today', 'https', 'fyw', 'https', 'https', 'hwfcz'], ['much', 'fake_news', 'put', 'die', 'magazine', 'newspaper', 'place', 'bad', 'may', 'nbcnews', 'cbsnew', 'abc', 'cnn', 'fiction', 'writer'], ['increase', 'obamacare_premiums', 'fault', 'democrat', 'give', 'product', 'never', 'chance', 'work'], ['border', 'wall', 'prototype', 'underway', 'https', 'co', 'arfno', 'zmo'], ['https', 'co', 'ekfrktnvuy'], ['thank', 'heritage', 'generation', 'opportunity', 'revitalize', 'economy', 'revive', 'industry', 'amp', 'american_dream', 'https', 'co', 'nojsgo'], ['important', 'truth', 'founder', 'understand', 'freedom', 'gift', 'govt', 'freedom', 'gift', 'god', 'https', 'co', 'rmazgt', 'sug', 'https', 'co', 'srpavwrt'], ['fbi', 'confirm', 'report', 'james_comey', 'draft', 'letter', 'exonerate', 'crooked_hillary', 'clinton', 'long', 'investigation', 'complete', 'many'], ['people', 'interview', 'include', 'comey', 'state', 'oath', 'obviously', 'fix'], ['democrat', 'vote', 'tax', 'increase', 'hopefully', 'senate', 'republican', 'vote', 'large', 'history'], ['turn', 'lie', 'leak', 'totally', 'protect', 'hillary_clinton', 'good', 'thing', 'ever', 'happen'], ['nfl', 'decide', 'force', 'player', 'stand', 'play', 'national_anthem', 'total', 'disrespect', 'great', 'country'], ['democrat', 'congresswoman', 'totally', 'fabricate', 'say', 'wife', 'soldier', 'die', 'action', 'proof', 'sad'], ['supportive', 'lamar', 'person', 'amp', 'also', 'process', 'never', 'support', 'bail', 'in', 'co', 'make', 'fortune', 'care'], ['current', 'tax', 'code', 'burden', 'american', 'taxpayer', 'amp', 'harmful', 'job', 'creator', 'american', 'need', 'taxreform', 'https', 'co', 'qxyiyifwco', 'https', 'co', 'ngijjoc'], ['heart', 'affect', 'wildfire', 'california', 'brave', 'first_responders', 'fema', 'team', 'support', 'https', 'co', 'yaopbavi'], ['honor', 'welcome', 'republican', 'democratic', 'member', 'senate', 'finance', 'committee', 'whitehouse', 'today', 'taxreform', 'https', 'xic', 'fid'], ['iran', 'hide', 'assertion', 'technical', 'compliance', 'nuclear', 'deal', 'brazenly', 'violate', 'limit', 'nikkihaley', 'https', 'co', 'xvhgx'], ['nfl', 'much', 'talk', 'enough', 'action', 'stand', 'national_anthem'], ['real', 'pride', 'country', 'usa', 'https', 'prde'], ['year', 'milestone', 'year', 'dow', 'maga', 'https', 'co', 'evvei'], ['danaperino', 'amp', 'bradthorthank', 'much', 'wonderful', 'compliment', 'work', 'hard', 'maga', 'https', 'co', 'akwlsmscvh'], ['american', 'think', 'medium', 'invent', 'story', 'trump', 'amp', 'administration', 'foxnew', 'actually', 'much', 'bad'], ['republican', 'go', 'big', 'budget', 'approval', 'today', 'first', 'step', 'massive', 'tax_cut', 'think', 'vote', 'know'], ['uranium', 'deal', 'russia', 'clinton', 'help', 'obama', 'administration', 'knowledge', 'big', 'story', 'fake', 'medium', 'want', 'follow'], ['worker', 'firm', 'involve', 'discredit', 'fake', 'dossier', 'take', 'pay', 'russia', 'fbi', 'dem'], ['foxandfriend', 'russia', 'send', 'million', 'clinton_foundation'], ['great', 'governor', 'ricardorossello', 'puertorico', 'whitehouse', 'today', 'prstrong', 'https', 'co', 'op', 'xdzxvnc'], ['keep', 'great', 'work', 'isis', 'lose', 'grip', 'army', 'colonel', 'ryan', 'dilloncjtf', 'oirhttps', 'jvguvv', 'mzm', 'https', 'pscxg', 'ct'], ['fake_news', 'go', 'crazy', 'wacky', 'congresswoman', 'wilson', 'secretly', 'personal', 'call', 'give', 'total', 'lie', 'content'], ['big', 'rating', 'getter', 'seanhannity', 'apprentice', 'champion', 'rich', 'right', 'go', 'stage', 'vegasstrong', 'great', 'show'], ['great', 'news', 'budget', 'senatemajldr', 'mcconnell', 'first', 'step', 'deliver', 'massive', 'american', 'people', 'taxreform', 'https', 'co', 'abzqr', 'kr'], ['budget', 'pass', 'late', 'last_night', 'get', 'democrat', 'vote', 'rand_paul', 'vote', 'tax_cut', 'voting'], ['allow', 'passage', 'large_scale', 'reform', 'big', 'history', 'country'], ['report', 'united_kingdom', 'crime', 'rise', 'annually', 'spread', 'radical_islamic', 'terror', 'good', 'must', 'keep', 'america', 'safe'], ['thank', 'geraldorivera', 'foxandfriend', 'agree', 'https', 'co', 'czldabgzw'], ['today', 'honor', 'unsecretary', 'general', 'antonioguterre', 'whitehouse', 'speak', 'appreciate', 'https', 'co', 'jcazzxw'], ['generation', 'opportunity', 'offer', 'historic', 'tax', 'relief', 'american', 'people', 'join', 'today', 'https', 'co', 'czcjdbmvw', 'https', 'co', 'kxpvbyih'], ['great', 'book', 'place', 'call', 'dr', 'robert', 'jeffress', 'wonderful', 'man'], ['budget', 'pass', 'really', 'big', 'deal', 'especially', 'term', 'big', 'tax_cut', 'history', 'msm', 'barely', 'cover'], ['hope', 'fake_news', 'medium', 'keep', 'talk', 'wacky', 'congresswoman', 'wilson', 'representative', 'kill', 'democrat', 'party'], ['receipt', 'information', 'allow', 'president', 'long', 'block', 'classify', 'file', 'open'], ['people', 'get', 'go', 'https', 'vqqv'], ['stock_market', 'hit', 'time', 'high', 'friday', 'trillion_dollar', 'election', 'fake_news', 'spend', 'much', 'time'], ['trump', 'hail', 'liberation', 'raqqa', 'critical', 'breakthrough', 'anti', 'isis', 'campaign', 'https', 'co', 'eoyxjb'], ['official', 'discredit', 'dossier', 'plead', 'fifth', 'justice_department', 'fbi', 'immediately', 'release', 'pay'], ['keep', 'hear', 'tiny', 'amount', 'money', 'spend', 'facebook', 'ad', 'billion', 'dollar', 'fake_news', 'cnn', 'abc', 'cbs'], ['crooked_hillary', 'clinton', 'spend', 'hundred', 'million', 'dollar', 'presidential', 'election', 'facebook', 'side', 'mine'], ['lightly', 'report', 'few', 'jobless_claim', 'show', 'firm', 'job', 'market', 'low', 'march', 'bpolitic'], ['agree', 'get', 'tax_cut', 'approve', 'important', 'also', 'get', 'healthcare', 'perhaps', 'administration', 'do', 'first'], ['month', 'administration', 'legislation', 'approval', 'massive', 'regulation_cuts', 'energy', 'freedom', 'pipeline', 'border_security'], ['nd_amendment', 'strong', 'military', 'isis', 'historic', 'improvement', 'supreme_court', 'justice', 'record', 'stock_market', 'low', 'unemployment', 'yrs'], ['interview', 'today', 'maria', 'bartiromo', 'foxnew', 'enjoy'], ['wacky', 'congresswoman', 'wilson', 'gift', 'keep', 'give', 'republican_party', 'disaster', 'dem', 'watch', 'action', 'amp', 'vote'], ['finally', 'sink', 'people', 'believe', 'major', 'national', 'news', 'org', 'fabricate', 'story', 'fake_new', 'even', 'worse', 'lose', 'cre'], ['change', 'always', 'great', 'popular', 'middle_class', 'tax', 'break', 'work', 'stay'], ['dozen', 'nfl', 'player', 'continue', 'kneel', 'national_anthem', 'show', 'total', 'disrespect', 'flag', 'amp', 'country', 'leadership', 'nfl'], ['respectful', 'conversation', 'widow', 'sgt', 'david', 'johnson', 'speak', 'name', 'beginning', 'hesitation'], ['never', 'forget', 'american', 'service', 'member', 'kill', 'hizballah', 'beirut', 'die', 'service', 'nation', 'https', 'co', 'baqzda'], ['bob_corker', 'help', 'president', 'give', 'bad', 'iran', 'deal', 'amp', 'get', 'elect', 'dog', 'catcher', 'tennessee', 'fighting', 'tax_cut'], ['corker', 'drop', 'race', 'tennesse', 'refuse', 'endorse', 'negative', 'anything', 'trump', 'look', 'record'], ['sad', 'lightweight_senator', 'bob_corker', 'get', 'elect', 'great', 'state', 'tennessee', 'fight'], ['sen', 'corker', 'incompetent', 'head', 'foreign', 'relation', 'committee', 'amp', 'look', 'poorly', 'do', 'clue'], ['entire', 'world', 'laugh', 'taking_advantage', 'people', 'liddle', 'bob_corker', 'set', 'way', 'back', 'move_forward'], ['stock_market', 'hit', 'record', 'high', 'job', 'look', 'good'], ['president', 'donald', 'trump', 'proclaim', 'october', 'united_nation', 'day', 'read', 'https', 'co', 'cyraqakhy', 'https', 'co', 'klylbk'], ['nice', 'republican_senator', 'today', 'multiple', 'stand', 'ovation', 'great', 'people', 'want', 'big', 'success'], ['clinton', 'campaign', 'amp', 'dnc', 'pay', 'research', 'lead', 'anti', 'trump', 'fake_news', 'dossier', 'victim', 'president', 'foxnew'], ['reason', 'flake', 'corker', 'drop', 'senate', 'race', 'simple', 'chance', 'elect', 'act', 'hurt', 'amp', 'wound'], ['meeting', 'yesterday', 'flake', 'corker', 'love', 'fest', 'stand', 'ovation', 'great', 'idea', 'usa'], ['work', 'hard', 'big', 'tax_cut', 'history', 'great', 'support', 'many', 'side', 'big', 'winner', 'middle_class', 'business', 'amp', 'job'], ['jeff_flake', 'approval_rating', 'arizona', 'say', 'lot', 'colleague', 'speak', 'really', 'give', 'stand'], ['make_america', 'great', 'https', 'co', 'cbewjsq'], ['congrat', 'reince_priebus', 'really', 'good', 'talented', 'man', 'proud', 'reince', 'https', 'co', 'asjamrsnv'], ['interview', 'loudobbs', 'air', 'tonight', 'pme', 'foxbusiness', 'dobb'], ['speak', 'china', 'congratulate', 'extraordinary', 'elevation', 'also', 'discuss', 'noko', 'amp', 'trade', 'important', 'subject'], ['melania', 'look_forward', 'amp', 'madame', 'peng', 'liyuan', 'china', 'hopefully', 'historic', 'trip', 'https', 'co', 'ufmonzza'], ['long', 'anticipate', 'release', 'jfkfile', 'take', 'place', 'tomorrow', 'interesting'], ['texas', 'govabbott', 'amp', 'danpatrickthank', 'today', 'brief', 'hurricane', 'recovery', 'effort', 'keep', 'great', 'work', 'https', 'co', 'rbel', 'iwrjl'], ['interview', 'loudobbs', 'come', 'pme', 'foxbusiness', 'enjoy', 'https', 'co', 'kvl'], ['big', 'tax_cut', 'history', 'country', 'need', 'taxreform', 'read', 'https', 'co', 'bjkz', 'https', 'co', 'jyckxwemlu'], ['together', 'make_america', 'great', 'americafirst', 'https', 'co', 'flnki'], ['sean', 'success', 'https', 'co', 'slntenvjla'], ['turn', 'really', 'bad', 'virginia', 'economy', 'fast', 'strong', 'crime', 'may', 'even', 'save', 'great', 'statue', 'heritage'], ['great', 'governor', 'virginia', 'opponent', 'even', 'show', 'meeting', 'work', 'weak', 'crime'], ['underestimate', 'unity', 'republican_party'], ['big', 'news', 'budget', 'pass'], ['effective', 'today', 'administration', 'officially', 'declare', 'opioidcrisis', 'national', 'public', 'health', 'emergency', 'federal', 'law', 'https', 'co'], ['work', 'together', 'defeat', 'opioidepidemic', 'amp', 'free', 'nation', 'terrible', 'affliction', 'drug', 'abuse', 'https', 'co', 'iazjqgmwav', 'https', 'uqn', 'oz'], ['wacky', 'totally', 'unhinge', 'tom', 'steyer', 'fighting', 'make_america', 'great', 'agenda', 'begin', 'never', 'win', 'election'], ['thank', 'foxandfriend', 'really', 'great', 'job', 'show'], ['congratulation', 'speakerryan', 'gopleader', 'stevescalise', 'republican_party', 'budget', 'passage', 'yesterday', 'big', 'tax_cut'], ['decision', 'enter', 'wonderful', 'world', 'politic', 'many', 'fan'], ['happy_birthday', 'great', 'leegreenwood', 'beautiful', 'song', 'make', 'difference', 'make_america', 'great'], ['jfk', 'file', 'carefully', 'release', 'end', 'great', 'transparency', 'hope', 'get', 'everything', 'public'], ['happy_birthday', 'great', 'theleegreenwood', 'beautiful', 'song', 'make', 'difference', 'make_america', 'great'], ['commonly', 'agree', 'many', 'month', 'costly', 'look', 'collusion', 'russia', 'trump', 'collusion'], ['thank', 'flgovscott', 'https', 'co', 'rgdu', 'plvfk'], ['diane', 'black', 'tennessee', 'highly_respected', 'house', 'budget', 'committee', 'chairwoman', 'great', 'job', 'pass', 'budget', 'set', 'big', 'tax_cut'], ['inspire', 'story', 'hero', 'pull', 'community', 'depth', 'despair', 'leadership', 'love', 'https', 'co', 'dl', 'oan', 'fm'], ['foxnews', 'chris_wallace', 'evidence', 'dem', 'collusion', 'russia', 'gop', 'https', 'co', 'nacqerjsiu'], ['people', 'anxiously', 'await', 'decision', 'head', 'feed', 'https', 'knycao'], ['happy_birthday', 'theleegreenwood', 'flashbackfriday', 'https', 'co', 'mcrmk', 'eurm'], ['jfkfile', 'https', 'co'], ['happen', 'team', 'hillary', 'play', 'press', 'fool', 'russia', 'https', 'co', 'gqpiidk', 'know', 'https', 'co', 'sgwl', 'hzmki'], ['little', 'report', 'great', 'gdp', 'number', 'announce', 'yesterday', 'big', 'hurricane', 'hit', 'good', 'consecutive', 'year'], ['read', 'nice', 'remark', 'president', 'jimmy_carter', 'badly', 'treat', 'press', 'fake_news', 'thank', 'president'], ['today', 'national', 'prescription', 'drug', 'take', 'back', 'day', 'everyone', 'help', 'fight', 'opioidepidemic', 'participate', 'https', 'co', 'onobtwoaon', 'https', 'co', 'cyg', 'dnxh'], ['strict', 'consultation', 'general', 'kelly', 'cia', 'agency', 'release', 'jfkfile', 'name'], ['address', 'mention', 'person', 'still', 'live', 'reason', 'full', 'disclosure', 'transparency'], ['order', 'put', 'conspiracy', 'theory', 'rest'], ['happy', 'hero', 'forever', 'grateful', 'service', 'sacrifice', 'courage', 'https', 'co', 'voctlyoeyw'], ['presidential', 'must', 'point', 'sloppy', 'michael', 'moore', 'show', 'broadway', 'total', 'bomb', 'force', 'close', 'sad'], ['jfk', 'file', 'release', 'long', 'ahead', 'schedule'], ['usual', 'obamacare_premiums', 'dem', 'repeal', 'amp', 'replace', 'great', 'healthcare', 'soon', 'tax_cut'], ['never', 'see', 'republican', 'anger', 'amp', 'unity', 'concern', 'lack', 'investigation', 'clinton', 'make', 'fake', 'dossier'], ['uranium', 'russia', 'deal', 'deleted_emails', 'comey', 'fix', 'much', 'instead', 'look', 'phony', 'trump', 'russia'], ['collusion', 'exist', 'dem', 'use', 'terrible', 'bad', 'country', 'witch_hunt', 'evil', 'politic'], ['fight', 'back', 'never', 'much', 'guilt', 'democrat', 'clinton', 'fact', 'pour', 'something'], ['russia', 'talk', 'right', 'republican', 'make', 'big', 'push', 'historic', 'tax_cut', 'amp', 'reform', 'coincidental'], ['report', 'obama', 'campaign', 'pay', 'firm', 'also', 'get', 'really', 'dnc', 'nobody', 'know', 'ok'], ['great', 'job', 'michaelcaputo', 'foxandfriend'], ['paul_manafort', 'part', 'trump', 'campaign', 'crooked_hillary', 'amp', 'dem', 'focus'], ['also', 'collusion'], ['fake_news', 'working_overtime', 'paul', 'manafort', 'lawyer', 'say', 'collusion', 'event', 'mention', 'took_place', 'long'], ['come', 'campaign', 'people', 'know', 'young', 'low', 'level', 'volunteer', 'name', 'george', 'already', 'prove', 'liar', 'check', 'dem'], ['hope', 'people', 'start', 'focus', 'massive', 'business', 'job', 'middle_class', 'addition', 'democrat', 'corruption'], ['big', 'story', 'yesterday', 'dither', 'podesta', 'run', 'firm', 'know', 'crooked', 'dem'], ['earth', 'shatter', 'brother', 'could', 'drain', 'swamp', 'would', 'yet', 'campaign', 'promise', 'fulfil', 'fake_news', 'weak'], ['statement', 'president', 'trump', 'apprehension', 'mustafa', 'imam', 'allege', 'role', 'benghazi', 'attack', 'https', 'co', 'wjmfglm'], ['thank', 'luisriveramarin', 'https', 'co', 'bk', 'sdv', 'phu'], ['wish', 'everyone', 'safe', 'happy', 'halloween', 'halloween', 'https', 'co', 'brpgxvri'], ['consumer_confidence', 'hit', 'highest_level', 'december', 'read', 'https', 'co', 'wkcobfun', 'https', 'co', 'nlo', 'xcnuix'], ['home', 'price', 'reach', 'new', 'time', 'high', 'august', 'read', 'https', 'co', 'xzjizggq', 'https', 'mo'], ['coal', 'productionup', 'year', 'last', 'year', 'endingwaroncoal', 'https', 'co', 'xr', 'obb'], ['looks_like', 'attack', 'sick', 'derange', 'person', 'law_enforcement', 'follow', 'closely'], ['must', 'allow', 'isis', 'return', 'enter', 'country', 'defeat', 'middle_east', 'elsewhere', 'enough'], ['thought', 'condolence', 'prayer', 'victim', 'family', 'city', 'terrorist_attack', 'god', 'country'], ['republican', 'house', 'member', 'work', 'hard', 'late', 'massive', 'tax_cut', 'know', 'deserve', 'biggest', 'ever'], ['order', 'homeland_security', 'step', 'already', 'extreme_vette', 'program', 'politically_correct', 'fine'], ['terrorist', 'come', 'country', 'call', 'diversity', 'visa_lottery', 'program', 'chuck_schumer', 'beauty', 'want', 'merit_base'], ['fight', 'hard', 'merit_based', 'immigration', 'democrat', 'lottery', 'system', 'must', 'get', 'much', 'tough', 'smart', 'foxandfriend'], ['senator', 'chuck_schumer', 'help', 'import', 'europe', 'problem', 'say', 'col', 'tony', 'shaffer', 'stop', 'craziness', 'foxandfriend'], ['usa', 'https', 'co', 'xw'], ['great', 'repeal', 'unfair', 'unpopular', 'individual_mandate', 'obamacare', 'saving', 'tax_cut'], ['middle_class', 'house', 'senate', 'consider', 'process', 'final', 'approval', 'move', 'push', 'big', 'tax_cut', 'ever'], ['mourn', 'horrify', 'terrorist_attack', 'nyc', 'america', 'pray', 'grieve', 'family', 'lose', 'precious', 'https', 'co', 'wzfhxoje'], ['speak', 'nygovcuomo', 'nycmayor', 'blasio', 'let', 'know', 'federal_government'], ['nygovcuomo', 'nycmayor', 'fully', 'support', 'effort', 'respect', 'west', 'side', 'attack', 'nycstrong'], ['thank', 'great', 'nypd', 'first_responder', 'govt', 'official', 'handle', 'terrible', 'west', 'side', 'attack', 'professionally', 'https', 'co', 'impidozjan'], ['thank', 'senatemajldr', 'mcconnell', 'senategop', 'appoint', 'high', 'quality', 'federal', 'district'], ['senatemajldr', 'senategop', 'appeal', 'court', 'judge', 'record', 'clip', 'court', 'rapidly', 'change', 'better'], ['chain_migration', 'must', 'end', 'people', 'come', 'bring', 'whole', 'family', 'truly', 'evil', 'acceptable', 'https', 'co', 'pqgettdrtx'], ['speak', 'president', 'macri', 'argentina', 'proud', 'wonderful', 'man', 'kill', 'west', 'side', 'terror_attack', 'god'], ['united_state', 'immediately', 'implement', 'much', 'tough', 'extreme_vetting', 'procedure', 'safety', 'citizen', 'come', 'first'], ['finally', 'happen', 'great', 'clean', 'coal', 'miner', 'https', 'co', 'suanjs'], ['happy_birthday', 'garyplayer', 'truly', 'great', 'champion', 'person'], ['great', 'mtg', 'cabinet', 'today', 'tomorrow', 'announce', 'new', 'head', 'feed', 'think', 'extremely', 'impressed', 'person', 'https', 'co', 'asjvlgaig'], ['nyc', 'terrorist', 'happy', 'ask', 'hang', 'isis', 'flag', 'hospital', 'room', 'kill', 'people', 'badly', 'injure', 'get', 'death_penalty'], ['would', 'love', 'send', 'nyc', 'terrorist', 'guantanamo', 'statistically', 'process', 'take', 'much', 'longer', 'go', 'federal', 'system'], ['also', 'something', 'appropriate', 'keep', 'home', 'horrible', 'crime', 'commit', 'move', 'fast', 'death_penalty'], ['congratulation', 'houston', 'astro', 'worldserie', 'champion', 'houstonstrong', 'earnhistory', 'https', 'co', 'bp', 'oezdhfi'], ['call', 'congress', 'terminate', 'diversity', 'visa_lottery', 'program', 'present', 'significant', 'vulnerability', 'national_security', 'https', 'woli', 'vu'], ['congress', 'must', 'end', 'chain_migration', 'system', 'security', 'base', 'need', 'make_america', 'safe', 'usa', 'https', 'co', 'ivy'], ['today', 'thrill', 'welcome', 'broadcom', 'ceo', 'hock', 'tan', 'announce', 'move', 'hq', 'singapore', 'back', 'https', 'co', 'wrquxbndyz'], ['broadcom', 'move', 'america', 'annual', 'rev', 'yr', 'research', 'engineering', 'amp', 'yr', 'manufacturing', 'https', 'co', 'nsj', 'ptvttl'], ['today', 'pleasure', 'great', 'honor', 'announce', 'nomination', 'jerome', 'powell', 'next', 'chairman', 'federalreserve', 'https', 'co', 'adury', 'zws'], ['great', 'rollout', 'today', 'lobbyist', 'storm', 'capital', 'hill', 'republican', 'hold', 'strong', 'right', 'america'], ['donna', 'brazile', 'state', 'dnc', 'rigged_system', 'illegally', 'steal', 'primary', 'bernie_sander', 'buy', 'pay', 'crooked'], ['real', 'collusion', 'dishonesty', 'major', 'violation', 'campaign', 'finance', 'law', 'money', 'launder', 'justice_department'], ['tuckercarlson', 'open', 'statement', 'cherish', 'great', 'fbi', 'sad', 'watch', 'leadership', 'disaster'], ['interview', 'ingrahamangle', 'foxnew', 'enjoy'], ['twitt', 'account', 'take', 'minute', 'rogue', 'employee', 'guess', 'word', 'must', 'finally', 'get', 'impact'], ['everybody', 'ask', 'justice_department', 'fbi', 'look', 'dishonesty', 'go', 'crooked_hillary', 'amp', 'dem'], ['new', 'donna', 'book', 'say', 'pay', 'steal', 'dem', 'primary', 'delete', 'mail', 'uranium', 'podesta', 'server'], ['people', 'angry', 'point', 'justice_department', 'fbi', 'must', 'right', 'proper', 'american', 'public', 'deserve'], ['real', 'story', 'collusion', 'donna', 'new', 'book', 'crooked_hillary', 'buy', 'dnc', 'amp', 'steal', 'democratic', 'primary', 'crazy', 'bernie'], ['pocahonta', 'state', 'democrat', 'lead', 'legendary', 'crooked_hillary', 'clinton', 'rig', 'primary', 'let', 'go', 'fbi', 'amp', 'justice_dept'], ['isis', 'claim', 'degenerate', 'animal', 'kill', 'badly', 'wound', 'wonderful', 'people', 'west', 'side', 'soldier'], ['base', 'military', 'hit', 'isis', 'much', 'harder', 'last', 'day', 'pay', 'big', 'price', 'attack'], ['bernie_sander', 'supporter', 'right', 'apoplectic', 'complete', 'theft', 'dem', 'primary', 'crooked_hillary'], ['always', 'feel', 'would', 'run', 'win', 'bernie_sander', 'crook', 'cheat', 'right'], ['take', 'ceremony', 'pearl_harbor', 'head', 'japan', 'skorea', 'china', 'vietnam', 'amp', 'philippine', 'never', 'let'], ['rig', 'dem', 'primary', 'big', 'political', 'story', 'year', 'get', 'coverage', 'fake_news', 'network', 'tv', 'last_night', 'disgraceful'], ['job', 'job', 'job', 'https', 'co', 'twunktgbnb'], ['decision', 'sergeant', 'bergdahl', 'complete', 'total', 'disgrace', 'country', 'military'], ['getting_ready', 'land', 'hawaii', 'look', 'much', 'forward', 'meet', 'great', 'military', 'veteran', 'pearl_harbor'], ['thank', 'beautiful', 'welcome', 'hawaii', 'great', 'honor', 'visit', 'pacificcommand', 'arrival', 'head', 'pearl_harbor', 'flotus', 'https', 'cmn'], ['thank', 'great', 'military', 'veteran', 'pacificcommand', 'remember', 'pearlharbor', 'remember', 'ussarizona', 'day', 'never', 'forget', 'https', 'ktksc'], ['unemployment', 'low', 'year', 'new', 'job', 'create', 'take', 'office', 'high', 'stock_market', 'ever', 'trill'], ['would', 'much', 'appreciate', 'saudi_arabia', 'ipo', 'aramco', 'stock', 'exchange', 'important', 'united_state'], ['land', 'shortly', 'wait', 'great', 'military', 'see', 'soon', 'https', 'co', 'avlrroxmm'], ['give', 'speech', 'great', 'man', 'woman', 'yokota', 'air', 'base', 'tokyo', 'japan', 'leave', 'see', 'prime_minister', 'https', 'co', 'lragojvdb'], ['play', 'golf', 'prime_minister', 'abe', 'hideki', 'matsuyama', 'wonderful', 'people', 'https', 'co', 'vylule'], ['true', 'honor', 'yokota', 'air', 'base', 'great', 'usforcesjapan', 'https', 'co'], ['head', 'day', 'great', 'negotiating', 'strength', 'tremendous', 'economy', 'https', 'co', 'hnxkr'], ['may', 'god', 'people', 'sutherland', 'spring', 'texas', 'fbi', 'amp', 'scene', 'monitor', 'situation', 'japan'], ['american', 'good', 'pull', 'together', 'join', 'hand', 'lock', 'arm', 'tear', 'sadness', 'stand', 'strong', 'https', 'co', 'qkcpgtkgka'], ['https'], ['state', 'virginia', 'economy', 'democrat', 'rule', 'terrible', 'vote', 'tomorrow', 'come', 'roar', 'back'], ['visit', 'japan', 'friendship', 'pm', 'yield', 'many', 'benefit', 'great', 'country', 'massive', 'military', 'amp', 'energy', 'order', 'happen'], ['getting_ready', 'leave', 'south_korea', 'meeting', 'president', 'moon', 'fine', 'gentleman', 'figure'], ['great', 'confidence', 'king', 'salman', 'crown', 'prince', 'saudi_arabia', 'know', 'exactly'], ['harshly', 'treat', 'milk', 'country', 'year'], ['great', 'honor', 'lunch', 'incredible', 'rok', 'troop', 'camp', 'humphrey', 'south_korea', 'https', 'co', 'njirz', 'inm', 'https', 'knlyonhbcc'], ['thank', 'president', 'moon', 'south_korea', 'beautiful', 'welcoming', 'ceremony', 'always', 'remember', 'https', 'co', 'iv'], ['stock_market', 'hit', 'yet', 'time', 'record', 'high', 'yesterday', 'great', 'confidence', 'move', 'administration'], ['make', 'work', 'hard', 'middle_class', 'company', 'job'], ['ralph', 'northam', 'allow', 'crime', 'rampant', 'virginia', 'weak', 'crime', 'weak', 'great', 'vet', 'anti', 'second_amendment'], ['horrible', 'virginia', 'economy', 'vote', 'edwgillespie', 'today'], ['edwgillespie', 'totally', 'turn', 'high', 'crime', 'poor', 'economic', 'performance', 'ms', 'crime', 'go', 'vote', 'today'], ['franklin', 'great', 'photo', 'happy', 'birthday', 'father', 'billygraham', 'https', 'co', 'rvvoa'], ['thank', 'american', 'participate', 'drug', 'take', 'back', 'day', 'record', 'amount', 'drug', 'collect', 'amp', 'dispose'], ['getting_ready', 'make', 'major', 'speech', 'national', 'assembly', 'south_korea', 'head', 'china', 'much', 'look_forward', 'meeting', 'great', 'political', 'victory'], ['work', 'hard', 'embrace', 'stand', 'forget', 'republican', 'house', 'seat', 'economy', 'record', 'number', 'continue', 'win', 'even', 'big'], ['join', 'live', 'south_korea', 'potusinasia', 'https', 'co', 'iehpdkas', 'https', 'co', 'hsxdtd', 'uny'], ['administration', 'completely', 'rebuild', 'military', 'spending', 'hundred', 'billion', 'dollar', 'new', 'fine', 'military', 'equipment', 'anywhere', 'world', 'build', 'right', 'want', 'peace', 'strength', 'https', 'co', 'yxkivrifi'], ['north', 'korean', 'regime', 'pursue', 'nuclear', 'amp', 'ballistic', 'missile', 'program', 'defiance', 'assurance', 'agreement', 'amp', 'commmitment', 'make', 'ally', 'broken', 'commitment', 'https', 'co', 'xj', 'jupa'], ['anyone', 'doubt', 'strength', 'determination', 'look', 'doubt', 'long', 'https', 'co', 'zyuyc', 'fih'], ['together', 'dream', 'korea', 'free', 'peninsula', 'safe', 'family', 'reunite', 'https', 'co', 'tszrcc'], ['leave', 'south_korea', 'head', 'china', 'look', 'much', 'forward', 'meeting', 'president_xi'], ['behalf', 'flotus_melania', 'thank', 'unforgettable', 'afternoon', 'evening', 'forbid', 'city', 'beijing', 'madame', 'peng', 'liyuan', 'looking_forward', 'rejoining', 'tomorrow', 'morning', 'https', 'co', 'shbvu'], ['noko', 'interpret', 'america', 'restraint', 'weakness', 'would', 'fatal', 'miscalculation', 'underestimate', 'try', 'https', 'co', 'llqlrnpk'], ['looking_forward', 'full', 'day', 'meeting', 'delegation', 'tomorrow', 'thank', 'beautiful', 'welcome', 'china', 'flotus_melania', 'never', 'forget', 'https', 'co', 'sqouwigaiq'], ['congratulation', 'deplorable', 'million', 'people', 'give', 'massive', 'electoral_college', 'landslide', 'victory', 'https', 'co'], ['president_xi', 'thank', 'incredible', 'welcome', 'ceremony', 'truly', 'memorable', 'impressive', 'display', 'https', 'lbe', 'https', 'cv'], ['come', 'month', 'year', 'ahead', 'look_forward', 'building', 'even', 'strong', 'relationship', 'united_states', 'china', 'https', 'co'], ['blame', 'china', 'blame', 'incompetence', 'admin', 'allow', 'china', 'take', 'advantage', 'trade', 'lead', 'point', 'lose', 'billion', 'blame', 'china', 'taking_advantage', 'people', 'clue', 'would', 'do'], ['meeting', 'jinpe', 'productive', 'trade', 'north_korea', 'highly_respecte', 'powerful', 'representative', 'people', 'great', 'madame', 'peng', 'liyuan'], ['leave', 'china', 'flotus_melania', 'staying', 'behind', 'see', 'zoo', 'course', 'great', 'wall', 'china', 'go', 'alaska', 'greet', 'amazing', 'troop'], ['land', 'vietnam', 'deliver', 'speech', 'apec'], ['travel', 'pleasure', 'share', 'good', 'news', 'america', 'honor', 'share', 'vision', 'free', 'amp', 'open', 'indo', 'pacific', 'place', 'sovereign', 'amp', 'independent', 'nation', 'diverse', 'culture', 'amp', 'many', 'different', 'dream', 'prosper', 'side', 'side', 'https', 'co', 'qbocy', 'yv'], ['place', 'region', 'citizen', 'sovereign', 'independent', 'nation', 'take', 'great', 'control', 'destiny', 'unlock', 'potential', 'people', 'https', 'co'], ['today', 'offer', 'renew', 'partnership', 'america', 'work', 'together', 'strengthen', 'bond', 'friendship', 'commerce', 'nation', 'indo', 'pacific', 'together', 'promote', 'prosperity', 'security', 'apec', 'https', 'ybs', 'cyb'], ['united_states', 'prepare', 'work', 'leader', 'room', 'today', 'achieve', 'mutually', 'beneficial', 'commerce', 'interest', 'country', 'mine', 'message', 'deliver', 'today', 'https', 'co', 'cm', 'hqt'], ['united_state', 'remind', 'time', 'recent', 'year', 'economic', 'security', 'merely', 'relate', 'national_security', 'economic', 'security', 'national_security', 'vital', 'national', 'strength', 'https', 'co', 'mgpeyzeyqm'], ['united_state', 'remind', 'time', 'recent', 'year', 'economic', 'security', 'merely', 'relate', 'national_security', 'economic', 'security', 'national_security', 'vital', 'national', 'strength', 'https'], ['behalf', 'entire_nation', 'happy', 'birthday', 'man', 'woman', 'united_states', 'marine', 'usmc', 'semperfi', 'https', 'co', 'ecgosjp'], ['wonderful', 'veteran', 'day', 'want', 'express', 'incredible', 'gratitude', 'entire', 'american', 'nation', 'great', 'veteran', 'thank', 'https', 'co', 'ghqbca', 'yii'], ['presidential', 'proclamation', 'commemorate', 'vietnam', 'war', 'https', 'co', 'hguqp', 'leqk', 'https', 'co', 'yyiv', 'https', 'co', 'snmrua'], ['president_xi', 'china', 'state', 'upping', 'sanction', 'noko', 'say', 'want', 'denuclearize', 'progress', 'make'], ['joint_press', 'conference', 'hanoi', 'vietnam', 'head', 'final', 'destination', 'trip', 'phillipine'], ['meet', 'president', 'putin', 'russia', 'meeting', 'good', 'discussion', 'syria', 'hope', 'help', 'solve', 'china', 'dangerous', 'north_korea', 'crisis', 'progress', 'make'], ['hater', 'fool', 'realize', 'good', 'relationship', 'russia', 'good', 'thing', 'bad', 'thing', 'always', 'play', 'politic', 'bad', 'country', 'want', 'solve', 'north_korea', 'syria', 'ukraine', 'terrorism', 'russia', 'greatly', 'help'], ['fake_news', 'medium', 'remember', 'crooked_hillary', 'clinton', 'secretary', 'state', 'beg', 'russia', 'friend', 'misspell', 'reset', 'button', 'obama', 'try', 'also', 'chemistry', 'putin'], ['would', 'insult', 'call', 'old', 'would', 'never', 'call', 'short', 'fat', 'try', 'hard', 'friend', 'maybe', 'someday', 'happen'], ['land', 'philippine', 'great', 'day', 'meeting', 'event', 'hanoi', 'vietnam'], ['land', 'philippine', 'great', 'day', 'meeting', 'event', 'hanoi', 'vietnam', 'https', 'co', 'yxhrnhhpwo'], ['wonderful', 'visit', 'vietnam', 'thank', 'president', 'tran', 'quang', 'head', 'aseansummit', 'anniv', 'gala', 'philippine', 'https', 'co', 'wfsd', 'nm'], ['thank', 'https', 'rycwn'], ['great', 'day', 'bilateral', 'meeting', 'aseansummit', 'trade', 'turn', 'great', 'deal', 'country', 'https', 'co', 'ahavm'], ['leave', 'philippine', 'tomorrow', 'many', 'day', 'constant', 'mtgs', 'amp', 'work', 'order', 'maga', 'promise', 'rapidly', 'fulfil'], ['happy', 'announce', 'nominate', 'alex', 'next', 'hhs', 'secretary', 'star', 'well', 'healthcare', 'low', 'drug_price'], ['proud', 'rep', 'house', 'amp', 'senate', 'work', 'hard', 'cutting_taxe', 'amp', 'reform', 'get', 'close', 'end', 'unfair', 'amp', 'highly', 'unpopular', 'indiv', 'mandate', 'ocare', 'amp', 'reduce', 'taxis', 'even', 'cut', 'top', 'rate', 'rest', 'go', 'middle', 'income', 'cut'], ['excited', 'head', 'home', 'see', 'house', 'pass', 'great', 'tax', 'bill', 'middle_class', 'get', 'big', 'tax_cut'], ['great', 'see', 'randpaul', 'look', 'well', 'back', 'senate', 'floor', 'help', 'reform'], ['tour', 'asia', 'country', 'deal', 'trade', 'know', 'rule', 'change', 'united_states', 'treated_fairly', 'reciprocal', 'fashion', 'massive', 'must', 'go', 'quickly'], ['arrive', 'asean', 'philippine', 'final', 'stop', 'world', 'leader', 'lead', 'fair', 'trade_deal', 'horror', 'show', 'past', 'administration', 'leave', 'make', 'many', 'good', 'friend'], ['make', 'major', 'statement', 'whitehouse', 'return', 'time', 'date', 'set'], ['accurate', 'poll', 'last', 'time', 'fakenew', 'like', 'say', 'wrong', 'people', 'think', 'number', 'could', 'together', 'make_america', 'great', 'https', 'co', 'yhrwkdobhp'], ['thank', 'amazing', 'staff', 'family', 'united_states', 'embassy', 'philippine', 'keep', 'great', 'work', 'https', 'co', 'abvxtsjm'], ['thank', 'asia', 'usa', 'https', 'co', 'fziksbrzcu'], ['may', 'god', 'people', 'sutherland', 'spring', 'texas', 'fbi', 'arrive'], ['return', 'asia', 'successful', 'day', 'great', 'home'], ['great', 'country', 'respect', 'asia', 'see', 'fruit', 'long', 'successful', 'trip', 'many', 'year', 'come'], ['foxandfriend', 'show', 'much', 'successful', 'trip', 'asia', 'friendship', 'amp', 'benefit', 'endure', 'year', 'come'], ['philippine', 'force', 'watch', 'cnn', 'do', 'month', 'realize', 'bad', 'fake', 'loser'], ['thank', 'work', 'hard', 'https', 'co', 'tmndnpbj'], ['thank', 'https', 'eqmwv', 'xbim'], ['think', 'ucla', 'basketball', 'player', 'say', 'thank', 'president', 'trump', 'head', 'year', 'jail'], ['failing_nytimes', 'hate', 'fact', 'develop', 'great', 'relationship', 'world', 'leader', 'president', 'china'], ['realize', 'relationship', 'good', 'thing', 'bad', 'thing', 'respected', 'watch', 'trade'], ['actually', 'hard', 'believe', 'naive', 'dumb', 'failing_nytime', 'come', 'foreign_policy', 'weak', 'ineffective'], ['democrat', 'fight', 'massive', 'middle_class', 'business', 'job', 'reason', 'obstruction', 'delay'], ['big', 'vote', 'tomorrow', 'house', 'tax_cut', 'get', 'close'], ['ucla', 'basketball', 'player', 'say', 'welcome', 'go', 'give', 'big', 'thank', 'president_xi', 'jinpe', 'china', 'make'], ['release', 'possible', 'great', 'life', 'careful', 'many', 'pitfall', 'long', 'wind', 'road', 'life'], ['china', 'send', 'envoy', 'delegation', 'north_korea', 'big', 'move', 'see', 'happen'], ['need', 'security', 'council', 'vote', 'renew', 'joint', 'investigative', 'mechanism', 'syria', 'ensure', 'assad', 'regime', 'commit', 'mass', 'murder', 'chemical', 'weapon', 'ever'], ['congratulation', 'house', 'representative', 'pass', 'big', 'step', 'fulfil', 'promise', 'deliver', 'historic', 'american', 'people', 'end', 'year', 'https', 'co', 'fjefmj'], ['big', 'win', 'today', 'house', 'gop', 'reform', 'dem', 'want', 'much', 'high', 'military'], ['frankenstien', 'picture', 'really', 'bad', 'speak', 'word', 'hand', 'go', 'picture', 'amp', 'sleep'], ['think', 'last', 'week', 'lecture', 'anyone', 'would', 'listen', 'sexual', 'harassment', 'respect', 'woman', 'lesley', 'stahl', 'tape'], ['great', 'number', 'stock', 'economy', 'get', 'reform', 'really', 'see', 'great', 'result'], ['democrat', 'obstructionist', 'understand', 'power', 'lower_taxe', 'would', 'able', 'get', 'many', 'idea', 'bill'], ['together', 'go', 'restore', 'safety', 'street', 'peace', 'community', 'go', 'destroy', 'vile', 'criminal', 'cartel', 'many', 'gang', 'hundred', 'arrest', 'ms', 'crackdown', 'https', 'rau', 'https', 'co', 'mrynwntuoo'], ['today', 'honor', 'celebrate', 'collegiate', 'national', 'champion', 'whitehouse', 'ncaachampion', 'photo', 'https', 'co', 'ecl', 'phhzyl', 'https', 'je', 'plwa'], ['put', 'big', 'game', 'trophy', 'decision', 'hold', 'time', 'review', 'conservation', 'fact', 'study', 'year', 'update', 'soon', 'secretary', 'zinke', 'thank'], ['crooked_hillary', 'clinton', 'worst', 'big', 'loser', 'time', 'stop', 'good', 'republican_party', 'hillary', 'get', 'life', 'give', 'try', 'year'], ['basketball', 'player', 'china', 'save', 'year', 'jail', 'lavar', 'ball', 'father', 'liangelo', 'unaccepting', 'son', 'shoplift', 'big', 'deal', 'leave', 'jail'], ['sen', 'jeff_flake', 'unelectable', 'great', 'state', 'arizona', 'quit', 'race', 'anemic', 'poll', 'catch', 'purposely', 'mike', 'say', 'bad', 'thing', 'favorite', 'president', 'political', 'career', 'anyway', 'toast'], ['shoplift', 'big', 'deal', 'china', 'year', 'jail', 'father', 'lavar', 'get', 'son', 'trip', 'china', 'instead', 'china', 'tell', 'release', 'ungrateful'], ['big', 'game', 'trophy', 'decision', 'announce', 'next_week', 'hard', 'press', 'change', 'mind', 'horror', 'show', 'way', 'help', 'conservation', 'elephant', 'animal'], ['border_patrol', 'officer', 'kill', 'southern_border', 'badly', 'hurt', 'seek', 'bring', 'justice', 'responsible', 'must', 'build_wall'], ['republican_senator', 'work', 'hard', 'get', 'tax', 'reform', 'approve', 'hopefully', 'long', 'want', 'disappoint', 'american', 'public'], ['marshawn', 'lynch', 'nfl', 'oakland', 'raider', 'stand', 'mexican', 'anthem', 'sit', 'boo', 'national_anthem', 'great', 'disrespect', 'next', 'time', 'nfl', 'suspend', 'remainder', 'season', 'attendance', 'rating', 'way'], ['president', 'trump', 'unemployment_rate', 'drop', 'analyst', 'predict', 'economic', 'boom', 'foxandfriend', 'varneyco'], ['president', 'donald', 'trump', 'flotus_melania', 'participate', 'pardon', 'national', 'thanksgiving', 'turkey', 'white_house', 'https', 'co', 'zauqz', 'jfwv'], ['today', 'continue', 'wonderful', 'american', 'tradition', 'white_house', 'drumstick', 'wishbone', 'live', 'day', 'beautiful', 'blue', 'ridge', 'mountain', 'gobbl', 'rest', 'https', 'co', 'fss'], ['white_house', 'state', 'department', 'father', 'lavar', 'call', 'people', 'ground', 'china', 'get', 'son', 'long', 'term', 'prison', 'sentence', 'bad', 'lavar', 'poor', 'man', 'version', 'king', 'hair', 'think'], ['lavar', 'could', 'spend', 'next', 'year', 'thanksgive', 'son', 'china', 'nba', 'contract', 'support', 'remember', 'lavar', 'shoplift', 'little', 'thing', 'really', 'big', 'deal', 'especially', 'china', 'ungrateful', 'fool'], ['nfl', 'think', 'new', 'idea', 'keep', 'team', 'locker', 'room', 'national_anthem', 'next', 'season', 'almost', 'bad', 'kneel', 'highly', 'pay', 'commissioner', 'finally', 'get', 'tough', 'smart', 'issue', 'kill', 'league'], ['crooked_hillary', 'fan', 'https', 'co', 'lidydhord'], ['meeting', 'work', 'phone', 'winter', 'white_house', 'florida', 'stock_market', 'hit', 'new', 'record', 'high', 'yesterday', 'gain', 'many', 'company', 'come', 'back', 'military', 'building', 'get', 'strong'], ['usnavy', 'conduct', 'search', 'rescue', 'follow', 'aircraft', 'crash', 'monitor', 'situation', 'prayer', 'involve', 'https', 'co', 'axmegkqvu'], ['american', 'travel', 'weekend', 'high', 'number', 'year', 'aaa', 'traffic', 'airport', 'run', 'smoothly', 'foxnew'], ['long', 'give', 'order', 'help', 'argentina', 'search', 'rescue', 'mission', 'miss', 'submarine', 'people', 'much', 'time', 'leave', 'may', 'god', 'people', 'argentina'], ['get', 'even', 'well', 'tax_cut', 'https', 'co', 'wozgjqop'], ['happy', 'thanksgive', 'country', 'start', 'really', 'well', 'job', 'come', 'back', 'high', 'stock_market', 'ever', 'military', 'get', 'really', 'strong', 'build_wall', 'take', 'care', 'vet', 'great', 'supreme_court', 'justice', 'record', 'cut', 'reg', 'low', 'unemployment', 'year'], ['theplumlineg', 'make_america', 'great'], ['make_america', 'great'], ['live', 'thanksgiving', 'video', 'teleconference', 'member', 'military', 'afghanistan', 'iraq', 'uss', 'monterey', 'turkey', 'amp', 'bahrain', 'go', 'coast_guard', 'quarter', 'florida'], ['happy', 'thanksgiving', 'https', 'co', 'nqhi', 'xopmw'], ['great', 'honor', 'join', 'incredible', 'man', 'woman', 'uscg', 'lake', 'worth', 'inlet', 'station', 'riviera', 'beach', 'florida', 'today', 'https', 'co', 'opbp'], ['go', 'predict', 'year', 'obamacare', 'own', 'democrat', 'disaster', 'worry', 'even_though', 'dem', 'want', 'obstruct', 'repeal', 'amp', 'replace', 'right', 'tax_cut'], ['great', 'guy', 'great', 'rating', 'https', 'co', 'xqrjsc'], ['great', 'people', 'https', 'co', 'cvnmhnmuh'], ['believe', 'disrespect', 'country', 'flag', 'anthem', 'continue', 'penalty', 'player', 'commissioner', 'lose', 'control', 'hemorrhage', 'league', 'player', 'boss', 'https', 'co'], ['speak', 'president', 'recep', 'tayyip', 'erdogan', 'turkey', 'morning', 'bring', 'peace', 'mess', 'inherit', 'middle_east', 'get', 'do', 'mistake', 'live', 'dollar', 'first', 'place'], ['turkey', 'call', 'head', 'trump', 'national', 'golf_club', 'jupiter', 'play', 'golf', 'quickly', 'tiger', 'wood', 'dustin', 'johnson', 'back', 'talk', 'bring', 'even', 'job', 'company', 'back', 'usa'], ['horrible', 'cowardly', 'terrorist_attack', 'innocent', 'defenseless', 'worshiper', 'egypt', 'world', 'not', 'tolerate', 'terrorism', 'must', 'defeat', 'militarily', 'extremist', 'ideology', 'form', 'basis', 'existence'], ['call', 'president', 'egypt', 'short', 'discuss', 'tragic', 'terrorist_attack', 'much', 'loss', 'life', 'get', 'tough', 'smarter', 'ever', 'need', 'wall', 'need', 'ban', 'people', 'egypt'], ['time', 'magazine', 'call', 'probably', 'go', 'name', 'man', 'person', 'year', 'last', 'year', 'would', 'agree', 'interview', 'major', 'photo', 'shoot', 'say', 'probably', 'good', 'take', 'pass', 'thank', 'anyway'], ['happy', 'great', 'day', 'support', 'community', 'america', 'job', 'creator', 'shop', 'locally', 'smallbiz', 'shopsmall', 'https', 'co', 'pbqabhvl'], ['consumer', 'financial', 'protection', 'bureau', 'cfpb', 'total', 'disaster', 'run', 'previous', 'administration', 'pick', 'financial', 'institution', 'devastate', 'unable', 'properly', 'serve', 'public', 'bring', 'back', 'life'], ['check', 'recent', 'editorial', 'wall_street', 'journal', 'wsj', 'complete', 'disaster', 'cfpb', 'leader', 'previous', 'administration', 'quit'], ['foxnew', 'much', 'important', 'united_state', 'cnn', 'cnn', 'international', 'still', 'major', 'source', 'fake_news', 'represent', 'nation', 'world', 'poorly', 'outside', 'world', 'see', 'truth'], ['even', 'realize', 'much', 'wish', 'fake_news', 'would', 'report', 'thank', 'https', 'co', 'apvbu'], ['last', 'thing', 'need', 'alabama', 'senate', 'schumer', 'pelosi', 'puppet', 'weak', 'crime', 'weak', 'border', 'bad', 'military', 'great', 'vet', 'bad', 'want', 'raise', 'taxis', 'sky', 'jone', 'would', 'disaster'], ['endorse', 'luther_strange', 'alabama', 'primary', 'shot', 'way', 'poll', 'enough', 'let', 'schumer', 'pelosi', 'win', 'race', 'liberal', 'jone', 'would', 'bad'], ['first', 'day', 'take', 'office', 'hear', 'phony', 'excuse', 'lose', 'election', 'russia', 'russiarussia', 'economy', 'booming', 'possibly', 'do', 'month', 'president', 'make_america', 'great'], ['back', 'big', 'week', 'tax_cut', 'many', 'thing', 'great', 'importance', 'country', 'senate', 'republican', 'hopefully', 'come', 'bill', 'get', 'better', 'well', 'end', 'result', 'great'], ['contest', 'network', 'cnn', 'include', 'fox', 'dishonest', 'corrupt', 'distorted', 'political', 'coverage', 'favorite', 'president', 'bad', 'winner', 'receive', 'fake_news', 'trophy'], ['good', 'news', 'rating', 'terrible', 'nobody', 'care', 'https', 'co', 'ryin'], ['tax_cut', 'bill', 'come', 'along', 'well', 'great', 'support', 'change', 'mathematical', 'middle_class', 'job', 'producer', 'get', 'even', 'actual', 'dollar', 'saving', 'pass', 'provision', 'become', 'simple', 'really', 'work', 'well'], ['new', 'home', 'sale', 'reach', 'year', 'high', 'stock_market', 'record', 'gain', 'hopefully', 'republican_senator', 'give', 'much', 'need', 'tax_cut', 'keep', 'go', 'democrat', 'want', 'big', 'tax', 'increase'], ['thank', 'rand', 'https', 'co', 'nvpelevmub'], ['least', 'player', 'kneel', 'weekend', 'nfl', 'stadium', 'hard', 'time', 'fill', 'american', 'public', 'fed', 'disrespect', 'nfl', 'pay', 'country', 'flag', 'national_anthem', 'weak', 'control'], ['great', 'hard', 'work', 'first_lady', 'truly', 'love', 'always', 'think', 'run', 'win', 'would', 'tell', 'everyone', 'doubt', 'win', 'also', 'feel', 'would', 'win', 'would', 'run', 'country', 'great'], ['meeting', 'chuck', 'nancy', 'today', 'keep', 'government', 'open', 'working', 'problem', 'want', 'illegal_immigrant', 'flood', 'country', 'unchecked', 'weak', 'crime', 'want', 'substantially', 'see', 'deal'], ['statement', 'president', 'donald', 'trump', 'givingtuesday', 'https', 'co', 'nrfnmixawr'], ['remark', 'roosevelt', 'room', 'senatemajldr', 'mitch_mcconnell', 'speakerryan', 'secretary', 'defense', 'general', 'jame', 'mattis', 'https', 'co', 'lzmqk', 'jbvh'], ['dow', 'amp', 'nasdaq', 'finished', 'day', 'new', 'record', 'high', 'https', 'co', 'wjyb', 'hh'], ['conference', 'board', 'say', 'consumer', 'sentiment', 'highest_level', 'nearly', 'year', 'november', 'consumer_confidence', 'index', 'rise', 'october', 'notch', 'best', 'reading', 'december', 'https', 'co', 'inott', 'vn'], ['north_korea', 'missile', 'launch', 'important', 'ever', 'fund', 'gov', 'amp', 'military', 'dem', 'hold', 'troop', 'funding', 'hostage', 'amnesty', 'amp', 'illegal_immigration', 'run', 'stop', 'illegal_immigration', 'big', 'threaten', 'shutdown', 'get', 'demand'], ['charle', 'mccullough', 'respected', 'fmr', 'intel', 'comm', 'inspector_general', 'say', 'public', 'mislead', 'crooked_hillary', 'email', 'email', 'endanger', 'national_security', 'deep', 'state', 'authority', 'look', 'rig', 'amp', 'corrupt', 'tuckercarlson', 'seanhannity'], ['lawsuit', 'leadership', 'consumer', 'financial', 'protection', 'bureau', 'cfpb', 'big', 'win', 'consumer'], ['great', 'work', 'ivanka', 'https', 'co', 'jlvndh'], ['great', 'day', 'republican_party', 'big', 'winner', 'great', 'country'], ['foxandfriend', 'record', 'territory', 'thing', 'economy', 'https', 'co', 'ao'], ['great', 'boycott', 'fake_news', 'cnn', 'deal', 'total', 'waste', 'time', 'https', 'co', 'el'], ['looks_like', 'great', 'day', 'stock_market', 'consumer_confidence', 'record', 'high', 'guess', 'somebody', 'like', 'policy'], ['matt', 'lauer', 'fire', 'inappropriate', 'sexual', 'behavior', 'workplace', 'top', 'executive', 'nbc', 'comcast', 'fire', 'put', 'much', 'fake_news', 'check', 'andy', 'lack'], ['tha', 'matt', 'lauer', 'go', 'fake_news', 'practitioner', 'nbc', 'terminate', 'contract', 'phil', 'griffin', 'terminate', 'low', 'rating', 'joe', 'scarborough', 'base', 'unsolved', 'mystery', 'took_place', 'florida', 'investigate'], ['matt', 'lauer', 'go', 'fake_news', 'practitioner', 'nbc', 'terminate', 'contract', 'phil', 'griffin', 'terminate', 'low', 'rating', 'joe', 'scarborough', 'base', 'unsolved', 'mystery', 'took_place', 'florida', 'investigate'], ['speak', 'jinpe', 'china', 'concern', 'provocative', 'action', 'north_korea', 'additional', 'major', 'sanction', 'impose', 'north_korea', 'today', 'situation', 'handle'], ['economy', 'grow', 'exclude', 'hurricane', 'effect', 'cea', 'estimate', 'real', 'gdp', 'growth', 'would', 'stock_market', 'new', 'high', 'unemployment', 'low', 'win', 'tax_cut', 'shift', 'economy', 'high', 'gear', 'https', 'co', 'hrkif', 'vqe'], ['depart', 'charle', 'missouri', 'help', 'push', 'plan', 'historic', 'tax_cut', 'finish', 'line', 'successful', 'vote', 'senate', 'week', 'bring', 'giant', 'step', 'closer', 'deliver', 'incredible', 'victory', 'american', 'people', 'https', 'co', 'deunm', 'https', 'co', 'xf', 'srwdv'], ['week', 'senate', 'join', 'house', 'amp', 'take', 'strong', 'stand', 'middle_class', 'family', 'backbone', 'america', 'together', 'give', 'american', 'people', 'big', 'beautiful', 'christmas', 'present', 'massive', 'let', 'american', 'keep', 'hard', 'earn', 'money', 'https', 'co', 'jddew', 'oo'], ['vote', 'cut', 'taxis', 'vote', 'put', 'america', 'first', 'time', 'take_care', 'worker', 'protect', 'community', 'rebuild', 'great', 'country', 'https', 'co', 'ww', 'qnxcchf', 'https', 'co', 'srl', 'yrk'], ['lifetime', 'opportunity', 'restore', 'american', 'prosperity', 'reclaim', 'america', 'destiny', 'order', 'achieve', 'bright', 'glow', 'future', 'senate', 'must', 'pass', 'tax_cut', 'bring', 'main', 'street', 'roar', 'life', 'https', 'co', 'jmnwemrbbr', 'https', 'co', 'niu', 'thp'], ['theresa', 'theresamay', 'focus', 'focus', 'destructive', 'radical_islamic', 'terrorism', 'taking_place', 'united_kingdom', 'fine'], ['focus', 'focus', 'destructive', 'radical_islamic', 'terrorism', 'taking_place', 'united_kingdom', 'fine'], ['house', 'representative', 'seek', 'contempt', 'citation', 'fbi', 'withhold', 'key', 'document', 'fbi', 'witness', 'could', 'shed', 'light', 'surveillance', 'associate', 'donald', 'trump', 'big', 'stuff', 'deep', 'state', 'give', 'information', 'foxnew'], ['people', 'bill', 'people', 'understand', 'obstructionist_democrat', 'know', 'really', 'good', 'want', 'credit', 'success', 'go', 'republican'], ['information', 'crooked_hillary', 'email', 'release', 'would', 'harm', 'national_security', 'charle', 'mcculloughfmr', 'intel', 'comm', 'inspector_general', 'https', 'co', 'tvhx'], ['funny', 'hear', 'democrat', 'talk', 'national', 'debt', 'president', 'obama', 'double', 'year'], ['failing_nytimes', 'pipe', 'organ', 'democrat', 'party', 'become', 'virtual', 'lobbyist', 'regard', 'massive', 'bill', 'wrong', 'often', 'know', 'winner'], ['totally', 'go', 'social_media', 'guideline', 'instal', 'preserve', 'credibility', 'many', 'biased', 'reporter', 'go', 'rogue', 'foxandfriend'], ['chinese', 'envoy', 'return', 'north_korea', 'seem', 'impact', 'little', 'rocket', 'man', 'hard', 'believe', 'people', 'military', 'put', 'live', 'horrible', 'condition', 'russia', 'china', 'condemn', 'launch'], ['stock_market', 'hit', 'new', 'record', 'high', 'confidence', 'enthusiasm', 'abound', 'great', 'number', 'come'], ['dow', 'break', 'first', 'time', 'time', 'record', 'dem', 'presidential', 'election', 'market', 'would', 'level', 'consumer_confidence', 'also', 'time', 'high', 'would', 'low', 'glum'], ['thank', 'senorrinhatch', 'let', 'continue', 'make', 'america', 'great', 'https', 'oavzcf', 'https', 'co', 'egrvuwj'], ['today', 'great', 'honor', 'meet', 'crown', 'prince', 'bahrain', 'whitehouse', 'bahrain', 'united_states', 'important', 'partner', 'crown', 'prince', 'visit', 'advance', 'commercial', 'deal', 'include', 'finalize', 'purchase', 'https', 'co', 'vyuw', 'ugymn'], ['fifth', 'milestone', 'dow', 'maga', 'https', 'co', 'novt', 'ufp'], ['today', 'day', 'look', 'much', 'forward', 'year', 'long', 'hear', 'speak', 'many', 'time', 'president', 'united_state', 'tremendous', 'honor', 'finally', 'wish', 'america', 'world', 'merry_christmas', 'https', 'co', 'ctvdlukfhv'], ['christmas', 'story', 'begin', 'mother', 'father', 'baby', 'son', 'extraordinary', 'gift', 'gift', 'god', 'love', 'humanity', 'belief', 'know', 'birth', 'jesus', 'christ', 'story', 'life', 'https', 'co', 'ljwlx'], ['disgraceful', 'verdict', 'kate', 'steinle', 'case', 'wonder', 'people', 'country', 'angry', 'illegal_immigration'], ['kate', 'steinle', 'killer', 'come', 'back', 'back', 'weakly', 'protect', 'obama', 'border', 'always', 'commit', 'crime', 'violent', 'info', 'use', 'court', 'exoneration', 'complete', 'travesty', 'justice', 'build_wall'], ['jury', 'tell', 'killer', 'kate', 'time', 'felon', 'schumer', 'pelosi', 'democrat', 'weak', 'crime', 'pay', 'big', 'price', 'election'], ['republican', 'senator', 'work', 'hard', 'pass', 'big', 'history', 'country', 'bill', 'get', 'better', 'well', 'generation', 'chance', 'obstructionist', 'dem', 'try', 'block', 'think', 'good', 'give', 'credit'], ['medium', 'speculating', 'fire', 'would', 'leave', 'soon', 'fake_news', 'leave', 'disagree', 'certain', 'subject', 'call', 'final', 'shot', 'work', 'well', 'together', 'america', 'highly_respected', 'https', 'co', 'frqiplfj'], ['economist', 'job', 'act', 'enactment', 'comprehensive', 'overhaul', 'complete', 'low', 'corporate', 'tax', 'rate', 'ignite', 'economy', 'level', 'growth', 'see', 'generation', 'https', 'co', 'vcbdtlh'], ['step', 'closer', 'deliver', 'massive', 'work', 'family', 'america', 'special', 'thank', 'senatemajldr', 'mitch_mcconnell', 'chairman', 'senorrinhatch', 'shepherding', 'bill', 'senate', 'look_forward', 'sign', 'final', 'bill', 'christmas', 'https', 'co', 'gmwtny', 'sfs'], ['big', 'tax', 'bill', 'history', 'pass', 'senate', 'great', 'republican', 'go', 'final', 'passage', 'thank', 'house', 'senate', 'republican', 'hard', 'work', 'commitment'], ['fire', 'general', 'flynn', 'lie', 'vice', 'president', 'fbi', 'plead', 'guilty', 'lie', 'shame', 'action', 'transition', 'lawful', 'nothing', 'hide'], ['week', 'brave', 'seamstress', 'montgomery', 'alabama', 'utter', 'word', 'change', 'history', 'https', 'co', 'eovcbcmikx'], ['great', 'job', 'first_lady', 'melania', 'https', 'co', 'truvaftpcd'], ['general', 'flynn', 'lie', 'fbi', 'life', 'destroy', 'crooked_hillary', 'clinton', 'famous', 'fbi', 'holiday', 'interrogation', 'swear', 'recording', 'lie', 'many', 'time', 'nothing', 'happen', 'rigged_system', 'double_standard'], ['many', 'people', 'country', 'ask', 'justice_department', 'go', 'fact', 'totally', 'crooked_hillary', 'receiving', 'subpoena', 'united_states', 'congress', 'delete', 'acid', 'wash', 'email', 'justice'], ['congratulation', 'abc', 'news', 'suspending', 'brian', 'ross', 'horrendously', 'inaccurate', 'dishonest', 'report', 'russia', 'russia', 'russia', 'witch_hunt', 'network', 'paper', 'fake_news'], ['never', 'ask', 'comey', 'stop', 'investigate', 'flynn', 'fake_news', 'cover', 'comey', 'lie'], ['total', 'miscarriage', 'justice', 'san', 'francisco', 'https', 'co', 'msikbckf'], ['taint', 'dishonest', 'role', 'clinton', 'probe', 'review', 'lead', 'clinton', 'email', 'probe', 'foxandfriend', 'clinton', 'money', 'go', 'wife', 'charge'], ['year', 'comey', 'phony', 'dishonest', 'clinton', 'investigation', 'run', 'fbi', 'reputation', 'tatter', 'bad', 'history', 'fear', 'bring', 'back', 'greatness'], ['people', 'lose', 'money', 'stock_market', 'go', 'point', 'base', 'false', 'dishonest', 'reporting', 'brian', 'ross', 'abc', 'news', 'suspend', 'consider', 'hire', 'lawyer', 'sue', 'abc', 'damage', 'bad', 'reporting', 'cause', 'many', 'million', 'dollar'], ['report', 'anti', 'trump', 'lead', 'clinton', 'email', 'probe', 'start', 'make', 'sense'], ['democrat', 'refusal', 'give', 'even', 'vote', 'massive', 'tax_cut', 'need', 'republican', 'win', 'alabama', 'need', 'vote', 'stop', 'crime', 'illegal_immigration', 'border', 'wall', 'military', 'pro', 'life', 'judge', 'jone', 'pelosi', 'schumer', 'puppet'], ['put', 'pelosi', 'schumer', 'liberal', 'puppet', 'jone', 'office', 'alabama', 'would', 'hurt', 'great', 'republican', 'agenda', 'low', 'taxis', 'tough', 'crime', 'strong', 'military', 'border', 'amp', 'much', 'look', 'election', 'high', 'stock_market', 'ever', 'job', 'roar', 'back'], ['great', 'vote', 'cutting_taxe', 'could', 'big', 'day', 'stock_market'], ['must', 'watch', 'legal', 'scholar', 'alan_dershowitz', 'foxandfriend', 'talk', 'go', 'respect', 'great', 'witch_hunt', 'political', 'history', 'enjoy'], ['yesterday', 'thrill', 'many', 'wonderful', 'friend', 'utah', 'magnificent', 'capitol', 'honor', 'sign', 'presidential', 'proclamation', 'modify', 'national', 'monument', 'designation', 'bear', 'ear', 'grand', 'staircase', 'escalante', 'https', 'co', 'jithcpovci', 'https', 'co', 'dipdauvorb'], ['join', 'friday', 'pensacola_florida', 'pensacola', 'bay', 'center', 'ticket', 'https', 'co', 'sggwqbe', 'https', 'co', 'qzfdxqdgal'], ['make_america', 'great'], ['thought', 'prayer', 'everyone', 'path', 'california', 'wildfire', 'encourage', 'everyone', 'heed', 'advice', 'order', 'local', 'state', 'official', 'thank', 'first_responder', 'incredible', 'work', 'https', 'co', 'pkb'], ['join', 'live', 'whitehouse', 'periscopehttps', 'co', 'wlxkoisstg'], ['determine', 'time', 'officially', 'recognize', 'jerusalem', 'capital', 'israel', 'also', 'direct', 'state', 'department', 'begin', 'preparation', 'move', 'american', 'embassy', 'tel', 'aviv', 'jerusalem', 'https', 'co'], ['go', 'get', 'new', 'book', 'jackson', 'brian', 'kilmeade', 'really', 'good', 'foxandfriend'], ['national', 'pearl_harbor', 'remembrance', 'day', 'day', 'live', 'infamy', 'december'], ['today', 'entire_nation', 'pause', 'remember', 'pearl_harbor', 'brave', 'warrior', 'day', 'stand', 'tall', 'fight', 'america', 'hero', 'wear', 'uniform', 'united_states', 'america', 'https', 'co', 'qghlsplxth'], ['today', 'flag', 'fly', 'half', 'staff', 'whitehouse', 'honor', 'national', 'pearl_harbor', 'remembrance', 'day', 'https', 'lkxsbx', 'jf', 'https', 'co', 'lk'], ['today', 'remember', 'pearl_harbor', 'incredible', 'honor', 'join', 'survive', 'veteran', 'attack', 'hero', 'live', 'witness', 'american', 'history', 'american', 'heart', 'fill', 'gratitude', 'service', 'sacrifice', 'https', 'co'], ['battlefield', 'ocean', 'harrowing', 'sky', 'europe', 'pacific', 'war', 'great', 'battle', 'cry', 'could', 'hear', 'america', 'friend', 'foe', 'alike', 'remember', 'pearl_harbor', 'https', 'co', 'dfev', 'twir'], ['tonight', 'flotus_melania', 'thrill', 'welcome', 'many', 'wonderful', 'friend', 'whitehouse', 'wish', 'co', 'wypkptsp', 'https', 'co', 'xhnxzsbec'], ['fulfil', 'campaign', 'promise', 'other', 'https', 'co', 'bydaohmpvj'], ['big', 'crowd_expected', 'today', 'pensacola_florida', 'make_america', 'great', 'speech', 'do', 'much', 'short', 'period', 'time', 'yet', 'plan', 'much', 'see'], ['last', 'thing', 'make_america', 'great', 'agenda', 'need', 'liberal', 'democrat', 'senate', 'little', 'margin', 'victory', 'already', 'pelosi', 'schumer', 'puppet', 'jone', 'would', 'vote', 'time', 'bad', 'crime', 'life', 'border', 'vet', 'gun', 'military', 'vote'], ['fine', 'penalty', 'well', 'fargo', 'bank', 'bad', 'act', 'customer', 'other', 'drop', 'incorrectly', 'report', 'pursued', 'anything', 'substantially', 'increase', 'cut', 'reg', 'make', 'penalty', 'severe', 'catch', 'cheating'], ['make_america', 'great', 'https', 'co'], ['unemployment_rate', 'remain', 'year', 'low', 'unemployment_rate', 'manufacturing', 'drop', 'lowest', 'ever', 'record', 'unemployment_rate', 'hispanic', 'drop', 'lowest', 'ever', 'record', 'secretaryacosta', 'usdol', 'https', 'co', 'vou', 'yhn'], ['way', 'pensacola_florida', 'see', 'everyone', 'soon', 'maga', 'https', 'co', 'ijwxvsyq'], ['arrive', 'pensacola', 'bay', 'center', 'join', 'live', 'foxnew', 'minute', 'maga', 'https', 'co', 'rqfqokcpnv'], ['land', 'home', 'voice', 'matter', 'speak', 'hear', 'fight', 'fight', 'fight', 'change', 'wait', 'entire', 'life', 'merry_christma', 'thank', 'pensacola_florida', 'https', 'co', 'gewgzpzrp'], ['believe', 'american', 'stand', 'national_anthem', 'proudly', 'pledge', 'allegiance', 'nation', 'god', 'https', 'co', 'ittwwfvs'], ['great', 'evening', 'last_night', 'pensacola_florida', 'arena', 'pack', 'rafter', 'crowd', 'loud', 'love', 'really', 'smart', 'definitely', 'get', 'go', 'thank', 'pensacola'], ['big', 'contingent', 'enthusiastic', 'fan', 'rally', 'last_night', 'pelosi', 'schumer', 'liberal', 'democrat', 'jone', 'important', 'alabama', 'senate', 'seat', 'need', 'vote', 'make_america', 'great', 'jone', 'always', 'vote', 'must', 'country'], ['fake_news', 'cnn', 'make', 'vicious', 'purposeful', 'mistake', 'yesterday', 'catch', 'red', 'handed', 'lonely', 'brian', 'ross', 'abc', 'news', 'immediately', 'fire', 'mistake', 'watch', 'see', 'cnn', 'fire', 'responsible', 'gross', 'incompetence'], ['cnn', 'slogan', 'cnn', 'trust', 'name', 'news', 'everyone', 'know', 'true', 'could', 'fact', 'fraud', 'american', 'public', 'many', 'outlet', 'far', 'trust', 'fake_news', 'cnn', 'slogan', 'cnn', 'least', 'trusted', 'name', 'news'], ['head', 'great', 'state', 'mississippi', 'invitation', 'popular', 'respected', 'governor', 'philbryantms', 'look_forward', 'see', 'new', 'civil_rights', 'museum'], ['great', 'honor', 'celebrate', 'open', 'extraordinary', 'museum', 'mississippi', 'state', 'history', 'museum', 'amp', 'mississippi', 'civil_rights', 'museum', 'pay', 'solemn', 'tribute', 'hero', 'dedicate', 'build', 'future', 'freedom', 'equality', 'justice', 'amp', 'peace', 'https', 'co', 'akgvpv', 'aa'], ['great', 'game', 'today', 'usarmy', 'usnavy', 'watch', 'love', 'military', 'behalf', 'entire_nation', 'thank', 'sacrifice', 'service', 'armynavygame', 'usa', 'https', 'co', 'rfwih'], ['daveweigel', 'washingtonpost', 'put', 'phony', 'photo', 'empty', 'arena', 'hour', 'arrive', 'venue', 'thousand', 'people', 'way', 'real', 'photo', 'show', 'speak', 'packed_house', 'many', 'people', 'unable', 'get', 'demand', 'apology', 'amp', 'retraction', 'fake_news', 'wapo', 'https', 'co', 'xablfgh'], ['daveweigel', 'washington_post', 'admit', 'picture', 'fake', 'fraud', 'show', 'almost', 'empty', 'arena', 'last_night', 'speech', 'pensacola', 'fact', 'know', 'arena', 'pack', 'show', 'also', 'fake_news', 'fire'], ['great', 'army', 'navy', 'game', 'army', 'win', 'bring', 'home', 'commander', 'chief', 'trophy', 'last', 'time', 'congratulation'], ['great', 'army', 'navy', 'game', 'army', 'win', 'bring', 'home', 'commander', 'chief', 'trophy', 'congratulation'], ['american', 'separate', 'preventable', 'crime', 'commit', 'illegally', 'country', 'city', 'sanctuary', 'american', 'criminal_aliens', 'https', 'co', 'cvtkcg', 'pln'], ['thing', 'go', 'really', 'well', 'economy', 'fake_news', 'spend', 'little', 'time', 'possible', 'discuss', 'stock_market', 'hit', 'record', 'high', 'unemployment', 'year', 'low', 'company', 'come', 'back', 'usa', 'really', 'good', 'news', 'much', 'come'], ['get', 'closer', 'close', 'bill', 'shape', 'even', 'better', 'project', 'house', 'senate', 'work', 'hard', 'smart', 'end', 'result', 'important', 'special'], ['little', 'discussion', 'purposely', 'false', 'defamatory', 'story', 'put', 'week', 'fake_news', 'medium', 'control', 'correct', 'reporting', 'mean', 'nothing', 'major', 'lie', 'write', 'force', 'withdraw', 'expose', 'stain', 'america'], ['false', 'story', 'time', 'failing_nytime', 'watch', 'hour', 'television', 'day', 'wrong', 'also', 'seldom', 'ever', 'watch', 'cnn', 'msnbc', 'consider', 'fake_new', 'never', 'watch', 'lemon', 'call', 'dumb', 'man', 'television', 'bad', 'reporting'], ['thousand', 'hour', 'waste', 'many', 'million', 'dollar', 'spend', 'democrats', 'unable', 'show', 'collusion', 'russia', 'move', 'false', 'accusation', 'fabricate', 'story', 'woman', 'know', 'never', 'meet', 'fake_news'], ['lightweight_senator', 'kirsten', 'gillibrand', 'total', 'flunky', 'chuck_schumer', 'someone', 'would', 'come', 'office', 'beg', 'campaign', 'contribution', 'long', 'ago', 'would', 'anything', 'ring', 'fight', 'trump', 'disloyal', 'bill', 'amp', 'crooked', 'use'], ['people', 'alabama', 'right', 'thing', 'doug', 'jone', 'pro', 'abortion', 'weak', 'crime', 'military', 'illegal_immigration', 'bad', 'gun', 'owner', 'veteran', 'wall', 'jone', 'pelosi', 'schumer', 'puppet', 'always', 'vote', 'vote'], ['consumer_confidence', 'time', 'high', 'record', 'high', 'stock_market', 'unemployment', 'year', 'low', 'make_america', 'great', 'working', 'pass', 'massive', 'tax_cut', 'look', 'good'], ['wish', 'celebrate', 'hanukkah', 'world', 'happy', 'healthy', 'night', 'company', 'love', 'https', 'co', 'pdwbxp', 'https', 'co', 'mvvpq'], ['congratulation', 'doug', 'jone', 'hard', 'fight', 'victory', 'write', 'vote', 'play', 'big', 'factor', 'win', 'win', 'people', 'alabama', 'great', 'republican', 'shoot', 'seat', 'short', 'period', 'time', 'never', 'end'], ['reason', 'originally', 'endorse', 'luther_strange', 'number', 'go', 'mightily', 'say', 'able', 'win', 'general', 'election', 'right', 'roy', 'work', 'hard', 'deck', 'stack'], ['fake_news', 'medium', 'coverage', 'negative', 'numerous', 'force', 'retraction', 'untrue', 'story', 'hence', 'social_media', 'way', 'get', 'truth', 'much', 'mainstream', 'meadia', 'become', 'joke', 'foxandfriend'], ['last_night', 'election', 'prove', 'anything', 'prove', 'need', 'put', 'great', 'republican', 'candidate', 'increase', 'razor', 'thin', 'margin', 'house', 'senate'], ['thank', 'omarosa', 'service', 'wish', 'continue', 'success'], ['republican', 'tax_cut', 'look', 'good', 'work', 'hard', 'meantime', 'stock_market', 'hit', 'record', 'high'], ['candidate', 'promise', 'would', 'pass', 'massive', 'everyday', 'working', 'american', 'make', 'voice', 'hear', 'moment', 'forever', 'remember', 'great', 'new', 'begin', 'dawn', 'brilliant', 'american', 'future', 'shine', 'patriotism', 'prosperity', 'pride', 'https', 'co', 'exsbzrlcdw'], ['today', 'gather', 'roosevelt', 'room', 'single', 'reason', 'cut', 'red', 'tape', 'many', 'decade', 'ever', 'grow', 'maze', 'reg', 'rule', 'restriction', 'cost', 'country', 'trillion', 'dollar', 'million', 'job', 'countless', 'american', 'factory', 'amp', 'devastate', 'entire', 'industry', 'https', 'co', 'ostxovnckf'], ['american', 'free', 'thrive', 'innovate', 'amp', 'prosper', 'challenge', 'great', 'task', 'large', 'amp', 'goal', 'reach', 'nation', 'explorer', 'pioneer', 'innovator', 'amp', 'inventor', 'nation', 'people', 'work', 'hard', 'dream', 'big', 'amp', 'never', 'ever', 'give', 'https', 'co', 'lvdp', 'zogz'], ['approximately', 'page', 'code', 'federal', 'regulation', 'today', 'page', 'see', 'roosevelt', 'room', 'today', 'cut', 'red', 'tape', 'time', 'set', 'free', 'dream', 'make_america', 'great', 'https', 'co', 'teavnzjvcx'], ['manufacturing', 'optimism', 'rise', 'time', 'high', 'late', 'shopfloornam', 'outlook', 'survey', 'https', 'co', 'luv', 'bmp'], ['honor', 'thank', 'https', 'co', 'lvqbrq'], ['member', 'graduate', 'class', 'national', 'academy', 'quantico', 'congratulation', 'https', 'co', 'bgt', 'zlu'], ['always', 'man', 'woman', 'blue', 'thank', 'police', 'thank', 'sheriff', 'thank', 'family', 'america', 'lesm', 'https', 'co', 'ejiddvl'], ['today', 'tremendous', 'honor', 'visit', 'marine', 'helicopter', 'squadron', 'marine_corps', 'air', 'facility', 'quantico', 'virginia', 'honor', 'serve', 'commander', 'chief', 'behalf', 'entire_nation', 'thank', 'sacrifice', 'service', 'love', 'https', 'co', 'elotc'], ['dow', 'amp', 'nasdaq', 'close', 'record', 'high', 'maga', 'https', 'co', 'hvqwnqsgug'], ['great', 'job', 'proud', 'https', 'co', 'heeaoxkt'], ['congratulation', 'great', 'hardworking', 'guy', 'lewandowski', 'david', 'bossie', 'success', 'book', 'let', 'trump', 'trump', 'finally', 'people', 'real', 'knowledge', 'write', 'wonderful', 'exciting', 'campaign'], ['tax_cut', 'increase', 'investment', 'american', 'economy', 'worker', 'lead', 'high', 'growth', 'high', 'wage', 'job', 'https', 'co', 'gxm', 'psmu'], ['weekly_address', 'https', 'co'], ['candidate', 'promise', 'would', 'pass', 'massive', 'everyday', 'work', 'american', 'family', 'backbone', 'heartbeat', 'country', 'day', 'away', 'https', 'co', 'madtgumktx'], ['wonderful', 'weekend', 'camp_david', 'special', 'place', 'lot', 'important', 'work', 'do', 'head', 'whitehouse', 'https', 'co', 'ckxlsdr', 'ut'], ['century', 'conquer', 'flight', 'wrightbrother', 'continue', 'motivate', 'amp', 'inspire', 'american', 'never', 'tire', 'exploration', 'amp', 'innovation', 'great', 'american', 'spirit', 'find', 'design', 'new', 'supersonic', 'jet', 'next', 'generation', 'https', 'co', 'nekpmgkdg', 'https', 'co', 'podjl', 'lie'], ['remember', 'republican', 'congressional', 'race', 'year', 'media', 'refuse', 'mention', 'say', 'gillespie', 'moore', 'would', 'lose', 'different', 'reason', 'also', 'predict', 'would', 'win', 'republican', 'well', 'foxandfriend'], ['ivanka', 'trump', 'interview', 'foxandfriend'], ['train', 'accident', 'occur', 'dupont', 'wa', 'show', 'ever', 'soon', 'submit', 'infrastructure', 'plan', 'must', 'approve', 'quickly', 'trillion_dollar', 'spend', 'middle_east', 'road', 'bridge', 'tunnel', 'railway', 'crumble', 'long'], ['thought', 'prayer', 'everyone', 'involve', 'train', 'accident', 'dupont', 'washington', 'thank', 'wonderful', 'first_responders', 'scene', 'currently', 'monitor', 'white_house'], ['deep', 'sympathy', 'heartfelt', 'prayer', 'victim', 'train', 'derailment', 'washington', 'state', 'closely', 'monitor', 'situation', 'coordinate', 'local', 'authority', 'https', 'co', 'gyf', 'bdvm'], ['past', 'month', 'travel', 'ten', 'thousand', 'mile', 'visit', 'country', 'meet', 'world', 'leader', 'everywhere', 'travel', 'high', 'privilege', 'great', 'honor', 'represent', 'american', 'people', 'https', 'co', 'sdseeihjh'], ['american', 'people', 'speak', 'listen', 'year', 'ago', 'speak', 'loud', 'clear', 'november', 'vote', 'make_america', 'great', 'https', 'aov'], ['world', 'watch', 'day', 'away', 'pass', 'historic', 'american', 'family', 'business', 'big', 'tax_cut', 'tax', 'reform', 'history', 'country', 'https', 'co', 'evcakjuf'], ['true', 'ivanka', 'https', 'co', 'bngujg', 'ki'], ['thank', 'maria', 'https', 'co', 'cqlk'], ['record', 'close', 'dow', 'far', 'year', 'never', 'dow', 'record', 'year', 'period'], ['strategy', 'announce', 'today', 'declare', 'america', 'game', 'america', 'determine', 'win', 'pillar', 'national_security', 'strategy', 'https', 'co', 'poamvid'], ['together', 'task', 'strengthen', 'family', 'build', 'community', 'serve', 'citizen', 'celebrate', 'american', 'greatness', 'shine', 'example', 'world', 'https', 'ds', 'tzlgjpa'], ['dow', 'rise', 'point', 'year', 'first', 'time', 'ever', 'make_america', 'great'], ['stock', 'economy', 'long', 'way', 'go', 'bill', 'totally', 'understand', 'appreciate', 'scope', 'size', 'immediate', 'expense', 'big', 'impact', 'big', 'reform', 'ever', 'pass', 'enjoy', 'create', 'many', 'beautiful', 'job'], ['story', 'washingtonpost', 'close', 'rescind', 'nomination', 'justice', 'gorsuch', 'prior', 'confirmation', 'fake_news', 'never', 'even', 'waver', 'proud', 'job', 'justice', 'supreme_court', 'unnamed', 'source', 'exist'], ['congratulation', 'paul_ryan', 'mccarthy', 'kevin', 'brady', 'steve', 'scalise', 'cathy', 'mcmorris', 'rodger', 'great', 'house', 'republican', 'vote', 'favor', 'cutting_taxe'], ['united_states', 'senate', 'pass', 'big', 'history', 'reform', 'bill', 'terrible', 'individual_mandate', 'obamacare', 'repeal', 'go', 'house', 'tomorrow', 'morning', 'final', 'vote', 'approve', 'news', 'conference', 'white_house', 'approximately'], ['tax_cut', 'large', 'meaningful', 'fake_news', 'working_overtime', 'follow', 'lead', 'friend', 'defeat', 'dem', 'demean', 'truly', 'case', 'result', 'speak', 'start', 'soon', 'job', 'job', 'job'], ['would', 'like', 'congratulate', 'senatemajldr', 'do', 'fantastic', 'job', 'strategically', 'politically', 'pass', 'senate', 'massive', 'amp', 'reform', 'bill', 'could', 'ask', 'better', 'talented', 'partner', 'team', 'go', 'many', 'victory'], ['together', 'make', 'america', 'great', 'https', 'co'], ['deliver', 'historic', 'tax', 'relief', 'american', 'people', 'https', 'co', 'llgatrch'], ['make', 'america', 'great', 'https', 'co', 'gxv'], ['massive', 'fake_news', 'medium', 'desperate', 'write', 'badly', 'democrat', 'boss', 'soon', 'kick', 'speak', 'company', 'already', 'make', 'big', 'payment', 'worker', 'dem', 'want', 'raise_taxes', 'hate', 'big', 'cut'], ['foxandfriend', 'name', 'influential', 'show', 'news', 'deserve', 'great', 'people', 'many', 'fake_news', 'hate', 'show', 'study', 'formula', 'success'], ['home', 'sale', 'hit', 'good', 'number', 'year', 'make_america', 'great'], ['house', 'democrat', 'want', 'shutdown', 'holiday', 'order', 'distract', 'popular', 'pass', 'house', 'republican', 'let', 'happen', 'pass', 'today', 'keep', 'government', 'open'], ['thank', 'everyone', 'join', 'whitehouse', 'yesterday', 'together', 'make', 'america', 'great', 'https', 'co', 'hgcbkdsxo', 'https', 'dtmu', 'owmwb'], ['big', 'popular', 'reform', 'bill', 'take', 'unexpected', 'new', 'source', 'love', 'big', 'company', 'corporation', 'shower', 'worker', 'bonuse', 'phenomenon', 'nobody', 'even', 'think', 'rage', 'merry_christmas'], ['true', 'https', 'co', 'hu'], ['point', 'good', 'country', 'predict', 'start', 'work', 'democrat', 'bipartisan', 'fashion', 'infrastructure', 'would', 'perfect', 'place', 'start', 'foolishly', 'spend', 'middle_east', 'time', 'start', 'rebuild', 'country'], ['president', 'accomplish', 'absolutely', 'historic', 'thing', 'year', 'thank', 'charlie', 'kirk', 'turn', 'point', 'usa', 'sadly', 'fake', 'mainstream_media', 'never', 'talk', 'accomplishment', 'end', 'year', 'review', 'compile', 'long', 'amp', 'beautiful', 'list'], ['administration', 'do', 'legislative', 'approval', 'break', 'harry', 'truman', 'record', 'regulation', 'cut', 'judicial', 'appointment', 'build', 'military', 'amp', 'reform', 'record', 'economy', 'stock_market', 'much', 'sure', 'great', 'credit', 'give', 'mainstream', 'news'], ['sign', 'biggest', 'ever', 'reform', 'bill', 'minute', 'oval_office', 'also', 'sign', 'much', 'need', 'billion_dollar', 'missile', 'defense', 'bill'], ['american', 'pay', 'less', 'bad', 'amount', 'taxis', 'mostly', 'far', 'less', 'dem', 'want', 'raise_taxes'], ['congressman', 'brilliant', 'young', 'leader', 'yale', 'harvard', 'law', 'would', 'make', 'great', 'governor', 'florida', 'love', 'country', 'true', 'fighter'], ['united_nations', 'security', 'council', 'vote', 'favor', 'additional', 'sanction', 'north_korea', 'world', 'want', 'peace', 'death'], ['today', 'great', 'honor', 'sign', 'large', 'tax_cuts', 'reform', 'history', 'country', 'full', 'remark', 'https', 'co', 'https', 'co', 'oeaoa', 'slfx'], ['remember', 'hate', 'part', 'obamacare', 'individual_mandate', 'terminate', 'sign', 'bill'], ['fbi', 'deputy', 'director', 'andrew_mccabe', 'man', 'charge', 'leakin', 'phony', 'hillary_clinton', 'investigation', 'include', 'illegally', 'deleted_email', 'give', 'wife', 'campaign', 'clinton', 'puppet', 'investigation'], ['fbi', 'deputy', 'director', 'andrew_mccabe', 'race', 'clock', 'retire', 'full', 'benefit', 'day', 'go'], ['fbi', 'lawyer', 'jam', 'baker', 'reassign', 'accord', 'foxnew'], ['stock_market', 'set', 'record', 'record', 'unemployment', 'year', 'low', 'many', 'thing', 'accomplish', 'trump', 'administration', 'perhaps', 'president', 'first', 'year', 'sadly', 'never', 'report', 'correctly', 'fake_news', 'medium'], ['remember', 'republican', 'congressional', 'race', 'year', 'senate', 'say', 'roy', 'would', 'lose', 'alabama', 'support', 'big', 'luther_strange', 'roy', 'lose', 'virginia', 'candidate', 'trumper', 'lose', 'good', 'republican', 'candidate', 'win', 'big'], ['foxnew', 'fbi', 'andrew_mccabe', 'addition', 'wife', 'get', 'money', 'clinton', 'puppet', 'use', 'allegedly', 'fbi', 'official', 'email', 'account', 'promote', 'campaign', 'obviously', 'not', 'people', 'investigate', 'hillary_clinton'], ['fake_news', 'refuse', 'talk', 'big', 'strong', 'base', 'show', 'fake', 'poll', 'report', 'fake_news', 'negative', 'reporting', 'well', 'nobody', 'go', 'beat', 'make_america', 'great'], ['tax_cut', 'reform', 'bill', 'include', 'massive', 'alaska', 'drilling', 'repeal', 'highly', 'unpopular', 'individual_mandate', 'bring', 'together', 'incredible', 'year', 'let', 'fake_news', 'convince', 'otherwise', 'insider', 'poll', 'strong'], ['people', 'proud', 'say', 'merry_christmas', 'proud', 'lead', 'charge', 'assault', 'cherish', 'beautiful', 'phrase', 'merry_christmas'], ['merry_christmas', 'https', 'co', 'xa', 'qxcisvv'], ['merry_christmas', 'https', 'co', 'mytv', 'gndll'], ['hope', 'everyone', 'great', 'christmas', 'tomorrow', 'back', 'work', 'order', 'make_america', 'great', 'happen', 'fast', 'anyone', 'anticipate'], ['base', 'fact', 'unfair', 'unpopular', 'individual_mandate', 'terminate', 'part', 'tax_cut', 'bill', 'essentially', 'repeal', 'time', 'obamacare', 'democrat', 'amp', 'republican', 'eventually', 'come', 'together', 'develop', 'great', 'new', 'healthcare_plan'], ['foxandfrlend', 'dossi', 'bogus', 'clinton', 'campaign', 'dnc', 'fund', 'dossier', 'fbi', 'not', 'time', 'verify', 'claim', 'dossier', 'russia', 'trump', 'collusion', 'fbi', 'taint', 'use', 'crooked_hillary', 'pile', 'garbage', 'basis', 'go', 'trump', 'campaign'], ['sign', 'business', 'look', 'really', 'good', 'next', 'year', 'help', 'bill', 'great', 'year', 'company', 'job', 'stock_market', 'poise', 'year', 'success'], ['day', 'trump', 'inaugurate', 'estimate', 'isis', 'fighter', 'hold', 'approx', 'square', 'mile', 'territory', 'iraq', 'syria', 'military', 'estimate', 'remain', 'fighter', 'occupy', 'roughly', 'square', 'mile', 'jamiejmcintyre', 'https', 'co', 'lxkmuope'], ['leave', 'west', 'palm_beach', 'fire', 'amp', 'rescue', 'meet', 'great', 'man', 'woman', 'representative', 'much', 'firefighter', 'paramedic', 'first_responder', 'amazing', 'people'], ['day', 'trump', 'inaugurate', 'estimate', 'isis', 'fighter', 'hold', 'approx', 'square', 'mile', 'territory', 'iraq', 'syria', 'military', 'est', 'remain', 'fighter', 'occupy', 'roughly', 'square', 'mile', 'jamiejmcintyre', 'dcexaminer', 'https', 'co', 'ogyeudgzd'], ['arrest', 'ms', 'member', 'associate', 'trump', 'https', 'co', 'iphy'], ['vanity', 'fair', 'looks_like', 'last', 'leg', 'bend', 'backwards', 'apologize', 'minor', 'hit', 'take', 'crooked', 'anna', 'wintour', 'set', 'court', 'jame', 'big', 'fundraiser', 'grief', 'amp', 'begging', 'forgiveness'], ['retail', 'sale', 'record', 'number', 'get', 'economy', 'go', 'well', 'anyone', 'ever', 'dream', 'see', 'anything', 'yet'], ['catch', 'red', 'handed', 'disappointed', 'china', 'allow', 'oil', 'go', 'north_korea', 'never', 'friendly', 'solution', 'north_korea', 'problem', 'continue', 'happen'], ['say', 'long', 'long', 'time', 'noko', 'https', 'lql', 'tghmdo'], ['together', 'make', 'america', 'great', 'https', 'co', 'oeytdfyl', 'https', 'co', 'wdlqkfdy'], ['east', 'could', 'coldest', 'new', 'year', 'eve', 'record', 'perhaps', 'could', 'little', 'bit', 'good', 'old', 'global_warming', 'country', 'country', 'go', 'pay', 'trillion', 'dollar', 'protect', 'bundle'], ['fake_news', 'love', 'talk', 'call', 'low', 'approval_rating', 'foxandfriend', 'show', 'rating', 'dec', 'approximately', 'president', 'obama', 'dec', 'massive', 'negative', 'trump', 'coverage', 'amp', 'russia', 'hoax'], ['united_states', 'post_office', 'lose', 'many', 'billion', 'dollar', 'year', 'charge', 'amazon', 'other', 'little', 'deliver', 'package', 'make', 'amazon', 'rich', 'post_office', 'dumber', 'poorer', 'charge', 'much'], ['democrat', 'tell', 'fully_understand', 'daca', 'desperately_needed', 'wall', 'southern_border', 'end', 'horrible', 'chain_migration', 'amp', 'ridiculous', 'lottery', 'system', 'immigration', 'must', 'protect', 'country', 'cost'], ['many', 'report', 'peaceful', 'protest', 'iranian', 'citizen', 'feed', 'regime', 'corruption', 'amp', 'squander', 'nation', 'wealth', 'fund', 'terrorism', 'abroad', 'iranian', 'govt', 'respect', 'people', 'right', 'include', 'right', 'express', 'world', 'watch', 'iranprotest'], ['entire', 'world', 'understand', 'good', 'people', 'iran', 'want', 'change', 'vast', 'military', 'power', 'united_state', 'iran', 'people', 'leader', 'fear', 'https', 'co', 'rkn', 'rt'], ['oppressive', 'regime', 'not', 'endure', 'forever', 'day', 'come', 'iranian', 'people', 'face', 'choice', 'world', 'watch', 'https', 'co', 'kvv', 'uaqcz'], ['taxis', 'big', 'corporate', 'rate', 'cut', 'ever', 'go', 'back', 'corporate', 'income', 'tax', 'rate', 'roughly', 'years_ago', 'huge', 'pro', 'growth', 'stimulus', 'economy', 'year', 'obama', 'overstate', 'economy', 'would', 'grow', 'real', 'economics', 'job', 'wsj', 'report'], ['social_media', 'way', 'fight', 'dishonest', 'unfair', 'press', 'often', 'refer', 'fake_news', 'medium', 'phony', 'non', 'existent', 'source', 'use', 'often', 'ever', 'many', 'story', 'amp', 'report', 'pure', 'fiction'], ['job', 'kick', 'company', 'come', 'back', 'unnecessary', 'regulation', 'high', 'taxis', 'dramatically', 'cut', 'get', 'better', 'much', 'come'], ['trump', 'rally', 'stock', 'put', 'record', 'book', 'https', 'co', 'foqgafjmh'], ['big', 'protest', 'iran', 'people', 'finally', 'get', 'wise', 'money', 'wealth', 'steal', 'squander', 'terrorism', 'looks_like', 'take', 'long', 'usa', 'watch', 'closely', 'human', 'right', 'violation'], ['dem', 'crooked_hillary', 'get', 'elect', 'stock', 'would', 'value', 'election', 'day', 'great', 'future', 'beginning', 'https', 'co', 'tzsc'], ['would', 'smart', 'voter', 'want', 'put', 'democrats', 'congress', 'election', 'policy', 'totally', 'kill', 'great', 'wealth', 'create', 'month', 'election', 'people', 'much', 'well', 'mention', 'isis', 'judge', 'strong', 'border', 'tax_cut', 'amp'], ['deepest_condolence', 'victim', 'terrible', 'shoot', 'douglas', 'county', 'dcsheriff', 'family', 'love', 'police', 'lesm'], ['year', 'get', 'start', 'together', 'make', 'america', 'great', 'happy', 'new', 'year', 'https', 'co', 'qsmnyn', 'ujg'], ['iran', 'number', 'state', 'sponsor', 'terror', 'numerous', 'violation', 'human', 'right', 'occur', 'hourly', 'basis', 'close', 'internet', 'peaceful', 'demonstrator', 'not', 'communicate', 'good'], ['country', 'rapidly', 'grow', 'strong', 'smart', 'want', 'wish', 'friend', 'supporter', 'enemy', 'hater', 'even', 'dishonest', 'fake_news', 'medium', 'happy', 'healthy', 'new', 'year', 'great', 'year', 'america'], ['happy', 'new', 'year', 'make', 'america', 'great', 'much', 'fast', 'anyone', 'think', 'possible'], ['today', 'great', 'honor', 'sign', 'new', 'executive_order', 'ensure', 'veteran', 'resource', 'need', 'transition', 'back', 'civilian', 'life', 'must', 'ensure', 'hero', 'give', 'care', 'support', 'richly', 'deserve', 'https', 'co', 'mdp', 'ddia', 'https'], ['make', 'clear', 'today', 'country', 'need', 'security', 'wall', 'southern_border', 'must', 'part', 'daca', 'approval'], ['thank', 'goplead', 'mccarthy', 'agree', 'together', 'maga', 'https', 'co', 'qaxtqpyxtr'], ['icegov', 'hsi', 'agent', 'officer', 'behalf', 'entire_nation', 'thank', 'keep', 'fellow', 'american', 'safe', 'everyone', 'grateful', 'realdonaldtrump', 'https', 'co', 'hxcptlruvo'], ['show', 'everyone', 'break', 'unfair', 'court', 'system', 'oppose', 'side', 'case', 'daca', 'always', 'run', 'almost', 'always', 'win', 'reverse', 'high', 'court'], ['fact', 'sneaky', 'dianne', 'feinstein', 'numerous', 'occasion', 'state', 'collusion', 'trump', 'russia', 'find', 'would', 'release', 'testimony', 'underhande', 'possibly', 'illegal', 'way', 'totally', 'authorization', 'disgrace', 'must', 'tough', 'primary'], ['single', 'great', 'witch_hunt', 'american', 'history', 'continue', 'collusion', 'everybody', 'include', 'dem', 'know', 'collusion', 'amp', 'yet', 'go', 'russia', 'amp', 'world', 'laugh', 'stupidity', 'witness', 'republican', 'finally', 'take', 'control'], ['want', 'thank', 'cabinet', 'work', 'tirelessly', 'behalf', 'country', 'year', 'monumental', 'achievement', 'look_forward', 'year', 'ahead', 'together', 'deliver', 'result', 'make', 'america', 'great', 'https', 'co', 'ptxa', 'hapww', 'https', 'yv', 'ralkqf'], ['today', 'great', 'honor', 'welcome', 'prime_minister', 'erna', 'solberg', 'norway', 'whitehouse', 'great', 'friend', 'ally', 'united_state', 'joint_press', 'conference', 'https', 'co', 'qwr', 'bhfqzi', 'https', 'co', 'pjvwznjrco'], ['united_state', 'need', 'security', 'wall', 'southern_border', 'must', 'part', 'daca', 'approval', 'safety', 'security', 'country', 'https', 'co', 'cfzqxb'], ['cutting_taxe', 'simplify', 'regulation', 'make', 'america', 'place', 'invest', 'great', 'news', 'toyota', 'mazda', 'announce', 'bring', 'job', 'invest', 'alabama', 'help', 'grow', 'economy', 'https', 'co', 'kcg', 'ivh', 'ia'], ['good', 'news', 'toyota', 'mazda', 'announce', 'giant', 'new', 'huntsville', 'alabama', 'plant', 'produce', 'car', 'suv', 'year', 'employ', 'people', 'company', 'come', 'back', 'big', 'way', 'congratulation', 'alabama'], ['disproven', 'pay', 'democrats', 'dossier', 'use', 'spy', 'trump', 'campaign', 'fbi', 'intel', 'tool', 'influence', 'election', 'foxandfriend', 'dem', 'clinton', 'also', 'pay', 'russian', 'hide', 'smash', 'dnc', 'server', 'crooked_hillary', 'email', 'mess'], ['new', 'quinnipiac', 'poll', 'people', 'feel', 'economy', 'excellent', 'good', 'high', 'number', 'ever', 'record', 'poll'], ['house', 'vote', 'controversial', 'fisa', 'act', 'today', 'act', 'may', 'use', 'help', 'discredit', 'phony', 'dossier', 'badly', 'surveil', 'abuse', 'trump', 'campaign', 'previous', 'administration', 'other'], ['year', 'low', 'illegal_immigration', 'year', 'foxandfriend'], ['say', 'personally', 'direct', 'fix', 'unmask', 'process', 'take', 'office', 'today', 'vote', 'foreign', 'surveillance', 'foreign', 'bad', 'guy', 'foreign', 'land', 'need', 'get', 'smart'], ['great', 'news', 'result', 'tax_cut', 'amp', 'job', 'act', 'https', 'co', 'slvhlxp', 'jl'], ['yesterday', 'sign', 'interdictact', 'bipartisan', 'member', 'congress', 'help', 'end', 'flow', 'drug', 'country', 'together', 'commit', 'everything', 'combat', 'deadly', 'scourge', 'drug', 'addiction', 'overdose', 'united_states', 'https', 'co', 'elzvfol', 'lo'], ['thank', 'adam', 'levine', 'federalist', 'interview', 'foxandfriend', 'donald', 'trump', 'great', 'president', 'country', 'ever', 'see'], ['small_business', 'poll', 'high', 'approval', 'number', 'poll', 'history', 'business', 'begin', 'something', 'really', 'special'], ['great', 'news', 'result', 'historical', 'reform', 'fiat', 'chrysler', 'announce', 'plan', 'invest', 'michigan', 'plant', 'relocate', 'heavy', 'truck', 'production', 'mexico', 'michigan', 'add', 'new', 'job', 'pay', 'bonus', 'employee', 'https', 'co', 'azkd'], ['chrysler', 'move', 'massive', 'plant', 'mexico', 'michigan', 'reverse', 'year', 'long', 'opposite', 'trend', 'thank', 'chrysler', 'wise', 'decision', 'voter', 'michigan', 'happy', 'vote', 'trump', 'pence', 'plenty', 'follow'], ['dianne', 'feinstein', 'never', 'release', 'secret', 'committee', 'testimony', 'public', 'authorization', 'disrespectful', 'committee', 'member', 'possibly', 'illegal', 'blame', 'poor', 'decision', 'fact', 'cold', 'first'], ['democrat', 'seem', 'intent', 'people', 'drug', 'pour', 'country', 'southern_border', 'risk', 'thousand', 'live', 'process', 'duty', 'protect', 'live', 'safety', 'american', 'must', 'build', 'great', 'wall', 'think', 'merit', 'end', 'lottery', 'amp', 'chain', 'usa'], ['reason', 'cancel', 'trip', 'london', 'big', 'fan', 'obama', 'administration', 'sell', 'perhaps', 'best', 'locate', 'fine', 'embassy', 'london', 'peanut', 'build', 'new', 'location', 'billion_dollar', 'bad', 'deal', 'want', 'cut', 'ribbon'], ['call', 'bipartisan', 'daca', 'deal', 'present', 'yesterday', 'group', 'congressman', 'big', 'step', 'backwards', 'wall', 'properly', 'fund', 'chain', 'amp', 'lottery', 'make', 'bad', 'usa', 'would', 'force', 'take', 'large', 'number', 'people', 'high', 'crime'], ['country', 'badly', 'want', 'merit_based', 'system', 'immigration', 'people', 'help', 'take', 'country', 'next', 'level', 'want', 'safety', 'security', 'people', 'want', 'stop', 'massive', 'inflow', 'drug', 'want', 'fund', 'military', 'dem', 'defund'], ['democrat', 'interested', 'life', 'safety', 'daca', 'take', 'big', 'step', 'backwards', 'dem', 'threaten', 'shutdown', 'really', 'shut', 'military', 'time', 'nee', 'get', 'smart', 'make_america', 'great'], ['language', 'use', 'daca', 'meet', 'tough', 'language', 'use', 'really', 'tough', 'outlandish', 'proposal', 'make', 'big', 'setback', 'daca'], ['sadly', 'democrat', 'want', 'stop', 'pay', 'troop', 'government', 'worker', 'order', 'give', 'sweetheart', 'deal', 'fair', 'deal', 'daca', 'take_care', 'military', 'country', 'first'], ['never', 'say', 'anything', 'derogatory', 'haitian', 'haiti', 'obviously', 'poor', 'troubled', 'country', 'never', 'say', 'take', 'make', 'dem', 'wonderful', 'relationship', 'haitian', 'probably', 'record', 'future', 'meeting', 'unfortunately', 'trust'], ['today', 'great', 'honor', 'proclaim', 'january', 'martin', 'luther', 'king', 'federal', 'holiday', 'encourage', 'american', 'observe', 'day', 'appropriate', 'civic', 'community', 'service', 'activity', 'honor', 'king', 'life', 'legacy', 'https', 'co', 'samljsz', 'nt'], ['yesterday', 'big', 'day', 'stock_market', 'job', 'come', 'back', 'america', 'chrysler', 'come', 'back', 'usa', 'mexico', 'many', 'other', 'follow', 'money', 'employee', 'pour', 'economy', 'many', 'company', 'announce', 'american', 'business', 'hot'], ['democrat', 'talk', 'action', 'nothing', 'fix', 'daca', 'great', 'opportunity', 'miss', 'bad'], ['america', 'first'], ['yesterday', 'big', 'day', 'job', 'stock_market', 'chrysler', 'come', 'back', 'michigan', 'mexico', 'many', 'company', 'pay', 'money', 'employee', 'dem', 'november', 'market', 'would', 'tanked', 'head', 'disaster'], ['believe', 'democrat', 'really', 'want', 'see', 'deal', 'daca', 'talk', 'action', 'time', 'day', 'day', 'blow', 'great', 'opportunity', 'bad'], ['much', 'fake_news', 'report', 'even', 'try', 'get', 'right', 'correct', 'wrong', 'promote', 'fake', 'book', 'mentally', 'derange', 'author', 'knowingly', 'write', 'false', 'information', 'mainstream_media', 'craze', 'election'], ['wall_street', 'journal', 'state', 'falsely', 'say', 'good', 'relationship', 'korea', 'obviously', 'say', 'say', 'good', 'relationship', 'big', 'difference', 'fortunately', 'record', 'conversation', 'reporter'], ['know', 'exactly', 'say', 'mean', 'want', 'story', 'fake_news'], ['daca', 'probably', 'dead', 'democrat', 'really', 'want', 'want', 'talk', 'take', 'desperately_needed', 'money', 'away', 'military'], ['president', 'want', 'people', 'come', 'country', 'go', 'help', 'become', 'strong', 'great', 'people', 'come', 'system', 'base', 'merit', 'lottery', 'america', 'first'], ['president', 'trump', 'get', 'credit', 'deserve', 'economy', 'bonus', 'worker', 'explosive', 'stock_market', 'rally', 'see', 'modern', 'time', 'election', 'ground', 'profitability', 'growth', 'trump'], ['big', 'unnecessary', 'regulation_cut', 'make', 'possible', 'many', 'thing', 'president', 'trump', 'reverse', 'policy', 'president', 'obama', 'reverse', 'economic', 'decline', 'thank', 'stuart', 'varney', 'foxandfriend'], ['statement', 'last_night', 'florida', 'honestly', 'think', 'democrat', 'want', 'make', 'deal', 'talk', 'daca', 'want', 'help', 'ready', 'willing', 'able', 'make', 'deal', 'want', 'want', 'security', 'border', 'want'], ['stop', 'drug', 'want', 'take', 'money', 'away', 'military', 'not', 'standard', 'simple', 'america', 'first', 'amp', 'make_america', 'great'], ['senator', 'dicky', 'durbin', 'totally', 'misrepresent', 'say', 'daca', 'meeting', 'deal', 'get', 'make', 'trust', 'durbin', 'blew', 'daca', 'hurt', 'military'], ['must', 'security', 'dangerous', 'southern_border', 'must', 'great', 'wall', 'help', 'protect', 'help', 'stop', 'massive', 'inflow', 'drug', 'pour', 'country'], ['democrat', 'want', 'shut', 'government', 'amnesty', 'border_security', 'big', 'loser', 'rapidly', 'rebuild', 'military', 'time', 'nee', 'ever', 'need', 'merit_base', 'system', 'immigration', 'need', 'dangerous', 'lottery'], ['notice', 'fake_news', 'mainstream_media', 'never', 'like', 'cover', 'great', 'record_setting', 'economic', 'news', 'rather', 'talk', 'anything', 'negative', 'turn', 'negative', 'russian_collusion', 'hoax', 'dead', 'pertain', 'dem', 'public', 'get'], ['trump', 'news', 'coverage', 'negative', 'much', 'contrived', 'foxandfriend'], ['unemployment', 'black', 'american', 'lowest', 'ever', 'record', 'trump', 'approval', 'rating', 'black', 'american', 'double', 'thank', 'get', 'even', 'much', 'well', 'foxnew'], ['president', 'donald', 'trump', 'proclaim', 'january', 'religious', 'freedom', 'day', 'https', 'co', 'djfyp'], ['today', 'honor', 'welcome', 'president', 'nursultan', 'nazarbayev', 'kazakhstan', 'whitehouse', 'https', 'co', 'teryfzviax'], ['new', 'report', 'doj', 'amp', 'dhs', 'show', 'nearly', 'individual', 'convict', 'terrorism', 'relate', 'charge', 'foreign', 'bear', 'submit', 'congress', 'list', 'resource', 'reform'], ['need', 'keep', 'america', 'safe', 'include', 'move', 'away', 'random', 'chain_migration', 'lottery', 'system', 'merit_based', 'https', 'co', 'ptosfk'], ['eric', 'trump', 'foxandfriend'], ['today', 'witness', 'incredible', 'moment', 'history', 'presentation', 'congress', 'high', 'civilian', 'honor', 'friend', 'true', 'american', 'hero', 'bob', 'dole', 'https', 'co', 'qnqqdlrmck'], ['promise', 'policy', 'would', 'allow', 'company', 'apple', 'bring', 'massive_amount', 'money', 'back', 'united_state', 'great', 'see', 'apple', 'follow', 'result', 'huge', 'win', 'american', 'worker', 'usa', 'https', 'co', 'owxvuylob'], ['campaign', 'promise', 'make_america', 'great', 'bring', 'business', 'job', 'back', 'country', 'proud', 'see', 'company', 'chrysler', 'move', 'operation', 'mexico', 'michigan', 'many', 'great', 'american', 'worker', 'https', 'co', 'utfnf'], ['main', 'street', 'back', 'strong', 'holiday', 'sale', 'bump', 'great', 'recession', 'beat', 'forecast', 'billion', 'dollar', 'https', 'co', 'kdcgbmiest'], ['fake_news', 'winner', 'https', 'co', 'fd'], ['corrupt', 'dishonest', 'medium', 'coverage', 'many', 'great', 'reporter', 'respect', 'lot', 'good', 'news', 'american', 'people', 'proud'], ['isis', 'retreat', 'economy', 'boom', 'investment', 'job', 'pour', 'back', 'country', 'much', 'together', 'nothing', 'overcome', 'even', 'biased', 'medium', 'make', 'america', 'great'], ['wall', 'wall', 'never', 'change', 'evolve', 'first', 'day', 'conceive', 'part', 'necessity', 'see', 'never', 'intend', 'build', 'area', 'natural', 'protection', 'mountain', 'wasteland', 'tough', 'river', 'water'], ['wall', 'pay', 'directly', 'indirectly', 'long', 'term', 'reimbursement', 'mexico', 'ridiculous', 'billion_dollar', 'trade', 'surplus', 'billion_dollar', 'wall', 'peanut', 'compare', 'mexico', 'make', 'nafta', 'bad', 'joke'], ['go', 'pennsylvania', 'today', 'order', 'give', 'total', 'support', 'rick_saccone', 'run', 'congress', 'special', 'election', 'march', 'rick', 'great', 'guy', 'need', 'republican', 'continue', 'already', 'successful', 'agenda'], ['need', 'wall', 'safety', 'security', 'country', 'need', 'wall', 'help', 'stop', 'massive', 'inflow', 'drug', 'mexico', 'rate', 'number', 'dangerous', 'country', 'world', 'wall', 'deal'], ['chip', 'part', 'long', 'term', 'solution', 'day', 'short', 'term', 'extension'], ['government', 'shutdown', 'devastating', 'military', 'something', 'dem', 'care', 'little'], ['depart', 'pittsburgh', 'great', 'honor', 'stand', 'incredible', 'worker', 'show', 'world', 'america', 'back', 'come', 'back', 'big', 'well', 'strong', 'ever', 'https', 'co'], ['america', 'nation', 'think', 'big', 'dream', 'big', 'always', 'reach', 'star', 'one', 'shape', 'america', 'destiny', 'one', 'restore', 'prosperity', 'one', 'make', 'america', 'great', 'maga', 'https', 'co', 'abnk', 'ii'], ['house', 'representative', 'need', 'pass', 'government', 'funding', 'bill', 'tonight', 'important', 'country', 'military', 'need'], ['government', 'funding', 'bill', 'last_night', 'house', 'representative', 'democrat', 'need', 'pass', 'senate', 'want', 'illegal_immigration', 'weak', 'border', 'shutdown', 'come', 'need', 'republican', 'victory'], ['whitehouse', 'briefing', 'director', 'marc', 'short', 'director', 'mick', 'mulvaney', 'https', 'co', 'vsyxmhb'], ['shut', 'government', 'serious', 'thing', 'people', 'die', 'accident', 'happen', 'know', 'would', 'vote', 'right', 'sen', 'dianne', 'feinstein', 'calif', 'https', 'co', 'xp', 'cbnv'], ['today', 'honor', 'proud', 'address', 'annual', 'march_for_life', 'live', 'witness', 'year', 'march', 'life', 'theme', 'lovesaveslive', 'https', 'co', 'dmst'], ['sign', 'bill', 'reauthorize', 'foreign', 'intelligence', 'collection', 'law', 'wrongly', 'abuse', 'election', 'always', 'right', 'thing', 'country', 'put', 'safety', 'american', 'people', 'first'], ['excellent', 'preliminary', 'meeting', 'oval', 'senschumer', 'working', 'solution', 'security', 'great', 'military', 'together', 'senatemajldr', 'mcconnell', 'speakerryan', 'make', 'progress', 'week', 'extension', 'would', 'best'], ['look', 'good', 'great', 'military', 'safety', 'amp', 'security', 'dangerous', 'southern_border', 'dem', 'want', 'shutdown', 'order', 'help', 'diminish', 'great', 'success', 'tax_cut', 'boom', 'economy'], ['democrat', 'far', 'concerned', 'illegal_immigrant', 'great', 'military', 'safety', 'dangerous', 'southern_border', 'could', 'easily', 'make', 'deal', 'decide', 'play', 'shutdown', 'politic', 'instead', 'order', 'power', 'mess'], ['year', 'anniversary', 'presidency', 'democrat', 'want', 'give', 'nice', 'present'], ['ask', 'republican', 'vote', 'senate', 'need', 'need', 'win', 'republican', 'election', 'even', 'tough', 'crime', 'border', 'even', 'well', 'military', 'amp', 'veteran'], ['america', 'first'], ['democrat', 'hold', 'military', 'hostage', 'desire', 'unchecked', 'illegal_immigration', 'let', 'happen'], ['beautiful', 'weather', 'great', 'country', 'perfect', 'day', 'woman', 'march', 'get', 'celebrate', 'historic', 'milestone', 'unprecedented', 'economic', 'success', 'wealth', 'creation', 'take', 'place', 'last', 'month', 'low', 'female', 'unemployment', 'year'], ['unprecedented', 'success', 'country', 'many', 'way', 'election', 'record', 'stock_market', 'strong', 'military', 'crime', 'border', 'amp', 'isis', 'judicial', 'strength', 'amp', 'number', 'low', 'unemployment', 'woman', 'amp', 'massive', 'tax_cut', 'end', 'individual_mandate', 'much', 'big'], ['trump', 'administration', 'terminate', 'unnecessary', 'regulation', 'month', 'administration', 'terminate', 'full', 'term', 'office', 'matter', 'length', 'good', 'news', 'much', 'come'], ['eric', 'trump', 'judgejeanine', 'foxnew'], ['great', 'see', 'hard', 'republican', 'fight', 'military', 'safety', 'border', 'dem', 'want', 'illegal_immigrant', 'pour', 'nation', 'unchecked', 'stalemate', 'continue', 'republican', 'go', 'nuclear', 'option', 'vote', 'real', 'long', 'term', 'budget'], ['thank', 'brad', 'blakeman', 'foxnew', 'grade', 'year', 'presidency', 'likewise', 'doug', 'schoen', 'good', 'grade', 'statement', 'work', 'hard'], ['democrat', 'turn', 'service', 'security', 'citizen', 'favor', 'service', 'security', 'non', 'citizen', 'good'], ['democrat', 'shut', 'government', 'interest', 'far', 'leave', 'base', 'want', 'powerless'], ['end', 'democrat', 'obstruction', 'https', 'co', 'tzbxilvw'], ['big', 'win', 'republican', 'democrat', 'cave', 'shutdown', 'want', 'big', 'win', 'everyone', 'include', 'republican', 'democrat', 'daca', 'especially', 'great', 'military', 'border_security', 'able', 'get', 'see', 'negotiating', 'table'], ['even', 'crazy', 'jim', 'acosta', 'fake_news', 'cnn', 'agree', 'trump', 'world', 'source', 'dance', 'end', 'zone', 'trump', 'win', 'schumer', 'dem', 'cave', 'gamble', 'lose', 'thank', 'honesty', 'jim'], ['big', 'story', 'long', 'time', 'fbi', 'say', 'miss', 'month', 'worth', 'lover', 'strzok', 'page', 'text', 'perhaps', 'prime', 'time'], ['big', 'story', 'long', 'time', 'fbi', 'say', 'miss', 'month', 'worth', 'lover', 'strzok', 'page', 'text', 'perhaps', 'prime', 'time'], ['nobody', 'know', 'sure', 'republican', 'amp', 'democrat', 'able', 'reach', 'deal', 'daca', 'february', 'everyone', 'try', 'big', 'additional', 'focus', 'put', 'military', 'strength', 'border_security', 'dem', 'learn', 'shutdown', 'answer'], ['thank', 'general', 'john_kelly', 'fantastic', 'job', 'staff', 'other', 'white_house', 'job', 'well', 'do', 'long', 'hour', 'fake', 'reporting', 'make', 'job', 'difficult', 'always', 'great', 'win'], ['important', 'text', 'message', 'fbi', 'lover', 'lisa_page', 'peter_strzok', 'blame', 'samsung'], ['cryin_chuck', 'schumer', 'fully', 'understand', 'especially', 'humiliating', 'defeat', 'wall', 'daca', 'must', 'safety', 'security', 'together', 'strong', 'military', 'great', 'people'], ['tremendous', 'investment', 'company', 'world', 'make', 'america', 'never', 'anything', 'disney', 'morgan', 'chase', 'many', 'other', 'massive', 'regulation', 'reduction', 'tax_cut', 'make', 'powerhouse', 'long', 'way', 'go', 'job', 'job', 'job'], ['earlier', 'today', 'speak', 'govmattbevin', 'kentucky', 'regard', 'yesterday', 'shoot', 'marshall', 'county', 'high', 'school', 'thought', 'prayer', 'bailey', 'holt', 'preston', 'cope', 'family', 'wound', 'victim', 'recovery'], ['great', 'honor', 'welcome', 'mayor', 'america', 'administration', 'always', 'support', 'local', 'government', 'listen', 'leader', 'know', 'community', 'best', 'together', 'usher', 'bold', 'new', 'era', 'peace', 'prosperity', 'https', 'co', 'dmyectnk', 'https', 'co', 'rsv'], ['soon', 'head', 'davos_switzerland', 'tell', 'world', 'great', 'america', 'economy', 'booming', 'get', 'well', 'country', 'finally', 'win'], ['great', 'bilateral', 'meeting', 'prime_minister', 'theresa', 'may', 'united_kingdom', 'affirm', 'special', 'relationship', 'commitment', 'work', 'together', 'key', 'national_security', 'challenge', 'economic', 'opportunity', 'wef', 'https', 'co', 'fpp', 'ardayt'], ['productive', 'bilateral', 'meeting', 'prime_minister', 'benjamin', 'netanyahu', 'israel', 'davos_switzerland', 'wef', 'https', 'co', 'szm', 'yi', 'tj'], ['today', 'american', 'everywhere', 'remember', 'brave_man', 'woman', 'nasa', 'lose', 'live', 'nation', 'eternal', 'quest', 'expand', 'boundary', 'human', 'potential', 'https', 'co', 'https', 'co', 'jtjkusdbqa'], ['interview', 'squawkcnbc', 'joesquawk', 'come', 'ame', 'davos_switzerland', 'enjoy', 'wef', 'https', 'co', 'egylxnfbd'], ['honor', 'meet', 'republic', 'rwanda', 'president', 'paul', 'kagame', 'morning', 'davos_switzerland', 'many', 'great', 'discussion', 'wef', 'https', 'co', 'sapzwvhdib'], ['great', 'bilateral', 'meeting', 'president', 'alain_berset', 'swiss', 'confederation', 'continue', 'strengthen', 'great', 'friendship', 'honor', 'switzerland', 'wef', 'https', 'co', 'plrcpqkz'], ['join', 'live', 'world', 'economic', 'forum', 'davos_switzerland', 'wef', 'https', 'co', 'fdhejcmv', 'https', 'co', 'dukjlvtwb'], ['head', 'back', 'exciting', 'day', 'davos_switzerland', 'speech', 'america', 'economic', 'revival', 'well', 'receive', 'many', 'people', 'meet', 'invest', 'maga'], ['daca', 'make', 'increasingly', 'difficult', 'fact', 'cryin_chuck', 'schumer', 'take', 'beat', 'shutdown', 'unable', 'act', 'immigration'], ['thank', 'wonderful', 'welcome', 'wef', 'davos', 'https', 'co', 'iqkoqjxr'], ['thank', 'brandon', 'judd', 'national', 'border_patrol', 'council', 'strong', 'statement', 'foxandfriend', 'badly', 'need', 'wall', 'must', 'also', 'end', 'loophole', 'catch', 'amp', 'release', 'clean', 'legal', 'procedure', 'border', 'safety', 'amp', 'security', 'reason'], ['holocaust', 'remembrance', 'day', 'mourn', 'grieve', 'murder', 'innocent', 'jewish', 'man', 'woman', 'child', 'million', 'other', 'perish', 'evil', 'nazi', 'genocide', 'pledge', 'may', 'resolve', 'never', 'https', 'co', 'https', 'co', 'szhtou'], ['taliban', 'target', 'innocent', 'afghan', 'brave', 'police', 'kabul', 'today', 'thought', 'prayer', 'go', 'victim', 'first_responder', 'allow', 'taliban', 'win'], ['offer', 'daca', 'wonderful', 'deal', 'include', 'double', 'number', 'recipient', 'amp', 'year', 'pathway', 'citizenship', 'reason', 'republican', 'want', 'fix', 'long', 'time', 'terrible', 'problem', 'show', 'democrat', 'want', 'solve', 'daca'], ['democrat', 'interested', 'border', 'safety', 'amp', 'security', 'funding', 'rebuild', 'military', 'interested', 'obstruction'], ['somebody', 'inform', 'jay', 'policy', 'black', 'unemployment', 'report', 'low', 'rate', 'ever', 'record'], ['economy', 'well', 'many', 'decade', 'business', 'come', 'back', 'america', 'never', 'chrysler', 'example', 'leave', 'mexico', 'come', 'back', 'usa', 'unemployment', 'near', 'record', 'low', 'right', 'track'], ['congratulation', 'america', 'new', 'secretary', 'hhsgov', 'alex', 'https', 'co', 'inqact'], ['join', 'live', 'sotuhttps', 'co', 'slktwxfhi'], ['head', 'beautiful', 'west_virginia', 'great', 'member', 'republican_party', 'planning', 'infrastructure', 'discuss', 'immigration', 'daca', 'easy', 'support', 'democrat', 'dem', 'vote', 'bill', 'need', 'republican'], ['march', 'rapidly', 'approach', 'democrat', 'nothing', 'daca', 'resist', 'blame', 'complain', 'obstruct', 'nothing', 'start', 'push', 'nancy_pelosi', 'dem', 'work', 'daca', 'fix'], ['thank', 'nice', 'compliment', 'review', 'state', 'union', 'speech', 'people', 'watch', 'high', 'number', 'history', 'foxnew', 'beat', 'network', 'first', 'time', 'ever', 'people', 'tune', 'deliver', 'heart'], ['democrat', 'call', 'daca', 'nancy_pelosi', 'chuck_schumer', 'get', 'move', 'fast', 'disappoint', 'great', 'chance', 'make', 'deal', 'blame', 'dem', 'march', 'come', 'fast'], ['top', 'leadership', 'investigator', 'fbi', 'justice_department', 'politicize', 'sacred', 'investigative', 'process', 'favor', 'democrat', 'republican', 'something', 'would', 'unthinkable', 'short', 'time', 'ago', 'rank', 'amp', 'file', 'great', 'people'], ['hillary_clinton', 'democratic', 'party', 'try', 'hide', 'fact', 'give', 'money', 'gps', 'fusion', 'create', 'dossier', 'use', 'ally', 'obama', 'administration', 'convince', 'court', 'misleadingly', 'account', 'spy', 'trump', 'team', 'tom', 'fitton'], ['american', 'receive', 'bonus', 'benefit', 'employer', 'result', 'great', 'start', 'unemployment_rate', 'average', 'earning', 'last', 'year', 'new', 'american', 'job', 'maga', 'https', 'co', 'upqsvbhrqj'], ['trump', 'orator', 'outline', 'greatness', 'america', 'democrat', 'disgust', 'https', 'co', 'xpirrtty'], ['today', 'honor', 'join', 'great', 'man', 'woman', 'dhsgov', 'customsborder', 'icegov', 'uscis', 'custom', 'border', 'protection', 'national', 'target', 'center', 'sterling', 'virginia', 'fact', 'sheet', 'https', 'co', 'wgdzdo', 'https', 'co', 'necua'], ['rasmussen', 'announce', 'approval_rating', 'jump', 'far', 'well', 'number', 'win', 'election', 'high', 'certain', 'sacred', 'cow', 'trump', 'poll', 'way', 'also', 'medium', 'refuse', 'write', 'someday'], ['memo', 'totally', 'vindicate', 'trump', 'probe', 'russian', 'witch_hunt', 'go', 'collusion', 'obstruction', 'word', 'use', 'year', 'look', 'endlessly', 'find', 'nothing', 'collusion', 'dead', 'american', 'disgrace'], ['great', 'job', 'number', 'finally', 'many', 'year', 'rise', 'wage', 'nobody', 'even', 'talk', 'russia', 'russia', 'russia', 'fact', 'year', 'look', 'collusion'], ['page', 'memo', 'release', 'friday', 'report', 'disturb', 'fact', 'fbi', 'fisa', 'appear', 'use', 'influence', 'election', 'aftermath', 'fbi', 'fail', 'inform', 'court', 'clinton', 'campaign', 'fund', 'dossier', 'fbi', 'become'], ['tool', 'anti', 'trump', 'political', 'actor', 'unacceptable', 'democracy', 'ought', 'alarm', 'anyone', 'want', 'fbi', 'nonpartisan', 'enforcer', 'law', 'fbi', 'straight', 'congress', 'hide', 'fact', 'investigator', 'wall_street', 'journal'], ['thought', 'prayer', 'victim', 'involved', 'morning', 'train', 'collision', 'south_carolina', 'thank', 'incredible', 'first_responder', 'work', 'do'], ['congratulation', 'philadelphia', 'eagle', 'great', 'super_bowl', 'victory'], ['democrat', 'push', 'universal', 'healthcare', 'thousand', 'people', 'march', 'uk', 'system', 'go', 'break', 'work', 'dem', 'want', 'greatly', 'raise_taxes', 'really', 'bad', 'non', 'personal', 'medical', 'care', 'thank'], ['thank', 'foxandfriend', 'expose', 'truth', 'perhaps', 'rating', 'soooo', 'much', 'better', 'untruthful', 'competition'], ['little', 'adam', 'schiff', 'desperate', 'run', 'high', 'office', 'big', 'liar', 'leaker', 'washington', 'right', 'comey', 'warner', 'brennan', 'clapper', 'adam', 'leave', 'close', 'committee', 'hearing', 'illegally', 'leak', 'confidential', 'information', 'must', 'stop'], ['deal', 'daca', 'include', 'strong', 'border_security', 'desperately_neede', 'wall', 'total', 'waste', 'time', 'march', 'rapidly', 'approach', 'dem', 'seem', 'care', 'daca', 'make', 'deal'], ['representative', 'devin', 'nune', 'man', 'tremendous', 'courage', 'grit', 'may', 'someday', 'recognize', 'great', 'american', 'hero', 'expose', 'endure'], ['thank', 'historic', 'sign', 'law', 'paycheck', 'go', 'way', 'taxis', 'go', 'way', 'america', 'open', 'business', 'https', 'co', 'gisfbddgxx'], ['disgraceful', 'person', 'illegally', 'country', 'kill', 'colt', 'linebacker', 'edwin', 'jackson', 'many', 'preventable', 'tragedy', 'must', 'get', 'dem', 'get', 'tough', 'border', 'illegal_immigration', 'fast'], ['prayer', 'best_wishe', 'family', 'edwin', 'jackson', 'wonderful', 'young', 'man', 'life', 'senselessly', 'take', 'colt'], ['polling', 'show', 'nearly', 'american', 'support', 'immigration', 'reform', 'package', 'include', 'daca', 'fully', 'secure', 'border', 'end', 'chain_migration', 'amp', 'cancel', 'visa_lottery', 'oppose', 'deal', 'serious', 'daca', 'want', 'open_border', 'https', 'co', 'xdmcdor'], ['need', 'st', 'century', 'merit_base', 'immigration', 'system', 'chain_migration', 'visa_lottery', 'outdate', 'program', 'hurt', 'economic', 'national_security', 'https', 'co', 'rp', 'gtr'], ['today', 'hear', 'experience', 'professional', 'community', 'leader', 'work', 'combat', 'threat', 'ms', 'reform', 'need', 'congress', 'defeat', 'watch', 'https', 'co', 'vpmtnko', 'https', 'co'], ['happy_birthday', 'president', 'united_states', 'america', 'ronald_reagan', 'https', 'co', 'jteglbhm'], ['congratulation', 'elonmusk', 'spacex', 'successful', 'falconheavy', 'launch', 'achievement', 'nasa', 'commercial', 'international', 'partner', 'continue', 'show', 'american', 'ingenuity', 'good', 'https', 'co', 'ezflspyjpk'], ['old', 'day', 'good', 'news', 'report', 'stock_market', 'would', 'go', 'today', 'good', 'news', 'report', 'stock_market', 'go', 'big', 'mistake', 'much', 'good', 'great', 'news', 'economy'], ['new', 'fbi', 'text', 'bombshell'], ['best_wishe', 'republic', 'korea', 'host', 'olympic', 'wonderful', 'opportunity', 'show', 'everyone', 'truly', 'great', 'nation', 'https', 'co', 'abom'], ['congratulation', 'republic', 'korea', 'magnificent', 'winter', 'olympic', 'south', 'korean', 'people', 'build', 'truly', 'inspiration', 'https', 'co', 'gin'], ['budget', 'agreement', 'today', 'important', 'great', 'military', 'end', 'dangerous', 'sequester', 'give', 'secretary', 'mattis', 'need', 'keep', 'america', 'great', 'republican', 'democrat', 'must', 'support', 'troop', 'support', 'bill'], ['head', 'shortly', 'make', 'remark', 'national', 'prayer', 'breakfast', 'washington', 'great', 'religious', 'political', 'leader', 'many', 'friend', 'include', 'producer', 'mark', 'burnett', 'wonderful', 'season', 'apprentice', 'triumph', 'looking_forward', 'seeing'], ['founder', 'invoke', 'creator', 'time', 'declaration', 'independence', 'currency', 'declare', 'god', 'trust', 'place', 'hand', 'heart', 'recite', 'pledge', 'allegiance', 'proclaim', 'nation', 'god', 'https', 'co', 'zukp', 'ezpo'], ['meet', 'henry', 'kissinger', 'pm', 'discuss', 'north_korea', 'china', 'middle_east'], ['long', 'open', 'eye', 'god', 'grace', 'open', 'heart', 'god', 'love', 'america', 'forever', 'land', 'free', 'home', 'brave', 'light', 'nation', 'https', 'co', 'cwxs'], ['time', 'end', 'visa_lottery', 'congress', 'must', 'secure', 'immigration', 'system', 'protect', 'american', 'https', 'co', 'yukxm'], ['senator', 'mark', 'warner', 'extensive', 'contact', 'lobbyist', 'russian', 'oligarch', 'warner', 'want', 'paper', 'trail', 'private', 'meeting', 'london', 'request', 'steele', 'fraudulent', 'dossier', 'fame', 'tie', 'crooked_hillary'], ['sign', 'bill', 'military', 'strong', 'ever', 'love', 'need', 'military', 'give', 'everything', 'first', 'time', 'happen', 'long', 'time', 'also', 'mean', 'job', 'job', 'job'], ['republican', 'congress', 'force', 'increase', 'spend', 'thing', 'want', 'order', 'finally', 'many', 'year', 'depletion', 'take_care', 'military', 'sadly', 'need', 'dem', 'vote', 'passage', 'must', 'elect', 'republican', 'election'], ['cost', 'non', 'military', 'line', 'never', 'come', 'elect', 'republican', 'election', 'bill', 'big', 'victory', 'military', 'much', 'waste', 'order', 'get', 'dem', 'vote', 'fortunately', 'daca', 'include', 'bill', 'negotiation', 'start'], ['drop', 'year', 'low'], ['democrat', 'send', 'political', 'long', 'response', 'memo', 'know', 'source', 'method', 'would', 'heavily', 'redact', 'whereupon', 'would', 'blame', 'white_house', 'lack', 'transparency', 'tell', 'send', 'back', 'proper', 'form'], ['accord', 'nytime', 'russian', 'sell', 'phony', 'secret', 'trump', 'ask', 'price', 'bring', 'pay', 'time', 'hope', 'people', 'see', 'amp', 'understanding', 'go', 'start', 'come', 'drain', 'swamp'], ['people', 'life', 'shatter', 'destroy', 'mere', 'allegation', 'true', 'false', 'old', 'new', 'recovery', 'someone', 'falsely', 'accuse', 'life', 'career', 'go', 'thing', 'longer', 'due', 'process'], ['view', 'trump', 'vindicate', 'last', 'several', 'week', 'mishandle', 'dossier', 'lie', 'clinton', 'dnc', 'dossier', 'show', 'victimize', 'victimize', 'obama', 'administration', 'use', 'sort'], ['agency', 'fbi', 'amp', 'doj', 'state', 'department', 'dig', 'dirt', 'day', 'lead', 'election', 'comey', 'conversation', 'donald', 'trump', 'believe', 'accurate', 'leaked', 'information', 'corrupt', 'tom', 'fitton', 'judicial_watch', 'foxnew'], ['republican', 'want', 'fix', 'daca', 'far', 'democrat', 'dem', 'branch', 'government', 'back', 'decide', 'anything', 'daca', 'want', 'campaign', 'issue', 'vote', 'republican'], ['thought', 'prayer', 'police_officer', 'family', 'everybody', 'westervillepd', 'https', 'co', 'aoingy', 'ky'], ['administration', 'identify', 'major', 'priority', 'create', 'safe', 'modern', 'lawful', 'immigration', 'system', 'fully', 'secure', 'border', 'end', 'chain_migration', 'cancel', 'visa_lottery', 'congress', 'must', 'secure', 'immigration', 'system', 'protect', 'american', 'https', 'co', 'xv', 'lgfhjbu'], ['many', 'positive', 'thing', 'go', 'fake_news', 'medium', 'want', 'go', 'negative', 'story', 'wonder', 'people', 'longer', 'trust', 'medium', 'approval', 'rating', 'correctly', 'low', 'level', 'history', 'maga'], ['hard', 'working', 'american', 'already', 'receive', 'large', 'bonus', 'pay', 'increase', 'recently', 'pass', 'amp', 'job', 'bill', 'get', 'better', 'far', 'ahead', 'schedule'], ['rep', 'great', 'republican', 'pennsylvania', 'early', 'supporter', 'make', 'fantastic', 'senator', 'strong', 'amp', 'smart', 'love', 'pennsylvania', 'amp', 'love', 'country', 'vote', 'tax_cut', 'bob', 'casey', 'listen', 'tax', 'hiker', 'pelosi', 'schumer'], ['speak', 'johnkasich', 'express', 'condolence', 'prayer', 'horrible', 'shoot', 'great', 'police_officer', 'westervillepd', 'true', 'tragedy'], ['big', 'week', 'infrastructure', 'stupidly', 'spend', 'middle_east', 'time', 'start', 'invest', 'country'], ['thank', 'sue', 'kruczek', 'lose', 'wonderful', 'talented', 'son', 'nick', 'opioid', 'scourge', 'kind_words', 'foxandfriend', 'fight', 'terrible', 'epidemic', 'hard', 'nick', 'die', 'vain'], ['journey', 'maga', 'begin', 'cpac', 'opportunity', 'reconnect', 'friend', 'supporter', 'something', 'look_forward', 'year', 'see', 'cpac'], ['infrastructure', 'plan', 'put', 'forward', 'receive', 'great', 'review', 'everyone', 'course', 'democrat', 'many', 'year', 'take', 'care', 'military', 'fix', 'road', 'bridge', 'tunnel', 'airport', 'bipartisan', 'make', 'deal', 'dem'], ['negotiation', 'daca', 'begin', 'republican', 'want', 'make', 'deal', 'democrat', 'say', 'want', 'make', 'deal', 'great', 'could', 'finally', 'many', 'year', 'solve', 'daca', 'puzzle', 'last', 'chance', 'never', 'opportunity', 'march'], ['come', 'together', 'celebrate', 'extraordinary', 'contribution', 'african_american', 'nation', 'thought', 'turn', 'hero', 'civil_rights', 'movement', 'courage', 'sacrifice', 'inspire', 'proclamation', 'https', 'co', 'sw', 'igijgwv', 'https', 'co', 'nx', 'aekzy'], ['today', 'honor', 'join', 'republican', 'democrat', 'house', 'senate', 'member', 'cabinet', 'discuss', 'urgent', 'nee', 'rebuild', 'restore', 'america', 'deplete', 'infrastructure', 'https', 'co', 'byoqjsjtt', 'https', 'co', 'bvbrdvhfcc'], ['prayer', 'condolence', 'family', 'victim', 'terrible', 'florida', 'shoot', 'child', 'teacher', 'anyone_else', 'ever', 'feel', 'unsafe', 'american', 'school'], ['speak', 'governor', 'rick_scott', 'work', 'closely', 'terrible', 'florida', 'school', 'shooting'], ['many', 'sign', 'florida', 'shooter', 'mentally', 'disturb', 'even', 'expel', 'school', 'bad', 'erratic', 'behavior', 'neighbor', 'classmate', 'know', 'big', 'problem', 'must', 'always', 'report', 'instance', 'authority'], ['republican', 'democrat', 'congress', 'work', 'hard', 'come', 'solution', 'daca', 'strongly', 'consider', 'system', 'merit_base', 'immigration', 'people', 'ready', 'willing', 'able', 'help', 'company', 'move', 'usa'], ['time', 'tragedy', 'bond', 'sustain', 'family', 'faith', 'community', 'country', 'bond', 'strong', 'force', 'hatred', 'evil', 'bond', 'grow', 'even', 'strong', 'hour', 'great', 'need', 'https', 'co', 'nscez', 'https', 'co', 'ootxmcsexb'], ['schumer', 'round', 'collin', 'immigration', 'bill', 'would', 'total', 'catastrophe', 'dhsgov', 'say', 'would', 'end', 'immigration', 'enforcement', 'america', 'create', 'giant', 'amnesty', 'include', 'dangerous', 'criminal', 'build_wall', 'expand', 'chain_migration', 'keep', 'visa'], ['lottery', 'continue', 'deadly', 'catch', 'release', 'bar', 'enforcement', 'even', 'future', 'illegal_immigrant', 'voting', 'amendment', 'would', 'vote', 'vote', 'open_border', 'dem', 'actually', 'serious', 'daca', 'support', 'grassley', 'bill'], ['presidential', 'proclamation', 'honor', 'victim', 'tragedy', 'parkland', 'florida', 'https', 'rtqwakisnr', 'https', 'co', 'nhs', 'zb'], ['leave', 'florida', 'today', 'meet', 'brave', 'people', 'earth', 'people', 'life', 'totally', 'shatter', 'also', 'work', 'congress', 'many', 'front'], ['not', 'believe', 'badly', 'daca', 'recipient', 'treat', 'democrat', 'totally', 'abandon', 'republican', 'still', 'work', 'hard'], ['russia', 'start', 'campaign', 'long', 'announce', 'would', 'run', 'president', 'result', 'election', 'impact', 'trump', 'campaign', 'nothing', 'wrong', 'collusion'], ['entire_nation', 'heavy', 'heart', 'continue', 'pray', 'victim', 'amp', 'family', 'parkland', 'teacher', 'first_responder', 'medical', 'professional', 'respond', 'bravely', 'face', 'danger', 'thank', 'courage', 'https', 'co', 'yjsrebzmg', 'https', 'co', 'denty'], ['meet', 'incredible', 'people', 'last_night', 'broward', 'county', 'florida', 'never', 'forget', 'evening'], ['charge', 'deal', 'big', 'win', 'write', 'michael', 'goodwin', 'nypost', 'succinctly', 'state', 'russian', 'impact', 'election', 'result', 'collusion', 'trump', 'campaign', 'lose', 'old', 'fashioned', 'way', 'terrible', 'candidate', 'case', 'close'], ['deputy', 'rod', 'rosenstein', 'state', 'news', 'conference', 'allegation', 'indictment', 'american', 'know', 'participant', 'illegal', 'activity', 'allegation', 'indictment', 'charge', 'conduct', 'alter', 'outcome', 'election'], ['funny', 'fake_news', 'medium', 'want', 'say', 'russian', 'group', 'form', 'long', 'run', 'president', 'maybe', 'know', 'go', 'run', 'even_though', 'know'], ['fake_news', 'medium', 'never', 'fail', 'hard', 'ignore', 'fact', 'vice', 'president', 'facebook', 'ad', 'rob', 'goldman', 'https', 'co', 'xgc', 'ynzwyj'], ['see', 'russian', 'ad', 'say', 'definitively', 'sway', 'election', 'main', 'goal', 'rob', 'goldmanvice', 'president', 'facebook', 'ad', 'https', 'co', 'ft', 'cgjke'], ['want', 'solve', 'daca', 'problem', 'democrat', 'pass', 'gun', 'control', 'legislation', 'house', 'amp', 'senate', 'obama', 'administration', 'want', 'talk'], ['sad', 'fbi', 'miss', 'many', 'signal', 'send', 'florida', 'school', 'shooter', 'acceptable', 'spend', 'much', 'time', 'try', 'prove', 'russian_collusion', 'trump', 'campaign', 'collusion', 'get', 'back', 'basic', 'make', 'proud'], ['general', 'mcmaster', 'forgot', 'say', 'result', 'election', 'impact', 'change', 'russian', 'collusion', 'russia', 'crooked', 'dnc', 'dem', 'remember', 'dirty', 'dossier', 'uranium', 'speech', 'email', 'podesta', 'company'], ['never', 'get', 'fact', 'obama', 'able', 'send', 'billion_dollar', 'cash', 'iran', 'nobody', 'congress', 'fbi', 'justice', 'call', 'investigation'], ['finally', 'liddle', 'adam', 'schiff', 'leakin', 'monster', 'control', 'blame', 'obama', 'administration', 'russian_meddle', 'election', 'finally', 'right', 'something', 'obama', 'president', 'know', 'threat', 'nothing', 'thank', 'adam'], ['never', 'say', 'russia', 'meddle', 'election', 'say', 'may', 'russia', 'china', 'country', 'group', 'may', 'pound', 'genius', 'sit', 'bed', 'play', 'computer', 'russian', 'hoax', 'trump', 'campaign', 'collude', 'russia', 'never'], ['adam', 'schiff', 'start', 'blame', 'president', 'obama', 'russian_meddle', 'election', 'probably', 'yet', 'excuse', 'democrat', 'lead', 'fearless', 'leader', 'crooked_hillary', 'clinton', 'lose', 'election', 'great', 'candidate'], ['goal', 'russia', 'create', 'discord', 'disruption', 'chaos', 'committee', 'hearing', 'investigation', 'party', 'hatred', 'succeed', 'wildest', 'dream', 'laugh', 'ass', 'moscow', 'get', 'smart', 'america'], ['fake_news', 'big', 'rating', 'loser', 'cnn', 'https', 'co', 'rysv', 'cnvs'], ['great', 'pollster', 'john', 'mclaughlin', 'gop', 'generic', 'congressional', 'ballot', 'big', 'gain', 'last', 'week', 'guess', 'people', 'love', 'big', 'tax_cut', 'give', 'republican', 'cut', 'dem', 'want', 'take', 'away', 'need', 'republican'], ['thank', 'former', 'independent', 'counsel', 'whitewater', 'insight', 'powerful', 'word', 'abuse', 'russian_meddle', 'etc', 'really', 'great', 'interview', 'mariabartiromo'], ['great', 'friend', 'nascar', 'big', 'race', 'today', 'daytona', 'brian', 'france', 'france', 'family', 'special', 'people', 'enjoy', 'race'], ['watch', 'insecure', 'oprah', 'winfrey', 'point', 'know', 'well', 'interview', 'panel', 'people', 'minute', 'question', 'bias', 'slant', 'fact', 'incorrect', 'hope', 'oprah', 'run', 'expose', 'defeat', 'other'], ['great', 'reflective', 'president', 'day'], ['obama', 'president', 'election', 'something', 'russian_meddle'], ['mittromney', 'announce', 'run', 'senate', 'wonderful', 'state', 'utah', 'make', 'great', 'senator', 'worthy', 'successor', 'orrinhatch', 'full', 'support', 'endorsement'], ['economy', 'look', 'good', 'opinion', 'even', 'better', 'anticipated', 'company', 'pour', 'back', 'country', 'reverse', 'long', 'term', 'trend', 'leave', 'unemployment', 'number', 'look', 'great', 'regulation', 'amp', 'taxis', 'massively', 'cut', 'job', 'job', 'job'], ['faith', 'donald', 'trump', 'book', 'david', 'brody', 'scott', 'lamb', 'interesting', 'read', 'enjoy'], ['thank', 'foxandfriend', 'great', 'timeline', 'failure', 'obama', 'administration', 'russia', 'include', 'crimea', 'syria', 'much', 'start', 'win'], ['serious', 'person', 'would', 'suggest', 'somehow', 'could', 'even', 'rig', 'america', 'election', 'evidence', 'happen', 'happen', 'time', 'invite', 'trump', 'stop', 'whine', 'make', 'case', 'get', 'vote'], ['president', 'obama', 'election', 'think', 'crooked_hillary', 'go', 'win', 'want', 'rock', 'boat', 'easily', 'electoral_college', 'whole', 'game', 'change', 'russian', 'excuse', 'become', 'narrative', 'dem'], ['republican', 'lead', 'generic', 'poll', 'perhaps', 'popular', 'tax_cut', 'dem', 'want', 'take', 'away', 'actually', 'want', 'substantially', 'also', 'want', 'nothing', 'daca', 'want', 'fix'], ['matt', 'schlapp', 'cpac', 'exciting', 'event', 'big', 'difference', 'day', 'president', 'obama', 'hold', 'white_house', 'come', 'long', 'way', 'matt'], ['hope', 'republican', 'great', 'state', 'pennsylvania', 'challenge', 'new', 'push', 'congressional', 'map', 'way', 'supreme_court', 'necessary', 'original', 'correct', 'let', 'dem', 'take', 'election', 'away', 'raise_taxes', 'amp', 'waste', 'money'], ['much', 'tough', 'russia', 'obama', 'look', 'fact', 'total', 'fake_news'], ['woman', 'know', 'good', 'knowledge', 'never', 'meet', 'front_page', 'fake_news', 'washington_post', 'say', 'kiss', 'minute', 'lobby', 'trump', 'tower', 'years_ago', 'never', 'happen', 'would', 'public', 'space', 'live', 'security'], ['camera', 'run', 'false', 'accusation', 'washingtonpost', 'report', 'story', 'woman', 'take', 'money', 'make', 'story', 'home', 'mortgage', 'pay', 'foxnew', 'report', 'fit', 'mainstream_media', 'narrative'], ['main', 'street', 'boom', 'thank', 'incredible', 'reform', 'law', 'show', 'small_business', 'owner', 'optimistic', 'ready', 'grow', 'business', 'https', 'uwoj'], ['bad', 'rating', 'cnn', 'amp', 'msnbc', 'get', 'scamme', 'cover', 'anti', 'trump', 'russia', 'rally', 'wall', 'wall', 'probably', 'know', 'fake_news', 'rally', 'push', 'hard', 'really', 'dishonest', 'newscaster', 'public', 'wise'], ['true', 'thank', 'https', 'co', 'ttxlfokyz'], ['cnn', 'msnbc', 'republican', 'must', 'focus', 'strengthen', 'background', 'check'], ['question', 'russian_meddle', 'took_place', 'obama', 'administration', 'right', 'investigation', 'obama', 'something', 'meddle', 'dem', 'crime', 'investigation', 'ask', 'jeff', 'session'], ['great', 'billy_graham', 'dead', 'nobody', 'miss', 'christian', 'religion', 'special', 'man'], ['question', 'russian_meddle', 'took_place', 'obama', 'administration', 'right', 'investigation', 'obama', 'something', 'meddle', 'dem', 'crime', 'investigation', 'ask', 'jeff_session'], ['yesterday', 'great', 'honor', 'recognize', 'extraordinary', 'officer', 'first_responder', 'award', 'high', 'possible', 'decoration', 'bravery', 'public', 'safety', 'officer', 'medal', 'valor', 'americanheroe', 'https', 'co', 'wbbvy'], ['flotus_melania', 'join', 'million', 'people', 'world', 'mourn', 'pass', 'billy_graham', 'prayer', 'child', 'grandchild', 'great', 'grandchild', 'work', 'closely', 'reverend', 'graham', 'lifelong', 'ministry', 'https', 'co', 'tcyai'], ['always', 'remember', 'time', 'spend', 'today', 'courageous', 'student', 'teacher', 'family', 'much', 'love', 'midst', 'much', 'pain', 'must', 'let', 'must', 'keep', 'child', 'safe', 'full', 'listening', 'session', 'https', 'venyqx', 'https', 'co', 'capfx', 'odip'], ['never', 'say', 'give', 'teacher', 'gun', 'state', 'fake_news', 'cnn', 'say', 'look', 'possibility', 'give', 'conceal', 'gun', 'gun', 'adept', 'teacher', 'military', 'special', 'training', 'experience', 'good', 'teacher', 'lot', 'would', 'able'], ['immediately', 'fire', 'back', 'savage', 'sicko', 'come', 'school', 'bad', 'intention', 'highly_trained', 'teacher', 'would', 'also', 'serve', 'deterrent', 'coward', 'far', 'asset', 'much', 'less', 'cost', 'guard', 'school', 'magnet', 'bad', 'people', 'attack', 'would', 'end'], ['history', 'show', 'school', 'shooting', 'last', 'average', 'minute', 'take', 'police', 'amp', 'first_responder', 'approximately', 'minute', 'get', 'site', 'crime', 'highly_trained', 'gun', 'adept', 'teacher', 'coach', 'would', 'solve', 'problem', 'instantly', 'police', 'arrive', 'great', 'deterrent'], ['potential', 'sicko', 'shooter', 'know', 'school', 'large', 'number', 'weapon', 'talente', 'teacher', 'other', 'instantly', 'shoot', 'sicko', 'never', 'attack', 'school', 'coward', 'go', 'problem', 'solve', 'must', 'offensive', 'defense', 'alone', 'work'], ['strongly', 'push', 'comprehensive', 'background', 'check', 'emphasis', 'mental', 'health', 'raise', 'age', 'end', 'sale', 'bump', 'stock', 'congress', 'mood', 'finally', 'something', 'issue', 'hope'], ['many', 'people', 'understand', 'want', 'understand', 'wayne', 'chris', 'folk', 'work', 'hard', 'nra', 'great', 'people', 'great', 'american', 'patriot', 'love', 'country', 'right', 'thing', 'make_america', 'great'], ['meeting', 'lawmaker', 'today', 'discuss', 'school', 'safety', 'next_week', 'nation', 'governor', 'many', 'year', 'talk', 'action', 'get', 'do'], ['behalf', 'entire_nation', 'congratulation', 'woman', 'hockey', 'team', 'win', 'gold', 'goteamusa', 'olympic', 'https', 'co', 'cuzwlvgua'], ['today', 'great', 'honor', 'host', 'school', 'safety', 'roundtable', 'whitehouse', 'state', 'local', 'leader', 'officer', 'education', 'official', 'nothing', 'important', 'protect', 'child', 'deserve', 'safe', 'deliver', 'https', 'co', 'axgwxo'], ['school', 'shooting', 'survivor', 'say', 'quit', 'cnn', 'town_hall', 'refuse', 'script', 'question', 'tuckercarlson', 'much', 'cnn', 'fake_news', 'rating', 'bad', 'msnbc', 'may', 'worse'], ['member', 'remove', 'great', 'ice', 'border_patrol', 'agent', 'thousand', 'killer', 'come', 'back', 'el', 'salvador', 'mexico', 'water', 'el', 'salvador', 'take', 'money', 'mexico', 'must', 'help', 'problem', 'need', 'wall'], ['cpac', 'today'], ['arrive', 'south_korea', 'not', 'better', 'smart', 'person', 'represent', 'country'], ['still', 'interested', 'democrat', 'totally', 'forget', 'daca', 'lot', 'interest'], ['year', 'rebuild', 'nation', 'finally', 'rebuild', 'nation', 'restore', 'confidence', 'pride', 'cpac', 'https', 'iex'], ['salute', 'great', 'american', 'flag', 'put', 'hand', 'heart', 'pledge', 'allegiance', 'proudly', 'stand', 'national_anthem', 'cpac', 'https', 'co', 'qgkw', 'xgjp'], ['nation', 'motto', 'god', 'trust', 'week', 'nation', 'lose', 'incredible', 'leader', 'devoted', 'life', 'help', 'understand', 'word', 'really', 'mean', 'never', 'forget', 'historic', 'crowd', 'voice', 'energy', 'profound', 'faith', 'billy_graham', 'cpac', 'https', 'co', 'jonkv'], ['today', 'flotus_melania', 'honor', 'welcome', 'prime_minister', 'turnbullmalcolm', 'mrs', 'turnbull', 'australia', 'whitehouse', 'press_conference', 'https', 'co', 'rkokjgrsgu', 'https', 'co', 'pkjuw'], ['thank', 'great', 'man', 'woman', 'united_states', 'secretservice', 'job', 'well', 'do'], ['true', 'wayne', 'low', 'black', 'unemployment', 'history', 'https', 'co', 'gdxxjdzqum'], ['armed', 'educator', 'trust', 'people', 'work', 'school', 'love', 'student', 'protect', 'smart', 'people', 'must', 'firearm', 'adept', 'amp', 'annual', 'training', 'get', 'yearly', 'bonus', 'shooting', 'happen', 'big', 'amp', 'inexpensive', 'deterrent', 'state'], ['democrat', 'judge', 'totally', 'redrawn', 'election', 'line', 'great', 'state', 'pennsylvania', 'foxnew', 'unfair', 'republican', 'country', 'whole', 'must', 'appeal', 'united_states', 'supreme_court'], ['unemployment', 'claim', 'lowest_level', 'much', 'massive', 'cut', 'unnecessary', 'job', 'kill', 'regulation'], ['dem', 'longer', 'talk', 'daca', 'sight', 'mind', 'say', 'daca', 'beneficiary', 'happy', 'nancy_pelosi', 'truly', 'care', 'republican', 'stand', 'ready', 'make', 'deal'], ['big', 'cpac', 'straw', 'poll', 'result', 'approve', 'job', 'president', 'trump', 'thank', 'say', 'president', 'trump', 'tweet', 'funny', 'say', 'republican', 'congress', 'well', 'job', 'work', 'president', 'trump', 'start', 'happen'], ['democrat', 'memo', 'response', 'government', 'surveillance', 'abuse', 'total', 'political', 'legal', 'bust', 'confirm', 'terrible', 'thing', 'do', 'illegal'], ['dem', 'memo', 'fbi', 'disclose', 'client', 'campaign', 'dnc'], ['russian', 'compromise', 'information', 'donald', 'trump', 'foxnew', 'course', 'none', 'never', 'whole', 'witch_hunt', 'illegal', 'disgrace', 'obama', 'nothing', 'russia'], ['congressman', 'schiff', 'omit', 'distort', 'key', 'fact', 'foxnew', 'else', 'new', 'total', 'phony'], ['interview', 'judgejeanine', 'foxnew', 'enjoy'], ['get', 'good', 'point', 'somebody', 'justice_department', 'treasure', 'trove', 'evidence', 'mrs', 'clinton', 'criminality', 'hand', 'other', 'ought', 'investigate', 'fully', 'agree', 'president', 'judgenapolitano', 'marthamaccallum', 'show'], ['skeptical', 'collusion', 'obstruction', 'claim', 'last', 'year', 'see', 'evidence', 'term', 'collusion', 'bit', 'implausible', 'base', 'evidence', 'jonathan', 'turley', 'foxnew'], ['see', 'evidence', 'collusion', 'see', 'nothing', 'fire', 'aftermath', 'suggest', 'president', 'obstruct', 'justice', 'exercise', 'power', 'president', 'see', 'judge', 'ken', 'starr'], ['witch_hunt'], ['want', 'encourage', 'many', 'texas', 'friend', 'vote', 'primary', 'governor', 'greg', 'abbott', 'senator', 'lt', 'patrick', 'attorney_general', 'ken', 'paxton', 'help', 'make_america', 'great', 'vote', 'early', 'march'], ['american', 'consumer', 'confident', 'strong', 'job', 'market', 'boost', 'confidence', 'unemployment_rate', 'stay', 'year', 'low', 'https', 'co', 'avor'], ['texas', 'george_bush', 'back', 'politically_correct', 'thing', 'back', 'also', 'ac', 'mill', 'begin', 'trump', 'man', 'texas', 'also', 'support', 'comptroller', 'glenn', 'hegar', 'railroad', 'commissioner', 'christi', 'craddick'], ['senatorwick', 'mississippi', 'great', 'supporter', 'incredible', 'help', 'get', 'massive', 'bill', 'do', 'approve', 'also', 'big', 'help', 'cut', 'reg', 'election', 'way'], ['beautiful', 'map', 'thank', 'https', 'co', 'fyqdgkvsro'], ['big', 'legal', 'win', 'today', 'judge', 'side', 'trump', 'administration', 'reject', 'attempt', 'stop', 'government', 'build', 'great', 'border', 'wall', 'southern_border', 'important', 'project', 'go', 'forward'], ['heritage', 'foundation', 'state', 'trump', 'agenda', 'already', 'do', 'faster', 'even', 'ronald_reagan', 'blow', 'away', 'say', 'thomas', 'binion', 'heritage', 'president', 'trump', 'active', 'conservative', 'effective', 'huge', 'volume', 'amp', 'spectrum', 'issue'], ['decide', 'section', 'wall', 'california', 'want', 'build', 'build', 'whole', 'wall', 'approve', 'big', 'victory', 'yesterday', 'ruling', 'court', 'allow', 'proceed', 'country', 'must', 'border_security'], ['year', 'low', 'illegal', 'border', 'crossing', 'year', 'ice', 'border_patrol', 'agent', 'great', 'job', 'country', 'ms', 'thug', 'hit', 'hard'], ['jeff_session', 'ask', 'inspector_general', 'investigate', 'potentially', 'massive', 'fisa', 'abuse', 'take', 'forever', 'prosecutorial', 'power', 'already', 'late', 'report', 'comey', 'obama', 'guy', 'justice_department', 'lawyer', 'disgraceful'], ['today', 'center', 'great', 'chamber', 'lie', 'billy_graham', 'ambassador', 'christ', 'remind', 'world', 'power', 'prayer', 'gift', 'god', 'grace', 'https', 'co', 'amh', 'nfpjw'], ['start', 'small', 'bible', 'school', 'florida', 'billy_graham', 'soon', 'lead', 'nationwide', 'revival', 'large', 'tent', 'people', 'single', 'day', 'yankee', 'stadium', 'people', 'madison', 'square', 'garden', 'week', 'https', 'co', 'vvaemlbp'], ['today', 'honor', 'billy_graham', 'private', 'citizen', 'honor', 'say', 'prayer', 'country', 'land', 'lord', 'raise', 'man', 'woman', 'billy_graham', 'spread', 'message', 'love', 'hope', 'precious', 'child', 'god', 'https', 'co', 'lzuzpx'], ['honor', 'welcome', 'bipartisan', 'member', 'congress', 'discussion', 'safe', 'school', 'safe', 'community', 'continue', 'mourn', 'loss', 'many', 'precious', 'young', 'life', 'parkland', 'determine', 'turn', 'grief', 'action', 'full', 'meeting', 'https', 'co', 'tbl', 'scm', 'https', 'co', 'tmumusor'], ['many', 'idea', 'good', 'good', 'emerge', 'bipartisan', 'meeting', 'school', 'safety', 'yesterday', 'white_house', 'background', 'check', 'big', 'part', 'conversation', 'zone', 'prove', 'target', 'killer', 'many', 'year', 'bill', 'emerge', 'respect'], ['steel', 'aluminum', 'industry', 'many', 'other', 'decimate', 'decade', 'unfair', 'trade', 'bad', 'policy', 'country', 'world', 'must', 'let', 'country', 'company', 'worker', 'taken_advantage', 'longer', 'want', 'free', 'fair', 'smart', 'trade'], ['unemployment', 'filing', 'lowest_level', 'year', 'great', 'news', 'worker', 'job', 'job', 'job', 'maga', 'https', 'co', 'szhtarzfrw'], ['manufacturing', 'expand', 'fast', 'pace', 'may', 'https', 'co', 'xzkws', 'ttml'], ['consumer_confidence', 'february', 'highest', 'november', 'https', 'co', 'ugajrawexx'], ['together', 'face', 'challenge', 'national', 'family', 'conviction', 'unity', 'commitment', 'love', 'support', 'neighbor', 'time', 'dire', 'need', 'work', 'together', 'defeat', 'opioidepidemic', 'full', 'opioid', 'summit', 'https', 'co', 'qqfevr', 'bbf', 'https', 'co', 'ofvr', 'djmef'], ['jobless_claims', 'year', 'low'], ['manufacture', 'grow', 'fast', 'pace', 'almost', 'decade'], ['good', 'great', 'meeting', 'oval_office', 'tonight', 'nra'], ['alex', 'baldwin', 'die', 'mediocre', 'career', 'save', 'impersonation', 'snl', 'say', 'play', 'djt', 'agony', 'alex', 'also', 'agony', 'force', 'watch', 'terrible', 'bring', 'back', 'darrell', 'hammond', 'much', 'funny', 'talent'], ['country', 'usa', 'lose', 'many', 'billion', 'dollar', 'trade', 'virtually', 'country', 'business', 'trade', 'war', 'good', 'easy', 'win', 'example', 'certain', 'country', 'get', 'cute', 'trade', 'anymore', 'win', 'big', 'easy'], ['alec', 'baldwin', 'die', 'mediocre', 'career', 'save', 'terrible', 'impersonation', 'snl', 'say', 'play', 'agony', 'agony', 'force', 'watch', 'bring', 'back', 'darrell', 'hammond', 'funny', 'talent'], ['eric', 'family', 'look_forward', 'see', 'https', 'co', 'bsy'], ['must', 'protect', 'country', 'worker', 'steel', 'industry', 'bad', 'shape', 'steel', 'country'], ['country', 'taxis', 'product', 'come', 'say', 'tax', 'product', 'come', 'country', 'fair', 'smart', 'soon', 'start', 'reciprocal', 'taxis', 'charge', 'thing', 'charge', 'trade_deficit', 'choice'], ['rest', 'peace', 'billy_graham', 'https', 'co', 'qmouccvc'], ['head', 'billy_graham', 'funeral', 'special', 'man'], ['happy', 'day', 'https', 'co', 'eugmbku'], ['mainstream_media', 'mock', 'world', 'go', 'crazy', 'https', 'co', 'ugyujpua'], ['united_states', 'billion_dollar', 'yearly', 'trade_deficit', 'stupid', 'trade_deal', 'policy', 'job', 'wealth', 'give', 'country', 'taken_advantage', 'year', 'laugh', 'fool', 'leader'], ['want', 'increase', 'already', 'massive', 'tariff', 'barrier', 'company', 'business', 'simply', 'apply', 'tax', 'car', 'freely', 'pour', 'make', 'impossible', 'car', 'sell', 'big', 'trade', 'imbalance'], ['gridiron', 'dinner', 'last_night', 'great', 'fun', 'accomplish', 'lot', 'washington', 'never', 'well', 'time', 'something', 'especially', 'american', 'people'], ['lose', 'side', 'almost', 'trade_deals', 'friend', 'enemy', 'taken_advantage', 'many', 'year', 'steel', 'aluminum', 'industry', 'dead', 'sorry', 'time', 'change', 'make_america', 'great'], ['large', 'mexico', 'canada', 'nafta', 'renegotiation', 'right', 'bad', 'deal', 'massive', 'relocation', 'company', 'amp', 'job', 'tariff', 'steel', 'aluminum', 'come', 'new', 'amp', 'fair', 'nafta', 'agreement', 'sign', 'also', 'canada', 'must'], ['treat', 'farmer', 'much', 'better', 'highly', 'restrictive', 'mexico', 'must', 'much', 'stop', 'drug', 'pour', 'do', 'need', 'do', 'million', 'people', 'addict', 'die'], ['protect', 'country', 'must', 'protect', 'american', 'steel', 'america', 'first'], ['obama', 'administration', 'start', 'investigation', 'trump', 'campaign', 'proof', 'wrongdoe', 'long', 'election', 'november', 'want', 'discredit', 'crooked', 'would', 'win', 'unprecedented', 'big', 'watergate', 'obama', 'nothing', 'russian_meddle'], ['march', 'democrat', 'nowhere', 'find', 'daca', 'give', 'month', 'care', 'ready', 'make', 'deal'], ['new', 'fake_news', 'narrative', 'chaos', 'white_house', 'wrong', 'people', 'always', 'come', 'go', 'want', 'strong', 'dialogue', 'make', 'final', 'decision', 'still', 'people', 'want', 'change', 'always', 'seek', 'perfection', 'chaos', 'great', 'energy'], ['total', 'inaction', 'daca', 'dem', 'deal', 'make'], ['get', 'do', 'job', 'security', 'https', 'co', 'bubj', 'yr'], ['see', 'happen', 'https', 'co', 'qxoaufd'], ['low', 'rate', 'oscar', 'history', 'problem', 'star', 'anymore', 'president', 'kidding', 'course'], ['federal', 'judge', 'maryland', 'rule', 'president', 'trump', 'right', 'end', 'daca', 'president', 'obama', 'year', 'fix', 'problem', 'wait', 'dem', 'run', 'hill'], ['possible', 'progress', 'make', 'talk', 'north_korea', 'first', 'time', 'many', 'year', 'serious', 'effort', 'make', 'party', 'concerned', 'world', 'watch', 'wait', 'may', 'false', 'hope', 'ready', 'go', 'hard', 'direction'], ['make', 'decision', 'soon', 'appointment', 'new', 'chief', 'economic', 'advisor', 'many', 'people', 'want', 'job', 'choose', 'wisely'], ['great', 'couple', 'great', 'book', 'https', 'cldi', 'rin'], ['markburnetttv', 'realromadowney', 'bush', 'present', 'country', 'lose', 'factory', 'manufacture', 'job', 'accumulate', 'trade_deficit', 'trillion_dollar', 'last', 'year', 'trade_deficit', 'almost', 'billion_dollar', 'bad', 'policy', 'amp', 'leadership', 'must', 'win', 'maga'], ['bush', 'present', 'country', 'lose', 'factory', 'manufacture', 'job', 'accumulate', 'trade_deficit', 'trillion_dollar', 'last', 'year', 'trade_deficit', 'almost', 'billion_dollar', 'bad', 'policy', 'amp', 'leadership', 'must', 'win', 'maga'], ['china', 'ask', 'develop', 'plan', 'year', 'billion_dollar', 'reduction', 'massive', 'trade_deficit', 'united_states', 'relationship', 'china', 'good', 'look_forward', 'see', 'idea', 'come', 'back', 'must', 'act', 'soon'], ['act', 'swiftly', 'intellectual_property', 'theft', 'not', 'allow', 'happen', 'many', 'year'], ['looking_forward', 'meeting', 'today', 'white_house', 'protect', 'amp', 'build', 'steel', 'aluminum', 'industry', 'time', 'show', 'great', 'flexibility', 'cooperation', 'real', 'friend', 'treat', 'fairly', 'trade', 'military'], ['happy', 'first_lady', 'melania', 'trump', 'present', 'international', 'woman', 'courage', 'award', 'https', 'co', 'ewytfxgvn'], ['great', 'meeting', 'cabinet', 'whitehouse', 'today', 'maga', 'https', 'co', 'inwj', 'qtosz'], ['presidential', 'proclamation', 'adjust', 'import', 'steel', 'united_states', 'proclamation', 'https', 'co', 'https', 'nypercqfsu', 'https', 'co', 'fdyzeul'], ['presidential', 'proclamation', 'adjust', 'import', 'aluminum', 'united_states', 'proclamation', 'https', 'co', 'acamtoual', 'remark', 'https', 'co', 'nypercqfsu', 'https', 'co', 'rcrkpvchkz'], ['talk', 'south', 'korean', 'representative', 'freeze', 'also', 'missile', 'testing', 'north_korea', 'period', 'time', 'great', 'progress', 'make', 'sanction', 'remain', 'agreement', 'reach', 'meeting', 'plan'], ['job', 'job', 'job', 'maga', 'https', 'co', 'yaaqrca', 'zs'], ['look_forward', 'pennsylvania', 'tomorrow', 'support', 'rick_saccone', 'pa', 'big', 'crowd_expected', 'moon', 'township', 'vote', 'rick', 'see', 'maga'], ['right', 'repbost', 'thank', 'support', 'help', 'put', 'america', 'back', 'work', 'job', 'job', 'job', 'incredible', 'worker', 'put', 'america', 'first', 'https', 'co', 'chuqea', 'rsc'], ['speak', 'pm', 'turnbullmalcolm', 'australia', 'commit', 'fair', 'reciprocal', 'military', 'trade', 'relationship', 'work', 'quickly', 'security', 'agreement', 'impose', 'steel', 'aluminum', 'tariff', 'ally', 'great', 'nation', 'australia'], ['deal', 'north_korea', 'much', 'make', 'complete', 'good', 'world', 'time', 'place', 'determine'], ['deeply', 'sadden', 'tragic', 'situation', 'yountville', 'mourn', 'loss', 'incredible', 'woman', 'care', 'veteran'], ['chinese', 'xinping', 'speak', 'length', 'meeting', 'tell', 'appreciate', 'work', 'solve', 'problem', 'diplomatically', 'rather', 'go', 'ominous', 'alternative', 'china', 'continue', 'helpful'], ['congratulation', 'kristian', 'saucy', 'man', 'serve', 'proudly', 'navy', 'newly', 'find', 'freedom', 'go', 'life', 'deserve'], ['chinese', 'jinpe', 'speak', 'length', 'meeting', 'tell', 'appreciate', 'work', 'solve', 'problem', 'diplomatically', 'rather', 'go', 'ominous', 'alternative', 'china', 'continue', 'helpful'], ['speak', 'prime_minister', 'abe', 'japan', 'enthusiastic', 'talk', 'north_korea', 'also', 'discuss', 'open', 'japan', 'much', 'well', 'trade', 'currently', 'massive', 'trade_deficit', 'fair', 'sustainable', 'work'], ['head', 'moon', 'township', 'pennsylvania', 'really', 'good', 'person', 'state', 'representative', 'rick_saccone', 'run', 'congress', 'big', 'amp', 'happy', 'crowd', 'good', 'economic', 'number', 'ever', 'rick', 'help', 'lot', 'also', 'tough', 'crime', 'amp', 'border', 'love', 'amp', 'vet'], ['north_korea', 'conduct', 'missile', 'test', 'november', 'promise', 'meeting', 'believe', 'honor', 'commitment'], ['first', 'hour', 'hear', 'north_korea', 'leader', 'want', 'meet', 'talk', 'missile', 'launch', 'end', 'press', 'startled', 'amp', 'amazed', 'believe', 'follow', 'morning', 'news', 'become', 'fake', 'say', 'care'], ['european_union', 'wonderful', 'country', 'treat', 'badly', 'trade', 'complain', 'tariff', 'steel', 'amp', 'aluminum', 'drop', 'horrific', 'barrier', 'amp', 'tariff', 'product', 'go', 'likewise', 'drop', 'big', 'deficit', 'tax', 'car', 'fair'], ['join', 'live', 'moon', 'township', 'pennsylvania', 'pme', 'great', 'crowd', 'maga', 'rally', 'https', 'co', 'pyjng', 'wgdl'], ['epic', 'crowd', 'moon', 'township', 'pennsylvania', 'tonight', 'thank', 'get', 'tuesday', 'vote', 'rick_saccone', 'pa', 'together', 'make', 'america', 'great', 'https', 'co', 'ckbcosdq'], ['fail', 'time', 'purposely', 'write', 'false', 'story', 'state', 'unhappy', 'legal', 'team', 'russia', 'case', 'go', 'add', 'lawyer', 'help', 'wrong', 'happy', 'lawyer', 'dowd', 'cobb', 'jay', 'sekulow', 'great', 'job'], ['show', 'conclusively', 'collusion', 'russia', 'excuse', 'lose', 'collusion', 'do', 'dnc', 'democrats', 'crooked_hillary', 'writer', 'story', 'maggie', 'haberman', 'hillary', 'flunky', 'know', 'nothing', 'give', 'access'], ['republican', 'recent', 'congressional', 'race', 'point', 'fake_news', 'medium', 'continuously', 'fail', 'mention', 'back', 'campaigned', 'winner', 'give', 'credit', 'hopefully', 'rick_saccone', 'big', 'win', 'tuesday'], ['democrat', 'continue', 'obstruct', 'confirmation', 'hundred', 'good', 'talented', 'people', 'need', 'run', 'government', 'record', 'history', 'state', 'department', 'ambassador', 'many', 'other', 'slow', 'walk', 'senate', 'must', 'approve'], ['rasmussen', 'other', 'approval', 'rating', 'high', 'obama', 'political', 'pundit', 'love', 'say', 'approval', 'rating', 'somewhat', 'low', 'know', 'lie', 'say', 'turn', 'show', 'fake_news'], ['secretary', 'commerce', 'wilbur', 'ross', 'speak', 'representative', 'european_union', 'eliminate', 'large', 'tariff', 'barrier', 'fair', 'farmer', 'manufacturer'], ['strong', 'improvement', 'strengthen', 'background', 'check', 'fully', 'back', 'white_house', 'legislation', 'move', 'forward', 'bump', 'stock', 'soon', 'highly_traine', 'expert', 'teacher', 'allow', 'conceal', 'carry', 'state', 'law', 'armed', 'guard', 'deterrent'], ['age', 'limit', 'watch', 'court', 'case', 'ruling', 'act', 'state', 'make', 'decision', 'thing', 'move', 'rapidly', 'much', 'political', 'support', 'put', 'mildly'], ['school', 'mandate', 'zone', 'violence', 'danger', 'give', 'open', 'invitation', 'enter', 'almost', 'school', 'shooting', 'zone', 'coward', 'go', 'deterrent'], ['gazette', 'endorse', 'rick_saccone', 'congress', 'much', 'well', 'steel', 'business', 'strong', 'experience', 'country', 'need', 'lamb', 'always', 'vote', 'pelosi', 'dem', 'raise_taxes', 'weak', 'crime', 'border'], ['great', 'honor', 'welcome', 'world', 'series', 'champion', 'houston', 'astro', 'whitehouse', 'houstonstrong', 'https', 'io', 'jixa'], ['house', 'intelligence_committee', 'month', 'long', 'depth', 'investigation', 'find', 'evidence', 'collusion', 'coordination', 'trump', 'campaign', 'russia', 'influence', 'presidential', 'election'], ['economy', 'rage', 'time', 'high', 'set', 'get', 'even', 'well', 'job', 'wage', 'vote', 'rick_saccone', 'keep', 'go'], ['mike_pompeo', 'director', 'cia', 'become', 'new', 'secretary', 'state', 'fantastic', 'job', 'thank', 'service', 'gina_haspel', 'become', 'new', 'director', 'cia', 'first', 'woman', 'choose', 'congratulation'], ['head', 'see', 'border', 'wall', 'prototype', 'california', 'https', 'fu', 'ukc'], ['accord', 'center', 'immigration', 'study', 'wall', 'pay', 'curb', 'importation', 'crime', 'drug', 'illegal_immigrant', 'tend', 'go', 'federal', 'dole', 'https', 'co', 'ndlc', 'jzwwe'], ['california', 'sanctuary', 'policy', 'illegal', 'put', 'safety', 'security', 'entire_nation', 'risk', 'thousand', 'dangerous', 'amp', 'violent', 'criminal_alien', 'release', 'result', 'sanctuary', 'policy', 'set', 'free', 'prey', 'innocent', 'american', 'must', 'stop'], ['wall', 'system', 'go', 'country', 'congress', 'must', 'fund', 'border', 'wall', 'amp', 'prohibit', 'grant', 'sanctuary', 'jurisdiction', 'threaten', 'security', 'country', 'amp', 'people', 'country', 'must', 'enforce', 'law', 'protect', 'people', 'buildthewall', 'https', 'co', 'ngqnueukvj'], ['great', 'honor', 'deliver', 'message', 'marine', 'core', 'air', 'station', 'miramar', 'great', 'military', 'straight', 'heart', 'american', 'people', 'support', 'thank', 'love', 'always', 'back', 'https', 'co', 'negcr', 'rm'], ['great', 'honor', 'deliver', 'message', 'marine_corps', 'air', 'station', 'miramar', 'great', 'military', 'straight', 'heart', 'american', 'people', 'support', 'thank', 'love', 'always', 'back', 'https', 'co', 'oct', 'nh'], ['nation', 'pray', 'country', 'thank', 'god', 'united_states', 'marine', 'thank', 'america', 'https', 'co', 'vkxbd', 'cgh'], ['hundred', 'good', 'people', 'include', 'important', 'ambassador', 'judge', 'block', 'slow', 'walk', 'democrat', 'senate', 'many', 'important', 'position', 'government', 'unfilled', 'obstruction', 'bad', 'history'], ['perhaps', 'time', 'history', 'business', 'fundamental', 'company', 'better', 'today'], ['incredible', 'cabinet', 'secretary', 'testify', 'hill', 'morning', 'nee', 'rebuild', 'nation', 'crumble', 'infrastructure', 'need', 'build', 'fast', 'amp', 'need', 'build', 'future', 'thank', 'senatecommerce', 'hosting', 'hearing'], ['not', 'keep', 'blind', 'eye', 'rampant', 'unfair', 'trade', 'practice', 'country'], ['thank', 'host', 'maga', 'https', 'phh', 'dvlx'], ['today', 'house', 'take', 'major', 'step', 'secure', 'school', 'pass', 'stop', 'school', 'violence', 'act', 'must', 'put', 'safety', 'america', 'child', 'first', 'improve', 'training', 'give', 'school', 'well', 'tool', 'tragedy', 'parkland', 'happen', 'ever'], ['together', 'make', 'america', 'great', 'https', 'co', 'cuutl', 'szxq'], ['wonderful', 'back', 'missouri', 'push', 'historic', 'tax_cut', 'begin', 'months_ago', 'promise', 'would', 'cut', 'taxis', 'bring', 'main', 'street', 'roaring', 'back', 'exactly', 'happen', 'https', 'co', 'kpofeii'], ['join', 'thought', 'prayer', 'aviator', 'family', 'incredible', 'usnavy', 'https', 'co', 'bhhrp'], ['larry', 'kudlow', 'chief', 'economic', 'advisor', 'director', 'national', 'economic', 'council', 'country', 'many', 'year', 'great', 'economic', 'amp', 'financial', 'success', 'low', 'taxis', 'unparallele', 'innovation', 'fair', 'trade', 'ever', 'expand', 'labor', 'force', 'lead', 'way', 'maga'], ['trade_deficit', 'canada', 'almost', 'country', 'massive', 'justin', 'trudeau', 'canada', 'good', 'guy', 'say', 'canada', 'surplus', 'negotiate', 'almost', 'know'], ['honor', 'welcome', 'prime_minister', 'leo', 'varadkar', 'ireland', 'whitehouse', 'https', 'co', 'wnizr'], ['continue', 'monitor', 'heartbreake', 'bridge', 'collapse', 'fiu', 'tragic', 'many', 'brave', 'first_responder', 'rush', 'save', 'life', 'thank', 'courage', 'pray', 'evening', 'affect'], ['president', 'donald', 'trump', 'deliver', 'remark', 'shamrock', 'bowl', 'presentation', 'prime_minister', 'varadkar', 'east_room', 'white_house', 'https', 'co', 'zbogpae'], ['thought', 'prayer', 'go', 'family', 'loved_one', 'brave', 'troop', 'lose', 'helicopter', 'crash', 'iraq', 'syria', 'border', 'yesterday', 'sacrifice', 'service', 'country', 'never', 'forget'], ['would', 'great', 'republican_party', 'nevada', 'unity', 'good', 'guy', 'danny', 'tarkanian', 'would', 'run', 'congress', 'dean', 'heller', 'really', 'good', 'job', 'could', 'run', 'senate', 'unoppose'], ['consumer_confidence', 'hit', 'year', 'high', 'https', 'co', 'txjssrom'], ['fire', 'great', 'day', 'hard', 'work', 'man', 'woman', 'fbi', 'great', 'day', 'democracy', 'sanctimonious', 'james_comey', 'boss', 'make', 'mccabe', 'look', 'choirboy', 'know', 'lie', 'corruption', 'go', 'high', 'level', 'fbi'], ['happy', 'stpatricksday', 'https', 'smhb'], ['house', 'intelligence_committee', 'conclude', 'collusion', 'russia', 'trump', 'campaign', 'many', 'finding', 'however', 'tremendous', 'leak', 'lie', 'corruption', 'high', 'level', 'fbi', 'justice', 'amp', 'state', 'draintheswamp'], ['fake_news', 'mccabe', 'catch', 'call', 'fire', 'many', 'hundred', 'thousand', 'dollar', 'give', 'wife', 'campaign', 'crooked', 'friend', 'terry', 'also', 'investigation', 'many', 'lie', 'many', 'leak', 'comey', 'know', 'much'], ['mueller', 'probe', 'never', 'start', 'collusion', 'crime', 'base', 'fraudulent', 'activity', 'fake', 'dossier', 'pay', 'crooked_hillary', 'dnc', 'improperly', 'use', 'court', 'surveillance', 'campaign', 'witch_hunt'], ['watch', 'comey', 'lie', 'oath', 'senator', 'ask', 'ever', 'anonymous', 'source', 'know', 'someone', 'else', 'anonymous', 'source', 'say', 'strongly', 'never', 'lie', 'show', 'clearly', 'foxandfriend'], ['spend', 'little', 'time', 'andrew_mccabe', 'never', 'take', 'note', 'believe', 'make', 'memo', 'help', 'agenda', 'probably', 'later_date', 'lie', 'call', 'fake', 'memo'], ['mueller', 'team', 'harden', 'democrats', 'big', 'crooked_hillary', 'supporter', 'republican', 'dem', 'recently', 'add', 'anyone', 'think', 'fair', 'collusion'], ['seanhannity', 'foxandfriend', 'great'], ['total', 'witch_hunt', 'massive', 'conflict', 'interest'], ['democrat', 'want', 'help', 'daca', 'would', 'easy', 'make', 'deal'], ['nation', 'found', 'farmer', 'independence', 'farmer', 'continent', 'tame', 'farmer', 'farmer', 'always', 'lead', 'way', 'proud', 'delivering'], ['austin', 'bombing', 'suspect', 'dead', 'great', 'job', 'law_enforcement', 'concern'], ['department', 'justice', 'urge', 'least', 'hear', 'driver', 'license', 'case', 'illegal_immigrant', 'arizona', 'agree', 'loudobbs', 'seek', 'review'], ['special', 'council', 'tell', 'find', 'crime', 'crime', 'exist', 'opposed', 'selection', 'mueller', 'special', 'council', 'still', 'oppose', 'think', 'president', 'trump', 'right', 'say', 'never', 'special', 'council', 'appoint'], ['probable', 'believe', 'crime', 'collusion', 'otherwise', 'obstruction', 'justice', 'state', 'harvard', 'alan_dershowitz'], ['special', 'council', 'tell', 'find', 'crime', 'crime', 'exist', 'oppose', 'selection', 'mueller', 'special', 'council', 'still', 'oppose', 'think', 'president', 'trump', 'right', 'say', 'never', 'special', 'council', 'appoint'], ['call', 'president', 'putin', 'russia', 'congratulate', 'election', 'victory', 'past', 'obama', 'call', 'also', 'fake_news', 'medium', 'craze', 'want', 'excoriate', 'wrong', 'get', 'russia', 'other', 'good', 'thing', 'bad', 'thing'], ['help', 'solve', 'problem', 'north_korea', 'syria', 'ukraine', 'isis', 'iran', 'even', 'come', 'arm', 'race', 'bush', 'try', 'get', 'smart', 'obama', 'clinton', 'try', 'energy', 'chemistry', 'remember', 'reset', 'peace', 'strength'], ['get', 'start', 'wall', 'southern_border', 'rest', 'forthcome', 'importantly', 'get', 'rebuild', 'military', 'next', 'year', 'ever', 'waste', 'money', 'dem', 'giveaway', 'order', 'take_care', 'military', 'pay', 'increase', 'new', 'equipment'], ['democrat', 'refuse', 'take_care', 'daca', 'would', 'easy', 'care', 'fight', 'military', 'start', 'wall'], ['crazy', 'joe', 'biden', 'try', 'act', 'tough', 'guy', 'actually', 'weak', 'mentally', 'physically', 'yet', 'threaten', 'second', 'time', 'physical', 'assault', 'know', 'would', 'go', 'fast', 'hard', 'cry', 'way', 'threaten', 'people', 'joe'], ['remember', 'say', 'campaign', 'donald', 'trump', 'give', 'great', 'speech', 'draw', 'big', 'crowd', 'spend', 'much', 'less', 'money', 'use', 'social_media', 'well', 'crooked_hillary', 'large', 'highly', 'sophisticated', 'staff', 'say', 'anymore'], ['candidate', 'pledge', 'elect', 'would', 'lawful', 'tool', 'combat', 'unfair', 'trade', 'protect', 'american', 'worker', 'defend', 'national_security', 'today', 'take', 'critical', 'step', 'fulfill', 'commitment', 'https', 'nbi', 'dibmx', 'https', 'co', 'nmzqos', 'bua'], ['honor', 'charlie', 'thank', 'maga', 'https', 'co', 'zbxfxnvmlp'], ['pleased', 'announce', 'effective', 'ambjohnbolton', 'new', 'national_security', 'advisor', 'thankful', 'service', 'general', 'mcmaster', 'do', 'outstanding', 'job', 'amp', 'always', 'remain', 'friend', 'official', 'contact', 'handover'], ['house', 'intelligence_committee', 'vote', 'release', 'final', 'report', 'finding', 'evidence', 'provide', 'collusion', 'trump', 'campaign', 'amp', 'russia', 'obama', 'administration', 'post', 'election', 'response', 'insufficient', 'clapper', 'provide', 'inconsistent', 'testimony', 'medium', 'contact'], ['daca', 'abandon', 'democrat', 'unfair', 'would', 'tie', 'desperately_needed', 'wall'], ['consider', 'veto', 'omnibus', 'spending', 'bill', 'base', 'fact', 'daca', 'recipient', 'totally', 'abandon', 'democrat', 'even', 'mention', 'bill', 'border', 'wall', 'desperately_neede', 'national', 'defense', 'fully', 'fund'], ['news', 'conference', 'white_house', 'concern', 'omnibus', 'spending', 'bill'], ['obama', 'administration', 'legalize', 'bump', 'stock', 'bad', 'idea', 'promise', 'today', 'department', 'justice', 'issue', 'rule', 'ban', 'bump', 'stock', 'mandate', 'comment', 'period', 'ban', 'device', 'turn', 'legal', 'weapon', 'illegal', 'machine', 'gun'], ['matter', 'national_security', 'sign', 'omnibus', 'spending', 'bill', 'say', 'congress', 'never', 'sign', 'bill', 'prevent', 'omnibus', 'situation', 'ever', 'happen', 'call', 'congress', 'give', 'line', 'item', 'veto', 'govt', 'spending', 'bill', 'https', 'co', 'kywmk', 'ae'], ['thought', 'prayer', 'victim', 'horrible', 'attack', 'france', 'yesterday', 'grieve', 'nation', 'loss', 'also', 'condemn', 'violent', 'action', 'attacker', 'anyone', 'would', 'provide', 'support', 'emmanuelmacron'], ['france', 'honor', 'great', 'hero', 'officer', 'die', 'bravely', 'swap', 'place', 'hostage', 'isis', 'relate', 'terror_attack', 'much', 'bravery', 'world', 'constantly', 'fight', 'radical_islamic', 'terrorism', 'even', 'strong', 'measure', 'need', 'especially', 'border'], ['amp', 'billion_dollar', 'get', 'rebuild', 'military', 'many', 'job', 'create', 'military', 'rich', 'build', 'great', 'border', 'wall', 'drug', 'poison', 'enemy', 'combatant', 'pour', 'country', 'national', 'defense', 'build_wall'], ['much', 'do', 'give', 'building', 'fix', 'border', 'wall', 'payment', 'work', 'start', 'immediately', 'rest', 'money', 'come', 'remember', 'daca', 'democrat', 'abandon'], ['many', 'lawyer', 'top', 'law', 'firm', 'want', 'represent', 'russia', 'case', 'believe', 'fake_news', 'narrative', 'hard', 'find', 'lawyer', 'want', 'take', 'fame', 'amp', 'fortune', 'never', 'turn', 'lawyer', 'conflicted', 'problem', 'new'], ['lawyer', 'law', 'firm', 'take', 'month', 'get', 'speed', 'reason', 'bill', 'unfair', 'great', 'country', 'happy', 'exist', 'team', 'collusion', 'russia', 'crooked_hillary', 'dem'], ['happy', 'national', 'medalofhonorday', 'hero', 'love', 'https', 'co'], ['president', 'donald', 'trump', 'proclaim', 'march', 'greek', 'independence', 'day', 'national', 'day', 'celebration', 'greek', 'american', 'democracy', 'https', 'co', 'gwsj', 'uk', 'xd', 'https', 'co', 'gltmwxina'], ['howiecarrshow', 'write', 'book', 'everyone', 'talk', 'great', 'help', 'veteran', 'journalist', 'great', 'influence', 'call', 'amazing', 'political', 'campaign', 'modern', 'time', 'book', 'call', 'really', 'happen', 'enjoy', 'maga', 'https', 'co', 'jyhjpojkhe'], ['economy', 'look', 'really', 'good', 'many', 'year', 'see', 'kind', 'number', 'underlie', 'strength', 'company', 'perhaps', 'never', 'better'], ['much', 'fake_news', 'never', 'voluminous', 'inaccurate', 'country', 'great'], ['great', 'news', 'maga', 'https', 'co', 'mrqgrjkozc'], ['trade', 'talk', 'go', 'numerous', 'country', 'many', 'year', 'treat', 'united_state', 'fairly', 'end', 'happy'], ['pleased', 'welcome', 'opioid', 'memorial', 'president', 'park', 'april', 'encourage', 'visit', 'remember', 'lose', 'deadly', 'epidemic', 'keep', 'fight', 'defeat', 'opioid', 'crisis', 'https', 'co', 'ayjyecr'], ['second_amendment', 'never', 'repeal', 'much', 'democrat', 'would', 'see', 'happen', 'word', 'yesterday', 'former', 'supreme_court', 'justice', 'steven', 'way', 'need', 'republican', 'must', 'always', 'hold', 'supreme_court'], ['year', 'many', 'administration', 'everyone', 'say', 'peace', 'korean', 'peninsula', 'even', 'small', 'possibility', 'good', 'chance', 'right', 'people', 'humanity', 'look_forward', 'meeting'], ['receive', 'message', 'china', 'meeting', 'go', 'well', 'kim', 'look', 'forward', 'meeting', 'meantime', 'unfortunately', 'maximum', 'sanction', 'pressure', 'must', 'maintain', 'cost'], ['ustraderep', 'announced', 'agreement', 'principle', 'south_korea', 'korus', 'great', 'deal', 'american', 'korean', 'worker', 'let', 'focus', 'important', 'security', 'relationship'], ['administration', 'stand', 'solidarity', 'brave', 'citizen', 'orange', 'county', 'defend', 'right', 'california', 'illegal', 'sanctuary', 'policy', 'california', 'sanctuary', 'law'], ['release', 'know', 'dangerous', 'criminal', 'community', 'state', 'citizen', 'right', 'protect', 'federal', 'law', 'strong', 'border'], ['great', 'briefing', 'afternoon', 'start', 'southern_border', 'wall', 'https', 'co', 'pmcnoxxlkh'], ['pleased', 'announce', 'intend', 'nominate', 'highly_respected', 'admiral', 'ronny', 'jackson', 'md', 'new', 'secretary', 'veteran', 'affair'], ['interim', 'hon', 'robert', 'wilkie', 'dod', 'serve', 'act', 'secretary', 'thankful', 'david', 'shulkin', 'service', 'country', 'great', 'veteran'], ['state', 'concern', 'amazon', 'long', 'election', 'other', 'pay', 'little', 'taxis', 'state', 'amp', 'local', 'government', 'postal', 'system', 'delivery', 'boy', 'cause', 'tremendous', 'loss', 'put', 'many', 'thousand', 'retailer', 'business'], ['go', 'rebuild', 'crumble', 'infrastructure', 'well', 'place', 'begin', 'campaign', 'great', 'state', 'ohio', 'tremendous', 'honor', 'today', 'state', 'art', 'training', 'site', 'skill', 'american_worker', 'forge', 'refined', 'https', 'ks'], ['job', 'job', 'job', 'unemployment', 'claim', 'fall', 'year', 'low', 'together', 'make', 'economy', 'great', 'https', 'co', 'hdqm'], ['washington', 'spend', 'trillion', 'build', 'foreign', 'country', 'allow', 'infrastructure', 'fall', 'state', 'total', 'disrepair', 'time', 'rebuild', 'american', 'worker', 'american', 'grit', 'american', 'pride', 'https', 'co', 'rpzi'], ['https', 'luid'], ['report', 'post_office', 'lose', 'average', 'package', 'deliver', 'amazon', 'amount', 'billion', 'dollar', 'fail', 'time', 'report', 'size', 'company', 'lobbying', 'staff', 'balloon'], ['include', 'fake', 'washington_post', 'use', 'lobbyist', 'register', 'increase', 'parcel', 'rate', 'amazon', 'shipping', 'cost', 'would', 'rise', 'post_office', 'scam', 'must', 'stop', 'amazon', 'must', 'pay', 'real', 'cost', 'taxis'], ['governor', 'jerry', 'moonbeam', 'brown', 'pardon', 'criminal', 'illegal_alien', 'crime', 'include', 'kidnap', 'robbery', 'badly', 'beat', 'wife', 'threaten', 'crime', 'intent', 'terrorize', 'deal', 'drug', 'really', 'great', 'people', 'california', 'want', 'foxnew'], ['happy_easter'], ['border_patrol', 'agent', 'allow', 'properly', 'job', 'border', 'ridiculous', 'liberal', 'democrat', 'law', 'catch', 'amp', 'release', 'get', 'dangerous', 'caravan', 'come', 'republican', 'must', 'go', 'nuclear', 'option', 'pass', 'tough', 'law', 'daca', 'deal'], ['mexico', 'little', 'nothing', 'stop', 'people', 'flow', 'mexico', 'southern_border', 'laugh', 'dumb', 'immigration_law', 'must', 'stop', 'big', 'drug', 'people', 'flow', 'stop', 'cash', 'cow', 'nafta', 'need', 'wall'], ['big', 'flow', 'people', 'try', 'take', 'advantage', 'daca', 'want', 'act'], ['mexico', 'absolute', 'power', 'let', 'large', 'caravan', 'people', 'enter', 'country', 'must', 'stop', 'northern', 'border', 'border', 'law', 'work', 'allow', 'pass', 'country', 'effective', 'border', 'law'], ['congress', 'must', 'immediately', 'pass', 'border', 'legislation', 'nuclear', 'option', 'necessary', 'stop', 'massive', 'inflow', 'drug', 'people', 'border_patrol', 'agent', 'ice', 'great', 'weak', 'dem', 'law', 'allow', 'job', 'act', 'congress', 'country', 'steal'], ['daca', 'dead', 'democrat', 'care', 'act', 'everyone', 'want', 'get', 'daca', 'bandwagon', 'long', 'work', 'must', 'build_wall', 'secure', 'border', 'proper', 'border', 'legislation', 'democrat', 'want', 'border', 'hence', 'drug', 'crime'], ['mexico', 'make', 'fortune', 'nafta', 'strong', 'border', 'law', 'pathetic', 'money', 'make', 'hopefully', 'stop', 'people', 'come', 'country', 'least', 'congress', 'change', 'immigration_law'], ['funny', 'watch', 'fake_news', 'network', 'dishonest', 'group', 'people', 'ever', 'deal', 'criticize', 'sinclair', 'broadcasting', 'biased', 'sinclair', 'far', 'superior', 'cnn', 'even', 'fake', 'nbc', 'total_joke'], ['fool', 'bad', 'say', 'money', 'lose', 'post_office', 'make', 'money', 'amazon', 'lose', 'fortune', 'change', 'also', 'fully', 'tax', 'pay', 'retailer', 'close', 'store', 'country', 'level_playing', 'field'], ['sad', 'department', 'justice', 'fbi', 'slow', 'walk', 'even', 'give', 'unredacted', 'document', 'request', 'congress', 'embarrassment', 'country'], ['honor', 'host', 'annual', 'whitehouse', 'easter', 'egg', 'roll', 'https', 'co', 'bomjrk', 'fyk'], ['president', 'donald', 'trump', 'proclaim', 'april', 'world', 'autism', 'awareness', 'day', 'https', 'co', 'ecbchfll'], ['ridiculous', 'sound', 'law', 'country', 'easily', 'allow', 'send', 'cross', 'southern_border', 'back', 'come', 'whole', 'big', 'waste', 'procedure', 'must', 'take', 'place', 'mexico', 'canada', 'tough', 'immigration_law', 'obama', 'joke', 'act', 'congress'], ['hondura', 'mexico', 'many', 'country', 'generous', 'send', 'many', 'people', 'country', 'weak', 'immigration', 'policy', 'caravan', 'head', 'must', 'pass', 'tough', 'law', 'build_wall', 'democrat', 'allow', 'open_borders', 'drug', 'crime'], ['nomination', 'include', 'diplomat', 'foreign', 'land', 'confirm', 'due', 'democrat', 'obstruction', 'delay', 'rate', 'would', 'take', 'year', 'allow', 'great', 'people', 'start', 'work', 'never', 'happen', 'disgraceful'], ['president', 'trump', 'approval', 'rate', 'likely', 'voter', 'hit', 'percent', 'monday', 'put', 'high', 'former', 'president', 'barack_obama', 'score', 'point', 'first', 'term', 'accord', 'new', 'poll', 'anna_giaritelli', 'dcexaminer', 'https', 'co', 'zzycnodcqj'], ['lightitupblue', 'https', 'co', 'jazse', 'yee'], ['fake_news', 'network', 'knowingly', 'sick', 'biased', 'agenda', 'worried', 'competition', 'quality', 'sinclair', 'broadcast', 'faker', 'cnn', 'cbs', 'do', 'much', 'dishonest', 'reporting', 'allow', 'get', 'award', 'fiction'], ['big', 'caravan', 'people', 'hondura', 'come', 'mexico', 'head', 'weak', 'law', 'border', 'better', 'stop', 'get', 'cash', 'cow', 'nafta', 'play', 'foreign', 'aid', 'hondura', 'country', 'allow', 'happen', 'congress', 'must', 'act'], ['check', 'fact', 'get', 'job', 'rating', 'challenge', 'cnn', 'state', 'totally', 'anti', 'trump', 'little', 'jeff', 'zuker', 'job', 'jeopardy', 'much', 'fun', 'lately', 'clean', 'strengthen', 'cnn', 'get', 'back', 'honest', 'reporting'], ['thank', 'rasmussen', 'honest', 'polling', 'hit', 'high', 'cheatin', 'obama', 'time', 'administration'], ['right', 'amazon', 'cost', 'united_states', 'post_office', 'massive_amount', 'money', 'delivery', 'boy', 'amazon', 'pay', 'cost', 'bourne', 'american', 'taxpayer', 'many', 'billion', 'dollar', 'leader', 'clue'], ['today', 'honor', 'welcome', 'estonia', 'president', 'kerstikaljulaid', 'lithuania', 'president', 'latvia', 'president', 'vejonis', 'whitehouse', 'congratulation', 'anniversary', 'independence', 'balticsummit', 'https', 'co', 'xachz', 'zuse', 'https', 'co', 'rrftytgevb'], ['protect', 'southern_border', 'https', 'co'], ['brief', 'shoot', 'youtube', 'bruno', 'california', 'thought', 'prayer', 'everybody', 'involve', 'thank', 'phenomenal', 'officer', 'first_responder', 'currently', 'scene'], ['border', 'law', 'weak', 'mexico', 'canada', 'strong', 'congress', 'must', 'change', 'obama', 'era', 'law', 'democrat', 'stand', 'way', 'want', 'people', 'pour', 'country', 'unchecked', 'crime', 'take', 'strong', 'action', 'today'], ['trade', 'war', 'china', 'war', 'lose', 'many', 'foolish', 'incompetent', 'people', 'represent', 'trade_deficit', 'year', 'intellectual_property', 'theft', 'not', 'let', 'continue'], ['already', 'lose'], ['thought', 'prayer', 'marine', 'rd', 'marine', 'aircraft', 'wing', 'lose', 'life', 'yesterday', 'southern', 'california', 'helicopter', 'crash', 'pray', 'family', 'great', 'usmc'], ['today', 'honor', 'martin', 'luther', 'king', 'assassination', 'early', 'year', 'speak', 'king', 'legacy', 'justice', 'peace', 'impact', 'unite', 'american', 'mlk', 'proclamation', 'https', 'co', 'xxtpo', 'https', 'co', 'esmsymt'], ['still', 'rise', 'rasmussen', 'poll', 'show', 'donald', 'trump', 'approval', 'rating', 'percent', 'https', 'pae', 'gqo'], ['largely', 'break', 'thank', 'strong', 'immigration_laws', 'mexico', 'willingness', 'giant', 'scene', 'border', 'trump', 'administration', 'action', 'border', 'crossing', 'still', 'unacceptable', 'year', 'low', 'stop', 'drug'], ['fake_news', 'washington_post', 'amazon', 'chief', 'lobbyist', 'many', 'phony', 'headline', 'trump', 'defiant', 'china', 'add', 'trade', 'penalty', 'wrong', 'read', 'trump', 'defiant', 'add', 'trade', 'penalty', 'end', 'barrier', 'massive', 'theft', 'typically', 'bad', 'reporting'], ['thank', 'historic', 'america', 'open', 'business', 'million', 'american', 'worker', 'see', 'take', 'home', 'pay', 'high', 'wage', 'salary', 'bonus', 'https'], ['thank', 'wvgovernor', 'jim', 'justice', 'great', 'honor', 'amazing', 'people', 'west_virginia', 'today', 'maga', 'https', 'co', 'iwpuqnadmm'], ['aluminum', 'tariff', 'aluminum', 'price', 'people', 'surprised', 'lot', 'money', 'come', 'coffer', 'job', 'job', 'job'], ['china', 'great', 'economic', 'power', 'consider', 'develop', 'nation', 'world', 'trade', 'organization', 'therefore', 'get', 'tremendous', 'perk', 'advantage', 'especially', 'anybody', 'think', 'fair', 'badly', 'represent', 'wto', 'unfair'], ['believe', 'fake_news', 'medium', 'push', 'hard', 'story', 'go', 'replace', 'jeff_sessions', 'epa', 'chief', 'scott', 'pruitt', 'great', 'job', 'totally', 'siege', 'people', 'really', 'believe', 'stuff', 'much', 'medium', 'dishonest', 'corrupt'], ['america', 'open', 'business', 'https', 'co', 'jxdojpzmn'], ['bet', 'founder', 'trump', 'economy', 'bring', 'black', 'worker', 'back', 'labor', 'force', 'https', 'co', 'ttmdfi', 'bv'], ['congratulation', 'bernieandsid', 'new', 'wabcradio', 'morning', 'radio', 'show', 'city', 'honor', 'join', 'good_luck', 'https', 'co', 'sultcrp', 'ic'], ['speak', 'justintrudeau', 'pay', 'high', 'respect', 'condolence', 'family', 'terrible', 'humboldt', 'team', 'tragedy', 'may', 'god'], ['united_states', 'trade', 'surplus', 'china', 'year', 'must', 'end', 'unfair', 'trade', 'take', 'barrier', 'charge', 'reciprocal', 'tariff', 'lose', 'year', 'lose', 'billion', 'dollar', 'decade', 'not', 'continue'], ['seal', 'southern_border', 'people', 'great', 'country', 'want', 'safety', 'security', 'dem', 'disaster', 'important', 'issue'], ['lawmaker', 'house', 'judiciary', 'committee', 'angrily', 'accuse', 'department', 'justice', 'miss', 'thursday', 'deadline', 'turn', 'unredacted', 'document', 'relate', 'abuse', 'fbi', 'comey', 'lynch', 'mccabe', 'clinton', 'email', 'much', 'slow', 'walking', 'go', 'bad'], ['department', 'justice', 'fbi', 'hide', 'give', 'strongly', 'request', 'document', 'unredacted', 'house', 'judiciary', 'committee', 'stall', 'reason', 'look', 'good'], ['fire', 'trump', 'tower', 'confine', 'well', 'build', 'building', 'fireman', 'woman', 'great', 'job', 'thank'], ['security', 'spend', 'somewhat', 'predecessor', 'scott', 'pruitt', 'receive', 'death', 'threat', 'bold', 'action', 'epa', 'record', 'clean', 'air', 'amp', 'water', 'save', 'usa', 'billion', 'dollar', 'rent', 'market', 'rate', 'travel', 'expense', 'ok', 'scott', 'great', 'job'], ['fbi', 'close', 'case', 'hillary', 'rig', 'investigation', 'exonerate', 'even', 'ever', 'interview', 'never', 'even', 'put', 'oath', 'much', 'true', 'jesse', 'wattersworld'], ['washington_post', 'far', 'fiction', 'fact', 'story', 'story', 'make', 'make', 'garbage', 'poorly', 'write', 'novel', 'good', 'reporting', 'always', 'quote', 'source', 'name', 'many', 'exist', 'story', 'john_kelly', 'true', 'hit', 'job'], ['washington_post', 'far', 'fiction', 'fact', 'story', 'story', 'make', 'garbage', 'poorly', 'write', 'novel', 'good', 'reporting', 'always', 'quote', 'source', 'name', 'many', 'exist', 'story', 'john_kelly', 'true', 'hit', 'job'], ['president_xi', 'always', 'friend', 'matter', 'happen', 'dispute', 'trade', 'china', 'take', 'trade_barrier', 'right', 'thing', 'taxis', 'become', 'reciprocal', 'amp', 'deal', 'make', 'intellectual_property', 'great', 'future', 'country'], ['many', 'dead', 'include', 'woman', 'child', 'mindless', 'chemical', 'attack', 'syria', 'area', 'atrocity', 'lockdown', 'encircle', 'syrian', 'army', 'make', 'completely', 'inaccessible', 'outside', 'world', 'president', 'putin', 'russia', 'iran', 'responsible', 'backing', 'animal', 'assad', 'big', 'price'], ['pay', 'open', 'area', 'immediately', 'medical', 'help', 'verification', 'humanitarian', 'disaster', 'reason', 'whatsoever', 'sick'], ['president', 'obama', 'cross', 'state', 'red', 'line', 'sand', 'syrian', 'disaster', 'would', 'end', 'long', 'ago', 'animal', 'assad', 'would', 'history'], ['congratulation', 'patrick', 'ree', 'great', 'courageous', 'master', 'win', 'patrick', 'amazing', 'win', 'doral', 'people', 'see', 'great', 'talent', 'bright', 'future', 'ahead', 'master', 'champion'], ['car', 'send', 'united_states', 'china', 'tariff', 'pay', 'car', 'send', 'china', 'united_states', 'tariff', 'pay', 'sound', 'free', 'fair', 'trade', 'sound', 'stupid', 'trade', 'go', 'year'], ['democrat', 'right', 'country', 'rest', 'secure', 'border', 'restore', 'rule', 'law', 'https', 'co', 'zkggplaad'], ['great', 'cabinet', 'meeting', 'whitehouse', 'morning', 'https', 'co', 'kzmfovwueb', 'https', 'co', 'agbwbfnuw'], ['attorney', 'client', 'privilege', 'dead'], ['total', 'witch_hunt'], ['last_night', 'great', 'honor', 'host', 'america', 'senior', 'defense', 'military', 'leader', 'dinner', 'white_house', 'america', 'military', 'great', 'fighting', 'force', 'history', 'world', 'pledge', 'unwavere', 'commitment', 'man', 'woman', 'uniform', 'https', 'co', 'bjwkcmx', 'il'], ['thankful', 'china', 'kind_word', 'tarrifs', 'automobile', 'barrier', 'also', 'enlightenment', 'intellectual_property', 'technology', 'transfer', 'make', 'great', 'progress', 'together'], ['thankful', 'china', 'kind_word', 'tariff', 'automobile', 'barrier', 'also', 'enlightenment', 'intellectual_property', 'technology', 'transfer', 'make', 'great', 'progress', 'together'], ['today', 'great', 'honor', 'welcome', 'ncaa', 'football', 'national', 'champion', 'alabama', 'crimson', 'tide', 'white_house', 'congratulation', 'rolltidehttps', 'co', 'ezhlsvs', 'https', 'co', 'jfgue', 'iis'], ['fail', 'time', 'write', 'phony', 'story', 'political_pundit', 'doug', 'schoen', 'ukrainian', 'businessman', 'ask', 'short', 'speech', 'phone', 'skype', 'host', 'doug', 'ukraine', 'positive', 'ukraine', 'negative', 'fake', 'russia', 'story'], ['much', 'fake_news', 'go', 'white_house', 'calm', 'calculate', 'big', 'focus', 'open', 'fair', 'trade', 'china', 'come', 'north_korea', 'meeting', 'course', 'vicious', 'gas', 'attack', 'syria', 'feel', 'great', 'bolton', 'amp', 'larry', 'board'], ['thing', 'nobody', 'think', 'possible', 'never', 'end', 'corrupt', 'russia', 'investigation', 'take', 'tremendous', 'time', 'focus', 'collusion', 'obstruction', 'fight', 'back', 'unthinkable', 'raid', 'lawyer', 'office', 'information', 'bad'], ['russia', 'vow', 'shoot', 'missile', 'fire', 'syria', 'get', 'ready', 'russia', 'come', 'nice', 'new', 'smart', 'partner', 'gas', 'kill', 'animal', 'kill', 'people', 'enjoy'], ['relationship', 'russia', 'bad', 'ever', 'include', 'cold', 'war', 'reason', 'russia', 'need', 'help', 'economy', 'something', 'would', 'easy', 'need', 'nation', 'work', 'together', 'stop', 'arm', 'race'], ['much', 'bad', 'blood', 'russia', 'cause', 'fake', 'amp', 'corrupt', 'russia', 'investigation', 'head', 'democrat', 'loyalist', 'people', 'work', 'obama', 'mueller', 'conflict', 'rosenstein', 'sign', 'amp', 'comey', 'letter', 'collusion', 'go', 'crazy'], ['speaker', 'paul_ryan', 'truly', 'good', 'man', 'seek', 'election', 'leave', 'legacy', 'achievement', 'nobody', 'question', 'paul'], ['whitehouse', 'partner', 'interior', 'natlparkservice', 'bring', 'nscsafety', 'prescribe', 'death', 'opioid', 'memorial', 'ellipse', 'beginning', 'tomorrow', 'april', 'april', 'information', 'https', 'co', 'fpqxt', 'bl', 'https', 'co', 'xvscpqvakq'], ['trump', 'take', 'giant', 'step', 'actual', 'welfare', 'reform', 'https', 'co', 'lqlacddlug'], ['honor', 'republican', 'congressional', 'leadership', 'join', 'whitehouse', 'evening', 'lot', 'discuss', 'continue', 'make', 'america', 'great', 'https', 'co', 'nfdkcl'], ['big', 'show', 'tonight', 'seanhannity', 'foxnew'], ['want', 'fire', 'robert_mueller', 'december', 'report', 'fail', 'time', 'would', 'fire', 'fake_news', 'biased', 'newspaper'], ['california', 'governor', 'jerry_brown', 'right', 'thing', 'send', 'national', 'guard', 'border', 'thank', 'jerry', 'good', 'move', 'safety', 'country'], ['never', 'say', 'attack', 'syria', 'would', 'take', 'place', 'could', 'soon', 'soon', 'event', 'united_states', 'administration', 'do', 'great', 'job', 'ridding', 'region', 'isis', 'thank', 'america'], ['good_luck', 'mike_pompeo', 'confirmation', 'hearing', 'today', 'great', 'secretary', 'state'], ['yom', 'hashoah', 'remember', 'jew', 'slaughter', 'holocaust', 'pass', 'year', 'duty', 'remember', 'atrocity', 'increase', 'pledge', 'neveragain', 'https', 'co', 'tyga', 'vtjlt'], ['agree', 'historically', 'cooperative', 'discipline', 'approach', 'engage', 'robert_mueller', 'clinton', 'full', 'confidence', 'cobb', 'special_counsel', 'fully', 'advise', 'phase', 'process'], ['agricultural', 'roundtable', 'memember', 'congress', 'governor', 'make', 'remark', 'large_scale', 'give', 'american', 'family', 'worker', 'rose_garden', 'join', 'live', 'https', 'co', 'xachz', 'zuse', 'https', 'co', 'dqe', 'qhpdaz'], ['thank', 'american', 'worker', 'travel', 'today', 'event', 'dedicate', 'hardworking', 'american', 'make', 'nation', 'run', 'love', 'country', 'provide', 'family', 'pride', 'work', 'cherish', 'great', 'american', 'flag', 'taxcuts', 'https', 'co', 'rwalpcrph'], ['america', 'great', 'treasure', 'people', 'administration', 'hear', 'voice', 'back', 'fighting', 'give', 'american', 'future', 'dignity', 'purpose', 'pride', 'american', 'spirit', 'back', 'taxcuts', 'https', 'co', 'osgze', 'irbf'], ['would', 'join', 'tpp', 'deal', 'substantially', 'well', 'deal', 'offer', 'pre', 'obama', 'already', 'bilateral', 'deal', 'nation', 'tpp', 'work', 'make', 'deal', 'big', 'nation', 'japan', 'hit', 'hard', 'trade', 'year'], ['tremendous', 'pressure', 'building', 'never', 'border', 'wall', 'end', 'crime', 'cradle', 'sanctuary_citie', 'start', 'wall', 'people', 'push', 'really', 'hard', 'get', 'soon', 'protect'], ['prove', 'leaker', 'amp', 'liar', 'virtually', 'everyone', 'washington', 'think', 'fire', 'terrible', 'job', 'fact', 'fire', 'leaked_classified', 'information', 'prosecute', 'lied', 'congress', 'oath', 'weak'], ['untruthful', 'slime', 'ball', 'time', 'prove', 'terrible', 'director', 'fbi', 'handle', 'crooked_hillary', 'clinton', 'case', 'event', 'surround', 'go', 'bad', 'botch', 'job', 'history', 'great', 'honor', 'fire'], ['bring', 'factory', 'bring', 'job', 'bring', 'back', 'beautiful', 'word', 'make', 'usa', 'https', 'co', 'grabsryubx'], ['doj', 'issue', 'mccabe', 'report', 'total', 'disaster', 'lie', 'lie', 'lie', 'mccabe', 'totally', 'control', 'comey_mccabe', 'comey', 'collusion', 'make', 'den', 'thief', 'lowlife'], ['https', 'co', 'vlqyalcto'], ['perfectly', 'execute', 'strike', 'last_night', 'thank', 'france', 'united_kingdom', 'wisdom', 'power', 'fine', 'military', 'could', 'better', 'result', 'mission', 'accomplish'], ['proud', 'great', 'military', 'soon', 'spend', 'billion', 'fully', 'approve', 'dollar', 'fine', 'country', 'ever', 'anything', 'anyone', 'even', 'close'], ['unbelievably', 'james_comey', 'state', 'poll', 'crooked_hillary', 'lead', 'factor', 'handle', 'stupidly', 'email', 'probe', 'word', 'make', 'decision', 'base', 'fact', 'think', 'go', 'win', 'want', 'job', 'slimeball'], ['big', 'question', 'comey', 'badly', 'review', 'book', 'answer', 'come', 'give', 'classified_information', 'jail', 'lie', 'congress', 'jail', 'dnc', 'refuse', 'give', 'server', 'fbi', 'take', 'phony', 'memo', 'mccabe', 'amp'], ['comey', 'throw', 'ag', 'lynch', 'bus', 'find', 'happen', 'tarmac', 'back', 'plane', 'wild', 'bill', 'lynch', 'promise', 'supreme_court', 'seat', 'order', 'lie', 'hillary', 'golf', 'grandkid', 'talk', 'give', 'break'], ['syrian', 'raid', 'perfectly', 'carry', 'precision', 'way', 'fake_news', 'medium', 'could', 'demean', 'term', 'mission', 'accomplish', 'know', 'would', 'seize', 'feel', 'great', 'military', 'term', 'bring', 'back', 'often'], ['never', 'ask', 'comey', 'personal', 'loyalty', 'hardly', 'even', 'know', 'guy', 'many', 'lie', 'memo', 'self', 'serve', 'fake'], ['attorney', 'client', 'privilege', 'thing', 'many', 'many', 'lawyer', 'probably', 'wonder', 'office', 'even', 'home', 'go', 'raid', 'everything', 'include', 'phone', 'computer', 'take', 'lawyer', 'deflate', 'concern'], ['slippery', 'james_comey', 'man', 'always', 'end', 'badly', 'whack', 'smart', 'go', 'bad', 'fbi', 'director', 'history', 'far'], ['hit', 'rasmussen', 'poll', 'much', 'high', 'president', 'obama', 'point', 'phony', 'story', 'fake_news', 'hard', 'believe', 'thank', 'america', 'great', 'thing'], ['comey', 'draft', 'crooked_hillary', 'exoneration', 'long', 'talk', 'lie', 'congress', 'senator', 'base', 'decision', 'poll_number', 'disgruntle', 'mccabe', 'other', 'commit', 'many', 'crime'], ['russia', 'china', 'play', 'currency', 'devaluation', 'game', 'keep', 'raise', 'interest', 'rate', 'acceptable'], ['employment', 'taxis', 'enjoy'], ['florida', 'looking_forward', 'meeting', 'prime_minister', 'japan', 'work', 'trade', 'military', 'security'], ['looks_like', 'jerry_brown', 'california', 'look', 'safety', 'security', 'porous', 'border', 'not', 'come', 'term', 'national', 'guard', 'patrol', 'protect', 'border', 'high', 'crime', 'rate', 'get', 'higher', 'much', 'want', 'wall', 'already', 'start'], ['many', 'people', 'see', 'benefit', 'bill', 'everyone', 'talk', 'really', 'nice', 'see'], ['getting_ready', 'meet', 'prime_minister', 'japan', 'truly', 'fine', 'gentleman'], ['rasmussen', 'come', 'approval', 'fake_news', 'medium', 'accurate', 'election', 'day', 'inaccurate', 'cnn', 'abc', 'news', 'washington_post', 'change', 'get', 'new', 'pollster', 'much', 'medium', 'scam'], ['welcome', 'prime_minister', 'https', 'co', 'eyyfwdq'], ['today', 'court', 'decision', 'mean', 'congress', 'must', 'close', 'loophole', 'block', 'removal', 'dangerous', 'criminal_alien', 'include', 'aggravate', 'felon', 'public', 'safety', 'crisis', 'fix'], ['congress', 'house', 'senate', 'must', 'quickly', 'pass', 'legislative', 'fix', 'ensure', 'violent', 'criminal_alien', 'remove', 'society', 'keep', 'america', 'safe'], ['state', 'city', 'country', 'cheat', 'treat', 'badly', 'online', 'retailer', 'unfair', 'traditional', 'tax', 'pay', 'store'], ['flotus_melania', 'join', 'nation', 'celebrate', 'life', 'barbara', 'bush', 'https', 'co', 'nzyjxqafm'], ['flotus_melania', 'join', 'nation', 'celebrate', 'life', 'barbara', 'bush', 'https', 'co', 'iddqx'], ['great', 'honor', 'host', 'abeshinzo', 'https', 'co', 'qxmpcgrycf'], ['pastor_andrew', 'brunson', 'fine', 'gentleman', 'christian', 'leader', 'united_states', 'trial', 'persecute', 'turkey', 'reason', 'call', 'spy', 'spy', 'hopefully', 'allow', 'come', 'home', 'beautiful', 'family', 'belong'], ['south_korea', 'would', 'like', 'go', 'back', 'tpp', 'deal', 'united_state', 'many', 'contingency', 'way', 'get', 'work', 'bilateral', 'deal', 'far', 'efficient', 'profitable', 'well', 'worker', 'look', 'bad', 'wto'], ['revolution', 'go', 'california', 'soooo', 'many', 'sanctuary', 'area', 'want', 'ridiculous', 'crime', 'infest', 'amp', 'breeding', 'concept', 'jerry_brown', 'try', 'national', 'guard', 'border', 'people', 'state', 'happy', 'want', 'security', 'amp', 'safety'], ['sketch', 'year', 'later', 'nonexistent', 'man', 'total', 'con', 'job', 'play', 'fake_news', 'medium', 'fool', 'know', 'https', 'co', 'mhbfda'], ['mike_pompeo', 'meet', 'north_korea', 'last', 'week', 'meeting', 'go', 'smoothly', 'good', 'relationship', 'form', 'detail', 'summit', 'work', 'great', 'thing', 'world', 'also', 'north_korea'], ['slippery', 'bad', 'fbi', 'director', 'history', 'fire', 'phony', 'russia', 'investigation', 'way', 'collusion', 'dem'], ['best_wishes', 'prime_minister', 'netanyahu', 'people', 'great', 'independence', 'well', 'friend', 'anywhere', 'looking_forward', 'move', 'embassy', 'jerusalem', 'next', 'month'], ['prime_minister', 'abeshinzo', 'japan', 'morning', 'building', 'even', 'deeper', 'well', 'relationship', 'play', 'quick', 'round', 'golf', 'trump', 'international_golf', 'club', 'https', 'co', 'yqu', 'phifou'], ['great', 'working', 'luncheon', 'japanese', 'delegation', 'afternoon', 'https', 'co', 'ceih'], ['great', 'honor', 'host', 'friend', 'abeshinzo', 'delegation', 'past', 'day', 'lot', 'accomplish', 'thank', 'success', 'https', 'co', 'nnitfwfbl'], ['great', 'meeting', 'prime_minister', 'japan', 'leave', 'florida', 'talk', 'depth', 'north_korea', 'military', 'trade', 'good', 'thing', 'happen'], ['thank', 'san_diego', 'county', 'defend', 'rule', 'law', 'support', 'lawsuit', 'california', 'illegal', 'sanctuary', 'policy', 'dangerous', 'policy', 'release', 'violent', 'criminal', 'back', 'community', 'put', 'american', 'risk'], ['governor', 'jerry_brown', 'announce', 'deploy', 'national', 'guard', 'troop', 'nothing', 'crime', 'rate', 'california', 'high', 'enough', 'federal_government', 'pay', 'governor', 'brown', 'charade', 'need', 'border_security', 'action', 'word'], ['arrive', 'naskeywest', 'head', 'brief', 'joint', 'interagency', 'task', 'force', 'south', 'northcom', 'southcom', 'https', 'co', 'ixnbcg'], ['thank', 'jiatfsouth', 'norad_northcom', 'southcomwatch', 'dhsgov', 'keep', 'great', 'work', 'https', 'co'], ['marshablackburn', 'wonderful', 'woman', 'always', 'need', 'great', 'military', 'border_security', 'crime', 'love', 'work', 'hard', 'people', 'tennessee', 'full', 'endorsement', 'campaign'], ['democrat', 'obstruct', 'good', 'hopefully', 'great', 'people', 'want', 'give', 'big', 'portion', 'life', 'work', 'government', 'hence', 'american', 'people', 'slow', 'walk', 'nomination', 'hundred', 'people', 'rate', 'would', 'take', 'year', 'approval'], ['hopefully', 'senate', 'leave', 'washington', 'ambassador', 'judge', 'people', 'make', 'washington', 'work', 'approve', 'democrat', 'obstruct', 'process', 'need', 'people', 'approve', 'good', 'country'], ['mike_pompeo', 'outstanding', 'first', 'class', 'west', 'point', 'top', 'student', 'harvard', 'law', 'school', 'success', 'do', 'need', 'senate', 'approve', 'great', 'secretary', 'state'], ['thought', 'prayer', 'condolence', 'family', 'friend', 'colleague', 'gcsoflorida', 'deputy', 'hero', 'lose', 'live', 'line', 'duty', 'today'], ['sanctuary_citie', 'release', 'least', 'gang_member', 'united_state', 'make', 'easy', 'commit', 'form', 'violent', 'crime', 'none', 'would', 'exist', 'great', 'job', 'law_enforcement', 'thing', 'make', 'safety', 'america', 'difficult'], ['throw', 'andrew_mccabe', 'bus', 'inspector_general', 'report', 'mccabe', 'disaster', 'get', 'little', 'lot', 'medicine'], ['james_comey', 'memo', 'show', 'clearly', 'collusion', 'obstruction', 'also', 'leaked_classifie', 'information', 'witch_hunt', 'continue'], ['general', 'michael', 'flynn', 'life', 'totally', 'destroy', 'shadey', 'leak', 'lie', 'make', 'lot', 'money', 'third_rate', 'book', 'never', 'write', 'really', 'way', 'life', 'america', 'suppose', 'work', 'think'], ['exciting', 'agree', 'commencement', 'speaker', 'great', 'naval', 'academy', 'may', 'annapolis', 'maryland', 'looking_forward'], ['nancy_pelosi', 'go', 'absolutely', 'crazy', 'big', 'tax_cut', 'give', 'american', 'people', 'republican', 'get', 'democrat', 'vote', 'choice', 'want', 'end', 'substantially', 'republican', 'work', 'make', 'permanent', 'cut'], ['looks_like', 'opec', 'record', 'amount', 'oil', 'place', 'include', 'fully', 'load', 'ship', 'sea', 'oil_price', 'artificially', 'high', 'good', 'accept'], ['believe', 'bad', 'story', 'fake_news', 'medium', 'get', 'good', 'story', 'today', 'high', 'poll_number', 'include', 'election', 'day', 'american', 'public', 'wise', 'phony', 'dishonest', 'press', 'make_america', 'great'], ['hear', 'campaign', 'sue', 'obstructionist_democrats', 'good', 'news', 'counter', 'refuse', 'give', 'fbi', 'wendy', 'wasserman_schultz', 'server', 'document', 'hold', 'pakistani', 'mystery', 'man', 'clinton', 'email'], ['north_korea', 'agree', 'suspend', 'nuclear', 'test', 'close', 'major', 'test', 'site', 'good', 'news', 'north_korea', 'world', 'big', 'progress', 'look_forward', 'summit'], ['hear', 'campaign', 'sue', 'obstructionist_democrats', 'good', 'news', 'counter', 'refuse', 'give', 'fbi', 'debbie_wasserman', 'schultz', 'server', 'document', 'hold', 'pakistani', 'mystery', 'man', 'clinton', 'email'], ['illegally', 'leaked_classifie', 'document', 'press', 'order', 'generate', 'special', 'council', 'therefore', 'special', 'council', 'establish', 'base', 'illegal', 'act', 'really', 'everybody', 'know', 'mean'], ['message', 'north_korea', 'stop', 'nuclear', 'test', 'launch', 'ballistic', 'missile', 'also', 'shut', 'nuclear', 'test', 'site', 'country', 'northern', 'side', 'prove', 'vow', 'suspend', 'nuclear', 'test', 'progress', 'make'], ['new_york', 'time', 'third_rate', 'reporter', 'name', 'maggie', 'habberman', 'know', 'crooked', 'flunkie', 'speak', 'nothing', 'go', 'way', 'destroy', 'michael_cohen', 'relationship', 'hope', 'flip'], ['existent', 'source', 'drunk', 'drug', 'loser', 'hate', 'michael', 'fine', 'person', 'wonderful', 'family', 'michael', 'businessman', 'account', 'lawyer', 'always', 'like', 'amp', 'respected', 'people', 'flip', 'government', 'let', 'trouble', 'even'], ['mean', 'lie', 'make', 'story', 'sorry', 'see', 'michael', 'horrible', 'witch_hunt', 'dishonest', 'medium'], ['new_york', 'time', 'third_rate', 'reporter', 'name', 'maggie', 'haberman', 'know', 'crooked', 'flunkie', 'speak', 'nothing', 'go', 'way', 'destroy', 'michael_cohen', 'relationship', 'hope', 'flip'], ['existent', 'source', 'drunk', 'drug', 'loser', 'hate', 'michael', 'fine', 'person', 'wonderful', 'family', 'michael', 'businessman', 'account', 'lawyer', 'always', 'like', 'amp', 'respected', 'people', 'flip', 'government', 'let', 'trouble', 'even'], ['mean', 'lie', 'make', 'story', 'sorry', 'see', 'michael', 'horrible', 'witch_hunt', 'dishonest', 'medium'], ['join', 'washington', 'michigan', 'saturday', 'april', 'pm', 'maga', 'ticket', 'https', 'co', 'disosdqbuu', 'https', 'co', 'ghdtghw', 'fu'], ['fantastic', 'crowd', 'great', 'people', 'yesterday', 'key', 'west', 'florida', 'thank', 'https', 'co', 'hqoufgmbqs'], ['today', 'thought', 'prayer', 'entire', 'bush', 'family', 'memory', 'first_lady', 'barbara', 'bush', 'remembrance', 'display', 'locate', 'portrait', 'center', 'hall', 'whitehouse', 'https', 'co', 'auj', 'rlzyax'], ['head', 'southern', 'white_house', 'watch', 'funeral', 'service', 'barbara', 'bush', 'first_lady', 'melania', 'arrive', 'houston', 'pay', 'respect', 'beautiful', 'day'], ['funny', 'democrat', 'sue', 'republican', 'win', 'counter', 'force', 'turn', 'treasure', 'trove', 'material', 'include', 'server', 'email'], ['sylvester', 'stallone', 'call', 'story', 'heavyweight', 'box', 'champion', 'jack', 'johnson', 'trial', 'tribulation', 'great', 'life', 'complex', 'controversial', 'other', 'look', 'year', 'think', 'would', 'do', 'consider', 'full', 'pardon'], ['james_comey', 'memo', 'classify', 'declassify', 'belong', 'government', 'therefore', 'break', 'law', 'additionally', 'totally', 'make', 'many', 'thing', 'say', 'say', 'already', 'prove', 'liar', 'leaker', 'memo', 'clinton', 'lynch', 'amp', 'other'], ['washington_post', 'say', 'refer', 'jeff_session', 'magoo', 'rod', 'rosenstein', 'peeper', 'accord', 'people', 'president', 'speak', 'people', 'know', 'character', 'fake', 'amp', 'disgusting', 'news', 'create', 'ill'], ['least', 'memo', 'comey', 'share', 'friend', 'contain', 'classified_information', 'wall_street', 'journal'], ['gop', 'lawmaker', 'ask', 'session', 'investigate', 'comey', 'hillary_clinton', 'foxnew', 'good_luck', 'request'], ['sleepy_eyes', 'chuck_todd', 'fake_news', 'nbc', 'state', 'give', 'much', 'negotiation', 'north_korea', 'give', 'nothing', 'give', 'anything', 'amp', 'agree', 'great', 'world', 'site', 'closure', 'amp', 'testing'], ['long', 'way', 'conclusion', 'north_korea', 'maybe', 'thing', 'work', 'maybe', 'time', 'tell', 'work', 'do', 'long', 'time', 'ago'], ['die', 'happy', 'trump', 'job', 'performance', 'state', 'mary', 'matalin', 'great', 'overall', 'president', 'stun', 'thank', 'mary'], ['complete', 'witch_hunt'], ['funny', 'pundit', 'come', 'close', 'make', 'deal', 'north_korea', 'place', 'tell', 'make', 'deal'], ['kim', 'strassel', 'wsj', 'say', 'review', 'dumb', 'comey', 'memo', 'get', 'ask', 'purpose', 'special_counsel', 'dan', 'henninger', 'wsj', 'say', 'memo', 'would', 'show', 'would', 'weak', 'obstruction', 'case', 'ever', 'bring'], ['thank', 'incredible', 'officer', 'palm_beach', 'county', 'sheriff', 'office', 'keep', 'safe', 'cool', 'https', 'co', 'nlhxppwmzt'], ['hard', 'believe', 'obstructionist', 'may', 'vote', 'mike_pompeo', 'secretary', 'state', 'dem', 'approve', 'hundred', 'good', 'people', 'include', 'ambassador', 'germany', 'maxe', 'time', 'approval', 'process', 'never', 'happen', 'need', 'republican'], ['democrat', 'inspire', 'law', 'sanctuary_citie', 'border', 'bad', 'one_sided', 'instructed', 'secretary', 'homeland_security', 'let', 'large', 'caravan', 'people', 'country', 'disgrace', 'country', 'world', 'naive', 'wall'], ['mexico', 'law', 'immigration', 'tough', 'must', 'stop', 'people', 'go', 'mexico', 'may', 'make', 'condition', 'new', 'nafta', 'agreement', 'country', 'not', 'accept', 'happen', 'also', 'must', 'get', 'wall', 'funding', 'fast'], ['great', 'stat', 'january', 'number', 'people', 'force', 'food', 'stamp', 'american', 'people', 'finally', 'back', 'work'], ['great', 'meeting', 'discussion', 'friend', 'president', 'emmanuelmacron', 'france', 'midst', 'meeting', 'iran', 'syria', 'trade', 'hold', 'joint_press', 'conference', 'shortly', 'whitehouse', 'https', 'co', 'ju', 'fxhgjad'], ['american', 'stand', 'canada', 'prime_minister', 'justintrudeau', 'thought', 'prayer', 'torontostrong', 'https', 'co'], ['arizona', 'get', 'today', 'vote', 'debbielesko', 'congress', 'strong', 'border', 'immigration', 'crime', 'great', 'military', 'time', 'tick', 'get', 'vote', 'today', 'need', 'debbie', 'congress'], ['president', 'trump', 'call', 'france', 'relationship', 'unbreakable', 'history', 'show', 'right', 'https', 'co', 'gt', 'rvajo'], ['jimrenacci', 'work', 'hard', 'tax', 'reduction', 'illegal_immigration', 'border', 'crime', 'need', 'jim', 'badly', 'help', 'agenda', 'keep', 'make', 'america', 'great', 'fantastic', 'senator', 'great', 'state', 'ohio', 'full', 'endorsement'], ['jimrenacci', 'work', 'hard', 'tax', 'reduction', 'illegal_immigration', 'border', 'crime', 'need', 'jim', 'badly', 'help', 'agenda', 'keep', 'make', 'america', 'great', 'fantastic', 'senator', 'great', 'state', 'ohio', 'full', 'endorsement'], ['today', 'flotus_melania', 'honor', 'welcome', 'french', 'president', 'emmanuelmacron', 'mrs', 'brigitte', 'macron', 'whitehouse', 'look_forward', 'hosting', 'tonight', 'state', 'dinner', 'honor', 'https', 'co', 'wgjcwqszyp'], ['great', 'republic', 'link', 'together', 'timeless', 'bond', 'history', 'culture', 'destiny', 'people', 'cherish', 'value', 'protect', 'civilization', 'recognize', 'image', 'human', 'soul', 'https', 'co', 'isgdb'], ['congratulation', 'republican', 'debbie', 'lesko', 'big', 'win', 'special', 'election', 'arizona', 'house', 'seat', 'debbie', 'great', 'job', 'press', 'silent'], ['busy', 'day', 'plan', 'looking_forward', 'watch', 'president', 'macron', 'france', 'address', 'joint', 'session', 'congress', 'today', 'great', 'honor', 'seldom', 'allow', 'do', 'great'], ['spectacular', 'job', 'host', 'president', 'france', 'emmanuelmacron', 'wife', 'brigitte', 'detail', 'do', 'perfection', 'state', 'dining', 'room', 'never', 'look', 'beautiful', 'washington', 'abuzz', 'incredible', 'job', 'melania'], ['looking_forward', 'meeting', 'tim', 'cook', 'apple', 'talk', 'many', 'thing', 'include', 'treat', 'unfairly', 'many', 'year', 'many', 'country', 'trade'], ['thank', 'kanye', 'cool', 'https', 'co', 'vric'], ['maga', 'https', 'jff', 'onaslv'], ['interview', 'foxandfriend', 'enjoy'], ['love', 'foxandfriend', 'morning', 'great', 'show'], ['put', 'together', 'strong', 'bid', 'canada', 'mexico', 'world', 'cup', 'would', 'shame', 'country', 'always', 'support', 'lobby', 'bid', 'support', 'country', 'support', 'include', 'united_nation'], ['everybody', 'believe', 'go', 'james_comey', 'define', 'leak', 'illegally', 'leaked_classified', 'information', 'understand', 'serious', 'lied', 'place', 'cover', 'sick', 'dumb', 'remember', 'sailor'], ['furious', 'year', 'missile', 'launch', 'nuclear', 'test', 'historic', 'meeting', 'north', 'south_korea', 'taking_place', 'good', 'thing', 'happen', 'time', 'tell'], ['korean', 'war', 'end', 'united_state', 'great', 'people', 'proud', 'taking_place', 'korea'], ['great', 'staff', 'sgt', 'dan', 'nevin', 'incredible', 'wound', 'warrior', 'white_house', 'yesterday', 'truly', 'brave', 'special', 'people', 'foxandfriend'], ['forget', 'great', 'help', 'good', 'friend', 'china', 'give', 'united_state', 'particularly', 'border', 'north_korea', 'would', 'much', 'long', 'tough', 'process'], ['kanye', 'west', 'perform', 'great', 'service', 'black', 'community', 'big', 'thing', 'happen', 'eye', 'open', 'first', 'time', 'decade', 'legacy', 'stuff', 'thank', 'also', 'chance', 'darrell', 'scott', 'really', 'get', 'low', 'black', 'amp', 'hispanic', 'unemployment', 'history'], ['look_forward', 'meeting', 'chancellor', 'merkel', 'germany', 'today', 'much', 'discuss', 'little', 'time', 'good', 'great', 'country'], ['house', 'intelligence_committee', 'report', 'release', 'evidence', 'trump', 'campaign', 'collude', 'coordinate', 'conspire', 'russia', 'clinton', 'campaign', 'pay', 'opposition', 'research', 'obtain', 'russia', 'total', 'witch_hunt', 'must', 'end'], ['urge', 'american', 'participate', 'takebackday', 'tomorrow', 'let', 'come', 'together', 'beat', 'last', 'october', 'record', 'dispose', 'prescription', 'pill', 'visit', 'https', 'bhvvxd', 'learn', 'participate', 'saturday', 'day', 'https', 'co', 'yxl', 'rwk'], ['house', 'intelligence_committee', 'rule', 'collusion', 'trump', 'campaign', 'russia', 'say', 'big', 'hoax', 'democrat', 'base', 'payment', 'lie', 'never', 'special_councel', 'appoint', 'witch_hunt'], ['house', 'intelligence_committee', 'rule', 'collusion', 'trump', 'campaign', 'russia', 'say', 'big', 'hoax', 'democrat', 'base', 'payment', 'lie', 'never', 'special_counsel', 'appoint', 'witch_hunt'], ['allegation', 'make', 'senator', 'admiral', 'doctor', 'ron', 'jackson', 'prove', 'false', 'secret_service', 'unable', 'confirm', 'fact', 'deny', 'phony', 'democrat', 'charge', 'absolutely', 'devastate', 'wonderful', 'jackson', 'family', 'tester', 'resign'], ['great', 'people', 'montana', 'stand', 'kind', 'slander', 'talk', 'great', 'human', 'admiral', 'jackson', 'kind', 'man', 'montana', 'would', 'respect', 'admire', 'reason', 'whatsoever', 'reputation', 'shatter', 'fair', 'tester'], ['clapper', 'lie', 'fraudulent', 'dossier', 'leak', 'cnn', 'foxandfriend', 'foxnew', 'lie', 'machine', 'work', 'fake_news', 'cnn'], ['long', 'good', 'talk', 'president', 'moon', 'south_korea', 'thing', 'go', 'well', 'time', 'location', 'meeting', 'north_korea', 'set', 'also', 'speak', 'prime_minister', 'japan', 'inform', 'ongoing', 'negotiation'], ['look_forward', 'great', 'state', 'michigan', 'tonight', 'major', 'business', 'expansion', 'job', 'pour', 'state', 'auto', 'company', 'expand', 'record', 'pace', 'big', 'crowd', 'tonight', 'live'], ['secret_service', 'inform', 'senator', 'statement', 'admiral', 'jackson', 'true', 'finding', 'horrible', 'thing', 'must', 'live', 'phony', 'russian_collusion', 'tester', 'lose', 'race', 'montana', 'dishonest', 'sick'], ['join', 'live', 'washington', 'michigan', 'pme', 'foxnew', 'maga'], ['great', 'evening', 'last_night', 'washington', 'michigan', 'enthusiasm', 'knowledge', 'love', 'room', 'unreal', 'many', 'thousand', 'people', 'get', 'cherish', 'back'], ['michigan', 'big', 'success', 'washington', 'work', 'everyone', 'talk', 'fact', 'white_house', 'correspondent', 'dinner', 'big', 'boring', 'bust', 'call', 'comedian', 'really', 'bomb', 'greggutfeld', 'host', 'next', 'year', 'petehegseth'], ['get', 'recent', 'poll', 'much', 'high', 'president', 'time', 'well', 'much', 'accomplished'], ['trump', 'triumph', 'drive', 'critic', 'crazy', 'thank', 'steve', 'hilton', 'nextrevfnc', 'want', 'right', 'wonderful'], ['white_house', 'correspondent', 'dinner', 'failure', 'last', 'year', 'year', 'embarrassment', 'everyone', 'associate', 'filthy', 'comedian', 'totally', 'bomb', 'even', 'deliver', 'line', 'much', 'seth', 'meyer', 'weak', 'performance', 'put', 'dinner', 'rest', 'start'], ['headline', 'kim', 'prepare', 'cede', 'nuclear_weapon', 'pledge', 'invade', 'fail', 'time', 'also', 'shut', 'nuclear', 'test', 'site', 'may'], ['white_house', 'correspondent', 'dinner', 'dead', 'know', 'total', 'disaster', 'embarrassment', 'great', 'country', 'stand', 'fake_news', 'alive', 'well', 'beautifully', 'represent', 'saturday_night'], ['numerous', 'country', 'consider', 'meeting', 'would', 'peace', 'house', 'freedom', 'house', 'border', 'north', 'amp', 'south_korea', 'representative', 'important', 'lasting', 'site', 'third', 'party', 'country', 'ask'], ['recently', 'terrific', 'meeting', 'bipartisan', 'group', 'freshman', 'lawmaker', 'feel', 'strongly', 'favor', 'congressional', 'term', 'limit', 'give', 'full', 'support', 'endorsement', 'effort', 'draintheswamp'], ['migrant', 'caravan', 'openly', 'defy', 'border', 'show', 'weak', 'amp', 'ineffective', 'immigration_law', 'democrat', 'jon_tester', 'continue', 'support', 'open_border', 'agenda', 'tester', 'even', 'vote', 'protect', 'sanctuary_citie', 'need', 'lawmaker', 'put', 'america', 'first'], ['small_business', 'week', 'celebrate', 'great', 'hard', 'working', 'entrepreneur', 'country', 'start', 'operate', 'small_business'], ['fake_news', 'go', 'crazy', 'make', 'false', 'story', 'use', 'unnamed', 'source', 'exist', 'totally', 'unhinge', 'great', 'success', 'administration', 'make', 'say', 'thing', 'even', 'believe', 'say', 'truly', 'bad', 'people'], ['white_house', 'run', 'smoothly', 'phony', 'witch', 'hunt', 'great', 'energy', 'unende', 'stamina', 'necessary', 'get', 'thing', 'do', 'accomplish', 'unthinkable', 'set', 'positive', 'record', 'fake_news', 'go', 'bonker'], ['disgraceful', 'question', 'concern', 'russian', 'witch_hunt', 'leak', 'medium', 'question', 'collusion', 'make', 'phony', 'crime', 'collusion', 'never', 'exist', 'investigation', 'begin', 'illegally', 'leaked_classified', 'information', 'nice'], ['delegation', 'head', 'china', 'begin', 'talk', 'massive', 'trade_deficit', 'create', 'country', 'much', 'north_korea', 'fix', 'country', 'nafta', 'get', 'do', 'great', 'potential', 'usa'], ['would', 'seem', 'hard', 'obstruct', 'justice', 'crime', 'never', 'happen', 'witch_hunt'], ['yesterday', 'great', 'honor', 'welcome', 'president', 'mbuhari', 'federal', 'republic', 'nigeria', 'whitehouse', 'https', 'co', 'apoc', 'cusjv'], ['today', 'great', 'honor', 'award', 'commander', 'chief', 'trophy', 'first', 'time', 'year', 'armywp_football', 'black', 'knight', 'whitehouse', 'congratulation', 'https', 'co', 'krqxr', 'xee'], ['congratulation', 'armywp_football', 'https', 'co', 'rmalozmwtk'], ['today', 'great', 'honor', 'thank', 'welcome', 'heroic', 'crew', 'member', 'passenger', 'southwest', 'airline', 'flight', 'whitehouse', 'https', 'co', 'fyygwtoddi'], ['collusion', 'hoax', 'obstruction', 'justice', 'setup', 'amp', 'trap', 'negotiation', 'go', 'north_korea', 'nuclear', 'war', 'negotiation', 'go', 'china', 'trade_deficit', 'negotiation', 'nafta', 'much', 'witch_hunt'], ['question', 'intrusion', 'president', 'article', 'power', 'constitution', 'fire', 'executive', 'branch', 'employee', 'president', 'think', 'outrageous', 'president', 'unfettere', 'power', 'fire', 'anyone', 'joe', 'digenova', 'former', 'attorney'], ['new', 'book', 'must', 'read', 'russia', 'hoax', 'illicit', 'scheme', 'clear', 'hillary_clinton', 'frame_donald', 'trump', 'brilliant', 'fox', 'news', 'legal', 'analyst', 'gregg_jarrett', 'sad', 'chapter', 'law_enforcement', 'rigged_system'], ['rigged_system', 'want', 'turn', 'document', 'congress', 'afraid', 'much', 'redact', 'unequal', 'justice', 'point', 'choice', 'power', 'grant', 'presidency', 'get', 'involve'], ['congratulation', 'secpompeo', 'https', 'ecrmgkxmqf'], ['brief', 'hercule', 'cargo', 'plane', 'puerto_rico', 'national', 'guard', 'crash', 'savannah', 'hilton', 'head', 'international', 'airport', 'join', 'thought', 'prayer', 'victim', 'family', 'great', 'man', 'woman', 'national', 'guard'], ['game', 'screw', 'work', 'president', 'united_states', 'dowd', 'march', 'north_korea', 'china', 'middle_east', 'much', 'much', 'time', 'think', 'especially', 'russian_collusion'], ['everybody', 'aware', 'past', 'administration', 'long', 'ask', 'hostage', 'release', 'north', 'korean', 'labor', 'camp', 'avail', 'stay_tune'], ['ainsley', 'earnhardt', 'truly', 'great', 'person', 'write', 'wonderful', 'book', 'light', 'really', 'well', 'special', 'new', 'book', 'bring', 'number'], ['great', 'financial', 'team', 'china', 'try', 'negotiate', 'level_playing', 'field', 'trade', 'distant', 'future', 'always', 'good', 'great', 'relationship'], ['cohen', 'attorney', 'receive', 'monthly', 'retainer', 'campaign', 'nothing', 'campaign', 'enter', 'reimbursement', 'private', 'contract', 'party', 'know', 'non', 'disclosure', 'agreement', 'nda', 'agreement'], ['common', 'celebrity', 'people', 'wealth', 'case', 'full', 'force', 'effect', 'use', 'arbitration', 'damage', 'clifford', 'daniels', 'agreement', 'use', 'stop', 'false', 'extortionist', 'accusation', 'make', 'affair'], ['already', 'sign', 'detailed', 'letter', 'admit', 'affair', 'prior', 'violation', 'clifford', 'attorney', 'private', 'agreement', 'money', 'campaign', 'campaign', 'contribution', 'play', 'roll', 'transaction'], ['today', 'great', 'honor', 'celebrate', 'whitehouse', 'rose_garden', 'proclamation', 'https', 'co', 'jaxjnbjoq', 'https', 'co', 'aswtfpu'], ['spring', 'mark', 'yrs', 'phoenix', 'crisis', 'forget', 'happen', 'great', 'vet', 'choice', 'vital', 'program', 'need', 'work', 'amp', 'run', 'congress', 'must', 'fix', 'choice', 'program', 'memorial_day', 'vet', 'get', 'care', 'deserve', 'sign', 'immediately'], ['https', 'co', 'nfuc', 'uyql'], ['southern_border', 'siege', 'congress', 'must', 'act', 'change', 'weak', 'ineffective', 'immigration_law', 'must', 'build_wall', 'mexico', 'massive', 'crime', 'problem', 'little', 'help'], ['job', 'well', 'american', 'receive', 'unemployment', 'aid', 'low', 'great'], ['andy', 'mccarthy', 'loudobbs', 'tonight', 'foxbusiness'], ['news', 'wrong', 'cite', 'source', 'constantly', 'wrong', 'problem', 'many', 'other', 'source', 'probably', 'exist', 'fabricated', 'fiction', 'former', 'home', 'apprentice', 'bad', 'fake_news', 'cnn', 'sad'], ['go', 'dalla', 'great', 'state', 'texas', 'today', 'leave', 'soon'], ['unemployment', 'break', 'meantime', 'witch_hunt'], ['today', 'unite', 'timeless', 'value', 'believe', 'liberty', 'gift', 'creator', 'government', 'ever', 'take', 'away', 'believe', 'rule', 'law', 'support', 'man', 'woman', 'pride', 'history', 'https', 'co', 'eonj', 'oju'], ['democrat', 'liberal', 'congress', 'want', 'disarm', 'law', 'abiding', 'american', 'time', 'release', 'dangerous', 'criminal_aliens', 'savage', 'gang_member', 'street', 'politician', 'put', 'criminal_aliens', 'american', 'citizen', 'vote', 'office'], ['go', 'demand', 'congress', 'secure', 'border', 'upcome', 'illegal_immigration', 'must', 'end'], ['want', 'thank', 'friend', 'patriot', 'nra', 'never', 'fail', 'always', 'protect', 'second_amendment', 'america', 'https', 'co', 'ponpv'], ['great', 'book', 'successful', 'businessman', 'andypuzder', 'always', 'know', 'somebody', 'know', 'win', 'capitalist', 'comeback', 'big', 'hit'], ['return', 'home', 'beautiful', 'white_house', 'dalla', 'arena', 'pack', 'rafter', 'great', 'fan', 'supporter', 'nra', 'wonderful'], ['high', 'level', 'delegation', 'way', 'back', 'china', 'long', 'meeting', 'chinese', 'leader', 'business', 'representative', 'meet', 'tomorrow', 'determine', 'result', 'hard', 'china', 'become', 'spoiled', 'trade', 'win'], ['thank', 'cleveland_ohio', 'https', 'co', 'roefrly'], ['great', 'people', 'west_virginia', 'together', 'really', 'great', 'chance', 'keep', 'make', 'big', 'difference', 'problem', 'blankenship', 'currently', 'run', 'senate', 'win', 'general', 'election', 'state', 'way', 'remember', 'alabama', 'vote', 'rep', 'jenkin', 'morrisey'], ['highly_respected', 'nominee', 'gina_haspel', 'come', 'fire', 'tough', 'terrorist', 'think', 'dangerous', 'time', 'qualified', 'person', 'woman', 'democrat', 'want', 'tough', 'terror', 'win', 'gina'], ['russia', 'witch_hunt', 'rapidly', 'lose', 'credibility', 'house', 'intelligence_committee', 'find', 'collusion', 'coordination', 'anything', 'else', 'russia', 'probe', 'say', 'else', 'obstruction', 'make', 'phony', 'crime', 'call', 'fight', 'back'], ['angry_democrats', 'charge', 'russian', 'witch_hunt', 'start', 'find', 'court', 'system', 'place', 'actually', 'protect', 'people', 'injustice', 'wait', 'court', 'get', 'see', 'unrevealed', 'conflict', 'interest'], ['great', 'revolt', 'salena', 'zito', 'brad', 'todd', 'much', 'tell', 'story', 'great', 'election', 'victory', 'forget', 'man', 'amp', 'woman', 'forget', 'longer'], ['good_luck', 'ric', 'grenell', 'new', 'ambassador', 'germany', 'great', 'talented', 'guy', 'represent', 'country', 'well'], ['lisa_page', 'may', 'hold', 'record', 'email', 'short', 'period', 'time', 'lover', 'peter', 'attorney', 'baker', 'fbi', 'part', 'prober', 'get', 'catch', 'peter', 'still', 'total', 'mess', 'country', 'get', 'back', 'business'], ['phony', 'witch_hunt', 'go', 'go', 'even', 'longer', 'wrongfully', 'impact', 'mid', 'term', 'election', 'democrat', 'always', 'intend', 'republican', 'better', 'get', 'tough', 'smart', 'late'], ['united_state', 'need', 'john_kerry', 'possibly', 'illegal', 'shadow', 'diplomacy', 'badly', 'negotiate', 'iran', 'deal', 'create', 'mess', 'first', 'place'], ['national', 'prescription', 'drug', 'takebackday', 'number', 'record', 'break', 'nearly', 'pound', 'pill', 'dispose', 'let', 'keep', 'fight', 'opioid', 'epidemic', 'america'], ['announce', 'decision', 'iran', 'deal', 'tomorrow', 'white_house', 'pm'], ['gina_haspel', 'highly_respected', 'nominee', 'lead', 'cia', 'praise', 'fact', 'alway', 'tough', 'terror', 'woman', 'leader', 'wherever', 'go', 'cia', 'want', 'lead', 'america', 'bright', 'glorious', 'future'], ['speak', 'friend', 'china', 'morning', 'primary', 'topic', 'trade', 'good', 'thing', 'happen', 'north_korea', 'relationship', 'trust', 'building'], ['john_kerry', 'get', 'fact', 'chance', 'blow', 'stay', 'away', 'negotiation', 'john', 'hurt', 'country'], ['statement', 'iran', 'nuclear', 'deal', 'https', 'co', 'spryckkc'], ['iran', 'deal', 'defective', 'core', 'nothing', 'know', 'happen', 'short', 'time', 'world', 'lead', 'state', 'sponsor', 'terror', 'cusp', 'acquire', 'world', 'dangerous', 'weapon', 'https', 'co', 'qwblzxih'], ['republican_party', 'great', 'night', 'tremendous', 'voter', 'energy', 'excitement', 'candidate', 'great', 'chance', 'win', 'november', 'economy', 'sooo', 'strong', 'nancy_pelosi', 'want', 'end', 'big', 'raise_taxes', 'win'], ['fake_news', 'working_overtime', 'report', 'tremendous', 'success', 'economy', 'amp', 'thing', 'else', 'network', 'news', 'negative', 'fake', 'work', 'hard', 'work', 'medium', 'corrupt', 'take', 'away', 'credential'], ['candace', 'owen', 'turn', 'point', 'usa', 'big', 'impact', 'politic', 'country', 'represent', 'ever', 'expand', 'group', 'smart', 'thinker', 'wonderful', 'watch', 'hear', 'dialogue', 'go', 'good', 'country'], ['congratulation', 'mike', 'dewine', 'big', 'win', 'great', 'state', 'ohio', 'great', 'governor', 'heavy', 'focus', 'healthcare', 'job', 'socialist', 'opponent', 'november', 'well', 'big', 'failure', 'last', 'job'], ['pleased', 'inform', 'secretary', 'state', 'mike_pompeo', 'air', 'way', 'back', 'north_korea', 'wonderful', 'gentleman', 'everyone', 'looking_forward', 'meeting', 'seem', 'good', 'health', 'also', 'good', 'meeting', 'date', 'amp', 'place', 'set'], ['secretary', 'pompeo', 'guest', 'land', 'andrew', 'base', 'morning', 'greet', 'exciting'], ['fail', 'time', 'criticize', 'secretary', 'state', 'pompeo', 'awol', 'miss', 'fact', 'fly', 'north_korea', 'fake_news', 'bad'], ['looking_forward', 'greeting', 'hostage', 'longer'], ['gina_haspel', 'spectacular', 'job', 'today', 'nobody', 'even', 'close', 'run', 'cia'], ['behalf', 'american', 'people', 'welcome', 'home', 'https', 'co', 'hisaci'], ['senator', 'cryin_chuck', 'schumer', 'fight', 'hard', 'bad', 'iran', 'deal', 'even', 'go', 'president', 'obama', 'vote', 'say', 'terminate', 'deal', 'really', 'believe', 'comey', 'think', 'terrible', 'fire'], ['want', 'leader', 'isis', 'capture'], ['highly', 'anticipate', 'meeting', 'take', 'place', 'singapore', 'june_th', 'try', 'make', 'special', 'moment', 'world', 'peace'], ['thank', 'indiana', 'maga', 'https', 'co', 'fcv', 'vyuax'], ['today', 'administration', 'launch', 'sweep', 'action', 'history', 'low', 'price', 'prescription', 'drug', 'american', 'people', 'tough', 'negotiation', 'competition', 'much', 'low', 'price', 'pharmacy', 'counter', 'https', 'co', 'xdakx'], ['american', 'people', 'deserve', 'healthcare', 'system', 'take', 'care', 'take', 'advantage', 'work', 'day', 'ensure', 'american', 'access', 'quality', 'affordable', 'medication', 'need', 'deserve', 'rest', 'job', 'do', 'https', 'co', 'bzevaninx'], ['big', 'week', 'next_week', 'american', 'embassy', 'israel', 'move', 'jerusalem', 'congratulation'], ['fake_news', 'medium', 'state', 'trump', 'administration', 'trust', 'division', 'oppose', 'amp', 'purchase', 'time', 'warner', 'currently', 'ongoing', 'trial', 'disgrace', 'reporting'], ['north_korea', 'announce', 'dismantle', 'nuclear', 'test', 'site', 'month', 'ahead', 'big', 'summit', 'meeting', 'thank', 'smart', 'gracious', 'gesture'], ['iran', 'military', 'budget', 'obama', 'negotiate', 'nuclear', 'deal', 'reach', 'indicator', 'big', 'lie', 'anymore'], ['senate', 'get', 'funding', 'do', 'august', 'break', 'go', 'home', 'wall', 'border_security', 'include', 'also', 'wait', 'approval', 'almost', 'nomination', 'bad', 'history', 'democrat', 'everything', 'possible', 'obstruct', 'know', 'stay'], ['happy', 'mother', 'day', 'https', 'co', 'tj'], ['president_xi', 'china', 'work', 'together', 'give', 'massive', 'chinese', 'phone', 'company', 'zte', 'way', 'get', 'back', 'business', 'fast', 'many', 'job', 'china', 'lose', 'commerce', 'department', 'instruct', 'get', 'do'], ['china', 'united_state', 'work', 'well', 'together', 'trade', 'past', 'negotiation', 'one_side', 'favor', 'china', 'many', 'year', 'hard', 'make', 'deal', 'benefit', 'country', 'cool', 'work'], ['remember', 'badly', 'iran', 'behave', 'iran', 'deal', 'place', 'try', 'take', 'middle_east', 'mean', 'necessary', 'happen'], ['sad', 'see', 'terror_attack', 'paris', 'point', 'country', 'open', 'eye', 'amp', 'see', 'really', 'go', 'kind', 'sickness', 'amp', 'hatred', 'compatible', 'love', 'peaceful', 'amp', 'successful', 'country', 'change', 'think', 'process', 'terror', 'must', 'made'], ['embassy', 'open', 'jerusalem', 'cover', 'live', 'foxnew', 'amp', 'foxbusiness', 'lead', 'eastern', 'event', 'already', 'begin', 'great', 'day', 'israel'], ['big', 'day', 'israel', 'congratulation'], ['https', 'co', 'sfvrkcah'], ['zte', 'large', 'chinese', 'phone', 'company', 'buy', 'big', 'percentage', 'individual', 'part', 'company', 'also', 'reflective', 'large', 'trade', 'deal', 'negotiate', 'china', 'personal', 'relationship'], ['call', 'leak', 'come', 'white_house', 'massive', 'exaggeration', 'put', 'fake_news', 'medium', 'order', 'make', 'look', 'bad', 'possible', 'say', 'leaker', 'traitor', 'coward', 'find'], ['head', 'walter', 'ree', 'medical', 'center', 'see', 'great', 'first_lady', 'melania', 'successful', 'procedure', 'good', 'spirit', 'thank', 'well', 'wisher'], ['great', 'first_lady', 'really', 'well', 'leave', 'hospital', 'day', 'thank', 'much', 'love', 'support'], ['trade', 'negotiation', 'continue', 'china', 'make', 'hundred', 'billion', 'dollar', 'year', 'many', 'year', 'stay_tune'], ['believe', 'make', 'unsourced', 'story', 'get', 'fake_news', 'medium', 'together', 'russian', 'witch_hunt', 'collusion', 'good', 'poll_number', 'year', 'much', 'medium', 'may', 'corrupt', 'people', 'truly', 'get'], ['nebraska', 'make', 'sure', 'get', 'poll', 'vote', 'deb', 'fischer', 'today', 'https', 'co', 'bdhvagv'], ['today', 'important', 'solemn', 'occasion', 'year', 'day', 'hero', 'give', 'life', 'line', 'duty', 'make', 'ultimate', 'sacrifice', 'could', 'live', 'safety', 'peace', 'stand', 'police', 'hero', 'https', 'co', 'xdtyrueok'], ['https', 'co', 'agxulppyag'], ['thank', 'washington', 'examiner', 'cortessteve', 'great', 'article', 'win', 'https', 'co', 'dfuabn'], ['congratulation', 'lou_barletta', 'pennsylvania', 'great', 'senator', 'represent', 'people', 'well', 'represent', 'many', 'year', 'lou', 'friend', 'mine', 'special', 'guy', 'much', 'help', 'make_america', 'great'], ['congratulation', 'deb', 'fischer', 'people', 'nebraska', 'see', 'great', 'job', 'show', 'ballot', 'box', 'maga'], ['washington_post', 'cnn', 'typically', 'write', 'false', 'story', 'trade', 'negotiation', 'china', 'nothing', 'happen', 'zte', 'pertain', 'large', 'trade', 'deal', 'country', 'lose', 'hundred', 'billion', 'dollar', 'year', 'china'], ['see', 'china', 'demand', 'previous', 'administration', 'do', 'poorly', 'negotiate', 'china', 'see', 'demand', 'fold', 'medium', 'would', 'love', 'people', 'believe', 'meeting'], ['even', 'start', 'yet', 'little', 'give', 'give', 'much', 'year', 'china', 'much', 'give'], ['house', 'vote', 'today', 'choice', 'mission', 'act', 'stand', 'great', 'vet', 'caregiver', 'veteran', 'service', 'organization', 'must', 'get', 'choice', 'pass', 'memorial_day'], ['today', 'great', 'honor', 'welcome', 'president', 'mirziyoyev', 'uzbekistan', 'whitehouse', 'https', 'co', 'ekhchjnya'], ['lou_barletta', 'great', 'senator', 'pennsylvania', 'opponent', 'bob', 'casey', 'nothing', 'senator', 'show', 'election', 'time', 'vote', 'nancy_pelosi', 'elizabeth_warren', 'line', 'love', 'sanctuary_citie', 'bad', 'expensive', 'healthcare'], ['vote', 'massive', 'bill', 'also', 'weak', 'border', 'crime', 'sadly', 'great', 'military', 'vet', 'mean', 'nothing', 'bobby', 'win', 'maga'], ['gina_haspel', 'step', 'closer', 'lead', 'brave_man', 'woman', 'cia', 'exceptionally', 'qualified', 'senate', 'confirm', 'immediately', 'need', 'keep', 'great', 'country', 'safe', 'confirmgina'], ['congratulation', 'america', 'second', 'year', 'great', 'witch_hunt', 'american', 'history', 'still', 'collusion', 'obstruction', 'collusion', 'do', 'democrat', 'unable', 'win', 'election', 'spend', 'far', 'money'], ['word', 'seem', 'come', 'obama', 'fbi', 'spy', 'trump', 'campaign', 'imbed', 'informant', 'andrew', 'mccarthy', 'say', 'probably', 'doubt', 'least', 'confidential', 'informant', 'campaign', 'big', 'watergate'], ['word', 'seem', 'come', 'obama', 'fbi', 'spy', 'trump', 'campaign', 'embed', 'informant', 'andrew', 'mccarthy', 'say', 'probably', 'doubt', 'least', 'confidential', 'informant', 'campaign', 'big', 'watergate'], ['disgusting', 'illegal', 'unwarranted', 'witch_hunt', 'successful', 'first', 'month', 'administration', 'history', 'far', 'sorry', 'fake_news', 'medium', 'hater', 'way'], ['congrat', 'house', 'pass', 'mission', 'act', 'yesterday', 'funding', 'veteran', 'force', 'stand', 'never', 'end', 'line', 'order', 'receive', 'care', 'put', 'politic', 'veteran', 'care', 'unacceptable', 'senate', 'must', 'vote', 'bill', 'memorial_day'], ['congratulation', 'new', 'gina_haspel', 'https', 'co', 'xj', 'lsv'], ['talk', 'trade', 'vice', 'premier', 'people', 'republic', 'china', 'liu', 'https', 'co', 'iq'], ['great', 'talk', 'friend', 'president', 'mauricio', 'macri', 'week', 'good', 'job', 'argentina', 'support', 'vision', 'transform', 'country', 'economy', 'unleashing', 'potential'], ['tomorrow', 'house', 'vote', 'strong', 'farm', 'bill', 'include', 'work', 'requirement', 'must', 'support', 'nation', 'great', 'farmer'], ['great', 'honor', 'visit', 'hero', 'last_night', 'walter', 'ree', 'medical', 'center', 'nobody', 'https', 'co', 'swihk'], ['apparently', 'doj', 'put', 'spy', 'trump', 'campaign', 'never', 'do', 'mean', 'necessary', 'frame_donald', 'trump', 'crime', 'commit', 'david', 'asman', 'loudobbs', 'greggjarrett', 'really', 'bad', 'stuff'], ['fake_news', 'medium', 'call', 'immigrant', 'illegal_immigrant', 'animal', 'wrong', 'begrudgingly', 'force', 'withdraw', 'story', 'refer', 'member', 'animal', 'big', 'difference', 'true', 'fake_new', 'get', 'purposely', 'wrong', 'usual'], ['disgrace', 'fbi', 'official', 'andrew_mccabe', 'investigate', 'crooked_hillary', 'democrat', 'virginia', 'lead', 'clinton', 'good', 'friend', 'terry', 'fbi', 'investigation', 'kill', 'give', 'mccabe', 'wife', 'run', 'office', 'drop', 'case', 'clinton'], ['report', 'indeed', 'least', 'fbi', 'representative', 'implant', 'political', 'purpose', 'campaign', 'president', 'took_place', 'early', 'long', 'phony', 'russia', 'hoax', 'become', 'hot', 'fake_news', 'story', 'true', 'time', 'big', 'political', 'scandal'], ['school', 'shoot', 'texas', 'early', 'report', 'look', 'good', 'god_bles'], ['grieve', 'terrible', 'loss', 'life', 'send', 'support', 'love', 'everyone', 'affect', 'horrible', 'attack', 'texas', 'student', 'family', 'teacher', 'personnel', 'high', 'school', 'tragic', 'hour', 'forever', 'https', 'co', 'hsv'], ['america', 'nation', 'believe', 'power', 'redemption', 'america', 'nation', 'believe', 'second', 'chance', 'america', 'nation', 'believe', 'best', 'always', 'yet', 'come', 'prisonreform', 'https'], ['meet', 'secretary', 'general', 'antonio', 'guterre', 'work', 'hard', 'make', 'united_nation', 'great', 'solve', 'conflict', 'world', 'mean', 'less', 'save', 'money', 'nikkihaley', 'fantastic', 'job', 'https', 'co', 'pquv', 'cyh'], ['finally', 'deserve', 'great', 'governor', 'understand', 'border', 'crime', 'lower', 'taxis', 'cox', 'man', 'good', 'governor', 'ever', 'fully', 'endorse', 'cox', 'governor', 'look_forward', 'working', 'make', 'california', 'great'], ['america', 'bless', 'extraordinary', 'energy', 'abundance', 'include', 'year', 'worth', 'beautiful', 'clean', 'coal', 'end', 'war', 'coal', 'continue', 'work', 'promote', 'american', 'energy', 'dominance'], ['happy', 'armedforcesday', 'great', 'military', 'man', 'woman', 'selfless', 'service', 'nation', 'https', 'co', 'jbjvrkv'], ['great', 'incredible', 'first_lady', 'back', 'home', 'white_house', 'melanie', 'feeling', 'really', 'well', 'thank', 'prayer', 'best_wishe'], ['great', 'incredible', 'first_lady', 'back', 'home', 'white_house', 'melania', 'feeling', 'really', 'well', 'thank', 'prayer', 'best_wishe'], ['fbi', 'doj', 'infiltrate', 'campaign', 'benefit', 'campaign', 'really', 'big', 'deal', 'release', 'review', 'document', 'house', 'intelligence_committee', 'also', 'senate', 'judiciary', 'ask', 'give', 'conclusive', 'answer', 'drain', 'swamp'], ['thing', 'really', 'get', 'ridiculous', 'fail', 'crooked', 'crooked_hillary', 'clinton', 'nytime', 'do', 'long', 'amp', 'bore', 'story', 'indicate', 'world', 'expensive', 'witch_hunt', 'find', 'nothing', 'russia', 'amp', 'look', 'rest', 'world'], ['point', 'soon', 'witch_hunt', 'compose', 'angry', 'heavily', 'conflict', 'democrat', 'people', 'work', 'obama', 'year', 'stop', 'find', 'collussion', 'russia', 'obstruction', 'look', 'corruption'], ['hillary_clinton', 'campaign', 'deleted_email', 'get', 'secretary', 'state', 'pay', 'mccabe', 'wife', 'get', 'fbi', 'hook', 'terry', 'much', 'republican', 'real', 'american', 'start', 'get', 'tough', 'scam'], ['witch_hunt', 'give', 'russia', 'look', 'rest', 'world', 'easily', 'able', 'take', 'mid', 'term', 'election', 'put', 'hurt', 'republican_party', 'worry', 'dem', 'abuse', 'miss', 'email', 'fraudulent', 'dossier'], ['ever', 'happen', 'server', 'center', 'much', 'corruption', 'democratic', 'national', 'committee', 'refuse', 'hand', 'hard', 'charge', 'case', 'democrat', 'fbi', 'break', 'home', 'amp', 'office', 'early', 'morning', 'afraid', 'take', 'server'], ['podesta', 'brother', 'charge', 'arrest', 'other', 'force', 'close', 'large', 'successful', 'firm', 'well', 'connected', 'work', 'swamp', 'washington'], ['witch_hunt', 'find', 'collusion', 'russia', 'look', 'rest', 'world', 'great'], ['demand', 'officially', 'tomorrow', 'department', 'justice', 'look', 'fbi', 'doj', 'infiltrate', 'surveille', 'trump', 'campaign', 'political', 'purpose', 'demand', 'request', 'make', 'people', 'obama', 'administration'], ['ask', 'senator', 'chuck_schumer', 'president', 'obama', 'democrat', 'something', 'trade', 'china', 'include', 'theft', 'intellectual_property', 'etc', 'nothing', 'say', 'chuck', 'amp', 'long', 'agree', 'issue', 'fair', 'trade', 'china', 'happen'], ['china', 'agree', 'buy', 'massive_amount', 'additional', 'farm', 'agricultural', 'product', 'would', 'good', 'thing', 'happen', 'farmer', 'many', 'year'], ['china', 'barrier', 'tariff', 'come', 'first', 'time'], ['china', 'must', 'continue', 'strong', 'tight', 'border', 'north_korea', 'deal', 'make', 'word', 'recently', 'border', 'become', 'much', 'porous', 'filtering', 'want', 'happen', 'north_korea', 'successful', 'signing'], ['john_brennan', 'panic', 'disgrace', 'disgrace', 'country', 'disgrace', 'entire', 'intelligence_community', 'man', 'largely', 'responsible', 'destruction', 'american', 'faith', 'intelligence_community', 'people'], ['top', 'fbi', 'brennan', 'start', 'entire', 'debacle', 'president', 'trump', 'know', 'brennan', 'detailed', 'knowledge', 'phony', 'dossier', 'know', 'dossier', 'deny', 'knowledge', 'dossier', 'brief', 'gang', 'hill', 'dossier'], ['use', 'start', 'investigation', 'trump', 'simple', 'guy', 'genesis', 'whole', 'debacle', 'political', 'hit', 'job', 'intelligence', 'investigation', 'brennan', 'disgrace', 'worried', 'stay', 'jail'], ['wall_street', 'journal', 'ask', 'world', 'barack_obama', 'good', 'question'], ['potential', 'deal', 'china', 'purchase', 'great', 'american', 'farmer', 'practically', 'much', 'farmer', 'produce'], ['asahutchinson', 'great', 'governor', 'arkansas', 'primary', 'tomorrow', 'do', 'incredible', 'job', 'focus', 'border_security', 'crime', 'prevention', 'asa', 'love', 'military', 'veteran', 'fully', 'endorse', 'asa', 'governor'], ['today', 'great', 'honor', 'welcome', 'president', 'moon', 'jae', 'republic', 'korea', 'whitehouse', 'https', 'co', 'yvoxnia', 'dm'], ['honor', 'welcome', 'nascar', 'cup', 'series', 'champion', 'team', 'whitehouse', 'yesterday', 'https', 'co', 'cr', 'oybrnq'], ['first', 'time', 'roe', 'wade', 'america', 'pro', 'life', 'president', 'pro', 'life', 'vice', 'president', 'pro', 'life', 'house', 'representative', 'pro', 'life', 'republican', 'state', 'capital', 'https', 'co', 'eff', 'tmett'], ['person', 'place', 'early', 'campaign', 'spy', 'put', 'previous', 'administration', 'political', 'purpose', 'come', 'seemingly', 'massive', 'amount', 'money', 'pay', 'service', 'render', 'many', 'time', 'higher', 'normal'], ['follow', 'money', 'spy', 'early', 'campaign', 'yet', 'never', 'report', 'collusion', 'russia', 'collusion', 'spy', 'political', 'reason', 'help', 'crooked_hillary', 'win', 'bernie_sander', 'get', 'dupe'], ['foxandfriend', 'new', 'bombshell', 'obama', 'spy', 'scandal', 'agency', 'spy', 'trump', 'campaign', 'even', 'clapper', 'world', 'dumb', 'former', 'intelligence', 'head', 'problem', 'lie', 'lot', 'use', 'word', 'spy', 'describe', 'illegal', 'activity'], ['look', 'thing', 'turn', 'criminal', 'deep', 'state', 'go', 'phony', 'collusion', 'russia', 'make', 'scam', 'end', 'get', 'catch', 'major', 'spy', 'scandal', 'like', 'country', 'may', 'never', 'see', 'go', 'around', 'come', 'around'], ['clear', 'eye', 'ear', 'trump', 'campaign', 'judge', 'andrew', 'napolitano'], ['spygate', 'could', 'big', 'political', 'scandal', 'history'], ['everybody', 'tomi', 'lahren', 'truly', 'outstanding', 'respected', 'young', 'woman', 'foxandfriend'], ['trump', 'happy', 'fbi', 'spy', 'campaign', 'james_clapper', 'happy', 'spying', 'campaign', 'would', 'illegal', 'scandal', 'boot'], ['trade', 'deal', 'china', 'move', 'nicely', 'end', 'probably', 'different', 'structure', 'hard', 'get', 'do', 'verify', 'result', 'completion'], ['big', 'legislation', 'sign', 'shortly', 'many', 'year', 'right', 'try', 'big', 'change', 'dodd', 'frank'], ['big', 'news', 'come', 'soon', 'great', 'american', 'autoworker', 'many', 'decade', 'lose', 'job', 'country', 'wait', 'long', 'enough'], ['witch_hunt'], ['thank', 'sbalist', 'sbagala', 'https', 'co'], ['today', 'long', 'island', 'move', 'joined', 'family', 'suffer', 'unthinkable', 'heartbreak', 'hand', 'truly', 'honor', 'join', 'courageous', 'family', 'guest', 'state', 'union', 'https', 'co', 'cgjyqxu'], ['crippling', 'loophole', 'law', 'enable', 'member', 'criminal', 'infiltrate', 'community', 'democrat', 'congress', 'refuse', 'close', 'loophole', 'include', 'disgraceful', 'practice', 'know', 'catch', 'release', 'democrat', 'must', 'abandon', 'resistance', 'https', 'co'], ['thank', 'incredible', 'officer', 'firefighter', 'bethpage', 'keep', 'great', 'work', 'https', 'co', 'smaz', 'hfas'], ['great', 'day', 'head', 'whitehouse', 'lot', 'work', 'do', 'https', 'co', 'luiq', 'swh'], ['interview', 'foxandfriend', 'tomorrow', 'morning', 'enjoy'], ['clapper', 'admit', 'spy', 'campaign', 'large', 'dollar', 'pay', 'spy', 'far', 'normal', 'starting', 'look', 'big', 'political', 'scandal', 'history', 'spygate', 'terrible', 'thing'], ['surprisingly', 'great', 'man', 'amp', 'woman', 'fbi', 'start', 'speak', 'comey_mccabe', 'political', 'corruption', 'poor', 'leadership', 'find', 'top', 'rank', 'fbi', 'comey', 'terrible', 'corrupt', 'leader', 'inflict', 'great', 'pain', 'fbi', 'spygate'], ['sadly', 'force', 'cancel', 'summit', 'meeting', 'singapore', 'kim', 'jung', 'https', 'co', 'qeoi', 'ymuez'], ['sadly', 'force', 'cancel', 'summit', 'meeting', 'singapore', 'https', 'co', 'rlwxxbxfkx'], ['great', 'honor', 'host', 'roundtable', 'm', 'yesterday', 'bethpage', 'democrat', 'must', 'abandon', 'resistance', 'border_security', 'support', 'save', 'innocent', 'life', 'https', 'co', 'pxe', 'efyz'], ['decide', 'terminate', 'plan', 'summit', 'singapore', 'many', 'thing', 'happen', 'great', 'opportunity', 'lie', 'ahead', 'potentially', 'believe', 'tremendous', 'setback', 'north_korea', 'indeed', 'setback', 'world', 'https', 'jt', 'gfxt', 'lc'], ['today', 'honor', 'sign', 'economic', 'growth', 'regulatory', 'relief', 'consumer', 'protection', 'act', 'read', 'https', 'co', 'syz', 'pzzxxw', 'https', 'qge', 'ukx'], ['today', 'great', 'honor', 'present', 'medalofhonor', 'usnavy', 'seal', 'master', 'chief', 'special', 'warfare', 'operator', 'britt', 'slabinski', 'east_room', 'whitehouse', 'full', 'ceremony', 'https', 'co', 'uldfozrh', 'https', 'co', 'acmkwsqj'], ['make', 'commencment', 'address', 'today', 'united_states', 'naval', 'academy', 'annapolis', 'maryland', 'look_forward', 'great', 'people', 'earth'], ['democrat', 'allude', 'concept', 'informant', 'place', 'oppose', 'party', 'campaign', 'different', 'spy', 'illegal', 'may', 'informant', 'pay', 'fortune', 'set', 'way', 'early', 'russian', 'hoax'], ['anyone', 'even', 'imagine', 'spy', 'place', 'compete', 'campaign', 'people', 'party', 'absolute', 'power', 'sole', 'purpose', 'political', 'advantage', 'gain', 'think', 'party', 'question', 'even', 'expenditure', 'far', 'money', 'lose'], ['everyone', 'know', 'spy', 'fact', 'people', 'involved', 'spy', 'admit', 'spy', 'widespread', 'spying', 'involve', 'multiple', 'people', 'mollie', 'hemingway', 'federalist', 'senior', 'editor', 'corrupt', 'mainstream_media', 'hate', 'monster', 'story'], ['democrat', 'obviously', 'root', 'negotiation', 'north_korea', 'come', 'defense', 'ms', 'thug', 'say', 'individual', 'amp', 'must', 'nurture', 'ask', 'end', 'big', 'tax_cut', 'amp', 'raise_taxes', 'instead', 'dem', 'lose', 'touch'], ['good', 'news', 'receive', 'warm', 'productive', 'statement', 'north_korea', 'soon', 'see', 'lead', 'hopefully', 'long', 'endure', 'prosperity', 'peace', 'time', 'talent', 'tell'], ['today', 'great', 'honor', 'deliver', 'commencement', 'address', 'united_states', 'navalacademy', 'annapolis', 'maryland', 'congratulation', 'good_luck', 'godspeed', 'anchor', 'aweigh', 'https', 'co', 'aolbk'], ['behalf', 'american', 'people', 'congratulation', 'love', 'https', 'co', 'yrlj', 'vrxwk'], ['navalacademy', 'class', 'say', 'know', 'task', 'know', 'make', 'proud', 'know', 'glory', 'winner', 'warrior', 'fighter', 'champion', 'lead', 'victory', 'https', 'co', 'tgeo'], ['chicago', 'police', 'right', 'legally', 'protest', 'mayor', 'administration', 'let', 'job', 'killing', 'record', 'pace', 'tough', 'police', 'work', 'chicago', 'allow', 'would', 'bring', 'thing', 'back', 'order', 'fast', 'killing', 'must', 'stop'], ['funny', 'watch', 'democrat', 'criticize', 'trade_deal', 'negotiate', 'even', 'know', 'deal', 'year', 'obama', 'administration', 'nothing', 'trade', 'let', 'country', 'rip', 'united_state', 'lose', 'almost', 'year'], ['senator', 'schumer', 'obama', 'administration', 'let', 'phone', 'company', 'flourish', 'security', 'check', 'close', 'let', 'reopen', 'high', 'level', 'security', 'guarantee', 'change', 'management', 'board', 'must', 'purchase', 'part', 'pay', 'fine', 'dem', 'nothing'], ['complain', 'obstruct', 'make', 'bad', 'deal', 'iran', 'call', 'trade_deal', 'laugh', 'stock', 'world'], ['productive', 'talk', 'north_korea', 'reinstate', 'summit', 'happen', 'likely', 'remain', 'singapore', 'date', 'necessary', 'extend', 'date'], ['good', 'news', 'release', 'american', 'hostage', 'venezuela', 'landing', 'evening', 'white_house', 'family', 'great', 'people', 'utah', 'happy'], ['put', 'pressure', 'democrat', 'end', 'horrible', 'law', 'separate', 'child', 'parent', 'cross', 'border', 'catch', 'release', 'lottery', 'chain', 'must', 'also', 'go', 'must', 'continue', 'build', 'wall', 'democrat', 'protect', 'thug'], ['looking_forward', 'see', 'joshua', 'holt', 'evening', 'white_house', 'great', 'people', 'utah', 'celebrate'], ['thank', 'brave', 'teacher', 'amp', 'hero', 'jason', 'seaman', 'noblesville', 'indiana', 'heroic', 'act', 'save', 'many', 'precious', 'young', 'life', 'quick', 'automatic', 'action', 'talk', 'world'], ['fail', 'corrupt', 'time', 'would', 'like', 'people', 'believe', 'disagreement', 'trump', 'administration', 'deal', 'north_korea', 'matter', 'nytime', 'call', 'wrong', 'right', 'beginning'], ['quote', 'senior', 'white_house', 'official', 'exist', 'say', 'even', 'meet', 'reinstate', 'hold', 'june', 'would', 'impossible', 'give', 'lack', 'time', 'amount', 'planning', 'need', 'wrong', 'real', 'people', 'phony', 'source'], ['spy', 'informant', 'democrat', 'call', 'sound', 'less', 'sinister', 'campaign', 'even', 'early', 'date', 'crook', 'high', 'level', 'fbi', 'justice', 'contact', 'tell', 'phony', 'russia', 'problem'], ['whole', 'russia', 'probe', 'rig', 'excuse', 'dem', 'crooked_hillary', 'lose', 'election', 'state', 'lose', 'decade', 'angry_democrats', 'dem', 'include', 'people', 'work', 'obama', 'year', 'spygate', 'amp', 'conflict', 'interest'], ['angry_democrats', 'amp', 'work', 'president', 'reveal', 'disqualify', 'conflict', 'interest', 'long', 'time', 'indelibly', 'write', 'report', 'fact', 'collusion', 'dem', 'justice', 'fbi', 'amp', 'russia'], ['welcome', 'home', 'josh', 'https', 'co', 'cke', 'stx'], ['go', 'give', 'back', 'young', 'beautiful', 'life', 'other', 'devastate', 'destroy', 'phony', 'russia', 'collusion', 'witch_hunt', 'journeyed', 'washington', 'star', 'eye', 'want', 'help', 'nation', 'go', 'back', 'home', 'tatter'], ['fantastic', 'great', 'man', 'amp', 'woman', 'roll', 'thunder', 'show', 'patriotism', 'love', 'country', 'love', 'flag', 'stand', 'national_anthem', 'thank', 'executive', 'director', 'artie', 'muller'], ['angry_democrats', 'investigate', 'campaign', 'crooked_hillary', 'clinton', 'many', 'crime', 'much', 'collusion', 'russia', 'fbi', 'take', 'server', 'dnc', 'rig', 'investigation'], ['united_states', 'team', 'arrive', 'north_korea', 'make', 'arrangement', 'summit', 'truly', 'believe', 'north_korea', 'brilliant', 'potential', 'great', 'economic', 'financial', 'nation', 'day', 'agree', 'happen'], ['president', 'obama', 'something', 'call', 'russian_meddling', 'tell', 'fbi', 'election', 'think', 'crooked_hillary', 'go', 'win', 'want', 'upset', 'apple', 'cart', 'charge', 'nothing'], ['memorialday', 'https', 'co', 'dq'], ['happy', 'die', 'great', 'country', 'would', 'happy', 'proud', 'country', 'today', 'good', 'economy', 'decade', 'low', 'unemployment', 'number', 'black', 'hispanic', 'ever', 'amp', 'woman', 'year', 'rebuild', 'military', 'much', 'nice'], ['president', 'deserve', 'answer', 'foxnew', 'discuss', 'spygate'], ['sally', 'yate', 'part', 'concern', 'people', 'raise', 'bias', 'justice_dept', 'find', 'action', 'really', 'quite', 'unbelievable', 'jonathan', 'turley'], ['find', 'obama', 'administration', 'put', 'oppose', 'campaign', 'presidential_candidate', 'campaign', 'investigation', 'raise', 'legitimate', 'question', 'find', 'really', 'odd', 'go', 'heart', 'electoral', 'system', 'jonathan', 'turley', 'foxnew'], ['thank', 'join', 'solemn', 'day', 'remembrance', 'gather', 'sacred', 'soil', 'arlingtonnatl', 'cemetery', 'honor', 'live', 'deed', 'america', 'great', 'hero', 'man', 'woman', 'lay', 'live', 'freedom', 'memorialday', 'https', 'co', 'ysyahf', 'bnu'], ['hero', 'rest', 'hallowed', 'field', 'cemetery', 'battlefield', 'burial', 'ground', 'far', 'draw', 'full', 'tapestry', 'american', 'life', 'come', 'generation', 'tower', 'city', 'wind', 'sweep', 'prairie', 'privilege', 'poverty', 'https', 'co', 'sv'], ['fall', 'hero', 'write', 'history', 'shape', 'destiny', 'save', 'live', 'man', 'woman', 'serve', 'care', 'family', 'anything', 'world', 'love', 'family', 'inspire', 'community', 'https', 'co', 'cocqeedc'], ['democratic', 'lawmaker', 'introduce', 'bill', 'repeal', 'gop', 'chance', 'good', 'true', 'republican', 'remember', 'nancy_pelosi', 'dem', 'also', 'weak', 'crime', 'border', 'want', 'gentle', 'kind', 'member', 'good'], ['california', 'rare', 'opportunity', 'turn', 'thing', 'solve', 'high', 'crime', 'high', 'tax', 'problem', 'many', 'other', 'vote', 'gop', 'gubernatorial', 'candidate', 'john', 'really', 'good', 'highly', 'competent', 'man', 'make', 'california', 'great'], ['democrat', 'mistakenly', 'tweet', 'picture', 'obama', 'term', 'show', 'child', 'border', 'steel', 'cage', 'think', 'recent', 'picture', 'order', 'make', 'look', 'bad', 'backfire', 'dem', 'must', 'agree', 'wall', 'new', 'border', 'protection', 'good', 'country', 'bipartisan', 'bill'], ['put', 'great', 'team', 'together', 'talk', 'north_korea', 'meeting', 'currently', 'taking_place', 'concern', 'summit', 'kim', 'young', 'chol', 'vice', 'chairman', 'north_korea', 'heading', 'solid', 'response', 'letter', 'thank'], ['investigation', 'involve', 'far', 'surveillance', 'ever', 'idea', 'wiretap', 'campaign', 'aide', 'secretly', 'gather', 'information', 'trump', 'campaign', 'people', 'call', 'spy', 'unprecedented', 'scandalous', 'mollie', 'hemingway'], ['angry_democrats', 'people', 'work', 'year', 'obama', 'work', 'rig', 'russia', 'witch_hunt', 'meddle', 'mid', 'term', 'election', 'especially', 'republican', 'stay', 'tough', 'take', 'lead', 'poll', 'collusion', 'democrat'], ['angry', 'heavily', 'conflict', 'democrat', 'investigate', 'totally', 'crooked', 'campaign', 'totally', 'crooked_hillary', 'clinton', 'rigged_witch', 'hunt', 'ask', 'enjoy', 'election', 'celebration'], ['sorry', 'get', 'start', 'focus', 'energy', 'north_korea', 'nuclear', 'bad', 'trade_deal', 'choice', 'economy', 'rebuild', 'military', 'much', 'rig', 'russia', 'witch_hunt', 'investigate', 'clinton', 'russia', 'fbi', 'justice', 'obama', 'comey', 'lynch'], ['fake', 'mainstream_media', 'time', 'announce', 'run', 'president', 'run', 'highly', 'sophisticated', 'dishonest', 'disinformation', 'campaign', 'history', 'politic', 'matter', 'well', 'find', 'fault', 'forget', 'man', 'amp', 'woman', 'president'], ['rep', 'trey', 'gowdy', 'think', 'think', 'president', 'express', 'frustration', 'attorney_general', 'session', 'share', 'reason', 'recusal', 'take', 'job', 'afterward', 'president', 'pick', 'someone', 'country'], ['chief', 'officer', 'tell', 'later', 'way', 'go', 'able', 'participate', 'important', 'case', 'office', 'would', 'frustrated', 'read', 'senator', 'session', 'tell', 'pick'], ['lot', 'really', 'good', 'lawyer', 'country', 'could', 'pick', 'somebody', 'else', 'wish'], ['fail', 'corrupt', 'nytime', 'estimate', 'crowd', 'last_night', 'people', 'fact', 'many', 'time', 'number', 'arena', 'rockin', 'way', 'demean', 'disparage', 'dishonest', 'people', 'get', 'never'], ['bob', 'iger', 'abc', 'call', 'valerie', 'jarrett', 'let', 'know', 'abc', 'tolerate', 'comment', 'make', 'roseanne', 'barr', 'never', 'call', 'president', 'donald', 'trump', 'apologize', 'horrible', 'statement', 'make', 'say', 'abc', 'maybe', 'get', 'call'], ['today', 'proud', 'keep', 'promise', 'american', 'people', 'sign', 'righttotry', 'legislation', 'law', 'https', 'yfio'], ['righttotry', 'law', 'sign', 'today', 'patient', 'life', 'threaten', 'illness', 'finally', 'access', 'experimental', 'treatment', 'could', 'improve', 'even', 'cure', 'condition', 'experimental', 'treatment', 'product', 'show', 'great', 'promise', 'https', 'co', 'fiuwhpupol'], ['moment', 'ago', 'great', 'honor', 'sign', 'righttotry', 'law', 'https', 'co', 'mtpihsbc', 'https', 'co', 'hftpyjlv'], ['great', 'meeting', 'kimkardashian', 'today', 'talk', 'prison', 'reform', 'sentencing', 'https', 'co', 'uoy', 'uj'], ['well', 'represent', 'people', 'staten', 'island', 'place', 'know', 'well', 'repdandonovan', 'strong', 'border', 'amp', 'crime', 'love', 'military', 'amp', 'vet', 'vote', 'tax_cut', 'help', 'make_america', 'great', 'full', 'endorsement'], ['importantly', 'repdandonovan', 'win', 'republican', 'november', 'opponent', 'remember', 'alabama', 'take', 'chance', 'lose', 'nancy_pelosi', 'control'], ['soon', 'release', 'book', 'russia', 'hoax', 'illicit', 'scheme', 'clear', 'hillary_clinton', 'frame_donald', 'trump', 'write', 'gregg_jarrett', 'looks_like', 'real', 'deal', 'big', 'hit', 'phony', 'witch_hunt', 'open', 'world', 'see', 'week'], ['recusal', 'jeff_session', 'unforce', 'betrayal', 'president', 'united_state', 'joe', 'digenova', 'former', 'attorney'], ['rush_limbaugh', 'fbi', 'concerned', 'target', 'trump', 'tell', 'trump', 'really', 'concerned', 'russian', 'infiltrate', 'campaign', 'hoax', 'try', 'stop', 'tell', 'trump', 'push', 'scam'], ['ig', 'call', 'apology', 'abc', 'offend', 'million', 'people', 'demand', 'response', 'brian', 'ross', 'tank', 'market', 'abc', 'lie', 'yet', 'apology', 'double_standard'], ['corrupt', 'mainstream_media', 'working_overtime', 'mention', 'infiltration', 'people', 'spy', 'informant', 'campaign', 'surveillance', 'much'], ['matter', 'never', 'fire', 'james_comey', 'russia', 'corrupt', 'mainstream_media', 'love', 'keep', 'push', 'narrative', 'know', 'true'], ['good', 'meeting', 'north_korea'], ['give', 'full', 'pardon', 'dinesh', 'souza', 'today', 'treat', 'unfairly', 'government'], ['fair', 'trade'], ['report', 'russian', 'hoax', 'investigation', 'cost', 'government', 'go', 'fast', 'collusion', 'democrat'], ['fire', 'talent', 'samantha', 'bee', 'horrible', 'language', 'use', 'low', 'rating', 'show', 'total', 'double_standard', 'win', 'long', 'time', 'come'], ['looking_forward', 'see', 'employment', 'number', 'morning'], ['canada', 'treat', 'agricultural', 'business', 'farmer', 'poorly', 'long', 'period', 'time', 'highly', 'restrictive', 'trade', 'must', 'open', 'market', 'take', 'trade_barrier', 'report', 'really', 'high', 'surplus', 'trade', 'timber', 'amp', 'lumber'], ['today', 'great', 'honor', 'brave_man', 'woman', 'united_states', 'coast_guard', 'https', 'co', 'raypbogxuz'], ['run', 'word', 'describe', 'good', 'job', 'number', 'neil', 'irwin', 'nytime'], ['john_brennan', 'single', 'figure', 'american', 'history', 'do', 'intelligence_community', 'liar', 'liar', 'liar'], ['john_brennan', 'single', 'figure', 'american', 'history', 'do', 'intelligence_community', 'liar', 'liar', 'liar', 'liar', 'foxandfriend'], ['spend', 'scam', 'investigation', 'american', 'work', 'know', 'russian_collusion', 'russian', 'democrat', 'mueller', 'team', 'stack', 'anti', 'trumper', 'actually', 'represent', 'people', 'amp', 'give', 'crooked'], ['record', 'never', 'break', 'https', 'co', 'rtplfvsbu'], ['https', 'li', 'lomgkh'], ['surprised', 'china', 'would', 'https', 'co'], ['real', 'foxnew', 'great', 'fake_new', 'cnn', 'dead', 'https', 'co', 'tpib'], ['collusion', 'russia', 'democrat', 'expensive', 'witch_hunt', 'hoax', 'ever', 'end', 'bad', 'country', 'special_councel', 'justice_department', 'leaking', 'lawyer', 'letter', 'fake_news', 'medium', 'look', 'dem', 'corruption', 'instead'], ['collusion', 'russia', 'democrat', 'expensive', 'witch_hunt', 'hoax', 'ever', 'end', 'bad', 'country', 'special_counsel', 'justice_department', 'leaking', 'lawyer', 'letter', 'fake_news', 'medium', 'look', 'dem', 'corruption', 'instead'], ['united_state', 'must', 'long', 'last', 'treated_fairly', 'trade', 'charge', 'country', 'sell', 'good', 'charge', 'even', 'percent', 'sell', 'unfair', 'longer', 'tolerate', 'free', 'fair', 'trade', 'stupid', 'trade'], ['wall_street', 'journal', 'well', 'mean', 'never', 'mention', 'unfairness', 'tariff', 'routinely', 'charge', 'country', 'many', 'billion', 'dollar', 'tariff', 'charge', 'pour', 'coffer'], ['almost', 'billion_dollar', 'year', 'trade', 'lose', 'trade', 'war', 'rip', 'country', 'year', 'trade', 'time', 'get', 'smart'], ['jesse', 'watter', 'thing', 'trump', 'obstruct', 'hillary', 'get', 'white_house', 'true'], ['people', 'leave', 'could', 'become', 'president', 'fbi', 'department', 'justice', 'tell', 'secretly', 'investigate', 'paul_manafort', 'charge', 'year', 'old', 'previously', 'drop', 'campaign', 'tell'], ['paul_manafort', 'come', 'campaign', 'late', 'short', 'period', 'time', 'represent', 'ronald_reagan', 'bob', 'dole', 'amp', 'many', 'other', 'year', 'tell', 'comey', 'boy', 'number', 'hire'], ['mark', 'penn', 'people', 'clinton_foundation', 'mueller', 'staff', 'independent', 'councel', 'go', 'people', 'family', 'unrelated', 'offense', 'constitution', 'set', 'prevent', 'stormtrooper', 'tactic', 'almost', 'disgrace'], ['mark', 'penn', 'people', 'clinton_foundation', 'mueller', 'staff', 'independent', 'counsel', 'go', 'people', 'family', 'unrelated', 'offense', 'constitution', 'set', 'prevent', 'stormtrooper', 'tactic', 'almost', 'disgrace'], ['day', 'office', 'accomplish', 'lot', 'many', 'believe', 'president', 'first', 'day', 'massive', 'tax', 'amp', 'regulation_cuts', 'military', 'amp', 'vet', 'low', 'crime', 'amp', 'illegal_immigration', 'strong', 'border', 'judgeship', 'good', 'economy', 'amp', 'job', 'ever', 'much'], ['repeal', 'amp', 'replace', 'do', 'save', 'country', 'trillion_dollar', 'person', 'get', 'do', 'anyway', 'individual_mandate', 'go', 'great', 'less', 'expensive', 'plan', 'announce', 'month', 'drug_price', 'come', 'right', 'try'], ['good', 'time', 'ever', 'look', 'job', 'jame', 'freeman', 'wsj'], ['state', 'numerous', 'legal', 'scholar', 'absolute', 'right', 'pardon', 'would', 'do', 'nothing', 'wrong', 'meantime', 'never', 'end', 'witch_hunt', 'lead', 'angry', 'conflicted', 'democrat', 'amp', 'other', 'continue', 'mid', 'term'], ['china', 'already', 'charge', 'tax', 'soybean', 'canada', 'sort', 'trade_barrier', 'agricultural', 'product', 'acceptable'], ['make', 'bad', 'trade_deal', 'many', 'year', 'win'], ['appointment', 'special_councel', 'totally', 'play', 'game', 'democrat', 'do', 'nothing', 'wrong'], ['farmer', 'well', 'year', 'mexico', 'canada', 'china', 'other', 'treat', 'unfairly', 'time', 'finish', 'trade', 'talk', 'change', 'big', 'trade_barrier', 'farmer', 'business', 'finally', 'break', 'massive', 'trade_deficit', 'longer'], ['appointment', 'special_counsel', 'totally', 'play', 'game', 'democrat', 'do', 'nothing', 'wrong'], ['day', 'american', 'greatness', 'https', 'co', 'qqeepqmaax', 'https', 'vceotk'], ['fake_news', 'medium', 'desperate', 'distract', 'economy', 'record_sette', 'economic', 'number', 'keep', 'talk', 'phony', 'russian', 'witch_hunt'], ['many', 'way', 'great', 'economy', 'history', 'america', 'good', 'time', 'ever', 'look', 'job'], ['big', 'supreme_court', 'ruling', 'baker'], ['eagle', 'football', 'team', 'invite', 'white_house', 'unfortunately', 'small', 'number', 'player', 'decide', 'come', 'cancel', 'event', 'stay', 'locker', 'room', 'play', 'national_anthem', 'disrespectful', 'country', 'kneel', 'sorry'], ['take', 'long', 'inspector_general', 'report', 'crooked_hillary', 'slippery', 'james_comey', 'numerous', 'delay', 'hope', 'report', 'change', 'make', 'weak', 'many', 'horrible', 'thing', 'tell', 'public', 'right', 'know', 'transparency'], ['increase', 'economic', 'value', 'trillion_dollar', 'election', 'may', 'good', 'economy', 'history', 'country', 'record', 'job', 'number', 'nice'], ['proudly', 'play', 'national_anthem', 'wonderful', 'music', 'celebrate', 'country', 'today', 'white_house', 'united_states', 'marine', 'band', 'united_states', 'army', 'chorus', 'honor', 'america', 'escape', 'locker', 'room'], ['many', 'championship', 'team', 'recently', 'white_house', 'include', 'chicago', 'cub', 'houston', 'astro', 'pittsburgh', 'penguin', 'new', 'england', 'patriot', 'alabama', 'clemson', 'national', 'champion', 'many', 'other', 'great', 'music', 'today'], ['russian', 'witch_hunt', 'hoax', 'continue', 'jeff_session', 'tell', 'go', 'recuse', 'would', 'quickly', 'pick', 'someone', 'else', 'much', 'time', 'money', 'waste', 'many', 'life', 'ruin', 'session', 'know', 'well', 'collusion'], ['meet', 'singapore', 'north_korea', 'hopefully', 'start', 'something', 'big', 'soon', 'see'], ['nascar', 'champion', 'recently', 'white_house', 'great', 'day', 'great', 'sport'], ['separate', 'family', 'border', 'fault', 'bad', 'legislation', 'pass', 'democrats', 'border_security', 'law', 'change', 'dem', 'get', 'act', 'together', 'start', 'wall'], ['high', 'tax', 'high', 'crime', 'california', 'sure', 'get', 'vote', 'republican', 'cox', 'governor', 'make', 'big', 'difference'], ['get', 'vote', 'california', 'today', 'rep', 'mccarthy', 'great', 'gop', 'candidate', 'congress', 'keep', 'country', 'hand', 'high', 'tax', 'high', 'crime', 'nancy_pelosi'], ['vote', 'congressman', 'devin', 'nune', 'true', 'american', 'patriot', 'like', 'rarely', 'see', 'modern', 'day', 'world', 'truly', 'love', 'country', 'deserve', 'everyone', 'support'], ['senator', 'rogerwicker', 'mississippi', 'do', 'everything', 'necessary', 'make_america', 'great', 'get', 'vote', 'roger', 'total', 'support'], ['terrific', 'new', 'book', 'wonderful', 'harris', 'faulkner', 'rule', 'engagement', 'harris', 'share', 'lesson', 'military', 'family', 'enjoy'], ['historic', 'rescission', 'package', 'propose', 'would', 'cut', 'wasteful', 'spending', 'get', 'government', 'back', 'track'], ['imagine', 'much', 'wasteful', 'spending', 'save', 'chuck', 'nancy', 'stand', 'way', 'year', 'democrat', 'congress', 'deplete', 'military', 'bust', 'budget', 'needless', 'spending', 'end'], ['https', 'co', 'ojdqtmeix'], ['strzok', 'page', 'incompetent', 'amp', 'corrupt', 'fbi', 'lover', 'text', 'refer', 'counter', 'intelligence', 'operation', 'trump', 'campaign', 'date', 'way', 'back', 'december', 'spygate', 'full', 'force', 'mainstream_media', 'interested', 'big', 'stuff'], ['great', 'interview', 'loudobbs', 'chris', 'farrell', 'judicial_watch', 'concern', 'government', 'counter', 'intelligence', 'operation', 'trump', 'campaign', 'spygate', 'highest_level', 'would', 'believe'], ['chris', 'farrell', 'judicial_watch', 'run', 'operation', 'undermine', 'candidate', 'president', 'violation', 'law', 'intelligence', 'tradecraft', 'steer', 'election', 'nothing', 'grave', 'come', 'abuse', 'intelligence', 'system'], ['level', 'criminality', 'pale', 'grave', 'abuse', 'power', 'authority', 'nothing', 'else', 'see', 'history', 'make', 'nixon', 'watergate', 'burglary', 'look', 'keystone', 'cop', 'stuff'], ['great', 'witch_hunt', 'political', 'history'], ['announce', 'cancel', 'senate', 'august', 'recess', 'great', 'maybe', 'democrat', 'finally', 'get', 'something', 'do', 'acceptance', 'high', 'crime', 'high', 'taxis', 'need', 'border_security'], ['great', 'night', 'republican', 'congratulation', 'cox', 'really', 'big', 'number', 'california', 'win', 'even', 'fake_news', 'cnn', 'say', 'trump', 'impact', 'really', 'big', 'much', 'big', 'ever', 'think', 'possible', 'much', 'big', 'blue', 'wave', 'may', 'big', 'red_wave', 'work', 'hard'], ['gold', 'star', 'father', 'ceejay', 'metcalf', 'great', 'son', 'michael', 'honor', 'white_house', 'fantastic', 'morning', 'foxandfriend', 'special', 'man'], ['fake_news', 'medium', 'unfair', 'vicious', 'wife', 'great', 'first_lady', 'melania', 'recovery', 'surgery', 'report', 'everything', 'death', 'facelift', 'leave', 'virginia', 'abuse', 'fake', 'really', 'well'], ['reporter', 'spot', 'melania', 'white_house', 'last', 'week', 'walk', 'merrily', 'meeting', 'never', 'report', 'sight', 'would', 'hurt', 'sick', 'narrative', 'live', 'different', 'part', 'world', 'really', 'ill', 'fake_news', 'really', 'bad'], ['many', 'republican', 'voter', 'show', 'yesterday', 'fake_news', 'think', 'possible', 'political', 'pundit', 'get', 'go', 'get', 'refuse', 'report', 'fact', 'remember', 'dem', 'high', 'tax', 'high', 'crime', 'easy', 'beat'], ['congratulation', 'dana', 'rohrabacher', 'big', 'california', 'win', 'proud', 'dana'], ['today', 'mark', 'milestone', 'dday', 'ally', 'invasion', 'normandy', 'june', 'brave', 'young', 'american', 'charge', 'landing', 'craft', 'jump', 'airplane', 'storm', 'hell', 'https', 'co', 'pqovg'], ['must', 'always', 'protect', 'protect', 'today', 'great', 'honor', 'sign', 'vamissionact', 'make', 'veteran', 'choice', 'permanent', 'law', 'land', 'https', 'co', 'gddisbd', 'https', 'co', 'osudwizwo'], ['thank', 'everyone', 'fema', 'today', 'brief', 'preparation', 'upcome', 'hurricane', 'season', 'disaster', 'response', 'recovery', 'best', 'achieve', 'federally', 'support', 'state', 'manage', 'locally', 'execute', 'successful', 'model', 'continue', 'build', 'https', 'co', 'xpm', 'irizwn'], ['ironic', 'getting_ready', 'go', 'canada', 'fight', 'country', 'trade', 'bad', 'trade_deal', 'ever', 'make', 'singapore', 'meet', 'north_korea', 'amp', 'nuclear', 'problem', 'back', 'home', 'still', 'angry_democrat', 'push', 'witch_hunt'], ['good_luck', 'alice', 'johnson', 'wonderful', 'life'], ['alan_dershowitz', 'harvard', 'prove', 'never', 'need', 'special_councel', 'could', 'do', 'need', 'multi', 'million_dollar', 'group', 'people', 'target', 'someone', 'back', 'way', 'justice', 'operate', 'true'], ['alan_dershowitz', 'harvard', 'prove', 'never', 'need', 'special_counsel', 'could', 'do', 'need', 'multi', 'million_dollar', 'group', 'people', 'target', 'someone', 'back', 'way', 'justice', 'operate', 'true'], ['many', 'conflict', 'interest', 'list', 'angry_democrats', 'work', 'witch_hunt', 'hoax', 'never', 'group', 'people', 'case', 'bias', 'conflict', 'excuse', 'lose', 'election', 'server'], ['could', 'jeff_flake', 'set', 'record', 'low', 'polling', 'number', 'arizona', 'therefore', 'humiliatingly', 'force', 'senate', 'seat', 'even', 'fight', 'clue', 'think', 'run', 'office', 'even', 'low', 'let', 'face', 'flake'], ['looking_forward', 'see', 'friend', 'prime_minister', 'abeshinzo', 'japan', 'noon', 'discuss', 'north_korea', 'trade'], ['justice_department', 'must', 'let', 'awan', 'amp', 'debbie_wasserman', 'schultz', 'hook', 'democrat', 'scandal', 'key', 'much', 'corruption', 'see', 'today', 'want', 'make', 'plea', 'deal', 'hide', 'server', 'server', 'really', 'bad'], ['people', 'start', 'say', 'thank', 'president', 'fire'], ['obama', 'administration', 'accuse', 'try', 'give', 'iran', 'secret', 'access', 'financial', 'system', 'united_state', 'totally', 'illegal', 'perhaps', 'could', 'get', 'angry_democrats', 'divert', 'energy', 'matter', 'comey', 'would', 'call', 'investigate'], ['make', 'america', 'great', 'https', 'co', 'kppruu', 'oz'], ['total', 'run', 'lowest_level', 'year', 'https', 'irhmtxm'], ['total', 'run', 'lowest_level', 'year', 'https', 'irhmtxm'], ['payoff', 'utility', 'cut', 'rate', 'credit', 'gop', 'https', 'co', 'ojurgd'], ['great', 'honor', 'welcome', 'prime_minister', 'abeshinzo', 'back', 'whitehouse', 'https', 'co', 'ycxud', 'jan'], ['today', 'greatly', 'honor', 'welcome', 'good', 'friend', 'pm', 'japan', 'whitehouse', 'past', 'month', 'prime_minister', 'work', 'closely', 'together', 'address', 'common', 'challenge', 'many', 'https', 'co', 'snlmdd', 'fgm'], ['abe', 'also', 'work', 'improve', 'trading', 'relationship', 'japan', 'something', 'seek', 'bilateral', 'deal', 'japan', 'base', 'principle', 'fairness', 'reciprocity', 'work', 'hard', 'reduce', 'trade', 'imbalance', 'https', 'co', 'pnqehoplk'], ['great', 'day', 'meeting', 'prime_minister', 'abeshinzo', 'japan', 'https', 'ukcda', 'rxon'], ['tell', 'prime_minister', 'trudeau', 'president', 'macron', 'charge', 'massive', 'tariff', 'create', 'non', 'monetary', 'barrier', 'trade', 'surplus', 'canada', 'keep', 'farmer', 'other', 'look_forward', 'see', 'tomorrow'], ['prime_minister', 'trudeau', 'indignant', 'bring', 'relationship', 'canada', 'many', 'year', 'sort', 'thing', 'bring', 'fact', 'charge', 'dairy', 'hurt', 'farmer', 'kill', 'agriculture'], ['european_union', 'canada', 'inform', 'public', 'year', 'use', 'massive', 'trade', 'tariff', 'non', 'monetary', 'trade_barrier', 'totally', 'unfair', 'farmer', 'worker', 'amp', 'company', 'take', 'tariff', 'amp', 'barrier', 'match'], ['obama', 'schumer', 'pelosi', 'nothing', 'north_korea', 'weak', 'crime', 'high', 'tax', 'schumer', 'tell', 'summit', 'dem', 'could', 'never', 'set', 'schumer', 'fail', 'north_korea', 'iran', 'need', 'advice'], ['canada', 'charge', 'tariff', 'dairy', 'product', 'tell', 'fair', 'farmer'], ['looking_forward', 'straighten', 'unfair', 'trade_deal', 'country', 'happen', 'come', 'even', 'better'], ['congratulation', 'washington', 'capital', 'great', 'play', 'win', 'stanley', 'cup', 'championship', 'alex', 'ovechkin', 'team', 'captain', 'spectacular', 'true', 'superstar', 'pop', 'many', 'way', 'time'], ['head', 'canada', 'talk', 'mostly', 'center', 'long', 'time', 'unfair', 'trade', 'practice', 'united_state', 'go', 'singapore', 'talk', 'north_korea', 'talk', 'russian', 'witch_hunt', 'hoax'], ['thought', 'prayer', 'family', 'serviceman', 'kill', 'fellow', 'serviceman', 'wound', 'somolia', 'truly', 'hero'], ['thought', 'prayer', 'family', 'serviceman', 'kill', 'fellow', 'serviceman', 'wound', 'somalia', 'truly', 'hero'], ['press', 'brief', 'charlevoix', 'canada', 'prior', 'depart', 'singapore', 'https', 'co', 'sxuwuu'], ['henry_mcmaster', 'love', 'people', 'south_carolina', 'begin', 'strong', 'crime', 'border', 'great', 'military', 'vet', 'fantastic', 'job', 'governor', 'full', 'endorsement', 'special', 'guy', 'vote', 'tuesday'], ['meet', 'new', 'prime_minister', 'italy', 'giuseppeconteit', 'really', 'great', 'guy', 'honor', 'washington', 'whitehouse', 'shortly', 'great', 'job', 'people', 'italy', 'get', 'right'], ['leave', 'summit', 'beautiful', 'canada', 'great', 'meeting', 'relationship', 'country', 'leader', 'especially', 'know', 'not', 'allow', 'apply', 'large', 'tariff', 'strong', 'barrier'], ['trade', 'fully_understand', 'come', 'many', 'decade', 'fair', 'reciprocal', 'trade', 'happen'], ['united_state', 'allow', 'country', 'impose', 'massive', 'tariff', 'trade_barrier', 'farmer', 'worker', 'company', 'send', 'product', 'country', 'tax', 'free', 'put', 'trade', 'abuse', 'many', 'decade', 'long', 'enough'], ['way', 'singapore', 'chance', 'achieve', 'truly', 'wonderful', 'result', 'north_korea', 'world', 'certainly', 'exciting', 'day', 'know', 'work', 'hard', 'something', 'rarely', 'do'], ['create', 'peace', 'great', 'prosperity', 'land', 'look_forward', 'meeting', 'feel', 'time', 'opportunity', 'waste'], ['base', 'justin', 'false', 'statement', 'news', 'conference', 'fact', 'canada', 'charge', 'massive', 'tariff', 'farmer', 'worker', 'company', 'instruct', 'rep', 'endorse', 'communique', 'look', 'tariff', 'automobile', 'flood', 'market'], ['pm', 'justin', 'trudeau', 'canada', 'act', 'meek', 'mild', 'meeting', 'give', 'news', 'conference', 'leave', 'say', 'tariff', 'kind', 'insulting', 'push', 'dishonest', 'amp', 'weak', 'tariff', 'response', 'dairy'], ['fair', 'trade', 'call', 'fool', 'trade', 'reciprocal', 'accord', 'canada', 'release', 'make', 'almost', 'billion_dollar', 'trade', 'guess', 'brag', 'minimum', 'tax', 'dairy', 'justin', 'act', 'hurt', 'call'], ['president', 'united_state', 'allow', 'country', 'continue', 'make', 'massive', 'trade', 'surplus', 'decade', 'farmer', 'worker', 'amp', 'taxpayer', 'big', 'unfair', 'price', 'pay', 'fair', 'people', 'america', 'trade_deficit'], ['add', 'fact', 'pay', 'close', 'entire', 'cost', 'nato', 'protect', 'many', 'country', 'rip', 'trade', 'pay', 'fraction', 'cost', 'laugh', 'european_union', 'surplus', 'pay', 'much', 'military'], ['germany', 'pay', 'slowly', 'nato', 'pay', 'much', 'large', 'gdp', 'anybody', 'believe', 'make', 'sense', 'protect', 'europe', 'good', 'great', 'financial', 'loss', 'get', 'unfairly', 'clobber', 'trade', 'change', 'come'], ['great', 'singapore', 'excitement', 'air'], ['sorry', 'not', 'let', 'friend', 'enemy', 'take', 'advantage', 'trade', 'anymore', 'must', 'put', 'american_worker', 'first'], ['thank', 'prime_minister', 'lee', 'hsien', 'loong', 'https', 'co', 'mmyguoj'], ['meeting', 'staff', 'representative', 'go', 'well', 'quickly', 'end', 'matter', 'know', 'soon', 'real', 'deal', 'past', 'happen'], ['stock_market', 'almost', 'election', 'trillion_dollar', 'value', 'build', 'economy', 'low', 'unemployment_rate', 'many', 'decade', 'black', 'hispanic', 'unemployment', 'low', 'history', 'female', 'unemployment', 'low', 'year', 'high', 'confidence', 'ever'], ['fact', 'meet', 'major', 'loss', 'say', 'hater', 'amp', 'loser', 'hostage', 'test', 'research', 'missle', 'launch', 'stop', 'pundit', 'call', 'wrong', 'begin', 'nothing', 'else', 'say', 'fine'], ['big', 'supreme_court', 'decision', 'vote', 'great', 'news'], ['great', 'larry', 'kudlow', 'work', 'hard', 'trade', 'economy', 'suffer', 'heart', 'attack', 'walter', 'ree', 'medical', 'center'], ['https', 'co', 'kin'], ['strongly', 'endorse', 'adam', 'governor', 'nevada', 'adam', 'smart', 'work', 'hard', 'know', 'win', 'great', 'governor', 'also', 'fight', 'hard', 'lower_taxe', 'tough', 'crime'], ['mark', 'sanford', 'unhelpful', 'campaign', 'maga', 'mia', 'nothing', 'trouble', 'well', 'argentina', 'fully', 'endorse', 'katie', 'arrington', 'congress', 'state', 'love', 'tough', 'crime', 'continue', 'fight', 'lower_taxes', 'vote', 'katie'], ['head', 'back', 'home', 'singapore', 'truly', 'amazing', 'visit', 'great', 'progress', 'make', 'north_korea', 'hostage', 'back', 'home', 'getting', 'remain', 'great', 'hero', 'back', 'family', 'missile', 'shoot', 'research', 'happen', 'site', 'close'], ['get', 'along', 'great', 'want', 'see', 'wonderful', 'thing', 'country', 'say', 'earlier', 'today', 'anyone', 'make', 'war', 'courageous', 'make', 'peace', 'singaporesummit'], ['niro', 'low', 'iq', 'individual', 'receive', 'many', 'shot', 'head', 'real', 'boxer', 'movie', 'watch', 'last_night', 'truly', 'believe', 'may', 'punch', 'drunk', 'guess'], ['realize', 'economy', 'best', 'ever', 'employment', 'time', 'high', 'many', 'company', 'pour', 'country', 'wake', 'punchy'], ['video', 'story', 'opportunity', 'share', 'singaporesummit', 'https', 'co', 'ooci', 'jvo', 'https', 'co', 'xbkfkdltj'], ['time', 'maga', 'rally', 'join', 'duluth', 'minnesota', 'wednesday', 'pm', 'ticket', 'https', 'co', 'mhhjb', 'erdd', 'https', 'co', 'exenosxt'], ['limit', 'noko', 'achieve', 'give', 'nuclear_weapon', 'embrace', 'commerce', 'amp', 'engagement', 'world', 'opportunity', 'remember', 'leader', 'usher', 'glorious', 'new', 'era', 'security', 'amp', 'prosperity', 'citizen', 'https', 'co', 'xbup', 'zyz'], ['want', 'thank', 'chairman_kim', 'take', 'first', 'bold', 'step', 'bright', 'new', 'future', 'people', 'unprecedented', 'meet', 'first', 'american', 'president', 'leader', 'north_korea', 'prove', 'real', 'change', 'possible', 'https', 'co', 'iwd'], ['world', 'take', 'big', 'step', 'back', 'potential', 'nuclear', 'catastrophe', 'rocket', 'launch', 'nuclear', 'testing', 'research', 'hostage', 'back', 'home', 'family', 'thank', 'day', 'together', 'historic'], ['year', 'ago', 'pundit', 'amp', 'talking_heads', 'people', 'job', 'beg', 'conciliation', 'peace', 'meet', 'go', 'war', 'meet', 'great', 'relationship', 'hater', 'shout', 'meet', 'meet'], ['political', 'representative', 'want', 'get', 'involved', 'mark', 'sanford', 'primary', 'thinking', 'sanford', 'would', 'easily', 'win', 'hour', 'leave', 'feel', 'katie', 'good', 'candidate', 'sanford', 'bad', 'give', 'shot', 'congrat', 'katie', 'arrington'], ['niro', 'low', 'iq', 'individual', 'receive', 'many', 'shot', 'head', 'real', 'boxer', 'movie', 'watch', 'last_night', 'truly', 'believe', 'may', 'punch', 'drunk', 'guess'], ['realize', 'economy', 'best', 'ever', 'employment', 'time', 'high', 'many', 'company', 'pour', 'country', 'wake', 'punchy'], ['congratulation', 'corey', 'stewart', 'great', 'victory', 'senator', 'virginia', 'run', 'total', 'stiff', 'weak', 'crime', 'border', 'want', 'raise_taxes', 'roof', 'underestimate', 'major', 'chance', 'win'], ['land', 'long', 'trip', 'everybody', 'feel', 'much', 'safe', 'day', 'take', 'office', 'long', 'nuclear', 'threat', 'north_korea', 'meeting', 'interesting', 'positive', 'experience', 'north_korea', 'great', 'potential', 'future'], ['take', 'office', 'people', 'assume', 'go', 'war', 'north_korea', 'president', 'obama', 'say', 'north_korea', 'big', 'dangerous', 'problem', 'longer', 'sleep', 'well', 'tonight'], ['save', 'fortune', 'war', 'game', 'long', 'negotiate', 'good', 'faith', 'side'], ['together', 'mexico', 'canada', 'get', 'world', 'cup', 'congratulation', 'great', 'deal', 'hard', 'work'], ['oil_price', 'high', 'opec', 'good'], ['funny', 'watch', 'fake_news', 'especially', 'nbc', 'cnn', 'fight', 'hard', 'downplay', 'deal', 'north_korea', 'day', 'ago', 'would', 'beg', 'deal', 'look', 'war', 'would', 'break', 'country', 'big', 'enemy', 'fake_news', 'easily', 'promulgate', 'fool'], ['senator', 'claire', 'mccaskill', 'great', 'state', 'missouri', 'fly', 'luxurious', 'private', 'jet', 'rv', 'tour', 'state', 'rv', 'people', 'really', 'upset', 'phony', 'josh', 'hawley', 'win', 'big', 'full', 'endorsement'], ['congratulation', 'danny', 'tarkanian', 'big', 'gop', 'primary', 'win', 'nevada', 'danny', 'work', 'hard', 'get', 'great', 'result', 'look', 'good', 'november'], ['congratulation', 'kevincramer', 'huge', 'win', 'north_dakota', 'need', 'kevin', 'senate', 'strongly', 'endorse', 'heidi', 'vote', 'tax_cut', 'always', 'vote', 'need', 'kevin', 'strong', 'crime', 'amp', 'border', 'big', 'cutting_taxe'], ['republican_party', 'starting', 'show', 'big', 'number', 'people', 'start', 'see', 'do', 'result', 'speak', 'loudly', 'north_korea', 'greatest', 'ever', 'economy', 'lead', 'way'], ['back', 'singapore', 'great', 'result', 'respect', 'north_korea', 'thought', 'process', 'must', 'sadly', 'go', 'back', 'witch_hunt', 'always', 'remember', 'collusion', 'obstruction', 'fabricate', 'crime'], ['democrat', 'make', 'phony', 'crime', 'collusion', 'russian', 'pay', 'fortune', 'make', 'crime', 'sound', 'real', 'illegally', 'leak', 'comey', 'classified_information', 'special_councel', 'appoint', 'collude', 'make', 'pile', 'garbage', 'take', 'life', 'fake_news'], ['sleazy', 'democrat', 'disgrace', 'run', 'town', 'eric', 'schneiderman', 'everything', 'sue', 'foundation', 'take', 'give', 'charity', 'money', 'take', 'settle', 'case'], ['schneiderman', 'run', 'clinton', 'campaign', 'never', 'gut', 'bring', 'ridiculous', 'case', 'linger', 'office', 'almost', 'year', 'resign', 'office', 'disgrace', 'disciple', 'bring', 'would', 'settle'], ['happy', 'birthday', 'usarmy', 'thank', 'bravery', 'sacrifice', 'dedication', 'love', 'https', 'co', 'vo'], ['happy', 'flagday', 'https', 'co', 'keumfnohiv'], ['peter_strzok', 'head', 'amp', 'russia', 'investigation', 'texte', 'lover', 'lisa_page', 'stop', 'candidate', 'trump', 'become', 'president', 'get', 'low'], ['ig_report', 'total', 'disaster', 'comey', 'minion', 'sadly', 'fbi', 'comey', 'officially', 'go', 'bad', 'leader', 'far', 'history', 'fbi', 'great', 'service', 'people', 'fire', 'good', 'instinct', 'christopher', 'wray', 'bring', 'proudly', 'back'], ['thank', 'compliment', 'get', 'world', 'cup', 'come', 'mexico', 'canada', 'work', 'hard', 'great', 'team', 'talente', 'people', 'never', 'fail', 'great', 'world', 'cup', 'special', 'thank', 'bob', 'kraft', 'excellent', 'advice'], ['job', 'number', 'good', 'year', 'opponent', 'democrat', 'election', 'would', 'raise', 'taxis', 'substantially', 'increase', 'regulation', 'economy', 'job', 'would', 'disaster'], ['highest_rated', 'far', 'morning', 'show', 'foxandfriend', 'front', 'lawn', 'white_house', 'maybe', 'take', 'unannounced', 'trip', 'see'], ['world', 'barack_obama', 'fire', 'guy', 'comey', 'ask', 'mark', 'levin'], ['donald', 'trump', 'right', 'fire', 'mark', 'levin'], ['democrat', 'force', 'breakup', 'family', 'border', 'horrible', 'cruel', 'legislative', 'agenda', 'immigration', 'bill', 'must', 'full', 'funding', 'wall', 'end', 'catch', 'amp', 'release', 'visa_lottery', 'chain', 'go', 'merit_based', 'immigration', 'go', 'win'], ['tough', 'sentence', 'paul_manafort', 'represent', 'ronald_reagan', 'bob', 'dole', 'many', 'top', 'political', 'people', 'campaign', 'know', 'manafort', 'head', 'mob', 'comey', 'crooked_hillary', 'other', 'unfair'], ['beat', 'talented', 'people', 'include', 'bush', 'dynasty', 'beat', 'clinton', 'dynasty', 'beat', 'phony', 'witch_hunt', 'dishonest', 'people', 'cover', 'never', 'forget', 'fake_news', 'medium', 'never', 'end'], ['great', 'relationship', 'angela', 'merkel', 'germany', 'fake_news', 'medium', 'show', 'bad', 'photo', 'imply', 'anger', 'negotiating', 'agreement', 'ask', 'thing', 'american', 'president', 'would', 'ask', 'https', 'co', 'ib', 'hzt'], ['fake_news', 'medium', 'say', 'get', 'leader', 'summit', 'canada', 'wrong', 'https', 'co', 'eekezv'], ['great', 'discussion', 'european_union', 'commission', 'president', 'jean', 'claude', 'juncker', 'council', 'president', 'donald', 'tusk', 'summit', 'canada', 'last', 'week', 'https', 'co'], ['democrat', 'fix', 'force', 'family', 'breakup', 'border', 'work', 'republican', 'new', 'legislation', 'change', 'need', 'republican', 'elect', 'november', 'democrat', 'good', 'thing', 'high', 'taxis', 'high', 'crime', 'obstruction', 'sad'], ['supporter', 'smartest', 'strong', 'hard', 'work', 'loyal', 'see', 'country', 'history', 'beautiful', 'thing', 'watch', 'win', 'election', 'gather', 'support', 'country', 'get', 'strong', 'country', 'good', 'number', 'ever'], ['ig_report', 'totally', 'distroy', 'james_comey', 'minion', 'include', 'great', 'lover', 'peter_strzok', 'lisa_page', 'start', 'disgraceful', 'witch_hunt', 'many', 'innocent', 'people', 'go', 'dark', 'dangerous', 'period', 'american', 'history'], ['totally', 'destroy', 'james_comey', 'minion', 'include', 'great', 'lover', 'peter_strzok', 'lisa_page', 'start', 'disgraceful', 'witch_hunt', 'many', 'innocent', 'people', 'go', 'dark', 'dangerous', 'period', 'american', 'history'], ['chuck_schumer', 'say', 'summit', 'texan', 'call', 'cattle', 'hat', 'thank', 'chuck', 'sure', 'get', 'right', 'nuclear', 'testing', 'rocket', 'fly', 'place', 'blow', 'launch', 'site', 'hostage', 'already', 'back', 'hero', 'remain', 'come', 'home', 'amp', 'much'], ['clear', 'fake_news', 'https', 'co', 'vbikbmkwp'], ['daniel', 'henninger', 'wall_street', 'journal', 'make', 'clear', 'rod', 'rosenstein', 'memo', 'trump', 'absolutely', 'justify', 'unquestionably', 'justified', 'fire', 'jim', 'comey', 'think', 'mueller', 'investigation', 'pretty', 'weak', 'ground', 'right', 'witch_hunt'], ['funny', 'fake_news', 'coordinate', 'effort', 'like', 'say', 'give', 'sooo', 'much', 'north_korea', 'meet', 'disparage', 'get', 'much', 'peace', 'world', 'amp', 'add', 'final', 'even', 'get', 'hostage', 'remain'], ['hold', 'back', 'war', 'game', 'negotiation', 'request', 'expensive', 'set', 'bad', 'light', 'good', 'faith', 'negotiation', 'also', 'quite', 'provocative', 'start', 'immediately', 'talk', 'break', 'hope', 'happen'], ['deal', 'north_korea', 'praise', 'celebrate', 'asia', 'happy', 'country', 'people', 'would', 'rather', 'see', 'historic', 'deal', 'fail', 'give', 'trump', 'win', 'even', 'save', 'potentially', 'million', 'amp', 'million', 'live'], ['economy', 'perhaps', 'better', 'ever', 'company', 'really', 'well', 'move', 'america', 'job', 'number', 'good', 'year'], ['washington_post', 'employee', 'want', 'go', 'strike', 'bezos', 'pay', 'enough', 'think', 'really', 'long', 'strike', 'would', 'great', 'idea', 'employee', 'would', 'get', 'money', 'would', 'fake_news', 'extend', 'period', 'time', 'wapo', 'register', 'lobbyist'], ['witch_hunt', 'russian_collusion', 'see', 'russian_collusion', 'look', 'obstruction', 'russian_collusion', 'phony', 'russian_collusion', 'make', 'hoax', 'bad', 'look', 'crooked_hillary', 'double_standard'], ['fbi', 'give', 'much', 'information', 'fake_news', 'medium', 'suppose', 'know', 'enemy', 'people', 'fake_news', 'put', 'spin', 'truth', 'matter'], ['fbi', 'sick', 'loser', 'peter_strzok', 'work', 'totally', 'discredit', 'mueller', 'team', 'angry', 'amp', 'conflict', 'democrat', 'strzok', 'give', 'crooked_hillary', 'free', 'pass', 'tell', 'lover', 'lawyer', 'lisa_page', 'stop', 'trump', 'become', 'president', 'witch_hunt'], ['democrat', 'get', 'together', 'republican', 'counterpart', 'work', 'something', 'border_security', 'amp', 'safety', 'wait', 'election', 'go', 'lose'], ['highest_level', 'bias', 'ever', 'witness', 'officer', 'trey', 'gowdy', 'fbi', 'peter_strzok', 'also', 'remember', 'work', 'slippery', 'comey', 'good', 'friend', 'robert_mueller', 'really', 'sick', 'deal'], ['democrat', 'give', 'vote', 'fix', 'world', 'bad', 'immigration_laws', 'outcry', 'killing', 'crime', 'cause', 'gang', 'thug', 'include', 'ms', 'come', 'country', 'illegally'], ['people', 'germany', 'turn', 'leadership', 'migration', 'rock', 'already', 'tenuous', 'berlin', 'coalition', 'crime', 'germany', 'way', 'big', 'mistake', 'make', 'europe', 'allow', 'million', 'people', 'strongly', 'violently', 'change', 'culture'], ['want', 'happen', 'immigration', 'europe', 'happen'], ['child', 'use', 'bad', 'criminal', 'earth', 'mean', 'enter', 'country', 'anyone', 'look', 'crime', 'taking_place', 'south', 'border', 'historic', 'country', 'dangerous', 'place', 'world', 'go', 'happen'], ['change', 'law'], ['democrat', 'fault', 'weak', 'ineffective', 'boarder', 'security', 'crime', 'tell', 'start', 'think', 'people', 'devastate', 'crime', 'come', 'illegal_immigration', 'change', 'law'], ['president', 'obama', 'get', 'nowhere', 'north_korea', 'would', 'go', 'war', 'many', 'million', 'people', 'kill', 'get', 'north_korea', 'make', 'initial', 'step', 'deal', 'fake_news', 'would', 'name', 'national', 'hero'], ['comey', 'give', 'strozk', 'march', 'order', 'mueller', 'comey', 'good', 'friend', 'witch_hunt'], ['think', 'something', 'concern', 'officer', 'suggest', 'go', 'power', 'affect', 'election', 'inspector_general', 'horowitz', 'go', 'numerous', 'people', 'regard', 'election', 'rigged_witch', 'hunt'], ['crime', 'germany', 'official', 'want', 'report', 'crime', 'migrant', 'accept', 'other', 'country', 'even', 'bad', 'smart', 'america'], ['border', 'country'], ['democrat', 'problem', 'care', 'crime', 'want', 'illegal_immigrant', 'matter', 'bad', 'may', 'pour', 'inf', 'country', 'm', 'win', 'terrible', 'policy', 'view', 'potential', 'voter'], ['must', 'always', 'arrest', 'people', 'come', 'country', 'illegally', 'child', 'send', 'parent', 'dangerous', 'trip', 'parent', 'many', 'try', 'enter', 'country', 'illegally', 'numerous', 'occasion'], ['changethelaw', 'good', 'opportunity', 'ever', 'congress', 'change', 'ridiculous', 'obsolete', 'law', 'immigration', 'get', 'do', 'always', 'keep', 'mind', 'must', 'strong', 'border_security'], ['join', 'tomorrow', 'duluth', 'minnesota', 'maga', 'rally', 'ticket', 'https', 'co', 'mhhjb', 'wqlf', 'https', 'co', 'gp', 'rdqw'], ['thank', 'nfib', 'nfib', 'https', 'co', 'ppzhqhzu'], ['want', 'take', 'moment', 'address', 'current', 'illegal_immigration', 'crisis', 'southern_border', 'go', 'many', 'many', 'decade', 'https', 'ef'], ['homeland_security', 'secnielsen', 'fabulous', 'job', 'yesterday', 'press_conference', 'explain', 'security', 'border', 'country', 'time', 'recommend', 'change', 'obsolete', 'nasty', 'law', 'force', 'family', 'separation', 'want', 'heart', 'security', 'america'], ['earlier', 'today', 'flotus_melania', 'honor', 'welcome', 'king', 'felipe', 'queen', 'letizia', 'spain', 'whitehouse', 'https', 'co', 'ccubcyirm'], ['thank', 'housegop', 'https', 'co', 'scvacfjwt'], ['fake_news', 'mention', 'safety', 'security', 'country', 'talk', 'illegal_immigration', 'immigration_laws', 'weakest', 'bad', 'anywhere', 'world', 'dem', 'anything', 'change', 'amp', 'obstruct', 'want', 'open_border', 'mean', 'crime'], ['democrat', 'fault', 'give', 'vote', 'need', 'pass', 'good', 'immigration', 'legislation', 'want', 'open_borders', 'breed', 'horrible', 'crime', 'republican', 'want', 'security', 'work', 'something', 'never', 'end'], ['fbi', 'text', 'reveal', 'anti', 'trump', 'bias', 'foxnew', 'big', 'news', 'fake_news', 'want', 'cover', 'total', 'corruption', 'witch_hunt', 'turn', 'scam', 'point', 'soon', 'mainstream_media', 'cover', 'correctly', 'big', 'story'], ['record', 'maga', 'https', 'co', 'eq', 'fy'], ['https', 'co', 'yfwdyuhmn'], ['great', 'meeting', 'house', 'gop', 'last_night', 'capitol', 'applaud', 'laugh', 'loudly', 'mention', 'experience', 'mark', 'sanford', 'never', 'fan'], ['look', 'fake', 'abc', 'news', 'put', 'guess', 'prepare', 'angry_democrats', 'lead', 'witch_hunt', 'stopthebia', 'https', 'co', 'xok', 'bteq'], ['worry', 'republican', 'president', 'fix', 'https', 'co', 'xsbupzxbhj'], ['land', 'duluth', 'minnesota', 'event', 'plan', 'looking_forward', 'petestauber', 'wonderful', 'family'], ['sorry', 'people', 'want', 'get', 'already', 'pack', 'arena', 'love', 'https', 'co', 'pfvxrsvgka'], ['thank', 'duluth', 'minnesota', 'together', 'make', 'america', 'great', 'https', 'co', 'hbbx', 'xak'], ['return', 'great', 'state', 'minnesota', 'incredible', 'rally', 'people', 'least', 'could', 'get', 'return', 'congratulation', 'petestauber', 'love', 'respected', 'minnesota'], ['time', 'record', 'optimism', 'https', 'co', 'ztrfjy', 'afh'], ['hire', 'judge', 'thousand', 'ridiculous', 'immigration_laws', 'demand', 'change', 'law', 'build', 'wall', 'hire', 'border', 'agent', 'ice', 'let', 'people', 'come', 'country', 'base', 'legal', 'phrase', 'tell', 'say', 'password'], ['border', 'big', 'mess', 'problem', 'many', 'year', 'point', 'schumer', 'pelosi', 'weak', 'crime', 'border_security', 'force', 'real', 'deal', 'easy', 'solve', 'long', 'time', 'problem', 'schumer', 'use', 'want', 'border_security', 'take', 'crime'], ['go', 'columbia', 'south_carolina', 'monday', 'night', 'campaign', 'speech', 'early', 'supporter', 'man', 'truly', 'love', 'people', 'south_carolina', 'governor', 'henry_mcmaster', 'henry', 'work', 'hard', 'amp', 'loyal', 'look_forward', 'reciprocating'], ['henry_mcmaster', 'do', 'great', 'job', 'governor', 'south_carolina', 'state', 'boom', 'job', 'new', 'industry', 'setting_records', 'tough', 'crime', 'strong', 'border', 'health_care', 'mititary', 'great', 'vet', 'henry', 'full', 'complete', 'endorsement', 'maga'], ['last_night', 'minnesota', 'incredible', 'crowd'], ['purpose', 'house', 'good', 'immigration', 'bill', 'need', 'vote', 'democrat', 'senate', 'dem', 'look', 'obstruct', 'feel', 'good', 'mid', 'term', 'republican', 'must', 'stupid', 'filibuster_rule', 'killing'], ['henry_mcmaster', 'do', 'great', 'job', 'governor', 'south_carolina', 'state', 'boom', 'job', 'new', 'industry', 'setting_records', 'tough', 'crime', 'strong', 'border', 'healthcare', 'military', 'great', 'vet', 'henry', 'full', 'complete', 'endrosement', 'maga'], ['democrat', 'want', 'open_border', 'anyone', 'come', 'country', 'stay', 'nancy_pelosi', 'dream', 'happen'], ['administration', 'act', 'swiftly', 'address', 'illegal_immigration', 'crisis', 'southern_border', 'loophole', 'immigration_law', 'support', 'extremist', 'open', 'border', 'democrat', 'extremist', 'open', 'border', 'democrat', 'https', 'gu'], ['real', 'big', 'story', 'affect', 'everybody', 'america', 'success', 'potus', 'package', 'do', 'economy', 'varneyco', 'https', 'co', 'buba', 'zsfm', 'thrill', 'back', 'minnesota', 'roundtable', 'hardworking', 'american', 'patriot', 'thank', 'https', 'suorn', 'zmq', 'farm', 'bill', 'pass', 'house', 'happy', 'see', 'work', 'requirement', 'include', 'big', 'win', 'farmer', 'big', 'supreme_court', 'win', 'internet', 'sale', 'tax', 'time', 'big', 'victory', 'fairness', 'country', 'great', 'victory', 'consumer', 'retailer', 'really', 'care', 'write', 'melania', 'jacket', 'refer', 'fake_news', 'medium', 'melania', 'learn', 'dishonest', 'truly', 'longer', 'care', 'maintain', 'strong', 'border', 'long', 'country', 'proud', 'show', 'weakness', 'million', 'people', 'journey', 'country', 'not', 'pass', 'legislation', 'immigration', 'safety', 'security', 'reason', 'include', 'heart', 'get', 'dem', 'vote', 'problem', 'care', 'security', 'dem', 'vote', 'support', 'goodlatte', 'bill', 'vote', 'anything', 'great', 'judge', 'jeanine', 'pirro', 'new', 'book', 'liar', 'leaker', 'liberal', 'case', 'anti', 'trump', 'conspiracy', 'fantastic', 'go', 'get', 'even', 'get', 'republican', 'vote', 'senate', 'need', 'democrat', 'vote', 'get', 'much', 'need', 'immigration', 'bill', 'amp', 'dem', 'obstructionist', 'give', 'vote', 'political', 'reason', 'amp', 'care', 'crime', 'come', 'border', 'need', 'elect', 'elect', 'republican', 'november', 'pass', 'fine', 'fair', 'comprehensive', 'immigration', 'bill', 'anywhere', 'world', 'right', 'dumb', 'bad', 'dem', 'nothing', 'obstruct', 'remember', 'motto', 'resist', 'produce', 'republican', 'stop', 'waste', 'time', 'immigration', 'elect', 'senator', 'congressman', 'woman', 'november', 'dem', 'play', 'game', 'intention', 'anything', 'solve', 'decade', 'old', 'problem', 'pass', 'great', 'legislation', 'red_wave', 'governor', 'henry_mcmaster', 'truly', 'fine', 'man', 'love', 'people', 'south_carolina', 'early', 'supporter', 'truly', 'help', 'big', 'south_carolina', 'victory', 'see', 'monday', 'vice', 'president', 'pence', 'henry', 'saturday', 'congresswoman', 'martha', 'roby', 'alabama', 'consistent', 'reliable', 'vote', 'make_america', 'great', 'agenda', 'republican', 'primary', 'run', 'recent', 'nancy_pelosi', 'voting', 'fully', 'endorse', 'martha', 'congressional', 'district', 'congressman', 'top', 'student', 'yale', 'harvard', 'law', 'school', 'run', 'governor', 'great', 'state', 'florida', 'ron', 'strong', 'border', 'tough', 'crime', 'amp', 'big', 'cutting_taxe', 'love', 'military', 'amp', 'vet', 'great', 'governor', 'amp', 'full', 'endorsement', 'mexico', 'export', 'come', 'united_state', 'totally', 'rely', 'fine', 'strong', 'immigration_law', 'pathetically', 'weak', 'ineffective', 'immigration_laws', 'democrat', 'refuse', 'help', 'fix', 'speak', 'mexico', 'must', 'maintain', 'strong', 'southern_border', 'not', 'allow', 'country', 'overrun', 'illegal_immigrant', 'democrat', 'tell', 'phony', 'story', 'sadness', 'grief', 'hope', 'help', 'election', 'obama', 'other', 'picture', 'nothing', 'hope', 'opec', 'increase', 'output', 'substantially', 'need', 'keep', 'price', 'base', 'tariff', 'trade_barrier', 'long', 'place', 'great', 'company', 'worker', 'european_union', 'tariff', 'barrier', 'soon', 'break', 'remove', 'place', 'tariff', 'car', 'come', 'build', 'gather', 'today', 'hear', 'directly', 'american', 'victim', 'illegal_immigration', 'american', 'citizen', 'permanently', 'separate', 'loved_one', 'kill', 'criminal', 'illegal_aliens', 'family', 'medium', 'ignore', 'https', 'co', 'zjxesyacjy', 'first', 'duty', 'high', 'loyalty', 'citizens_unite', 'state', 'rest', 'border', 'secure', 'citizen', 'safe', 'finally', 'end', 'immigration', 'crisis', 'https', 'co', 'yfz', 'kjb', 'base', 'tariff', 'trade_barrier', 'long', 'place', 'amp', 'great', 'company', 'worker', 'european_union', 'tariff', 'barrier', 'soon', 'break', 'remove', 'place', 'tariff', 'car', 'come', 'build', 'steel', 'come', 'back', 'fast', 'steel', 'add', 'great', 'capacity', 'also', 'other', 'https', 'co', 'pzwjg', 'vxn', 'foxnews', 'poll_number', 'plummet', 'inspire', 'pay', 'russian', 'witch_hunt', 'bias', 'lying', 'hate', 'investigator', 'people', 'want', 'investigator', 'investigate', 'much', 'come', 'total', 'scam', 'excuse', 'dem', 'lose', 'election', 'russian', 'witch_hunt', 'rig', 'national', 'association', 'manufacturer', 'announce', 'manufacturer', 'positive', 'outlook', 'company', 'good', 'number', 'association', 'history', 'disability', 'application', 'plunge', 'economy', 'strengthen', 'fail', 'time', 'drudge_report', 'obama', 'keep', 'cage', 'wrap', 'foil', 'much', 'well', 'job', 'time', 'maintain', 'much', 'strong', 'border', 'mainstream', 'fake', 'media', 'hate', 'story', 'head', 'pittsburgh', 'pennsylvania', 'strongly', 'endorse', 'fine', 'man', 'congressman', 'keith', 'rothfusforpa', 'run', 'lambthesham', 'tell', 'everyone', 'much', 'like', 'vote', 'nancy_pelosi', 'keith', 'strong', 'border', 'tough', 'crime', 'love', 'cutting_taxe', 'maga', 'thought', 'prayer', 'representative', 'katie', 'south_carolina', 'include', 'involve', 'last_nights', 'car', 'accident', 'family', 'https', 'co', 'vbjxc', 'head', 'nevada', 'talk', 'trade', 'immigration', 'supporter', 'country', 'economy', 'strong', 'ever', 'number', 'get', 'well', 'week', 'tremendous', 'potential', 'trade_deal', 'come', 'along', 'well', 'sad', 'nancy_pelosi', 'sidekick', 'cryin_chuck', 'schumer', 'want', 'protect', 'illegal_immigrant', 'far', 'citizen', 'country', 'united_state', 'not', 'stand', 'want', 'safety', 'security', 'border', 'happy_birthday', 'supreme_court', 'justice', 'clarence', 'thomas', 'friend', 'great', 'man', 'https', 'co', 'hlxyyktjcv', 'thank', 'nvgop', 'maga', 'https', 'pgg', 'america', 'open', 'business', 'https', 'co', 'zjdlhwjlxm', 'major', 'wall_street', 'journal', 'opinion', 'piece', 'today', 'talk', 'russian', 'witch_hunt', 'disgrace', 'many', 'people', 'hurt', 'bad', 'country', 'total', 'sham', 'https', 'co', 'bcpsgtox', 'democrat', 'fix', 'law', 'resist', 'far', 'well', 'job', 'bush', 'obama', 'need', 'strength', 'security', 'border', 'not', 'accept', 'people', 'try', 'break', 'country', 'strong', 'border', 'crime', 'not', 'allow', 'people', 'invade', 'country', 'somebody', 'come', 'must', 'immediately', 'judge', 'court', 'case', 'bring', 'back', 'came', 'system', 'mockery', 'good', 'immigration', 'policy', 'law', 'order', 'child', 'come', 'parent', 'immigration', 'policy', 'laugh', 'world', 'unfair', 'people', 'go', 'system', 'legally', 'wait', 'line', 'year', 'immigration', 'must', 'base', 'merit', 'need', 'people', 'help', 'make_america', 'great', 'united_state', 'insist', 'country', 'place', 'artificial', 'trade_barrier', 'tariff', 'good', 'go', 'country', 'remove', 'barrier', 'amp', 'tariff', 'meet', 'reciprocity', 'trade', 'must', 'fair', 'long', 'way', 'street', 'jimmyfallon', 'whimper', 'famous', 'hair', 'show', 'seriously', 'mess', 'hair', 'amp', 'would', 'do', 'differently', 'say', 'humanized', 'take', 'heat', 'call', 'amp', 'say', 'monster', 'rating', 'man', 'jimmy', 'clayhiggin', 'great', 'help', 'cutting_taxe', 'create', 'great', 'new', 'healthcare', 'program', 'low', 'cost', 'fight', 'border_security', 'military', 'vet', 'tough', 'crime', 'full', 'endorsement', 'great', 'state', 'louisiana', 'want', 'clay', 'house', 'republican', 'could', 'easily', 'pass', 'bill', 'strong', 'border_security', 'remember', 'still', 'pass', 'senate', 'need', 'democrat', 'vote', 'resist', 'want', 'open_border', 'care', 'crime', 'need', 'republican', 'win', 'november', 'repclayhiggin', 'great', 'help', 'cutting_taxe', 'create', 'great', 'new', 'healthcare', 'program', 'low', 'cost', 'fight', 'border_security', 'military', 'vet', 'tough', 'crime', 'full', 'endorsement', 'great', 'state', 'louisiana', 'want', 'clay', 'former', 'attorney_general', 'michael', 'mukasey', 'say', 'president', 'trump', 'probably', 'correct', 'surveillance', 'trump', 'tower', 'actually', 'would', 'ever', 'believe', 'red', 'hen', 'restaurant', 'focus', 'clean', 'filthy', 'canopy', 'door', 'window', 'badly', 'need', 'paint', 'job', 'rather', 'refuse', 'serve', 'fine', 'person', 'sarah', 'huckabee', 'sander', 'always', 'rule', 'restaurant', 'dirty', 'outside', 'dirty', 'inside', 'try', 'stay', 'uninvolved', 'department', 'justice', 'fbi', 'legally', 'totally', 'discredit', 'expensive', 'witch_hunt', 'currently', 'go', 'ask', 'doj', 'fbi', 'give', 'request', 'document', 'difference', 'medium', 'coverage', 'immigration', 'policy', 'obama', 'administration', 'actually', 'do', 'far', 'well', 'job', 'facility', 'cleaner', 'well', 'run', 'facility', 'obama', 'fake_news', 'working_overtime', 'hiring', 'manythousand', 'judge', 'go', 'long', 'complicated', 'legal', 'process', 'way', 'go', 'always', 'disfunctional', 'people', 'must', 'simply', 'stop', 'border', 'tell', 'not', 'come', 'illegally', 'child', 'bring', 'back', 'country', 'do', 'illegal_immigration', 'stop', 'track', 'little', 'comparison', 'cost', 'real', 'answer', 'must', 'continue', 'build_wall', 'head', 'favorite', 'place', 'south_carolina', 'fight', 'original', 'fighter', 'governor', 'henry_mcmaster', 'speak', 'congresswoman', 'maxine_water', 'extraordinarily', 'low', 'person', 'become', 'together', 'nancy_pelosi', 'face', 'democrat', 'party', 'call', 'harm', 'supporter', 'many', 'make_america', 'great', 'movement', 'careful', 'wish', 'max', 'surprised', 'harley_davidson', 'company', 'would', 'first', 'wave', 'white', 'flag', 'fight', 'hard', 'ultimately', 'pay', 'tariff', 'sell', 'hurt', 'badly', 'trade', 'taxis', 'harley', 'excuse', 'patient', 'maga', 'director', 'david', 'lynch', 'trump', 'could', 'go', 'great', 'president', 'https', 'co', 'acgniznh', 'senator', 'mark', 'warner', 'perhaps', 'drunken', 'state', 'claim', 'information', 'leader', 'angry_democrats', 'witch_hunt', 'know', 'highly', 'illegal', 'investigate', 'hear', 'peter_strzok', 'hate', 'fraud', 'fbi', 'amp', 'doj', 'show', 'public', 'live', 'television', 'close', 'door', 'hear', 'nobody', 'see', 'expose', 'people', 'total', 'transparency', 'land', 'south_carolina', 'mcmaster', 'rally', 'shortly', 'maga', 'thank', 'south_carolina', 'let', 'get', 'tomorrow', 'vote', 'henrymcmaster', 'https', 'co', 'xlz', 'wfmfu', 'early', 'year', 'harley_davidson', 'say', 'would', 'move', 'much', 'plant', 'operation', 'kansa', 'city', 'thailand', 'long', 'tariff', 'announce', 'hence', 'use', 'tariff', 'trade', 'war', 'excuse', 'show', 'unbalanced', 'amp', 'unfair', 'trade', 'fix', 'get', 'country', 'reduce', 'eliminate', 'tariff', 'trade_barrier', 'unfairly', 'use', 'year', 'farmer', 'worker', 'company', 'open', 'closed', 'market', 'expand', 'footprint', 'must', 'play', 'fair', 'pay', 'tariff', 'harley_davidson', 'official', 'white_house', 'chide', 'tariff', 'country', 'india', 'high', 'company', 'come', 'back', 'america', 'harley', 'must', 'know', 'able', 'sell', 'back', 'pay', 'big', 'tax', 'finish', 'study', 'tariff', 'car', 'long', 'taken_advantage', 'form', 'trade_barrier', 'tariff', 'end', 'even', 'take', 'long', 'great', 'governor', 'henry_mcmaster', 'last_night', 'south_carolina', 'henry', 'tough', 'crime', 'border', 'love', 'military', 'vet', 'create', 'many', 'job', 'great', 'economy', 'go', 'vote', 'henry', 'today', 'never', 'let', 'harley_davidson', 'never', 'build', 'country', 'never', 'employee', 'customer', 'already', 'angry', 'move', 'watch', 'begin', 'end', 'surrender', 'quit', 'aura', 'go', 'tax', 'never', 'face', 'democrats', 'maxine_water', 'together', 'nancy_pelosi', 'establish', 'fine', 'leadership', 'team', 'always', 'stay', 'together', 'lead', 'democrat', 'want', 'open_border', 'unlimited', 'crime', 'future', 'pick', 'crooked_hillary', 'pre', 'profound', 'question', 'era', 'conspiracy', 'obama', 'department', 'justice', 'fbi', 'prevent', 'donald', 'trump', 'become', 'president', 'strzok', 'core', 'conspiracy', 'judge', 'napolitano', 'supreme_court', 'uphold', 'trump', 'today', 'tell', 'story', 'incredible', 'hero', 'defend', 'nation', 'world', 'war', 'first', 'lieutenant', 'garlin', 'murl', 'conner', 'die', 'today', 'take', 'rightful', 'place', 'eternal', 'chronicle', 'american', 'valor', 'https', 'co', 'mzj', 'pppgze', 'congratulation', 'governor', 'henry_mcmaster', 'big', 'election', 'win', 'south_carolina', 'love', 'proud', 'peggy', 'henrymcmaster', 'tremendous', 'win', 'congressman', 'dan', 'donovan', 'show', 'great', 'courage', 'tough', 'race', 'many', 'friend', 'staten', 'island', 'elect', 'someone', 'always', 'proud', 'congratulation', 'wow', 'big', 'trump', 'hater', 'congressman', 'joe', 'crowley', 'many', 'expect', 'go', 'take', 'nancy_pelosi', 'place', 'lose', 'primary', 'election', 'word', 'big', 'nobody', 'see', 'happen', 'perhaps', 'nicer', 'respectful', 'president', 'democrat', 'turmoil', 'open_border', 'unchecked', 'crime', 'certain', 'way', 'lose', 'election', 'republican', 'strong', 'border', 'crime', 'big', 'night', 'great', 'first_lady', 'https', 'co', 'alui', 'legendary', 'gary_player', 'turnberry', 'scotland', 'https', 'co', 'ogoqwhhta', 'big', 'conclusive', 'win', 'mitt_romney', 'congratulation', 'look_forward', 'work', 'together', 'much', 'good', 'great', 'love', 'family', 'come', 'congratulation', 'maxine_water', 'crazy', 'rant', 'make', 'together', 'nancy_pelosi', 'unhinge', 'face', 'democrat', 'party', 'together', 'make_america', 'weak', 'fear', 'america', 'stronger', 'ever', 'go', 'anywhere', 'house', 'republican', 'pass', 'strong', 'fair', 'immigration', 'bill', 'know', 'goodlatte', 'afternoon', 'vote', 'today', 'even_though', 'dem', 'let', 'pass', 'senate', 'passage', 'show', 'want', 'strong', 'border', 'amp', 'security', 'dem', 'want', 'open_border', 'crime', 'win', 'supreme_court', 'rule', 'favor', 'non', 'union', 'worker', 'example', 'able', 'support', 'candidate', 'choice', 'control', 'union', 'decide', 'big', 'loss', 'coffer', 'democrat', 'harley_davidson', 'stay', 'america', 'people', 'get', 'success', 'do', 'much', 'company', 'come', 'back', 'belong', 'forget', 'customer', 'happy', 'competitor', 'today', 'thrilled', 'join', 'student', 'leader', 'college', 'university', 'country', 'https', 'co', 'oqp', 'ncoee', 'statement', 'justice', 'anthony', 'kennedy', 'scotus', 'https', 'co', 'awj', 'fwema', 'head', 'north_dakota', 'fully', 'stand', 'endorse', 'kevin', 'cramer', 'senate', 'extraordinary', 'congressman', 'hopefully', 'soon', 'represent', 'great', 'state', 'senator', 'tough', 'crime', 'strong', 'border', 'love', 'military', 'vet', 'ndsen', 'https', 'co', 'sirp', 'today', 'great', 'honor', 'welcome', 'president', 'marcelo', 'rebelo', 'portugal', 'whitehouse', 'https', 'co', 'ei', 'land', 'north_dakota', 'senjohnhoeven', 'repkevincramer', 'see', 'everyone', 'scheel', 'arena', 'shortly', 'https', 'co', 'pakuigkb', 'thank', 'north_dakota', 'together', 'make', 'america', 'safe', 'great', 'maga', 'https', 'recent', 'day', 'hear', 'shameless', 'attack', 'courageous', 'officer', 'extremist', 'democrat', 'politician', 'call', 'complete', 'elimination', 'ice', 'leftwe', 'activist', 'try', 'block', 'ice', 'officer', 'job', 'publicly', 'post', 'home', 'address', 'put', 'selfless', 'public', 'servant', 'harm', 'way', 'radical', 'protester', 'want', 'anarchy', 'response', 'find', 'government', 'law', 'order', 'lover', 'peter_strzok', 'give', 'poor', 'mark', 'yesterday', 'close', 'door', 'testimony', 'accord', 'report', 'refuse', 'answer', 'many', 'question', 'collusion', 'witch_hunt', 'head', 'angry_democrats', 'other', 'totally', 'conflict', 'rig', 'russia', 'continue', 'say', 'nothing', 'meddle', 'election', 'shady', 'disgrace', 'fbi', 'agent', 'take', 'closely', 'examine', 'hillary', 'russia', 'look', 'many', 'question', 'much', 'corruption', 'amy', 'kremer', 'woman', 'trump', 'great', 'foxandfriend', 'brave', 'smart', 'thank', 'amy', 'amykremer', 'watch', 'sharkgregnorman', 'foxandfriend', 'say', 'president', 'great', 'job', 'world', 'people', 'want', 'come', 'back', 'thank', 'greg', 'look', 'great', 'peter_strzok', 'work', 'leader', 'rigged_witch', 'hunt', 'long', 'period', 'time', 'get', 'start', 'fire', 'gig', 'remember', 'take', 'order', 'comey_mccabe', 'take', 'order', 'know', 'mueller', 'comey', 'good', 'friend', 'go', 'list', 'conflict', 'interest', 'take', 'long', 'list', 'top', 'report', 'angry_democrats', 'list', 'conflict', 'crook', 'many', 'people', 'send', 'jail', 'persecute', 'old', 'totally', 'unrelated', 'charge', 'collusion', 'obstruction', 'collusion', 'go', 'fbi', 'doj', 'crooked_hillary', 'dnc', 'lie', 'disgraceful', 'situation', 'milwaukee', 'wisconsin', 'meeting', 'soon', 'leave', 'big', 'groundbreaking', 'foxconn', 'build', 'great', 'new', 'electronic', 'plant', 'wisconsin', 'job', 'great', 'today', 'break', 'ground', 'plant', 'provide', 'job', 'wisconsin', 'worker', 'foxconn', 'discover', 'well', 'place', 'build', 'hire', 'grow', 'right', 'united_states', 'https', 'co', 'toffodzyvk', 'america', 'open', 'business', 'https', 'co', 'furf', 'czl', 'prior', 'depart', 'wisconsin', 'brief', 'shoot', 'capital', 'gazette', 'annapolis', 'maryland', 'thought', 'prayer', 'victim', 'family', 'thank', 'first_responder', 'currently', 'scene', 'go', 'today', 'want', 'address', 'horrific', 'shooting', 'took_place', 'yesterday', 'capital', 'gazette', 'newsroom', 'annapolis', 'maryland', 'attack', 'shock', 'conscience', 'nation', 'fill', 'heart', 'grief', 'https', 'co', 'lalxghk', 'month', 'tax_cut', 'worker', 'receive', 'bonus', 'pay', 'raise', 'retirement', 'account', 'contribution', 'https', 'co', 'mevjwiingu', 'new', 'plant', 'build', 'foxconn', 'wisconsin', 'incredible', 'congratulation', 'people', 'wisconsin', 'governor', 'scott_walker', 'govwalker', 'talente', 'representative', 'pull', 'great', 'job', 'democrat', 'make', 'strong', 'push', 'abolish', 'ice', 'smart', 'tough', 'spirited', 'group', 'man', 'woman', 'ever', 'see', 'watch', 'ice', 'liberate', 'town', 'grasp', 'ms', 'clean', 'tough', 'situation', 'great', 'great', 'woman', 'ice', 'worry', 'lose', 'spirit', 'fantastic', 'job', 'keep', 'safe', 'eradicate', 'bad', 'criminal', 'element', 'brave', 'radical', 'left', 'dem', 'want', 'next', 'police', 'chance', 'never', 'happen', 'speak', 'king', 'salman', 'saudi_arabia', 'explain', 'turmoil', 'amp', 'disfunction', 'iran', 'venezuela', 'ask', 'saudi_arabia', 'increase', 'oil', 'production', 'maybe', 'barrel', 'make', 'difference', 'price', 'high', 'agree', 'make', 'choice', 'justice', 'united_state', 'supreme_court', 'first', 'monday', 'holiday', 'friend', 'man', 'truly', 'see', 'politic', 'life', 'other', 'ever', 'sean', 'spicer', 'write', 'great', 'new', 'book', 'briefing', 'politic', 'press', 'president', 'story', 'tell', 'heart', 'knowledge', 'really', 'good', 'go', 'get', 'never', 'push', 'republican', 'house', 'vote', 'immigration', 'bill', 'goodlatte', 'could', 'never', 'get', 'enough', 'democrat', 'long', 'vote', 'threshold', 'release', 'many', 'prior', 'vote', 'know', 'need', 'republican', 'win', 'need', 'elect', 'republican', 'november', 'republican', 'must', 'end', 'ridiculous', 'vote', 'filibuster_rule', 'better', 'cryin_chuck', 'would', 'day', 'never', 'give', 'chance', 'great', 'legislation', 'await', 'smart', 'interview', 'mariabartiromo', 'sunday', 'foxnew', 'enjoy', 'people', 'come', 'country', 'illegally', 'must', 'immediately', 'escort', 'back', 'go', 'year', 'legal', 'maneuver', 'law', 'dumb', 'anywhere', 'world', 'republican', 'want', 'strong', 'border', 'crime', 'dem', 'want', 'open_border', 'weak', 'crime', 'interview', 'mariabartiromo', 'foxnew', 'liberal', 'leave', 'also', 'know', 'democrat', 'want', 'ice', 'fantastic', 'job', 'want', 'open_border', 'crime', 'would', 'rampant', 'uncontrollable', 'make_america', 'great', 'big', 'week', 'especially', 'numerous', 'victory', 'supreme_court', 'head', 'back', 'white_house', 'focus', 'selection', 'new', 'supreme_court', 'justice', 'exciting', 'time', 'country', 'economy', 'may', 'strong', 'ever', 'congratulation', 'andre', 'manuel', 'lopez', 'obrador', 'become', 'next', 'president', 'mexico', 'look', 'much', 'forward', 'work', 'much', 'do', 'benefit', 'united_state', 'mexico', 'today', 'great', 'honor', 'welcome', 'prime_minister', 'mark', 'rutte', 'netherland', 'whitehouse', 'https', 'co', 'tzy', 'many', 'democrat', 'deeply', 'concerned', 'fact', 'leadership', 'want', 'denounce', 'abandon', 'great', 'man', 'woman', 'ice', 'thereby', 'declare', 'war', 'law', 'amp', 'order', 'people', 'vote', 'republican', 'november', 'many', 'case', 'join', 'republican_party', 'crazy', 'maxine_water', 'say', 'corrupt', 'people', 'politic', 'rapidly', 'become', 'together', 'nancy_pelosi', 'face', 'democrat', 'party', 'rant', 'rave', 'even', 'refer', 'wounded', 'animal', 'make', 'people', 'flee', 'democrat', 'interview', 'impressive', 'people', 'yesterday', 'announce', 'decision', 'justice', 'united_state', 'supreme_court', 'economy', 'perhaps', 'better', 'ever', 'prior', 'fix', 'bad', 'unfair', 'trade_deal', 'ever', 'make', 'country', 'event', 'come', 'along', 'well', 'country', 'agree', 'must', 'change', 'nobody', 'ever', 'ask', 'infestation', 'ms', 'gang', 'certain', 'part', 'country', 'send', 'get', 'ice', 'tough', 'smart', 'rough', 'criminal', 'elelment', 'bad', 'immigration_law', 'allow', 'country', 'dem', 'appreciate', 'great', 'job', 'nov', 'democrat', 'weak', 'border', 'weak', 'crime', 'november', 'people', 'country', 'want', 'demand', 'safety', 'security', 'democrat', 'interested', 'rip', 'apart', 'demean', 'properly', 'fund', 'great', 'many', 'good', 'conversation', 'north_korea', 'go', 'well', 'meantime', 'rocket', 'launch', 'nuclear', 'testing', 'month', 'asia', 'thrilled', 'opposition', 'party', 'include', 'fake_news', 'complain', 'would', 'war', 'north_korea', 'obama', 'administration', 'grant', 'citizenship', 'terrible', 'iran', 'deal', 'negotiation', 'iranian', 'include', 'government', 'official', 'big', 'bad', 'harley_davidson', 'move', 'part', 'operation', 'administration', 'work', 'motor', 'cycle', 'company', 'want', 'move', 'harley', 'customer', 'happy', 'move', 'sale', 'action', 'nsa', 'delete', 'phone', 'call', 'text', 'message', 'privacy', 'violation', 'blame', 'technical', 'irregularity', 'disgrace', 'witch_hunt', 'continue', 'washington_post', 'constantly', 'quote', 'anonymous_source', 'exist', 'rarely', 'name', 'anyone', 'give', 'kind', 'negative', 'quote', 'look', 'discgrace', 'journalism', 'many', 'other', 'write', 'many', 'good', 'sell', 'book', 'somewhat', 'pride', 'ability', 'write', 'note', 'fake_news', 'constantly', 'like', 'pour', 'tweet', 'look', 'mistake', 'capitalize', 'certain', 'word', 'emphasis', 'capitalize', 'head', 'west_virginia', 'friend', 'wvgovernor', 'justice', 'beautiful', 'greenbrier', 'resort', 'work', 'hard', 'great', 'job', 'raise', 'lot', 'money', 'charity', 'washington_post', 'constantly', 'quote', 'anonymous_source', 'exist', 'rarely', 'name', 'anyone', 'give', 'kind', 'negative', 'quote', 'look', 'disgrace', 'journalism', 'many', 'other', 'arrive', 'west_virginia', 'https', 'co', 'rmh', 'write', 'many', 'good', 'sell', 'book', 'somewhat', 'pride', 'ability', 'write', 'note', 'fake_news', 'constantly', 'like', 'pore', 'tweet', 'look', 'mistake', 'capitalize', 'certain', 'word', 'emphasis', 'capitalize', 'thank', 'wvgovernor', 'jim', 'justice', 'warm', 'introduction', 'tonight', 'great', 'honor', 'attend', 'greenbri', 'classic', 'salute', 'service', 'dinner', 'veteran', 'america', 'happy', 'independence', 'day', 'https', 'co', 'qvcn', 'tonight', 'gather', 'celebrate', 'courageous', 'man', 'woman', 'make', 'freedom', 'possible', 'brave', 'service', 'member', 'wonderful', 'veteran', 'year', 'american', 'independence', 'endure', 'sweat', 'blood', 'sacrifice', 'american', 'armed_force', 'great', 'force', 'peace', 'justice', 'history', 'world', 'tomorrow', 'family', 'nation', 'gather', 'celebrate', 'fourth', 'july', 'think', 'man', 'amp', 'woman', 'serve', 'overseas', 'moment', 'far', 'away', 'family', 'protect', 'america', 'thank', 'god', 'bless', 'incredible', 'hero', 'https', 'oeta', 'happy', 'fourth', 'july', 'country', 'great', 'https', 'co', 'jezy', 'opec', 'monopoly', 'must', 'remember', 'gas', 'price', 'amp', 'little', 'help', 'anything', 'drive', 'price', 'high', 'united_state', 'defend', 'many', 'member', 'little', 'must', 'way', 'street', 'reduce', 'pricing', 'happy_birthday', 'america', 'https', 'co', 'sii', 'xxsfof', 'congress', 'must', 'pass', 'smart', 'fast', 'reasonable', 'immigration_law', 'border', 'great', 'job', 'law', 'force', 'work', 'insane', 'people', 'child', 'enter', 'country', 'must', 'tell', 'leave', 'country', 'force', 'endure', 'long', 'costly', 'trial', 'tell', 'people', 'must', 'leave', 'would', 'stand', 'front', 'lawn', 'hire', 'thousand', 'judge', 'work', 'acceptable', 'country', 'world', 'congress', 'fix', 'insane', 'immigration_law', 'accept', 'resignation', 'scott', 'pruitt', 'administrator', 'environmental', 'protection', 'agency', 'agency', 'scott', 'do', 'outstanding', 'job', 'always', 'thankful', 'senate', 'confirm', 'deputy', 'epa', 'andrew', 'wheeler', 'monday', 'assume', 'duty', 'act', 'administrator', 'epa', 'doubt', 'andy', 'continue', 'great', 'lasting', 'epa', 'agenda', 'make', 'tremendous', 'progress', 'future', 'epa', 'bright', 'great', 'honor', 'join', 'proud', 'hardworking', 'american', 'patriot', 'montana', 'tonight', 'love', 'thank', 'maga', 'https', 'vote', 'democrat', 'november', 'vote', 'let', 'ms', 'run', 'wild', 'community', 'let', 'drug', 'pour', 'city', 'take', 'job', 'benefit', 'away', 'hardworke', 'american', 'democrat', 'want', 'anarchy', 'amnesty', 'chaos', 'republican', 'want', 'law', 'order', 'justice', 'day', 'brave_men', 'woman', 'ice', 'liberate', 'community', 'savage', 'gang', 'm', 'stand', 'vile', 'democrat', 'smear', 'always', 'stand', 'proudly', 'brave', 'hero', 'ice', 'border_patrol', 'thank', 'republican', 'leadership', 'america', 'win', 'america', 'respect', 'world', 'finally', 'put', 'america', 'first', 'job', 'job', 'job', 'https', 'co', 'tz', 'xett', 'lawsuit', 'file', 'dnc', 'bunch', 'democrat', 'crazy', 'try', 'claim', 'trump', 'campaign', 'other', 'collude', 'russia', 'figured', 'excuse', 'lose', 'election', 'twitter', 'get', 'rid', 'fake', 'account', 'record', 'pace', 'include', 'fail', 'time', 'propaganda', 'machine', 'amazon', 'washington_post', 'constantly', 'anonymous_source', 'opinion', 'exist', 'business', 'year', 'big', 'decision', 'soon', 'make', 'next', 'justice', 'supreme_court', 'public', 'opinion', 'turn', 'strongly', 'rigged_witch', 'hunt', 'special_councel', 'public', 'understand', 'collusion', 'russia', 'ridiculous', 'fbi', 'lover', 'fraud', 'nation', 'amp', 'collusion', 'dem', 'public', 'opinion', 'turn', 'strongly', 'rigged_witch', 'hunt', 'special_counsel', 'public', 'understand', 'collusion', 'russia', 'ridiculous', 'fbi', 'lover', 'fraud', 'nation', 'amp', 'collusion', 'dem', 'rigged_witch', 'hunt', 'originally', 'head', 'fbi', 'lover', 'boy', 'peter', 'year', 'amp', 'angry_democrat', 'look', 'miss', 'crooked_hillary', 'illegally', 'deleted_emails', 'pakistani', 'fraudster', 'uranium', 'podesta', 'amp', 'much', 'democrat', 'con', 'job', 'work', 'closely', 'government', 'thailand', 'help', 'get', 'child', 'cave', 'safety', 'brave', 'talented', 'people', 'iranian', 'harassment', 'warship', 'source', 'usnavy', 'looking_forward', 'announce', 'final', 'decision', 'united_states', 'supreme_court', 'justice', 'pme', 'tomorrow', 'night', 'whitehouse', 'exceptional', 'person', 'choose', 'get', 'https', 'nupkdy', 'united_states', 'spend', 'far', 'nato', 'country', 'fair', 'acceptable', 'country', 'increase', 'contribution', 'take', 'office', 'must', 'much', 'germany', 'nato', 'benefit', 'europe', 'far', 'account', 'pay', 'nato', 'many', 'country', 'nowhere', 'close', 'commitment', 'top', 'european_union', 'trade', 'surplus', 'big', 'trade_barrier', 'good', 'long', 'hear', 'important', 'decision', 'president', 'make', 'selection', 'supreme_court', 'justice', 'announce', 'tonight', 'confidence', 'honor', 'contract', 'sign', 'even', 'importantly', 'handshake', 'agree', 'north_korea', 'china', 'hand', 'may', 'exert', 'negative', 'pressure', 'deal', 'posture', 'chinese', 'trade', 'hope', 'fail', 'time', 'fake_news', 'story', 'today', 'breast', 'feeding', 'must', 'call', 'strongly', 'support', 'breast', 'feeding', 'believe', 'woman', 'deny', 'access', 'formula', 'many', 'woman', 'need', 'option', 'malnutrition', 'poverty', 'pfizer', 'amp', 'other', 'ashamed', 'raise', 'drug_price', 'reason', 'merely', 'taking_advantage', 'poor', 'amp', 'other', 'unable', 'defend', 'time', 'give', 'bargain', 'basement', 'price', 'country', 'europe', 'amp', 'elsewhere', 'respond', 'happy', 'birthday', 'amazing', 'current', 'former', 'army', 'warrant', 'officer', 'thank', 'century', 'service', 'indispensable', 'guardian', 'great', 'usarmy', 'technology', 'https', 'co', 'xseatg', 'tonight', 'honor', 'privilege', 'nominate', 'judge_brett', 'kavanaugh', 'united_states', 'supreme_court', 'scotus', 'https', 'co', 'getting_ready', 'leave', 'europe', 'first', 'meeting', 'nato', 'spend', 'many', 'time', 'country', 'order', 'protect', 'fair', 'taxpayer', 'top', 'lose', 'trade', 'european_union', 'charge', 'big', 'tariff', 'amp', 'barrier', 'nato', 'country', 'must', 'pay', 'united_state', 'must', 'pay', 'less', 'unfair', 'thank', 'great', 'supporter', 'really', 'big', 'progress', 'make', 'country', 'want', 'fix', 'crazy', 'trade_deal', 'economy', 'roar', 'supreme_court', 'pick', 'get', 'great', 'review', 'new', 'poll', 'say', 'trump', 'popular', 'republican', 'history', 'party', 'behalf', 'united_states', 'congratulation', 'thai', 'navy', 'seal', 'successful', 'rescue', 'boy', 'coach', 'treacherous', 'cave', 'thailand', 'beautiful', 'moment', 'free', 'great', 'job', 'air_force', 'one', 'fly', 'nato', 'hear', 'report', 'fbi', 'lover', 'peter_strzok', 'lisa_page', 'get', 'cold', 'foot', 'testify', 'rigged_witch', 'hunt', 'head', 'angry_democrats', 'people', 'work', 'obama', 'year', 'total', 'disgrace', 'inform', 'republican_senators', 'nomination', 'judge_brett', 'kavanaugh', 'scotus', 'https', 'co', 'caavatqt', 'many', 'country', 'nato', 'expect', 'defend', 'short', 'current', 'commitment', 'low', 'also', 'delinquent', 'many', 'year', 'payment', 'make', 'reimburse', 'recent', 'emerson', 'college', 'epoll', 'say', 'american', 'especially', 'hispanic', 'feel', 'well', 'president', 'trump', 'president', 'obama', 'european_union', 'make', 'impossible', 'farmer', 'worker', 'company', 'business', 'europe', 'trade_deficit', 'want', 'happily', 'defend', 'nato', 'nicely', 'pay', 'work', 'talk', 'pfizer', 'ceo', 'secazar', 'drug', 'pricing', 'blueprint', 'pfizer', 'roll', 'back', 'price', 'hike', 'american', 'patient', 'pay', 'applaud', 'pfizer', 'decision', 'hope', 'company', 'great', 'news', 'american', 'people', 'bilateral', 'breakfast', 'nato', 'secretary', 'general', 'brussel', 'belgium', 'https', 'co', 'ep', 'lzhcm', 'brussel', 'always', 'think', 'farmer', 'soy', 'bean', 'fall', 'election', 'farmer', 'do', 'poorly', 'year', 'country', 'trade_barrier', 'tariff', 'destroy', 'business', 'open', 'thing', 'better', 'ever', 'go', 'quickly', 'fight', 'level_playing', 'field', 'farmer', 'win', 'democrat', 'congress', 'must', 'longer', 'obstruct', 'vote', 'fix', 'terrible', 'immigration_law', 'watch', 'go', 'europe', 'would', 'soooo', 'simple', 'fix', 'judge', 'run', 'system', 'illegal', 'trafficker', 'know', 'work', 'use', 'child', 'good', 'nato', 'germany', 'pay', 'russia', 'billion', 'dollar', 'gas', 'energy', 'country', 'meet', 'commitment', 'pay', 'europe', 'protection', 'lose', 'billion', 'trade', 'must', 'pay', 'gdp', 'immediately', 'good', 'nato', 'germany', 'pay', 'russia', 'billion', 'dollar', 'gas', 'energy', 'country', 'meet', 'commitment', 'pay', 'europe', 'protection', 'lose', 'billion', 'trade', 'must', 'pay', 'gdp', 'immediately', 'democrat', 'want', 'win', 'supreme_court', 'court', 'pick', 'obstruct', 'resist', 'rather', 'good', 'old', 'fashioned', 'way', 'win', 'election', 'fbi', 'layer', 'lisa_page', 'today', 'defy', 'house', 'representative', 'issue', 'subpoena', 'testify', 'congress', 'anybody', 'really', 'surprise', 'together', 'lover', 'peter_strzok', 'work', 'rigged_witch', 'hunt', 'perhaps', 'taint', 'corrupt', 'case', 'ever', 'rigged_witch', 'hunt', 'proceed', 'start', 'influence', 'work', 'extended', 'period', 'time', 'former', 'lover', 'peter_strzok', 'read', 'hate', 'fill', 'totally_biased', 'email', 'answer', 'clear', 'billion', 'additional', 'dollar', 'spend', 'nato', 'country', 'visit', 'last', 'year', 'request', 'nearly', 'enough', 'spend', 'much', 'europe', 'border', 'bad', 'pipeline', 'dollar', 'russia', 'acceptable', 'head', 'important', 'nato', 'meeting', 'see', 'fbi', 'lover', 'agent', 'lisa_page', 'dodging', 'subpoena', 'amp', 'refuse', 'show', 'testify', 'possibly', 'say', 'statement', 'lie', 'much', 'corruption', 'side', 'attorney_general', 'foxnew', 'president', 'try', 'unsuccessfully', 'year', 'get', 'germany', 'rich', 'nato', 'nation', 'pay', 'protection', 'russia', 'pay', 'fraction', 'cost', 'pay', 'ten', 'billion', 'dollar', 'much', 'subsidize', 'europe', 'lose', 'big', 'trade', 'top', 'germany', 'start', 'pay', 'russia', 'country', 'want', 'protection', 'billion', 'dollar', 'energy', 'need', 'come', 'new', 'pipeline', 'russia', 'acceptable', 'nato', 'nation', 'must', 'meet', 'commitment', 'must', 'ultimately', 'go', 'natosummit', 'press_conference', 'brussel', 'belgium', 'https', 'co', 'ybi', 'thank', 'nato', 'https', 'co', 'qbv', 'trump', 'consequential', 'president', 'history', 'come', 'minority', 'employment', 'june', 'instance', 'unemployment_rate', 'hispanic', 'latinos', 'year', 'old', 'fall', 'lowest_level', 'ever', 'may', 'https', 'jizoyav', 'nice', 'note', 'north_korea', 'great', 'progress', 'make', 'https', 'co', 'ni', 'aql', 'great', 'success', 'today', 'nato', 'billion', 'additional', 'dollar', 'pay', 'member', 'election', 'great', 'spirit', 'congressman', 'matt', 'gaetz', 'florida', 'fine', 'talented', 'people', 'congress', 'strong', 'crime', 'border', 'illegal_immigration', 'great', 'military', 'amp', 'vet', 'matt', 'work', 'tirelessly', 'help', 'get', 'massive', 'full', 'endorsement', 'joint_press', 'conference', 'prime_minister', 'theresa', 'may', 'https', 'co', 'xqlkayyklm', 'https', 'co', 'cwnbfe', 'smd', 'change', 'first', 'time', 'https', 'co', 'brgrmbddpp', 'arrive', 'scotland', 'trump', 'turnberry', 'day', 'meeting', 'call', 'hopefully', 'golf', 'primary', 'form', 'exercise', 'weather', 'beautiful', 'place', 'incredible', 'tomorrow', 'go', 'helsinki', 'monday', 'meet', 'vladimir_putin', 'stock_market', 'hit', 'yesterday', 'job', 'time', 'record', 'fix', 'bad', 'trade_deals', 'condition', 'ever', 'see', 'government', 'happen', 'story', 'hear', 'russian', 'yesterday', 'took_place', 'obama', 'administration', 'trump', 'administration', 'something', 'especially', 'report', 'president', 'obama', 'inform', 'fbi', 'september', 'election', 'dnc_server', 'fbi', 'take', 'possession', 'deep', 'state', 'story', 'hear', 'russian', 'yesterday', 'took_place', 'obama', 'administration', 'trump', 'administration', 'something', 'especially', 'report', 'president', 'obama', 'inform', 'fbi', 'september', 'election', 'funny', 'check', 'fake_news', 'cnn', 'first', 'time', 'long', 'time', 'die', 'rating', 'see', 'cover', 'takedown', 'yesterday', 'jim', 'acosta', 'actually', 'nice', 'guy', 'say', 'already', 'lose', 'meeting', 'putin', 'fake_news', 'remember', 'little', 'jeff', 'people', 'tell', 'exactly', 'say', 'say', 'could', 'win', 'election', 'way', 'amp', 'electoral_college', 'get', 'sooooo', 'wrong', 'election', 'coverage', 'still', 'hurt', 'prayer', 'affect', 'flood', 'japan', 'commend', 'rescue', 'effort', 'offer', 'condolence', 'injure', 'lose', 'https', 'co', 'aigjmyt', 'russian', 'individual', 'work', 'obama', 'year', 'obama', 'something', 'think', 'crooked_hillary', 'clinton', 'would', 'win', 'nothing', 'trump', 'administration', 'fake_news', 'want', 'report', 'truth', 'usual', 'missile', 'rocket', 'fire', 'month', 'north_korea', 'nuclear', 'test', 'get', 'back', 'hostage', 'know', 'turn', 'end', 'fake_news', 'talk', 'wonderful', 'fact', 'fake_news', 'head', 'helsinki', 'finland', 'looking_forward', 'meeting', 'president', 'putin', 'tomorrow', 'unfortunately', 'matter', 'well', 'summit', 'give', 'great', 'city', 'moscow', 'retribution', 'sin', 'evil', 'commit', 'russia', 'year', 'would', 'return', 'criticism', 'good', 'enough', 'get', 'saint', 'petersburg', 'addition', 'much', 'news', 'medium', 'indeed', 'enemy', 'people', 'dem', 'know', 'resist', 'obstruct', 'hatred', 'dissension', 'country', 'point', 'heal', 'congratulation', 'france', 'play', 'extraordinary', 'soccer', 'win', 'world', 'cup', 'additionally', 'congratulation', 'president', 'putin', 'russia', 'put', 'truly', 'great', 'world', 'cup', 'tournament', 'best', 'ever', 'receive', 'many', 'call', 'leader', 'nato', 'country', 'thank', 'help', 'bring', 'together', 'get', 'focus', 'financial', 'obligation', 'present', 'amp', 'future', 'truly', 'great', 'summit', 'inaccurately', 'cover', 'much', 'medium', 'nato', 'strong', 'amp', 'rich', 'president', 'obama', 'think', 'crooked_hillary', 'go', 'win', 'election', 'inform', 'fbi', 'russian_meddling', 'say', 'happen', 'big', 'deal', 'amp', 'nothing', 'become', 'big', 'deal', 'rigged_witch', 'hunt', 'head', 'strzok', 'relationship', 'russia', 'never', 'bad', 'thank', 'many', 'year', 'foolishness', 'stupidity', 'rigged_witch', 'hunt', 'honor', 'join', 'morning', 'thank', 'https', 'noutroe', 'mv', 'joint_press', 'conference', 'helsinki', 'finland', 'https', 'co', 'fadlmdugiy', 'thank', 'helsinki', 'finland', 'https', 'rh', 'nujpswu', 'say', 'today', 'many', 'time', 'great', 'confidence', 'intelligence', 'people', 'however', 'also', 'recognize', 'order', 'build', 'bright', 'future', 'not', 'exclusively', 'focus', 'past', 'world', 'large', 'nuclear', 'power', 'must', 'get', 'helsinki', 'would', 'rather', 'take', 'political', 'risk', 'pursuit', 'peace', 'risk', 'peace', 'pursuit', 'politic', 'helsinki', 'https', 'co', 'xdlrjwlpih', 'productive', 'dialogue', 'good', 'united_states', 'good', 'russia', 'good', 'world', 'helsinki', 'https', 'co', 'interview', 'seanhannity_tonight', 'pme', 'tuckercarlson', 'tomorrow', 'night', 'pme', 'enjoy', 'thank', 'randpaul', 'really', 'get', 'president', 'go', 'year', 'half', 'totally', 'partisan', 'investigation', 'suppose', 'think', 'great', 'meeting', 'nato', 'pay', 'pay', 'hundred', 'billion', 'dollar', 'future', 'nato', 'weak', 'strong', 'bad', 'russia', 'medium', 'say', 'rude', 'leader', 'never', 'mention', 'money', 'great', 'meeting', 'nato', 'raise', 'vast_amounts', 'money', 'even', 'better', 'meeting', 'vladimir_putin', 'russia', 'sadly', 'report', 'way', 'fake_news', 'go', 'crazy', 'thank', 'randpaul', 'president', 'go', 'year', 'totally', 'partisan', 'investigation', 'suppose', 'think', 'economy', 'united_state', 'strong', 'ever', 'meet', 'president', 'putin', 'great', 'success', 'fake_news', 'medium', 'democrat', 'want', 'abolish', 'ice', 'mean', 'crime', 'country', 'want', 'give', 'ice', 'big', 'cheer', 'vote', 'republican', 'november', 'prosperity', 'return', 'donald', 'trump', 'exactly', 'say', 'would', 'candidate', 'effective', 'president', 'successful', 'president', 'modern', 'american', 'history', 'thank', 'great', 'lou', 'dobb', 'many', 'people', 'high', 'end', 'intelligence', 'love', 'press_conference', 'performance', 'helsinki', 'putin', 'discuss', 'many', 'important', 'subject', 'earlier', 'meeting', 'get', 'well', 'truly', 'bother', 'many', 'hater', 'want', 'see', 'boxing', 'match', 'big', 'result', 'come', 'nato', 'meeting', 'brussel', 'acknowledge', 'triumph', 'billion', 'dollar', 'put', 'member', 'country', 'fast', 'pace', 'meeting', 'russia', 'may', 'prove', 'long', 'run', 'even', 'great', 'success', 'many', 'positive', 'thing', 'come', 'meeting', 'russia', 'agree', 'help', 'north_korea', 'relationship', 'good', 'process', 'move', 'rush', 'sanction', 'remain', 'big', 'benefit', 'exciting', 'future', 'north_korea', 'end', 'process', 'congratulation', 'martha', 'roby', 'great', 'state', 'alabama', 'big', 'gop', 'primary', 'win', 'congress', 'endorsement', 'come', 'appropriately', 'late', 'come', 'flood', 'gate', 'open', 'kind', 'landslide', 'victory', 'deserve', 'enjoy', 'lot', 'democrat', 'wish', 'vote', 'economy', 'booming', 'could', 'growth', 'feed', 'say', 'yesterday', 'unemployment', 'could', 'drop', 'foxandfriend', 'kilmeade', 'people', 'hate', 'fact', 'get', 'well', 'president', 'putin', 'russia', 'would', 'rather', 'go', 'war', 'see', 'call', 'trump', 'derangement', 'syndrome', 'job', 'create', 'great', 'election', 'victory', 'ever', 'anticipate', 'get', 'well', 'new', 'greatly', 'improve', 'trade_deal', 'start', 'come', 'fruition', 'brian_kemp', 'run', 'governor', 'great', 'state', 'georgia', 'primary', 'tuesday', 'brian', 'tough', 'crime', 'strong', 'border', 'illegal_immigration', 'love', 'military', 'vet', 'protect', 'second_amendment', 'give', 'full', 'total_endorsement', 'thank', 'congressman', 'kevin', 'yoder', 'secure', 'border_security', 'need', 'congress', 'support', 'kevin', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'repkevinyoder', 'full', 'total_endorsement', 'big', 'opponent', 'ice', 'america', 'today', 'democratic', 'party', 'ms', 'total', 'disgrace', 'turkey', 'release', 'respect', 'pastor_andrew', 'brunson', 'prison', 'hold', 'hostage', 'far', 'long', 'something', 'free', 'wonderful', 'christian', 'husband', 'amp', 'father', 'do', 'nothing', 'wrong', 'family', 'need', 'thank', 'novartis', 'increase', 'price', 'prescription', 'drug', 'likewise', 'pfizer', 'make', 'big', 'push', 'actually', 'reduce', 'price', 'maybe', 'substantially', 'prescription', 'drug', 'democrat', 'death', 'wish', 'way', 'actually', 'want', 'abolish', 'ice', 'cost', 'heavily', 'midterm', 'yesterday', 'republican', 'overwhelmingly', 'pass', 'bill', 'support', 'ice', 'fake_news', 'medium', 'go', 'crazy', 'make', 'story', 'backup', 'source', 'proof', 'many', 'story', 'write', 'good', 'people', 'surround', 'total', 'fiction', 'problem', 'complain', 'give', 'publicity', 'complain', 'anyway', 'fake_news', 'medium', 'want', 'badly', 'see', 'major', 'confrontation', 'russia', 'even', 'confrontation', 'could', 'lead', 'war', 'push', 'recklessly', 'hard', 'hate', 'fact', 'probably', 'good', 'relationship', 'putin', 'much', 'well', 'country', 'trump', 'recognize', 'russian_meddle', 'many', 'time', 'thank', 'foxandfriend', 'foxnew', 'actually', 'show', 'clip', 'fake_news', 'want', 'part', 'narrative', 'bad', 'want', 'focus', 'economic', 'job', 'record', 'set', 'really', 'big', 'job', 'meet', 'today', 'white_house', 'tell', 'european_union', 'slap', 'billion_dollar', 'fine', 'great', 'company', 'google', 'truly', 'taken_advantage', 'long', 'summit', 'russia', 'great', 'success', 'real', 'enemy', 'people', 'fake_news', 'medium', 'look_forward', 'second', 'meeting', 'start', 'implement', 'many', 'thing', 'discuss', 'include', 'stop', 'terrorism', 'security', 'israel', 'nuclear', 'trump', 'recognize', 'russian_meddle', 'many', 'time', 'https', 'proliferation', 'cyber', 'attack', 'trade', 'ukraine', 'middle_east', 'peace', 'north_korea', 'many', 'answer', 'easy', 'hard', 'problem', 'solve', 'trump', 'recognize', 'russian_meddle', 'many', 'time', 'https', 'co', 'mer', 'dem', 'fake_news', 'ever', 'learn', 'classic', 'https', 'co', 'ksx', 'roi', 'qg', 'deep', 'sympathy', 'family', 'friend', 'involve', 'terrible', 'boat', 'accident', 'took_place', 'missouri', 'tragedy', 'great', 'loss', 'may', 'god', 'china', 'european_union', 'other', 'manipulate', 'currency', 'interest', 'rate', 'lower', 'raise', 'rate', 'dollar', 'get', 'strong', 'strong', 'pass', 'day', 'take', 'away', 'big', 'competitive', 'edge', 'usual', 'level_playing', 'field', 'united_state', 'penalize', 'well', 'tightening', 'hurt', 'do', 'allow', 'recapture', 'lose', 'due', 'illegal', 'currency_manipulation', 'bad', 'trade_deal', 'debt', 'come', 'due', 'amp', 'raise', 'rate', 'really', 'farmer', 'downward', 'trend', 'year', 'price', 'soybean', 'fall', 'year', 'election', 'big', 'reason', 'bad', 'terrible', 'trade_deal', 'country', 'put', 'massive', 'tariff', 'barrier', 'canada', 'charge', 'dairy', 'farmer', 'win', 'important', 'do', 'https', 'co', 'tfiqsazwbt', 'get', 'severely', 'criticize', 'fake_news', 'medium', 'nice', 'president', 'putin', 'old', 'day', 'would', 'call', 'diplomacy', 'loud', 'amp', 'vicious', 'would', 'criticize', 'tough', 'remember', 'say', 'tough', 'hypocrite', 'nfl', 'national_anthem', 'debate', 'alive', 'well', 'believe', 'contract', 'player', 'must', 'stand', 'attention', 'hand', 'heart', 'commissioner', 'must', 'make', 'stand', 'first', 'time', 'kneel', 'game', 'second', 'time', 'kneel', 'season', 'pay', 'inconceivable', 'government', 'would', 'break', 'lawyer', 'office', 'early', 'morning', 'almost', 'unheard', 'even', 'inconceivable', 'lawyer', 'would', 'tape', 'client', 'totally', 'unheard', 'amp', 'perhaps', 'illegal', 'good', 'news', 'favorite', 'president', 'nothing', 'wrong', 'rigged_witch', 'hunt', 'head', 'add', 'work', 'directly', 'obama', 'seem', 'intent', 'damage', 'republican_party', 'chance', 'november', 'election', 'excuse', 'lose', 'election', 'never', 'end', 'collusion', 'obstruction', 'matter', 'angry_democrats', 'republican', 'totally', 'protect', 'democrat', 'want', 'witch_hunt', 'drag', 'november', 'election', 'republican', 'better', 'get', 'smart', 'fast', 'expose', 'brian_kemp', 'run', 'governor', 'georgia', 'full', 'endorsement', 'campaigning', 'tonight', 'mikepencevp', 'brian', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'great', 'governor', 'brian_kemp', 'run', 'governor', 'georgia', 'full', 'endorsement', 'campaigning', 'tonight', 'mike_pence', 'brian', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'great', 'governor', 'troy_balderson', 'ohio', 'run', 'congress', 'nancy_pelosi', 'liberal', 'weak', 'crime', 'amp', 'border', 'troy', 'total', 'opposite', 'love', 'military', 'vet', 'early_voting', 'start', 'election', 'day', 'august', 'troy', 'full', 'amp', 'total_endorsement', 'watch', 'possible', 'hostage', 'situation', 'closely', 'active', 'barricade', 'suspect', 'work', 'federal', 'congratulation', 'judicialwatch', 'tomfitton', 'successful', 'get', 'carter_page', 'document', 'usual', 'ridiculously', 'heavily', 'redact', 'confirm', 'little', 'doubt', 'department', 'justice', 'fbi', 'mislead', 'court', 'witch_hunt', 'rig', 'scam', 'look', 'amp', 'trump', 'campaign', 'president', 'illegally', 'spy', 'surveillance', 'political', 'gain', 'crooked_hillary', 'clinton', 'dnc', 'ask', 'work', 'better', 'crazy', 'bernie', 'republican', 'must', 'get', 'tough', 'illegal', 'scam', 'andrew', 'mccarthy', 'say', 'could', 'never', 'happen', 'bad', 'looking', 'judge', 'sign', 'stuff', 'people', 'give', 'bad', 'scream', 'whole', 'scam', 'lead', 'rigged', 'mueller', 'witch_hunt', 'petehegseth', 'foxnew', 'source', 'fake', 'dossier', 'dirty', 'dossier', 'pay', 'democrat', 'trump', 'look', 'information', 'could', 'discredit', 'candidate', 'trump', 'carter_page', 'foot', 'surveil', 'trump', 'campaign', 'illegal', 'great', 'meeting', 'putin', 'fake_news', 'use', 'bit', 'energy', 'try', 'disparage', 'bad', 'country', 'happy_birthday', 'senatordole', 'https', 'co', 'mivob', 'president', 'obama', 'know', 'russia', 'election', 'something', 'tell', 'campaign', 'big', 'hoax', 'think', 'crooked_hillary', 'go', 'win', 'iranian', 'president', 'rouhani', 'never', 'ever', 'threaten', 'united_state', 'suffer', 'consequence', 'like', 'history', 'ever', 'suffer', 'long', 'country', 'stand', 'demented', 'word', 'violence', 'amp', 'death', 'cautious', 'tom', 'fitton', 'foxandfriend', 'judicial_watch', 'find', 'indeed', 'unverifie', 'fake', 'dirty', 'dossier', 'pay', 'crooked_hillary', 'clinton', 'dnc', 'knowingly', 'falsely', 'submit', 'responsible', 'start', 'totally', 'conflict', 'discredited', 'mueller', 'witch_hunt', 'classify', 'cover', 'misconduct', 'fbi', 'justice_department', 'mislead', 'court', 'use', 'dossier', 'dishonest', 'way', 'gain', 'warrant', 'target', 'trump', 'team', 'clinton', 'campaign', 'document', 'fraud', 'hoax', 'design', 'target', 'trump', 'doj', 'fbi', 'obama', 'gang', 'need', 'hold', 'account', 'source', 'major', 'source', 'avoid', 'talk', 'clinton', 'campaign', 'mislead', 'court', 'provide', 'pretext', 'spy', 'trump', 'team', 'carter_page', 'get', 'trump', 'carter_page', 'spy', 'agent', 'russian', 'would', 'cooperate', 'fbi', 'fraud', 'hoax', 'design', 'target', 'trump', 'tom', 'fitton', 'judicialwatch', 'disgrace', 'america', 'drop', 'discredit', 'mueller', 'witch_hunt', 'hear', 'fake_news', 'talk', 'negatively', 'meet', 'president', 'putin', 'give', 'remember', 'give', 'nothing', 'merely', 'talk', 'future', 'benefit', 'country', 'also', 'get', 'well', 'good', 'thing', 'corrupt', 'medium', 'rocket', 'launch', 'north_korea', 'month', 'likewise', 'nuclear', 'test', 'japan', 'happy', 'asia', 'happy', 'fake_news', 'say', 'ever', 'ask', 'always', 'anonymous_source', 'angry', 'go', 'fast', 'enough', 'wrong', 'happy', 'amazon', 'washington_post', 'go', 'crazy', 'ever', 'lose', 'internet', 'tax', 'case', 'supreme_court', 'next', 'post_office', 'fraction', 'real', 'cost', 'delivery', 'boy', 'big', 'percentage', 'package', 'opinion', 'washington_post', 'nothing', 'expensive', 'paper', 'lose', 'fortune', 'lobbyist', 'amazon', 'use', 'protection', 'antitrust', 'claim', 'many', 'feel', 'bring', 'robert', 'great', 'job', 'vet', 'also', 'recently', 'choice', 'https', 'co', 'gducbet', 'first', 'supporter', 'tough', 'crime', 'border', 'great', 'senator', 'pennsylvania', 'opponent', 'weak', 'crime', 'ice', 'border', 'need', 'lou', 'https', 'co', 'dcmsi', 'cpfb', 'madeinamerica', 'showcase', 'https', 'rt', 'wie', 'country', 'treat', 'unfairly', 'trade', 'year', 'come', 'washington', 'negotiate', 'take', 'place', 'many', 'buta', 'say', 'go', 'better', 'late', 'never', 'tariff', 'great', 'country', 'treat', 'united_state', 'unfairly', 'trade', 'negotiate', 'fair', 'deal', 'get', 'hit', 'tariff', 'simple', 'everybody', 'talk', 'remember', 'piggy', 'bank', 'rob', 'great', 'today', 'day', 'vote', 'brian_kemp', 'great', 'georgia', 'full', 'endorsement', 'https', 'co', 'ypnd', 'bj', 'country', 'great', 'good', 'financial', 'number', 'planet', 'great', 'usa', 'win', 'head', 'missouri', 'many', 'great', 'friend', 'vfw', 'come', 'make_america', 'great', 'concerned', 'russia', 'fight', 'hard', 'impact', 'upcome', 'election', 'base', 'fact', 'president', 'tough', 'russia', 'push', 'hard', 'democrat', 'definitely', 'want', 'trump', 'vfwconvention', 'vfwhq', 'https', 'co', 'dbqx', 'axz', 'want', 'thank', 'vfwhq', 'devotion', 'fall', 'hero', 'unknown', 'soldier', 'prisoner', 'war', 'miss', 'action', 'family', 'vfwconvention', 'https', 'co', 'ygfhcudr', 'heel', 'successful', 'launch', 'whitehouse', 'national', 'council', 'american_worker', 'congress', 'reauthorize', 'perkinscte', 'ensure', 'american', 'workforce', 'remain', 'strong', 'ever', 'job', 'workforce', 'today', 'great', 'honor', 'kansas', 'city', 'missouri', 'man', 'woman', 'make', 'freedom', 'possible', 'thank', 'vfwhq', 'vfwconvention', 'https', 'co', 'tysnmwo', 'european_union', 'come', 'washington', 'tomorrow', 'negotiate', 'deal', 'trade', 'idea', 'drop', 'tariff', 'barrier', 'subsidy', 'would', 'finally', 'call', 'free', 'market', 'fair', 'trade', 'hope', 'ready', 'sad', 'unfair', 'fcc', 'approve', 'sinclair', 'broadcast', 'merger', 'tribune', 'would', 'great', 'much', 'need', 'conservative', 'voice', 'people', 'liberal', 'fake_news', 'comcast', 'get', 'approve', 'much', 'big', 'sinclair', 'disgraceful', 'russia', 'hoax', 'illicit', 'scheme', 'clear', 'hillary_clinton', 'amp', 'frame_donald', 'trump', 'hot', 'seller', 'already', 'number', 'importantly', 'great', 'book', 'everyone', 'talk', 'cover', 'rigged_witch', 'hunt', 'brilliantly', 'congratulation', 'gregg_jarrett', 'time', 'see', 'weak', 'politician', 'ask', 'stop', 'trade', 'talk', 'tariff', 'counter', 'unfair', 'tariff', 'wonder', 'think', 'go', 'continue', 'let', 'farmer', 'country', 'get', 'rip', 'lose', 'trade', 'last', 'year', 'weakness', 'people', 'snip', 'heel', 'negotiation', 'take', 'longer', 'make', 'deal', 'deal', 'never', 'good', 'could', 'unity', 'negotiation', 'go', 'really', 'well', 'cool', 'end', 'result', 'worth', 'china', 'target', 'farmer', 'know', 'love', 'amp', 'respect', 'way', 'get', 'continue', 'allow', 'take', 'advantage', 'vicious', 'fail', 'attempt', 'nice', 'china', 'make', 'last', 'year', 'kind', 'lawyer', 'would', 'tape', 'client', 'sad', 'first', 'never', 'hear', 'tape', 'abruptly', 'terminate', 'cut', 'presumably', 'say', 'positive', 'thing', 'hear', 'client', 'many', 'reporter', 'tape', 'bad', 'congratulation', 'brian_kemp', 'big', 'win', 'georgia', 'last_night', 'big', 'number', 'go', 'win', 'open', 'border', 'crime', 'love', 'opponent', 'democrat', 'give', 'weak', 'vet', 'military', 'win', 'united_states', 'european_union', 'bilateral', 'trade', 'relationship', 'large', 'economic', 'relationship', 'world', 'want', 'strengthen', 'trade', 'relationship', 'benefit', 'american', 'european', 'citizen', 'https', 'co', 'zlmeetcpg', 'week', 'administration', 'host', 'first', 'ever', 'irfministerial', 'continue', 'promote', 'world', 'nation', 'support', 'religious', 'freedom', 'far', 'free', 'prosperous', 'amp', 'peaceful', 'great', 'job', 'secpompeo', 'amp', 'statedept', 'sergio', 'pass', 'today', 'brilliant', 'amp', 'successful', 'car', 'executive', 'day', 'legendary', 'henry_ford', 'great', 'honor', 'get', 'know', 'sergio', 'potus', 'love', 'car', 'industry', 'fight', 'hard', 'truly', 'miss', 'thank', 'much', 'work', 'hard', 'https', 'co', 'cszbffq', 'great', 'meeting', 'trade', 'today', 'junckereu', 'representative', 'european_union', 'come', 'strong', 'understanding', 'believer', 'tariff', 'barrier', 'subsidy', 'work', 'document', 'already', 'start', 'process', 'move', 'along', 'quickly', 'european_union', 'nation', 'open', 'united_states', 'time', 'benefit', 'everything', 'great', 'warmth', 'feeling', 'room', 'breakthrough', 'quickly', 'make', 'nobody', 'think', 'possible', 'obviously', 'european_union', 'represent', 'junckereu', 'united_state', 'represent', 'truly', 'love', 'https', 'co', 'imacgcn', 'thank', 'georgia', 'say', 'endorsement', 'last', 'week', 'brian_kemp', 'republican', 'primary', 'governor', 'worthy', 'opponent', 'lift', 'point', 'victory', 'good', 'talented', 'man', 'great', 'race', 'congratulation', 'brian', 'great', 'back', 'track', 'european_union', 'big', 'day', 'free', 'fair', 'trade', 'european_union', 'representative', 'tell', 'would', 'start', 'buy', 'soybean', 'great', 'farmer', 'immediately', 'also', 'buy', 'vast_amount', 'lng', 'twitt', 'shadow', 'ban', 'prominent', 'republican', 'good', 'look', 'discriminatory', 'illegal', 'practice', 'many', 'complaint', 'head', 'dubuque', 'iowa', 'granite', 'city', 'illinoi', 'looking_forward', 'many', 'great', 'friend', 'great', 'way', 'see', 'soon', 'iagovernor', 'kim', 'reynold', 'https', 'co', 'sxfkk', 'united_state', 'impose', 'large', 'sanction', 'turkey', 'long', 'time', 'detainment', 'pastor_andrew', 'brunson', 'great', 'christian', 'family', 'man', 'wonderful', 'human', 'suffering', 'greatly', 'innocent', 'man', 'faith', 'release', 'immediately', 'thank', 'u_s_steel', 'granite', 'city', 'illinois', 'https', 'co', 'rsuvgf', 'promise', 'keep', 'https', 'wxpvd', 'alandersh', 'brilliant', 'lawyer', 'liberal', 'probably', 'vote', 'discuss', 'witch_hunt', 'great', 'clarity', 'positive', 'way', 'write', 'new', 'important', 'book', 'call', 'case', 'impeach', 'trump', 'would', 'encourage', 'people', 'trump', 'derangement', 'syndrome', 'read', 'america', 'open', 'business', 'steel', 'back', 'https', 'co', 'ljtcr', 'jhbw', 'remain', 'american', 'serviceman', 'soon', 'leave', 'north_korea', 'heading', 'united_state', 'many', 'year', 'great', 'moment', 'many', 'family', 'thank', 'way', 'go', 'jerry', 'league', 'https', 'xi', 'arrive', 'back', 'washington', 'last_night', 'emotional', 'reopen', 'major', 'steel', 'plant', 'granite', 'city', 'illinois', 'greet', 'ridiculous', 'news', 'highly', 'conflict', 'robert_mueller', 'gang', 'angry_democrat', 'obviously', 'not', 'find', 'collusion', 'collusion', 'russia', 'democrat', 'look', 'tweet', 'people', 'rigged_witch', 'hunt', 'continue', 'stupid', 'unfair', 'country', 'fake_news', 'waste', 'time', 'dumb', 'question', 'know', 'meeting', 'son', 'jr', 'sound', 'someone', 'try', 'make', 'story', 'order', 'get', 'unrelated', 'jam', 'taxi', 'cab', 'maybe', 'even', 'retain', 'bill', 'crooked_hillary', 'lawyer', 'gee', 'wonder', 'help', 'make', 'choice', 'great', 'gdp', 'number', 'release', 'news', 'conference', 'soon', 'johnjamesmi', 'run', 'republican', 'primary', 'great', 'state', 'michigan', 'spectacular', 'vote', 'august', 'rarely', 'see', 'candidate', 'great', 'potential', 'west', 'point', 'graduate', 'successful', 'businessman', 'african_american', 'leader', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'second_amendment', 'star', 'full', 'total_endorsement', 'troy_balderson', 'ohio', 'run', 'congress', 'important', 'republican_party', 'cast', 'early', 'vote', 'vote', 'august', 'troy', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'second_amendment', 'full', 'total_endorsement', 'thrill', 'announce', 'second', 'quarter', 'year', 'economy', 'grow', 'amazing', 'rate', 'https', 'co', 'xeapwaaoxn', 'accomplish', 'economic', 'turnaround', 'historic', 'proportion', 'https', 'co', 'vnmmtpv', 'kk', 'usnavy', 'first', 'female', 'admiral', 'alene', 'duerk', 'say', 'nice', 'distinction', 'recognize', 'first', 'want', 'make', 'certain', 'use', 'notoriety', 'much', 'positive', 'could', 'alene', 'america', 'forever', 'grateful', 'https', 'co', 'toqkzqgvg', 'private', 'business', 'investment', 'surge', 'percent', 'year', 'come', 'office', 'percent', 'year', 'mean', 'job', 'job', 'job', 'https', 'co', 'evo', 'cpqpp', 'congressman', 'david', 'kustoff', 'champion', 'trump', 'agenda', 'greatly_appreciate', 'support', 'david', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'second_amendment', 'get', 'vote', 'david', 'thursday', 'august', 'full', 'total_endorsement', 'democrat', 'want', 'open_border', 'care', 'little', 'crime', 'incompetent', 'fake_news', 'medium', 'almost', 'totally', 'side', 'thing', 'democrat', 'resist', 'campaign', 'slogan', 'obstruct', 'cryin_chuck', 'schumer', 'almost', 'great', 'american', 'people', 'wait', 'forever', 'serve', 'country', 'total', 'disgrace', 'mitch', 'let', 'go', 'home', 'approve', 'join', 'next', 'tuesday', 'pme', 'maga', 'rally', 'ticket', 'https', 'co', 'https', 'co', 'urjvn', 'owoe', 'https', 'co', 'xvdugzqa', 'tom', 'homan', 'fmr', 'ice', 'director', 'nobody', 'do', 'border_security', 'amp', 'public', 'safety', 'president', 'trump', 'work', 'president', 'respect', 'nobody', 'do', 'administration', 'amp', 'president', 'trump', 'stone', 'cold', 'fact', 'high', 'poll_number', 'history', 'republican_party', 'include', 'honest', 'abe', 'lincoln', 'ronald_reagan', 'must', 'something', 'wrong', 'recheck', 'poll', 'think', 'fake_news', 'medium', 'ever', 'report', 'tweet', 'michael', 'https', 'co', 'kxlckzo', 'understand', 'consequence', 'people', 'cross', 'border', 'illegally', 'child', 'many', 'use', 'child', 'sinister', 'purpose', 'congress', 'must', 'act', 'fix', 'dumb', 'amp', 'bad', 'immigration_laws', 'anywhere', 'world', 'vote', 'good', 'interesting', 'meeting', 'white_house', 'sulzberger', 'publisher', 'time', 'spend', 'much', 'time', 'talk', 'vast_amounts', 'fake_news', 'put', 'medium', 'amp', 'fake_news', 'morph', 'phrase', 'enemy', 'people', 'sad', 'big', 'good', 'result', 'come', 'good', 'gdp', 'report', 'quarterly', 'trade_deficit', 'reduce', 'course', 'historically', 'low', 'unemployment', 'number', 'especially', 'african_americans', 'hispanic', 'asian', 'woman', 'would', 'willing', 'shut', 'government', 'democrat', 'give', 'vote', 'border_security', 'include', 'wall', 'must', 'lottery', 'catch', 'amp', 'release', 'finally', 'go', 'system', 'immigration', 'base', 'merit', 'need', 'great', 'people', 'come', 'country', 'medium', 'drive', 'insane', 'trump', 'derangement', 'syndrome', 'reveal', 'internal', 'deliberation', 'government', 'truly', 'put', 'live', 'many', 'journalist', 'risk', 'unpatriotic', 'freedom', 'press', 'also', 'come', 'responsibility', 'report', 'news', 'accurately', 'medium', 'coverage', 'administration', 'negative', 'tremendously', 'positive', 'result', 'achieve', 'surprise', 'confidence', 'medium', 'time', 'low', 'allow', 'great', 'country', 'sell', 'anti', 'trump', 'hater', 'die', 'newspaper', 'industry', 'matter', 'much', 'try', 'distract', 'cover', 'country', 'make', 'great', 'progress', 'leadership', 'never', 'stop', 'fight', 'american', 'people', 'example', 'fail', 'time', 'amazon', 'washington_post', 'nothing', 'write', 'bad', 'story', 'even', 'positive', 'achievement', 'never', 'change', 'collusion', 'robert_mueller', 'rigged_witch', 'hunt', 'head', 'increase', 'include', 'obama', 'white_house', 'lawyer', 'angry_democrat', 'start', 'fraudulent', 'dossier', 'pay', 'crooked_hillary', 'dnc', 'therefore', 'witch_hunt', 'illegal', 'scam', 'robert_mueller', 'ever', 'go', 'release', 'conflict', 'interest', 'respect', 'president', 'trump', 'include', 'fact', 'nasty', 'amp', 'contentious', 'business', 'relationship', 'turn', 'head', 'fbi', 'day', 'appointment', 'amp', 'comey', 'close', 'friend', 'also', 'mueller', 'appoint', 'angry', 'dem', 'work', 'crooked_hillary', 'other', 'include', 'work', 'obama', 'mueller', 'look', 'criminal', 'activity', 'real', 'russian_collusion', 'democrat', 'side', 'podesta', 'dossier', 'must', 'border_security', 'chain', 'lottery', 'catch', 'amp', 'release', 'sanctuary_citie', 'go', 'merit_based', 'immigration', 'protect', 'ice', 'law_enforcement', 'course', 'keep', 'build', 'much', 'fast', 'wall', 'great', 'honor', 'welcome', 'prime_minister', 'giuseppeconteit', 'italy', 'whitehouse', 'join', 'pme', 'joint_press', 'conference', 'https', 'co', 'xachz', 'zuse', 'https', 'co', 'qvskkqh', 'https', 'co', 'ssucrtmee', 'congratulation', 'general', 'today', 'celebrate', 'first', 'full', 'year', 'whitehouse', 'chief', 'staff', 'https', 'co', 'jwcaj', 'ghhv', 'troy_balderson', 'ohio', 'run', 'congress', 'important', 'republican_party', 'troy', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'second_amendment', 'troy', 'strongly', 'protect', 'social', 'security', 'medicare', 'cast', 'early', 'vote', 'vote', 'august', 'election', 'day', 'full', 'total_endorsement', 'congratulation', 'judge', 'jeanine', 'tremendous', 'success', 'new', 'good', 'selling', 'book', 'liar', 'leaker', 'liberal', 'case', 'anti', 'trump', 'conspiracy', 'illegal_immigration', 'top', 'national_security', 'problem', 'decade', 'play', 'game', 'whole', 'world', 'laugh', 'stupidity', 'immigration_laws', 'democrat', 'think', 'open_border', 'large_scale', 'crime', 'abolish', 'ice', 'good', 'must', 'get', 'smart', 'finally', 'must', 'do', 'safety', 'security', 'country', 'thank', 'randpaul', 'future', 'great', 'justice', 'supreme_court', 'brett_kavanaugh', 'vote', 'mean', 'lot', 'everyone', 'love', 'country', 'congratulation', 'new', 'deptvetaffair', 'secretary', 'robert', 'wilkie', 'https', 'co', 'highly_respected', 'federal', 'judge', 'today', 'state', 'trump', 'administration', 'get', 'great', 'credit', 'reunite', 'illegal', 'family', 'thank', 'look', 'previous', 'administration', 'record', 'good', 'make', 'america', 'great', 'https', 'co', 'onmgxvldvt', 'globalist', 'koch_brother', 'become', 'total_joke', 'real', 'republican', 'circle', 'strong', 'border', 'powerful', 'trade', 'never', 'seek', 'support', 'need', 'money', 'bad', 'idea', 'love', 'tax', 'amp', 'regulation_cuts', 'judicial', 'pick', 'amp', 'make', 'rich', 'network', 'highly_overrate', 'beat', 'turn', 'want', 'protect', 'company', 'taxed', 'america', 'first', 'amp', 'american_worker', 'puppet', 'nice', 'guy', 'bad', 'idea', 'make_america', 'great', 'rush_limbaugh', 'great', 'guy', 'truly', 'get', 'reason', 'need', 'great', 'border_security', 'mexico', 'murder', 'rate', 'increase', 'people', 'kill', 'record', 'democrat', 'want', 'open_border', 'want', 'maximum', 'border_security', 'respect', 'ice', 'great', 'professional', 'foxnew', 'collusion', 'crime', 'matter', 'collusion', 'crooked_hillary', 'democrat', 'look', 'plastic', 'gun', 'sell', 'public', 'already', 'speak', 'nra', 'seem', 'make', 'much', 'sense', 'tampa', 'tonight', 'big', 'year', 'repdesantis', 'great', 'governor', 'florida', 'strong', 'crime', 'border', 'big', 'help', 'tax', 'amp', 'regulation_cut', 'love', 'military', 'amp', 'vet', 'full', 'amp', 'total_endorsement', 'fake_news', 'medium', 'go', 'crazy', 'totally', 'unhinge', 'many', 'way', 'witness', 'first', 'hand', 'damage', 'many', 'innocent', 'decent', 'people', 'enjoy', 'watch', 'year', 'long', 'office', 'rating', 'dry', 'go', 'congressman', 'david', 'kustoff', 'champion', 'trump', 'agenda', 'greatly_appreciate', 'support', 'david', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'second_amendment', 'get', 'vote', 'david', 'thursday', 'august', 'full', 'total_endorsement', 'senjohnbarrasso', 'primary', 'august', 'nee', 'help', 'absolutely', 'outstanding', 'way', 'hope', 'great', 'people', 'wyome', 'go', 'show', 'support', 'anyway', 'absolutely', 'top', 'line', 'amp', 'complete', 'amp', 'total_endorsement', 'care', 'political', 'ramification', 'immigration_laws', 'border_security', 'complete', 'total', 'disaster', 'decade', 'way', 'democrat', 'allow', 'fix', 'government', 'shutdown', 'border_security', 'national_security', 'national_security', 'long', 'term', 'viability', 'country', 'government', 'shutdown', 'small', 'price', 'pay', 'safe', 'prosperous', 'america', 'worker', 'pay', 'rate', 'hit', 'highest_level', 'https', 'pmdxhqqcg', 'way', 'tampa_florida', 'look_forward', 'see', 'everyone', 'soon', 'https', 'co', 'bsb', 'ijbk', 'thank', 'florida', 'love', 'https', 'co', 'dzvuu', 'peter_strzok', 'mueller', 'team', 'recuse', 'day', 'stop', 'election', 'donald', 'trump', 'need', 'insurance', 'policy', 'illegal', 'improper', 'goal', 'try', 'influence', 'election', 'never', 'ever', 'allow', 'remain', 'fbi', 'investigate', 'real', 'issue', 'go', 'mueller', 'report', 'mueller', 'go', 'protect', 'guy', 'mueller', 'interest', 'create', 'illusion', 'objectivity', 'investigation', 'alan_dershowitz', 'terrible', 'situation', 'attorney_general', 'jeff_session', 'stop', 'rigged_witch', 'hunt', 'right', 'continue', 'stain', 'country', 'totally', 'conflict', 'angry_democrats', 'dirty', 'work', 'disgrace', 'usa', 'paul_manafort', 'work', 'ronald_reagan', 'bob', 'dole', 'many', 'highly', 'prominent', 'respect', 'political', 'leader', 'work', 'short', 'time', 'government', 'tell', 'investigation', 'old', 'charge', 'nothing', 'collusion', 'hoax', 'russian_collusion', 'trump', 'campaign', 'successful', 'history', 'total', 'hoax', 'democrat', 'pay', 'phony', 'discredit', 'dossier', 'comey_mccabe', 'strzok', 'lover', 'lovely', 'lisa_page', 'use', 'begin', 'witch_hunt', 'disgraceful', 'already', 'smock', 'gun', 'campaign', 'get', 'dirt', 'opponent', 'hillary_clinton', 'proactively', 'seek', 'dirt', 'russian', 'trump', 'campaign', 'meet', 'russian', 'request', 'bad', 'marc', 'thiessen', 'washington_post', 'look', 'history', 'treat', 'bad', 'alfonse', 'capone', 'legendary', 'mob', 'boss', 'killer', 'public', 'enemy', 'number', 'paul_manafort', 'political', 'operative', 'amp', 'reagan', 'dole', 'darling', 'serve', 'solitary', 'confinement', 'convict', 'nothing', 'russian_collusion', 'already', 'smoke', 'gun', 'campaign', 'get', 'dirt', 'opponent', 'hillary_clinton', 'proactively', 'seek', 'dirt', 'russian', 'trump', 'campaign', 'meet', 'russian', 'request', 'bad', 'marc', 'thiessen', 'washington_post', 'great', 'honor', 'join', 'lead', 'pastor', 'faith', 'leader', 'nation', 'today', 'whitehouse', 'https', 'co', 'ss', 'zga', 'https', 'co', 'qijqfq', 'bos', 'join', 'tomorrow', 'night', 'pme', 'wilke', 'barre', 'township', 'pennsylvania', 'make_america', 'great', 'rally', 'ticket', 'https', 'co', 'ezs', 'https', 'co', 'kixvdf', 'private', 'payroll', 'boom', 'july', 'increase', 'estimate', 'adp', 'https', 'co', 'seu', 'kgpima', 'incredibly', 'beautiful', 'ceremony', 'korean', 'war', 'remain', 'return', 'american', 'soil', 'thank', 'honolulu', 'great', 'military', 'participant', 'job', 'well', 'do', 'special', 'thank', 'vice', 'president', 'mike_pence', 'deliver', 'truly', 'magnificent', 'tribute', 'congratulation', 'greggjarrett', 'tremendous', 'success', 'book', 'russia', 'hoax', 'illicit', 'scheme', 'clear', 'hillary_clinton', 'amp', 'frame_donald', 'trump', 'already', 'number', 'amazon', 'hard', 'work', 'brilliant', 'guy', 'real', 'story', 'rigged_witch', 'hunt', 'thank', 'keep', 'word', 'amp', 'starting', 'process', 'send', 'home', 'remain', 'great', 'beloved', 'miss', 'fall', 'surprise', 'take', 'kind', 'action', 'also', 'thank', 'nice', 'letter', 'look_forward', 'seeing', 'soon', 'charle', 'koch', 'claim', 'give', 'million', 'dollar', 'politician', 'even_though', 'know', 'see', 'make', 'ridiculous', 'statement', 'president', 'trump', 'unfair', 'foreign', 'worker', 'correct', 'america', 'first', 'foxandfriend', 'blow', 'competition', 'morning', 'rating', 'morning_joe', 'dead', 'show', 'people', 'watch', 'sadly', 'fake_news', 'cnn', 'also', 'poorly', 'much', 'hate', 'inaccurately', 'report', 'story', 'predictable', 'work', 'hard', 'thank', 'https', 'co', 'pnxbfncf', 'congressman', 'steve', 'stiver', 'ohio', 'do', 'fantastic', 'job', 'chairman', 'nrcc', 'great', 'congressman', 'tough', 'crime', 'amp', 'border', 'amp', 'inspiration', 'military', 'amp', 'vet', 'big', 'get', 'vote', 'steve', 'full', 'amp', 'total_endorsement', 'looking_forward', 'great', 'state', 'pennsylvania', 'tremendous', 'victory', 'election', 'campaign', 'hard', 'original', 'supporter', 'replace', 'weak', 'ineffective', 'senator', 'bob', 'casey', 'lou', 'tough', 'smart', 'love', 'pa', 'country', 'pennsylvania', 'love', 'trump', 'other', 'bring', 'steel', 'back', 'big', 'way', 'plant', 'open', 'pennsylvania', 'country', 'congressman', 'run', 'senate', 'pennsylvania', 'really', 'help', 'house', 'senate', 'meet', 'important', 'farm', 'bill', 'love', 'farmer', 'hopefully', 'able', 'leave', 'work', 'requirement', 'food', 'stamp', 'provision', 'house', 'approve', 'senate', 'go', 'vote', 'looking_forward', 'great', 'state', 'ohio', 'saturday_night', 'campaign', 'hard', 'truly', 'talente', 'future', 'congressman', 'troy_balderson', 'see', 'ticket', 'https', 'co', 'uoykai', 'https', 'jhdtay', 'fgj', 'ask', 'daughter_ivanka', 'medium', 'enemy', 'people', 'correctly', 'say', 'fake_news', 'large', 'percentage', 'medium', 'enemy', 'people', 'thank', 'pennsylvania', 'love', 'https', 'co', 'qoswnbzb', 'congratulation', 'bill', 'lee', 'tennessee', 'big', 'primary', 'win', 'governor', 'last_night', 'run', 'great', 'campaign', 'finish', 'job', 'november', 'bill', 'total', 'enthusiastic', 'endorsement', 'congratulation', 'marsha', 'https', 'jsmiowfbxa', 'pastor', 'praise', 'trump', 'pro', 'black', 'prison', 'reform', 'event', 'https', 'co', 'xfkf', 'arebx', 'marsha', 'blackburn', 'big', 'win', 'last_night', 'tennessee', 'primary', 'senate', 'outstanding', 'person', 'great', 'supporter', 'mine', 'congratulation', 'marsha', 'nee', 'badly', 'senate', 'vote', 'agenda', 'next', 'opponent', 'vote', 'ninth', 'month', 'unemployment', 'fall', 'economy', 'add', 'job', 'election', 'gdp', 'people', 'receive', 'pay', 'raise', 'due', 'tax', 'reform', 'bring', 'back', 'overseas', 'foxnew', 'nasa', 'make', 'big', 'comeback', 'trump', 'administration', 'name', 'astronaut', 'boee', 'spacex', 'space', 'flight', 'great', 'facility', 'world', 'let', 'private', 'sector', 'pay', 'exciting', 'thing', 'happen', 'space', 'force', 'medium', 'good', 'news', 'fire', 'extinguisher', 'greggutfeld', 'thefive', 'almost', 'manufacture', 'job', 'create', 'election', 'remember', 'opponent', 'say', 'create', 'type', 'job', 'anymore', 'wrong', 'fact', 'good', 'important', 'job', 'great', 'photo', 'ocean', 'city', 'maryland', 'thank', 'make_america', 'great', 'https', 'co', 'kilzz', 'ydj', 'congratulation', 'gregg_jarrett', 'book', 'russia', 'hoax', 'illicit', 'scheme', 'clear', 'hillary_clinton', 'frame_donald', 'trump', 'go', 'nytime', 'amazon', 'indeed', 'hoax', 'witch_hunt', 'illegally', 'start', 'people', 'already', 'disgrace', 'great', 'book', 'dianne', 'person', 'lead', 'nation', 'collusion', 'russia', 'do', 'dem', 'investigate', 'https', 'co', 'bbwg', 'lebron', 'jame', 'interview', 'dumb', 'man', 'television', 'lemon', 'make', 'lebron', 'look', 'smart', 'easy', 'go', 'ohio', 'tonight', 'campaign', 'troy_balderson', 'big', 'congressional', 'special', 'election', 'tuesday', 'early_voting', 'troy', 'strong', 'crime', 'border', 'amp', 'love', 'military', 'vet', 'opponent', 'puppet', 'nancy_pelosi', 'high', 'taxis', 'troy_balderson', 'run', 'congress', 'ohio', 'big', 'election', 'fight', 'candidate', 'lie', 'relationship', 'nancy_pelosi', 'weak', 'crime', 'border', 'amp', 'want', 'raise_taxes', 'lot', 'vote', 'troy', 'tuesday', 'happy_birthday', 'uscg', 'https', 'co', 'cqo', 'jcokn', 'tariff', 'work', 'far', 'well', 'anyone', 'ever', 'anticipate', 'china', 'market', 'drop', 'last', 'month', 'talk', 'market', 'stronger', 'ever', 'go', 'dramatically', 'horrible', 'trade_deal', 'successfully', 'renegotiate', 'america', 'first', 'tariff', 'tremendous', 'positive', 'impact', 'steel', 'industry', 'plant', 'open', 'steelworker', 'work', 'big', 'dollar', 'flow', 'treasury', 'country', 'tariff', 'foolish', 'people', 'scream', 'tariff', 'make', 'country', 'much', 'rich', 'today', 'fool', 'would', 'disagree', 'use', 'negotiate', 'fair', 'trade_deal', 'country', 'still', 'unwilling', 'negotiate', 'pay', 'vast', 'sum', 'money', 'form', 'tariff', 'win', 'way', 'china', 'first', 'time', 'poorly', 'spend', 'fortune', 'ad', 'try', 'convince', 'scare', 'politician', 'fight', 'tariff', 'really', 'hurt', 'economy', 'likewise', 'country', 'win', 'must', 'strong', 'heading', 'ohio', 'iran', 'economy', 'go', 'bad', 'fast', 'meet', 'meet', 'matter', 'thank', 'ohio', 'love', 'https', 'co', 'hysaqob', 'great', 'night', 'ohio', 'congressional', 'district', 'troy_balderson', 'troy', 'love', 'ohio', 'love', 'people', 'ohio', 'fight', 'way', 'danny', 'connor', 'total', 'puppet', 'nancy_pelosi', 'maxine_water', 'danny', 'want', 'raise_taxes', 'open_border', 'take', 'away', 'vote', 'troy', 'tuesday', 'fake_news', 'hate', 'say', 'enemy', 'people', 'know', 'true', 'provide', 'great', 'service', 'explain', 'american', 'people', 'purposely', 'great', 'division', 'amp', 'distrust', 'also', 'war', 'dangerous', 'amp', 'sick', 'tariff', 'work', 'big', 'time', 'country', 'earth', 'want', 'take', 'wealth', 'always', 'detriment', 'say', 'cometax', 'want', 'tax', 'let', 'make', 'build', 'product', 'event', 'mean', 'job', 'great', 'wealth', 'tariff', 'able', 'start', 'pay', 'large', 'amount', 'debt', 'accumulate', 'much', 'obama', 'administration', 'time', 'reduce', 'taxis', 'people', 'minimum', 'make', 'much', 'well', 'trade_deal', 'country', 'fake_news', 'report', 'complete', 'fabrication', 'concerned', 'meeting', 'wonderful', 'son', 'donald', 'trump', 'tower', 'meeting', 'get', 'information', 'opponent', 'totally', 'legal', 'do', 'time', 'politic', 'go', 'nowhere', 'know', 'mueller', 'angry_democrat', 'look', 'meeting', 'concern', 'fake', 'dossier', 'lying', 'go', 'fbi', 'doj', 'one_sided', 'witch_hunt', 'history', 'country', 'fortunately', 'fact', 'come', 'fast', 'bad', 'large', 'portion', 'medium', 'refuse', 'report', 'lie', 'corruption', 'rigged_witch', 'hunt', 'call', 'fake_news', 'presidential', 'approval', 'number', 'good', 'strong', 'economy', 'military', 'everything', 'else', 'well', 'number', 'obama', 'point', 'far', 'win', 'front', 'reason', 'blue', 'wave', 'may', 'red_wave', 'wildfire', 'magnify', 'amp', 'make', 'much', 'bad', 'bad', 'environmental', 'law', 'allow', 'massive', 'amount', 'readily', 'available', 'water', 'properly', 'utilize', 'divert', 'pacific_ocean', 'must', 'also', 'tree', 'clear', 'stop', 'fire', 'spread', 'collusion', 'russia', 'real', 'hillary_clinton', 'team', 'collude', 'russian', 'adam', 'schiff', 'tape', 'try', 'collude', 'thought', 'russian', 'obtain', 'compromise', 'material', 'djt', 'also', 'know', 'pay', 'law', 'firm', 'eventually', 'kremlin', 'connect', 'source', 'gather', 'info', 'donald', 'trump', 'collusion', 'real', 'russia', 'hillary', 'democrat', 'demand', 'full', 'investigation', 'foxandfriend', 'looking_forward', 'new', 'great', 'financial', 'number', 'announce', 'almost', 'daily', 'basis', 'economy', 'never', 'well', 'job', 'good', 'point', 'history', 'fix', 'terrible', 'trade_deal', 'priority', 'go', 'well', 'immigration', 'merit_based', 'system', 'take_care', 'company', 'come', 'back', 'kris', 'kobach', 'strong', 'early', 'supporter', 'mine', 'run', 'governor', 'great', 'state', 'kansa', 'fantastic', 'guy', 'love', 'state', 'country', 'great', 'governor', 'full', 'amp', 'total_endorsement', 'strong', 'crime', 'border', 'amp', 'military', 'vote', 'tuesday', 'governor', 'jerry_brown', 'must', 'allow', 'free', 'flow', 'vast_amount', 'water', 'come', 'north', 'foolishly', 'divert', 'pacific_ocean', 'use', 'fire', 'farm', 'everything', 'else', 'think', 'california', 'plenty', 'water', 'nice', 'fast', 'federal', 'govt', 'approval', 'jam', 'potential', 'republican', 'star', 'senate', 'primary', 'election', 'tomorrow', 'michigan', 'become', 'republican', 'candidate', 'beat', 'open_border', 'weak', 'crime', 'democrat', 'debbie', 'stabenow', 'vote', 'john', 'jam', 'make_america', 'great', 'democrat', 'want', 'open_border', 'want', 'abolish', 'ice', 'woman', 'protect', 'country', 'vicious', 'dangerous', 'people', 'earth', 'sorry', 'let', 'happen', 'also', 'change', 'rule', 'senate', 'approve', 'strong', 'border_security', 'democrat', 'want', 'open_border', 'want', 'abolish', 'ice', 'woman', 'protect', 'country', 'vicious', 'dangerous', 'people', 'earth', 'sorry', 'let', 'happen', 'also', 'change', 'rule', 'senate', 'approve', 'strong', 'border_security', 'california', 'wildfire', 'magnify', 'amp', 'make', 'much', 'bad', 'bad', 'environmental', 'law', 'allow', 'massive_amount', 'readily', 'available', 'water', 'properly', 'utilize', 'divert', 'pacific_ocean', 'must', 'also', 'tree', 'clear', 'stop', 'fire', 'spread', 'iran', 'sanction', 'officially', 'cast', 'bite', 'sanction', 'ever', 'impose', 'november', 'ratchet', 'yet', 'level', 'anyone', 'business', 'iran', 'business', 'united_state', 'ask', 'world', 'peace', 'nothing', 'less', 'ohio', 'vote', 'today', 'troy_balderson', 'congress', 'opponent', 'control', 'nancy_pelosi', 'weak', 'crime', 'border', 'military', 'vet', 'end', 'tax_cut', 'troy', 'great', 'congressman', 'maga', 'today', 'purple', 'heart', 'honor', 'member', 'armed_force', 'serve', 'vanguard', 'american', 'democracy', 'freedom', 'world', 'purpleheartday', 'https', 'co', 'nghmq', 'bokh', 'decide', 'go', 'ohio', 'troy_balderson', 'early_vote', 'good', 'speech', 'saturday_night', 'big', 'turn', 'well', 'troy', 'win', 'great', 'victory', 'tough', 'time', 'year', 'voting', 'win', 'big', 'nov', 'congratulation', 'troy_balderson', 'great', 'win', 'ohio', 'special', 'important', 'race', 'congratulation', 'future', 'star', 'republican_party', 'future', 'senator', 'jam', 'big', 'bold', 'victory', 'tonight', 'great', 'state', 'michigan', 'first', 'many', 'november', 'come', 'fast', 'enough', 'congratulation', 'bill', 'schuette', 'big', 'win', 'november', 'tremendous', 'governor', 'great', 'state', 'michigan', 'lot', 'car', 'company', 'move', 'back', 'congratulation', 'josh', 'hawley', 'big', 'senate', 'primary', 'win', 'missouri', 'look_forward', 'work', 'big', 'win', 'november', 'need', 'washington', 'republican', 'house', 'seat', 'listen', 'fake_news', 'medium', 'would', 'think', 'clobber', 'play', 'straight', 'unfair', 'republican_party', 'particular', 'favorite', 'president', 'long', 'campaign', 'support', 'senate', 'house', 'candidate', 'reason', 'win', 'love', 'people', 'amp', 'certainly', 'seem', 'job', 'find', 'time', 'china', 'iran', 'economy', 'much', 'must', 'giant', 'congratulation', 'lenaepstein', 'michigan', 'job', 'well', 'do', 'also', 'thank', 'great', 'support', 'evidence', 'whatsoever', 'donald', 'trump', 'campaign', 'involve', 'kind', 'collusion', 'fix', 'election', 'fact', 'evidence', 'hillary_clinton', 'amp', 'democrat', 'collude', 'russian', 'fix', 'election', 'grahamledger', 'illegally', 'bring', 'rigged_witch', 'hunt', 'run', 'people', 'totally', 'corrupt', 'conflict', 'start', 'pay', 'crooked_hillary', 'democrat', 'phony', 'dossier', 'disgrace', 'many', 'lie', 'dishonest', 'people', 'already', 'fire', 'angry', 'dem', 'stay_tuned', 'space', 'force', 'way', 'congressman', 'te', 'yoho', 'florida', 'fantastic', 'job', 'complete', 'total_endorsement', 'tough', 'crime', 'border', 'te', 'really', 'helpful', 'tax_cut', 'vote', 'way', 'te', 'upcome', 'primary', 'never', 'let', 'lindseygrahamsc', 'fbi', 'tell', 'president', 'trump', 'concern', 'carter_page', 'double_standard', 'tell', 'senator', 'diane', 'feinstein', 'spy', 'trump', 'entrapment', 'want', 'page', 'excuse', 'spy', 'jenna', 'ellis', 'fbi', 'thought', 'get', 'catch', 'think', 'hillary', 'go', 'win', 'overt', 'bias', 'depend', 'democrat', 'republican', 'double_standard', 'need', 'stop', 'mariabartiromo', 'evidence', 'launch', 'even', 'investigation', 'potential', 'collusion', 'donald', 'trump', 'russian', 'year', 'half', 'later', 'nfl', 'player', 'take', 'knee', 'stand', 'proudly', 'national_anthem', 'numerous', 'player', 'different', 'team', 'want', 'show', 'outrage', 'something', 'unable', 'define', 'make', 'fortune', 'love', 'happy', 'cool', 'football', 'game', 'fan', 'pay', 'soooo', 'much', 'money', 'watch', 'enjoy', 'place', 'protest', 'money', 'go', 'player', 'anyway', 'find', 'way', 'protest', 'stand', 'proudly', 'suspend', 'pay', 'authorize', 'double', 'tariff', 'steel', 'aluminum', 'respect', 'turkey', 'currency', 'turkish', 'lira', 'slide', 'rapidly', 'downward', 'strong', 'dollar', 'aluminum', 'steel', 'relation', 'turkey', 'good', 'time', 'democrat', 'please', 'distance', 'nancy_pelosi', 'wonderful', 'person', 'idea', 'amp', 'policy', 'may', 'bad', 'definitely', 'give', 'chance', 'try', 'hard', 'amp', 'right', 'take', 'democrat', 'party', 'veer', 'far', 'leave', 'good', 'phone', 'call', 'emmanuelmacron', 'president', 'france', 'discuss', 'various', 'subject', 'particular', 'security', 'trade', 'many', 'call', 'conversation', 'today', 'looking_forward', 'dinner', 'tonight', 'tim', 'cook', 'apple', 'invest', 'big', 'dollar', 'thank', 'kanye', 'west', 'fact', 'willing', 'tell', 'truth', 'new', 'great', 'fact', 'african_american', 'unemployment', 'lowest', 'ever', 'record', 'history', 'country', 'honor', 'thank', 'kanye', 'support', 'make', 'big', 'difference', 'deal', 'mexico', 'come', 'nicely', 'autoworker', 'farmer', 'must', 'take', 'care', 'deal', 'new', 'president', 'mexico', 'absolute', 'gentleman', 'canada', 'must', 'wait', 'tariff', 'trade_barrier', 'far', 'high', 'tax', 'car', 'make', 'deal', 'fbi', 'give', 'andrew_mccabe', 'text', 'massage', 'judicial_watch', 'appropriate', 'governmental', 'authority', 'fbi', 'say', 'give', 'even', 'may', 'get', 'involve', 'destroy', 'hiding', 'mccabe', 'wife', 'take', 'big', 'campaign', 'dollar', 'hillary', 'people', 'fbi', 'ever', 'recover', 'stellar', 'reputation', 'badly', 'damage', 'comey_mccabe', 'peter', 'lover', 'lovely', 'lisa_page', 'top', 'official', 'dismiss', 'fire', 'many', 'great', 'man', 'woman', 'fbi', 'hurt', 'clown', 'loser', 'fbi', 'give', 'andrew_mccabe', 'text', 'message', 'judicial_watch', 'appropriate', 'governmental', 'authority', 'fbi', 'say', 'give', 'even', 'may', 'get', 'involve', 'destroy', 'hiding', 'mccabe', 'wife', 'take', 'big', 'campaign', 'dollar', 'hillary', 'people', 'fbi', 'ever', 'recover', 'stellar', 'reputation', 'badly', 'damage', 'comey_mccabe', 'peter', 'lover', 'lovely', 'lisa_page', 'top', 'official', 'dismiss', 'fire', 'many', 'great', 'man', 'woman', 'fbi', 'hurt', 'clown', 'loser', 'riot', 'charlottesville', 'year', 'ago', 'result', 'senseless', 'death', 'division', 'must', 'come', 'together', 'nation', 'condemn', 'type', 'racism', 'act', 'violence', 'peace', 'american', 'proud', 'fight', 'secure', 'low', 'african_american', 'hispanic', 'unemployment', 'rate', 'history', 'push', 'prison', 'reform', 'give', 'people', 'pay', 'debt', 'society', 'second', 'chance', 'never', 'stop', 'fight', 'american', 'big', 'story', 'fake_news', 'medium', 'refuse', 'report', 'lowlife', 'christopher_steele', 'many', 'meeting', 'deputy', 'beautiful', 'wife', 'nelly', 'hire', 'steele', 'write', 'phony', 'amp', 'discredit', 'dossier', 'pay', 'crooked_hillary', 'amp', 'dnc', 'believe', 'nelly', 'work', 'fusion', 'husband', 'still', 'work', 'department', 'justice', 'never', 'see', 'anything', 'rig', 'life', 'scare', 'stiff', 'miss', 'action', 'start', 'reveal', 'pretty', 'soon', 'witch_hunt', 'hundred', 'biker', 'trump', 'join', 'bedminster', 'quite', 'scene', 'great', 'people', 'truly', 'love', 'country', 'biker', 'trump', 'bedminster', 'earlier', 'today', 'thank', 'https', 'co', 'gwn', 'gygt', 'judgejeanine', 'whole', 'investigation', 'premise', 'fake', 'dossier', 'pay', 'hillary', 'create', 'man', 'hate', 'donald', 'trump', 'amp', 'use', 'court', 'judge', 'bob', 'really', 'think', 'time', 'give', 'phony', 'investigation', 'collusion', 'govmikehuckabee', 'paycheck', 'big', 'pension', 'strong', 'foxandfriend', 'unemployment', 'number', 'well', 'year', 'amp', 'perhaps', 'ever', 'country', 'boom', 'never', 'get', 'even', 'better', 'many', 'company', 'move', 'back', 'many', 'harleydavidson', 'owner', 'plan', 'boycott', 'company', 'manufacture', 'move', 'overseas', 'great', 'company', 'come', 'direction', 'include', 'harley', 'competitor', 'really', 'bad', 'move', 'soon', 'level_playing', 'field', 'better', 'seem', 'department', 'justice', 'fbi', 'program', 'keep', 'donald', 'trump', 'become', 'president', 'darrellissa', 'foxandfriend', 'happen', 'side', 'everybody', 'involve', 'would', 'jail', 'medium', 'coverup', 'big', 'story', 'time', 'wacky', 'omarosa', 'get', 'fire', 'time', 'apprentice', 'get', 'fire', 'last', 'time', 'never', 'make', 'never', 'beg', 'job', 'tear', 'eye', 'say', 'people', 'white_house', 'hate', 'vicious', 'smart', 'would', 'rarely', 'see', 'hear', 'really', 'bad', 'thing', 'nasty', 'people', 'amp', 'would', 'constantly', 'miss', 'meeting', 'amp', 'work', 'gen', 'kelly', 'come', 'board', 'tell', 'loser', 'amp', 'nothing', 'problem', 'tell', 'try', 'work', 'possible', 'say', 'great', 'thing', 'get', 'fire', 'know', 'presidential', 'take', 'lowlife', 'omarosa', 'would', 'rather', 'modern', 'day', 'form', 'communication', 'know', 'fake_news', 'medium', 'working_overtime', 'make', 'even', 'wacky', 'omarosa', 'look', 'legitimate', 'possible', 'sorry', 'unpopular', 'governor', 'ohio', 'fail', 'presidential_candidate', 'johnkasich', 'hurt', 'troy_balderson', 'recent', 'win', 'tamp', 'enthusiasm', 'otherwise', 'great', 'candidate', 'even', 'kasich', 'lt', 'governor', 'lose', 'gov', 'race', 'unpopularity', 'credit', 'troy', 'big', 'win', 'agent_peter', 'strzok', 'fire', 'fbi', 'finally', 'list', 'bad', 'player', 'fbi', 'amp', 'doj', 'get', 'long', 'amp', 'longer', 'base', 'fact', 'strzok', 'charge', 'witch_hunt', 'drop', 'total', 'hoax', 'collusion', 'obstruction', 'fight', 'back', 'fire', 'agent', 'strzok', 'formerly', 'fbi', 'charge', 'crooked_hillary', 'clinton', 'sham', 'investigation', 'total', 'fraud', 'american', 'public', 'properly', 'redone', 'wacky', 'omarosa', 'already', 'fully', 'sign', 'non', 'disclosure', 'agreement', 'brook', 'koepka', 'third', 'golf', 'major', 'powerful', 'game', 'powerful', 'mind', 'man', 'steel', 'tour', 'many', 'victory', 'include', 'major', 'ahead', 'congrat', 'brook', 'great', 'team', 'job', 'well', 'do', 'land', 'fort', 'drum', 'looking_forward', 'make', 'speech', 'great', 'hero', 'great', 'fort', 'drum', 'hero', 'https', 'co', 'qgzbu', 'pete', 'stauber', 'run', 'congress', 'minnesota', 'make', 'great', 'congressman', 'pete', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'second_amendment', 'vote', 'pete', 'tomorrow', 'full', 'total_endorsement', 'great', 'honor', 'sign', 'new', 'defense', 'bill', 'law', 'great', 'soldier', 'history', 'world', 'army', 'national', 'defense', 'authorization', 'act', 'significant', 'investment', 'military', 'warfighter', 'modern', 'history', 'https', 'co', 'trump', 'foreign_policy', 'actually', 'boost', 'america', 'stand', 'https', 'co', 'oc', 'uro', 'scott_walker', 'wisconsin', 'tremendous', 'governor', 'do', 'incredible', 'thing', 'great', 'state', 'complete', 'amp', 'total_endorsement', 'bring', 'amazing', 'foxconn', 'wisconsin', 'job', 'much', 'vote', 'scott', 'tuesday', 'republican', 'primary', 'https', 'chps', 'markburnetttv', 'call', 'say', 'tape', 'apprentice', 'use', 'terrible', 'disgusting', 'word', 'attribute', 'wacky', 'derange', 'omarosa', 'word', 'vocabulary', 'never', 'make', 'look', 'many', 'recent', 'quote', 'say', 'wonderful', 'powerful', 'thing', 'true', 'champion', 'civil_right', 'get', 'fire', 'omarosa', 'zero_credibility', 'medium', 'want', 'interview', 'work', 'white_house', 'say', 'bad', 'talk', 'fake_news', 'tom', 'fitton', 'judicial_watch', 'strzok', 'fire', 'much', 'mueller', 'operation', 'anything', 'else', 'would', 'mueller', 'special_councel', 'investigate', 'call', 'collusion', 'machination', 'strzok', 'amp', 'colleague', 'top', 'level', 'fbi', 'know', 'guy', 'corrupt', 'anti', 'trump', 'animus', 'strzok', 'other', 'fbi', 'criminally', 'investigate', 'way', 'conduct', 'investigation', 'instead', 'mueller', 'pretend', 'nothing', 'go', 'wrong', 'use', 'strzok', 'use', 'dnc', 'dossi', 'whole', 'thing', 'shut', 'strzok', 'firing', 'show', 'fundamental', 'underpinning', 'investigation', 'corrupt', 'shut', 'court', 'honest', 'prosecutor', 'thank', 'judicial_watch', 'say', 'well', 'lou', 'dobb', 'not', 'go', 'forward', 'special_councel', 'conflict', 'angry_democrats', 'evidence', 'collusion', 'trump', 'campaign', 'russia', 'dem', 'one', 'investigate', 'thank', 'lou', 'true', 'give', 'craze', 'cry', 'lowlife', 'break', 'give', 'job', 'white_house', 'guess', 'work', 'good', 'work', 'general', 'kelly', 'quickly', 'fire', 'dog', 'terrorist_attack', 'london', 'animal', 'crazy', 'must', 'dealt', 'toughness', 'strength', 'justice_department', 'believe', 'still', 'accuse', 'help', 'disgrace', 'find', 'dirt', 'trump', 'wife', 'nelly', 'act', 'big', 'time', 'work', 'fake', 'dossier', 'foxandfriend', 'clear', 'hillary_clinton', 'frame_donald', 'trump', 'thing', 'gregg_jarrett', 'foxandfriend', 'real', 'attorney_general', 'witch_hunt', 'would', 'never', 'start', 'look', 'wrong', 'people', 'fire', 'peter_strzok', 'fraud', 'rig', 'investigation', 'start', 'collusion', 'obstruction', 'russia', 'everybody', 'include', 'democrat', 'know', 'collusion', 'obstruction', 'crooked_hillary', 'democrat', 'dnc', 'strzok', 'start', 'illegal', 'rigged_witch', 'hunt', 'call', 'probe', 'end', 'immediately', 'angry', 'conflicted', 'democrat', 'instead', 'look', 'crooked_hillary', 'lou', 'dobb', 'not', 'go', 'forward', 'special_counsel', 'conflict', 'angry_democrats', 'evidence', 'collusion', 'trump', 'campaign', 'russia', 'dem', 'one', 'investigate', 'thank', 'lou', 'true', 'hope', 'change', 'coal', 'mine', 'https', 'co', 'iwleo', 'ff', 'great', 'republican', 'election', 'result', 'last_night', 'far', 'team', 'want', 'special', 'election', 'people', 'enter', 'united_state', 'permission', 'illegal_aliens', 'illegal_alien', 'treat', 'people', 'enter', 'legally', 'chuck_schumer', 'go', 'leave', 'haywire', 'foxandfriend', 'congratulation', 'leah', 'vukmir', 'wisconsin', 'great', 'win', 'last_night', 'beat', 'tough', 'good', 'competitor', 'make', 'fantastic', 'senator', 'win', 'november', 'someone', 'do', 'little', 'complete', 'total_endorsement', 'congratulation', 'bryan', 'wonderful', 'win', 'last_night', 'replace', 'great', 'guy', 'paul_ryan', 'win', 'november', 'make', 'entire', 'state', 'wisconsin', 'proud', 'complete', 'total_endorsement', 'scott_walker', 'special', 'great', 'win', 'november', 'do', 'fantastic', 'job', 'governor', 'wisconsin', 'always', 'full', 'support', 'endorsement', 'jeff', 'johnson', 'minnesota', 'big', 'night', 'win', 'republican', 'nomination', 'governor', 'strong', 'well', 'know', 'opponent', 'thank', 'support', 'show', 'complete', 'total_endorsement', 'win', 'november', 'congratulation', 'bryan', 'wonderful', 'win', 'last_night', 'replace', 'great', 'guy', 'paul_ryan', 'win', 'november', 'make', 'entire', 'state', 'wisconsin', 'proud', 'complete', 'total_endorsement', 'people', 'enter', 'united_state', 'permission', 'illegal_aliens', 'illegal_alien', 'treat', 'people', 'enter', 'legally', 'chuck_schumer', 'go', 'leave', 'haywire', 'foxandfriend', 'petestauber', 'big', 'last_night', 'minnesota', 'big', 'star', 'hockey', 'even', 'big', 'star', 'politic', 'begin', 'win', 'november', 'pete', 'complete', 'total_endorsement', 'time', 'connecticut', 'real', 'talented', 'governor', 'bob', 'stefanowski', 'person', 'need', 'job', 'tough', 'crime', 'bob', 'also', 'big', 'cutter', 'taxis', 'win', 'november', 'make', 'great', 'governor', 'major', 'difference', 'maker', 'bob', 'total_endorsement', 'friend', 'early', 'supporter', 'kobach', 'republican', 'nomination', 'governor', 'kansas', 'last_night', 'tough', 'race', 'fine', 'opponent', 'kris', 'win', 'november', 'great', 'governor', 'complete', 'total_endorsement', 'rig', 'russian', 'witch_hunt', 'go', 'originator', 'founder', 'scam', 'continue', 'fire', 'demoted', 'corrupt', 'illegal', 'activity', 'credibility', 'go', 'terrible', 'hoax', 'much', 'lose', 'proceed', 'collusion', 'action', 'strzok', 'fire', 'decisive', 'step', 'right', 'direction', 'correct', 'wrong', 'commit', 'describe', 'comey', 'skinny', 'inner', 'circle', 'chris', 'swecker', 'former', 'fbi', 'assistant', 'director', 'happy_birthday', 'leader', 'party', 'maxine_water', 'country', 'build', 'tariff', 'tariff', 'lead', 'great', 'new', 'trade_deal', 'oppose', 'horrible', 'unfair', 'trade_deal', 'inherit', 'president', 'country', 'allow', 'come', 'steal', 'wealth', 'great', 'long', 'chuck_schumer', 'agree', 'https', 'co', 'kfolkqu', 'john_brennan', 'stain', 'country', 'deserve', 'well', 'former', 'secret_service', 'agent', 'author', 'new', 'book', 'spygate', 'attempt', 'sabotage', 'donald', 'trump', 'thank', 'dan', 'good_luck', 'book', 'hillary_clinton', 'clearly', 'get', 'pass', 'fbi', 'unfortunate', 'situation', 'decide', 'go', 'frame_donald', 'trump', 'concern', 'rigged_witch', 'hunt', 'joe', 'digenova', 'former', 'attorney', 'gong', 'make_america', 'great', 'never', 'great', 'believe', 'governor', 'high', 'taxed', 'state', 'andrew_cuomo', 'total', 'meltdown', 'go', 'make_america', 'great', 'never', 'great', 'believe', 'governor', 'high', 'taxed', 'state', 'andrew_cuomo', 'total', 'meltdown', 'mark', 'levin', 'power', 'stop', 'russian', 'chinese', 'north', 'korean', 'fund', 'iranian', 'amp', 'responsible', 'great', 'scandal', 'american', 'history', 'interfere', 'election', 'amp', 'try', 'undermine', 'trump', 'campaign', 'trump', 'presidency', 'strip', 'whole', 'bunch', 'corrupt', 'abused', 'power', 'betray', 'american', 'people', 'political', 'agenda', 'try', 'steal', 'influence', 'election', 'united_states', 'seanhannity', 'economy', 'better', 'ever', 'money', 'pour', 'cherish', 'dollar', 'rarely', 'company', 'earning', 'high', 'ever', 'inflation', 'low', 'amp', 'business', 'optimism', 'higher', 'ever', 'first', 'time', 'many', 'decade', 'protect', 'worker', 'fake_news', 'medium', 'opposition', 'party', 'bad', 'great', 'country', 'win', 'boston', 'globe', 'sell', 'fail', 'time', 'billion_dollar', 'dollar', 'loss', 'amp', 'investment', 'billion_dollar', 'sell', 'time', 'dollar', 'globe', 'collusion', 'paper', 'free', 'press', 'prove', 'nothing', 'would', 'want', 'country', 'true', 'freedom', 'press', 'fact', 'press', 'free', 'write', 'say', 'anything', 'want', 'much', 'say', 'fake_news', 'push', 'political', 'agenda', 'plain', 'try', 'hurt', 'people', 'honesty', 'win', 'queen', 'soul', 'aretha', 'franklin', 'dead', 'great', 'woman', 'wonderful', 'gift', 'god', 'voice', 'miss', 'great', 'cabinet', 'meeting', 'today', 'whitehouse', 'https', 'co', 'rwohqf', 'sev', 'thank', 'kind_word', 'omarosa', 'https', 'co', 'pmmng', 'iisi', 'turkey', 'taken_advantage', 'united_state', 'many', 'year', 'hold', 'wonderful', 'christian', 'pastor', 'must', 'ask', 'represent', 'country', 'great', 'patriot', 'hostage', 'pay', 'nothing', 'release', 'innocent', 'man', 'cut', 'turkey', 'fbi', 'receive', 'document', 'justice_department', 'amp', 'wife', 'nelly', 'work', 'disgrace', 'fire', 'peter_strzok', 'crazy', 'believe', 'rigged_witch', 'hunt', 'zero_credibility', 'steele', 'shop', 'document', 'multiple', 'medium', 'outlet', 'also', 'ask', 'help', 'russian', 'oligarch', 'catherine', 'herridge', 'foxnew', 'loudobbs', 'word', 'collude', 'russia', 'concerned', 'comey', 'fire', 'afraid', 'expose', 'say', 'doj', 'email', 'amp', 'note', 'show', 'connection', 'phony', 'amp', 'discredit', 'trump', 'dossier', 'creep', 'thinking', 'would', 'get', 'catch', 'dishonest', 'act', 'rigged_witch', 'hunt', 'tuckercarlson', 'speak', 'john_brennan', 'somebody', 'obviously', 'limit', 'intellectually', 'get', 'first', 'place', 'really', 'good', 'question', 'follow', 'richard_blumenthal', 'connecticut', 'fake', 'war', 'hero', 'true', 'total', 'fake', 'senator', 'richard_blumenthal', 'go', 'around', 'year', 'connecticut', 'politician', 'brag', 'great', 'marine', 'war', 'hero', 'vietnam', 'sobbingly', 'admit', 'ever', 'vietnam', 'pass', 'judgement', 'anyone', 'loser', 'incredibly', 'corrupt', 'fbi', 'amp', 'doj', 'try', 'steer', 'outcome', 'presidential', 'election', 'brennan', 'go', 'deep', 'end', 'disgrace', 'discredit', 'conduct', 'outrageous', 'chris', 'farrell', 'judicial_watch', 'director', 'brennan', 'recent', 'statement', 'purport', 'know', 'fact', 'trump', 'campaign', 'collude', 'foreign', 'power', 'director', 'brennan', 'statement', 'base', 'intelligence', 'receive', 'leading', 'cia', 'include', 'intelligence_community', 'assessment', 'release', 'statement', 'base', 'intelligence', 'see', 'leave', 'office', 'constitute', 'intelligence', 'breach', 'richard', 'burr', 'senate', 'intel', 'cmte', 'chair', 'loudobbs', 'speak', 'world', 'top', 'business', 'leader', 'ask', 'would', 'make', 'business', 'job', 'even', 'better', 'stop', 'quarterly', 'report', 'amp', 'go', 'month', 'system', 'say', 'would', 'allow', 'great', 'flexibility', 'amp', 'save', 'money', 'ask', 'sec', 'study', 'politician', 'cuomo', 'know', 'push', 'people', 'business', 'state', 'mention', 'high', 'taxis', 'survive', 'make', 'statement', 'go', 'make_america', 'great', 'never', 'great', 'section', 'sentence', 'bad', 'local', 'politician', 'run', 'washington', 'poorly', 'know', 'windfall', 'see', 'ask', 'give', 'price', 'hold', 'great', 'celebratory', 'military', 'parade', 'want', 'number', 'ridiculously', 'high', 'cancel', 'never', 'let', 'someone', 'hold', 'instead', 'attend', 'big', 'parade', 'already', 'schedule', 'andrew', 'base', 'different', 'date', 'amp', 'go', 'paris', 'parade', 'celebrate', 'end', 'war', 'maybe', 'something', 'next', 'year', 'cost', 'come', 'way', 'buy', 'jet', 'fighter', 'announce', 'youth', 'unemployment', 'year', 'low', 'foxandfriend', 'double', 'growth', 'rate', 'big', 'pushback', 'governor', 'andrew_cuomo', 'really', 'dumb', 'statement', 'america', 'lack', 'greatness', 'already', 'make', 'america', 'great', 'look', 'market', 'job', 'military', 'setting_record', 'even', 'better', 'andrew', 'chock', 'badly', 'mistake', 'big', 'pushback', 'governor', 'andrew_cuomo', 'really', 'dumb', 'statement', 'america', 'lack', 'greatness', 'already', 'make', 'america', 'great', 'look', 'market', 'job', 'military', 'setting_record', 'even', 'well', 'andrew', 'choke', 'badly', 'mistake', 'politician', 'admit', 'go', 'make_america', 'great', 'seem', 'much', 'reason', 'ever', 'vote', 'could', 'career', 'threaten', 'statement', 'andrew_cuomo', 'many', 'wanting', 'resign', 'get', 'high', 'rating', 'brother', 'chris', 'bad', 'hightax', 'andrew_cuomo', 'statement', 'go', 'make_america', 'great', 'never', 'great', 'hillary_clinton', 'deplorable', 'statement', 'say', 'big', 'incompetent', 'blunder', 'easily', 'win', 'race', 'super', 'liberal', 'actress', 'political', 'career', 'https', 'co', 'tmicruv', 'fox', 'news', 'learn', 'write', 'follow', 'fire', 'say', 'afraid', 'anti', 'trump', 'russia', 'probe', 'expose', 'charle', 'payne', 'foxbusiness', 'much', 'mueller', 'see', 'blinder', 'rig', 'doj', 'legal', 'jeopardy', 'still', 'employ', 'bruce', 'amp', 'nelly', 'bank', 'account', 'get', 'fat', 'fat', 'dossier', 'peddling', 'disclose', 'feed', 'reg', 'use', 'federal', 'office', 'personal', 'doj', 'legal', 'jeopardy', 'astonish', 'still', 'employ', 'bruce', 'amp', 'nelly', 'bank', 'account', 'get', 'fat', 'fat', 'dossier', 'peddling', 'disclose', 'feed', 'reg', 'use', 'federal', 'office', 'personal', 'financial', 'gain', 'federal', 'gratuity', 'statute', 'violation', 'bribery', 'statute', 'violation', 'honest', 'service', 'violation', 'major', 'crime', 'doj', 'run', 'blank', 'jeff_sessions', 'gregg_jarrett', 'mueller', 'must', 'do', 'probably', 'never', 'foxnews', 'social_media', 'totally', 'discriminate', 'republican', 'conservative', 'voice', 'speak', 'loudly', 'clearly', 'trump', 'administration', 'let', 'happen', 'close', 'opinion', 'many', 'people', 'right', 'time', 'nothing', 'other', 'censorship', 'dangerous', 'thing', 'amp', 'absolutely', 'impossible', 'police', 'weed', 'fake_news', 'nothing', 'fake', 'cnn', 'msnbc', 'yet', 'ask', 'sick', 'behavior', 'remove', 'get', 'use', 'watch', 'grain', 'salt', 'watch', 'many', 'voice', 'destroy', 'good', 'amp', 'bad', 'not', 'allow', 'happen', 'make', 'choice', 'already', 'tell', 'many', 'mistake', 'make', 'let', 'everybody', 'participate', 'good', 'bad', 'figure', 'fool', 'focus', 'look', 'russia', 'start', 'also', 'look', 'direction', 'china', 'end', 'smart', 'tough', 'well', 'prepared', 'get', 'everyone', 'https', 'co', 'kir', 'anyone', 'look', 'mistake', 'john_brennan', 'make', 'serve', 'cia_director', 'go', 'easily', 'bad', 'history', 'amp', 'get', 'become', 'nothing', 'less', 'loudmouth', 'partisan', 'political', 'hack', 'not', 'trust', 'secret', 'country', 'great', 'job', 'rachel', 'campos', 'duffy', 'foxandfriend', 'economy', 'stronger', 'better', 'ever', 'importantly', 'remain', 'tremendous', 'potential', 'get', 'well', 'time', 'https', 'co', 'tfrmza', 'rwq', 'united_state', 'end', 'ridiculous', 'million_dollar', 'yearly', 'development', 'payment', 'syria', 'saudi_arabia', 'rich', 'country', 'middle_east', 'start', 'make', 'payment', 'instead', 'want', 'develop', 'military', 'country', 'help', 'allow', 'white_house', 'counsel', 'mcgahn', 'request', 'member', 'white_house', 'staff', 'fully', 'cooperate', 'special_councel', 'addition', 'readily', 'give', 'page', 'document', 'transparent', 'history', 'collusion', 'obstruction', 'witch_hunt', 'allow', 'white_house', 'counsel', 'mcgahn', 'request', 'member', 'white_house', 'staff', 'fully', 'cooperate', 'special_counsel', 'addition', 'readily', 'give', 'page', 'document', 'transparent', 'history', 'collusion', 'obstruction', 'witch_hunt', 'failing_nytime', 'write', 'fake', 'piece', 'today', 'imply', 'white_house', 'councel', 'mcgahn', 'give', 'hour', 'testimony', 'special_councel', 'must', 'john', 'dean', 'type', 'rat', 'allow', 'other', 'testify', 'nothing', 'hide', 'demand', 'transparency', 'rig', 'disgusting', 'witch_hunt', 'come', 'close', 'many', 'life', 'ruin', 'nothing', 'mccarthyism', 'worst', 'mueller', 'amp', 'gang', 'dem', 'refuse', 'look', 'real', 'crime', 'side', 'medium', 'even', 'bad', 'collusion', 'obstruction', 'crooked_hillary', 'democrat', 'resignation', 'corruption', 'yet', 'heavily', 'conflict', 'refuse', 'even', 'look', 'direction', 'brennan', 'comey_mccabe', 'strzok', 'lie', 'congress', 'crooked', 'email', 'fail', 'time', 'write', 'story', 'make', 'seem', 'white_house', 'councel', 'turn', 'president', 'fact', 'opposite', 'amp', 'fake', 'reporter', 'know', 'fake_news', 'medium', 'become', 'enemy', 'people', 'bad', 'america', 'member', 'medium', 'angry', 'fake', 'story', 'time', 'actually', 'call', 'complain', 'apologize', 'big', 'step', 'forward', 'day', 'announce', 'time', 'fake_news', 'disgusting', 'new', 'board', 'member', 'get', 'bad', 'study', 'late', 'joseph', 'mccarthy', 'period', 'mueller', 'gang', 'make', 'joseph', 'mccarthy', 'look', 'baby', 'rigged_witch', 'hunt', 'disgrace', 'discredit', 'whole', 'group', 'angry', 'thug', 'spend', 'hour', 'white_house', 'councel', 'approval', 'purpose', 'transparency', 'anybody', 'need', 'much', 'time', 'know', 'russian_collusion', 'someone', 'look', 'trouble', 'enjoy', 'ruin', 'people', 'life', 'refuse', 'look', 'real', 'corruption', 'democrat', 'side', 'lie', 'firing', 'deleted_emails', 'soooo', 'much', 'mueller', 'angry', 'dem', 'look', 'impact', 'election', 'national', 'disgrace', 'collusion', 'make', 'phony', 'crime', 'call', 'collusion', 'collusion', 'say', 'obstruction', 'phony', 'crime', 'never', 'exist', 'fight', 'back', 'say', 'anything', 'bad', 'rigged_witch', 'hunt', 'scream', 'obstruction', 'hope', 'john_brennan', 'bad', 'cia_director', 'country', 'history', 'bring', 'lawsuit', 'easy', 'get', 'record', 'text', 'email', 'document', 'show', 'poor', 'job', 'involve', 'mueller', 'rigged_witch', 'hunt', 'sue', 'everybody', 'want', 'keep', 'security', 'clearance', 'worth', 'great', 'prestige', 'big', 'dollar', 'even', 'board', 'seat', 'certain', 'people', 'come', 'forward', 'protect', 'brennan', 'certainly', 'good', 'job', 'political', 'hack', 'family', 'receive', 'big', 'money', 'help', 'create', 'phony', 'dirty', 'discredit', 'dossier', 'ever', 'fire', 'jeff_sessions', 'justice_department', 'total_joke', 'center', 'false', 'allegation', 'lead', 'multi', 'million_dollar', 'investigation', 'apparently', 'happen', 'darrell', 'issa', 'house', 'oversight', 'take', 'word', 'apparently', 'foxnew', 'outrageous', 'poisonous', 'synthetic', 'heroin', 'fentanyl', 'come', 'pour', 'postal', 'system', 'china', 'must', 'end', 'senate', 'pass', 'stop', 'act', 'firmly', 'stop', 'poison', 'kill', 'child', 'destroy', 'country', 'delay', 'https', 'co', 'dianeharkey', 'extraordinary', 'woman', 'great', 'accomplishment', 'amp', 'potential', 'run', 'popular', 'republican', 'congressional', 'seat', 'friend', 'darrell', 'issa', 'complete', 'support', 'diane', 'strong', 'crime', 'love', 'military', 'amp', 'vet', 'total_endorsement', 'watch', 'former', 'intelligence', 'official', 'phillip', 'mudd', 'become', 'totally', 'unglued', 'weird', 'debate', 'wonderful', 'parisdennard', 'brennan', 'security', 'clearance', 'dennard', 'destroy', 'mudd', 'mental', 'condition', 'clearance', 'revoke', 'seanhannity', 'go', 'great', 'state', 'west_virginia', 'tuesday', 'night', 'campaign', 'amp', 'rally', 'speech', 'hard', 'work', 'spectacular', 'person', 'patrick', 'morrisey', 'run', 'senate', 'patrick', 'great', 'energy', 'amp', 'stamina', 'need', 'vote', 'maga', 'total_endorsement', 'hear', 'many', 'great', 'thing', 'republican_party', 'california', 'gubernatorial', 'candidate', 'john', 'cox', 'successful', 'businessman', 'tired', 'high', 'taxis', 'amp', 'crime', 'make', 'california', 'great', 'amp', 'make', 'proud', 'great', 'state', 'total_endorsement', 'blue', 'wave', 'mean', 'crime', 'open_border', 'mean', 'safety', 'strength', 'even', 'james_clapper', 'admonish', 'john_brennan', 'go', 'totally', 'rail', 'maybe', 'clapper', 'nice', 'lose', 'security', 'clearance', 'lie', 'congress', 'fake_news', 'soooo', 'much', 'time', 'tired', 'new', 'yorker', 'falsely', 'report', 'go', 'take', 'extraordinary', 'step', 'deny', 'intelligence', 'briefing', 'president', 'obama', 'never', 'discuss', 'think', 'sorry', 'reiterate', 'serious', 'unpleasant', 'consequence', 'cross', 'border', 'united_state', 'illegally', 'serious', 'consequence', 'country', 'would', 'overrun', 'people', 'try', 'get', 'system', 'could', 'handle', 'big', 'rally', 'tonight', 'west_virginia', 'patrick', 'morrisey', 'run', 'great', 'race', 'senate', 'do', 'much', 'west_virginia', 'odd', 'patrick', 'real', 'fighter', 'side', 'would', 'make', 'thing', 'much', 'easy', 'see', 'later', 'clean', 'coal', 'bill', 'deblasio', 'high', 'tax', 'mayor', 'nyc', 'stole', 'campaign', 'slogan', 'promise', 'make', 'promise', 'keep', 'nice', 'imagination', 'foxandfriend', 'incredible', 'people', 'great', 'state', 'wyome', 'go', 'vote', 'today', 'foster', 'friess', 'fantastic', 'governor', 'strong', 'crime', 'border', 'amp', 'love', 'military', 'amp', 'vet', 'complete', 'total_endorsement', 'join', 'tonight', 'charleston', 'civic', 'center', 'west_virginia', 'pme', 'ticket', 'https', 'co', 'ox', 'gghdmg', 'land', 'west_virginia', 'big', 'crowd', 'looking_forward', 'see', 'everyone', 'soon', 'maga', 'make', 'america', 'great', 'https', 'co', 'gzqp', 'bcle', 'thank', 'west_virginia', 'love', 'https', 'co', 'woh', 'anyone', 'look', 'good', 'lawyer', 'would', 'strongly', 'suggest', 'retain', 'service', 'michael_cohen', 'feel', 'badly', 'paul_manafort', 'wonderful', 'family', 'justice', 'take', 'year', 'old', 'tax', 'case', 'thing', 'apply', 'tremendous', 'pressure', 'refuse', 'break', 'make', 'story', 'order', 'get', 'deal', 'respect', 'brave', 'man', 'large', 'number', 'count', 'could', 'even', 'decide', 'paul_manafort', 'case', 'witch_hunt', 'michael_cohen', 'plead', 'guilty', 'count', 'campaign', 'finance', 'violation', 'crime', 'president', 'obama', 'big', 'campaign', 'finance', 'violation', 'easily', 'settle', 'thank', 'democrat', 'assemblyman', 'dov', 'hikind', 'gracious', 'remark', 'foxandfriend', 'deport', 'longtime', 'resident', 'nazi', 'back', 'germany', 'other', 'work', 'decade', 'everyone', 'path', 'hurricanelane', 'prepare', 'heed', 'advice', 'state', 'local_official', 'follow', 'nwshonolulu', 'update', 'safe', 'https', 'co', 'kcwtl', 'https', 'co', 'ogqkufbehn', 'https', 'co', 'mjto', 'aflus', 'long', 'bull', 'run', 'history', 'stock_market', 'congratulation', 'america', 'https', 'co', 'wycnmkkanr', 'https', 'co', 'ibbbf', 'interview', 'foxandfriend', 'ainsleyearhardt', 'tomorrow', 'enjoy', 'thing', 'do', 'wrong', 'win', 'election', 'expect', 'crooked_hillary', 'clinton', 'democrat', 'problem', 'forget', 'campaign', 'numerous', 'state', 'ask', 'secretary', 'state', 'mikepompeo', 'usa', 'closely', 'study', 'south', 'africa', 'land', 'farm', 'seizure', 'expropriation', 'large_scale', 'kill', 'farmer', 'south', 'african', 'government', 'seize', 'land', 'white', 'farmer', 'tuckercarlson', 'foxnew', 'ask', 'secretary', 'state', 'secpompeo', 'closely', 'study', 'south', 'africa', 'land', 'farm', 'seizure', 'expropriation', 'large_scale', 'kill', 'farmer', 'south', 'african', 'government', 'seize', 'land', 'white', 'farmer', 'tuckercarlson', 'foxnew', 'collusion', 'rigged_witch', 'hunt', 'https', 'co', 'pavddfjjr', 'https', 'co', 'https', 'frs', 'great', 'honor', 'host', 'foreign', 'investment', 'risk', 'review', 'modernization', 'act', 'roundtable', 'today', 'whitehouse', 'https', 'co', 'tjti', 'ddtzm', 'authorized', 'emergency', 'disaster', 'declaration', 'provide', 'hawaii', 'necessary', 'support', 'ahead', 'hurricanelane', 'team', 'closely', 'coordinate', 'state', 'local', 'authority', 'thought', 'https', 'co', 'lrhwbduavj', 'cindyhydesmith', 'help', 'put', 'america', 'first', 'strong', 'wall', 'help', 'create', 'job', 'love', 'vet', 'fight', 'conservative', 'judge', 'cindy', 'vote', 'agenda', 'senate', 'time', 'complete', 'total_endorsement', 'need', 'cindy', 'win', 'mississippi', 'accord', 'poll', 'would', 'even', 'better', 'today', 'https', 'nazqoifw', 'target', 'ceo', 'rave', 'economy', 'good', 'consumer', 'environment', 'see', 'career', 'big', 'statement', 'top', 'executive', 'virtually', 'everybody', 'say', 'amp', 'trade_deal', 'make', 'amp', 'cost', 'cutting', 'do', 'see', 'anything', 'yet', 'drudge_report', 'economy', 'setting_record', 'virtually', 'front', 'probably', 'good', 'country', 'ever', 'do', 'tremendous', 'value', 'create', 'election', 'world', 'respect', 'company', 'move', 'back', 'department', 'justice', 'improperly', 'influence', 'political', 'consideration', 'jeff', 'great', 'everyone', 'want', 'look', 'corruption', 'side', 'include', 'deleted_emails', 'comey', 'lie', 'amp', 'leak', 'mueller', 'conflict', 'mccabe', 'strzok', 'page', 'fisa', 'abuse', 'christopher_steele', 'amp', 'phony', 'corrupt', 'dossi', 'clinton_foundation', 'illegal', 'surveillance', 'trump', 'campaign', 'russian_collusion', 'dem', 'much', 'open', 'paper', 'amp', 'document', 'redaction', 'come', 'jeff', 'country', 'wait', 'nsa', 'contractor', 'spend', 'month', 'jail', 'classified_information', 'gee', 'small', 'potato', 'compare', 'hillary_clinton', 'unfair', 'jeff', 'double_standard', 'social_media', 'giant', 'silence', 'million', 'people', 'even', 'mean', 'must', 'continue', 'hear', 'fake_news', 'cnn', 'rating', 'suffer', 'gravely', 'people', 'figure', 'real', 'censorship', 'https', 'co', 'gapyj', 'ask', 'secretary', 'state', 'mike_pompeo', 'go', 'north_korea', 'time', 'feel', 'make', 'sufficient', 'progress', 'respect', 'korean', 'peninsula', 'additionally', 'much', 'tough', 'trading', 'stance', 'china', 'believe', 'help', 'process', 'sanction', 'place', 'secretary', 'pompeo', 'look', 'forward', 'go', 'north_korea', 'future', 'likely', 'trading', 'relationship', 'china', 'resolve', 'meantime', 'would', 'send', 'warm', 'regard', 'respect', 'look_forward', 'seeing', 'soon', 'thank', 'love', 'ohio', 'https', 'setz', 'speak', 'governor', 'david', 'ige', 'hawaii', 'today', 'express', 'full', 'support', 'people', 'hawaii', 'state', 'impact', 'hurricanelane', 'federal_government', 'fully', 'commit', 'help', 'people', 'hawaii', 'https', 'co', 'yaaovik', 'congratulation', 'new', 'australian', 'prime_minister', 'scott', 'morrison', 'great', 'friend', 'united_states', 'australia', 'great', 'see', 'senate', 'working', 'solution', 'end', 'secrecy', 'ridiculously', 'high', 'drug_price', 'something', 'call', 'drug', 'pricing', 'blueprint', 'work', 'house', 'help', 'american', 'patient', 'great', 'statedinner', 'ohio', 'tonight', 'together', 'make', 'america', 'great', 'https', 'co', 'alu', 'phesvh', 'happy_birthday', 'vince', 'truly', 'great', 'https', 'co', 'mfojy', 'michael', 'cohen', 'attorney', 'clarify', 'record', 'say', 'client', 'know', 'president', 'trump', 'know', 'trump', 'tower', 'meeting', 'come', 'nothing', 'answer', 'know', 'meet', 'phony', 'story', 'fake_news', 'medium', 'jeff_session', 'say', 'allow', 'politic', 'influence', 'understand', 'happen', 'command', 'position', 'highly', 'conflict', 'gang', 'angry', 'dem', 'field', 'day', 'real', 'corruption', 'go', 'untouched', 'collusion', 'lindseygrahamsc', 'president', 'deserve', 'attorney_general', 'confidence', 'believe', 'president', 'right', 'cabinet', 'lifetime', 'appointment', 'serve', 'pleasure', 'president', 'big', 'story', 'fbi', 'ignore', 'ten', 'thousand', 'crooked_hillary', 'email', 'many', 'really', 'bad', 'also', 'give', 'false', 'election', 'info', 'feel', 'sure', 'soon', 'get', 'bottom', 'corruption', 'point', 'may', 'get', 'involve', 'fbi', 'look', 'crooked_hillary', 'clinton', 'email', 'purposely', 'look', 'disaster', 'news', 'foxnew', 'fbi', 'look', 'less', 'crooked', 'email', 'relationship', 'mexico', 'get', 'close', 'hour', 'really', 'good', 'people', 'new', 'old', 'government', 'work', 'closely', 'together', 'big', 'trade', 'agreement', 'mexico', 'could', 'happen', 'soon', 'stock_market', 'hit', 'time', 'high', 'friday', 'congratulation', 'deep', 'sympathy', 'respect', 'go', 'family', 'senator', 'john_mccain', 'heart', 'prayer', 'get', 'always', 'say', 'much', 'better', 'even', 'https', 'co', 'el', 'rzbjpg', 'fantastic', 'number', 'consumer', 'spending', 'release', 'friday', 'stock_market', 'hit', 'time', 'high', 'mainstream_media', 'try', 'rewrite', 'history', 'credit', 'obama', 'trump', 'accomplishment', 'president', 'trump', 'take', 'office', 'economy', 'boom', 'strong', 'economy', 'get', 'desperate', 'critic', 'weak', 'recovery', 'great', 'depression', 'washtime', 'approval_rating', 'time', 'favorite', 'hope', 'president', 'republican_party', 'overall', 'make', 'story', 'fake_news', 'medium', 'try', 'endlessly', 'make', 'look', 'bad', 'evil', 'possible', 'look', 'real', 'villain', 'please', 'thank', 'great', 'jimbrownnfl', 'perhaps', 'great', 'run', 'back', 'time', 'wonderful', 'word', 'support', 'meet', 'african_american', 'unemployment', 'reach', 'lowest_level', 'history', 'get', 'fake_news', 'medium', 'work', 'hard', 'get', 'tiger', 'wood', 'say', 'something', 'want', 'say', 'tiger', 'play', 'game', 'smart', 'importantly', 'play', 'great', 'golf', 'big', 'deal', 'look', 'good', 'mexico', 'rick_scott', 'florida', 'fantastic', 'job', 'governor', 'job', 'pour', 'state', 'economic', 'health', 'better', 'ever', 'strong', 'crime', 'border', 'love', 'military', 'vet', 'vote', 'rick', 'tuesday', 'congressman', 'special', 'person', 'do', 'incredible', 'job', 'run', 'tuesday', 'primary', 'governor', 'florida', 'strong', 'crime', 'border', 'want', 'low', 'taxis', 'great', 'governor', 'full', 'total_endorsement', 'governor', 'doug', 'ducey', 'arizona', 'great', 'job', 'would', 'really', 'nice', 'show', 'support', 'tomorrow', 'voting', 'tuesday', 'primary', 'doug', 'strong', 'crime', 'border', 'second_amendment', 'love', 'military', 'amp', 'vet', 'full', 'complete', 'endorsement', 'united_states', 'mexico', 'trade', 'agreement', 'https', 'co', 'azveypli', 'https', 'zybht', 'pd', 'flotus_melania', 'honor', 'welcome', 'president', 'republic', 'kenya', 'ukenyatta', 'mrs', 'margaret', 'kenyatta', 'whitehouse', 'today', 'https', 'co', 'movnkt', 'vote', 'ron', 'https', 'co', 'nshvq', 'search', 'result', 'trump', 'news', 'show', 'view', 'report', 'fake', 'new', 'medium', 'word', 'rig', 'amp', 'other', 'almost', 'story', 'amp', 'news', 'bad', 'fake', 'cnn', 'prominent', 'republican', 'conservative', 'amp', 'fair', 'medium', 'shut', 'illegal', 'result', 'trump', 'news', 'national', 'left', 'wing', 'medium', 'dangerous', 'amp', 'other', 'suppress', 'voice', 'conservative', 'hide', 'information', 'news', 'good', 'controlling', 'amp', 'not', 'see', 'serious', 'situation', 'address', 'president', 'trump', 'do', 'minority', 'group', 'country', 'president', 'decade', 'loudobbs', 'nasdaq', 'go', 'first', 'time', 'history', 'smile', 'senator', 'other', 'talk', 'good', 'free', 'trade', 'say', 'lose', 'job', 'billion_dollar', 'year', 'really', 'dumb', 'trade_deal', 'country', 'tariff', 'death', 'lawmaker', 'fine', 'search', 'result', 'trump', 'news', 'show', 'view', 'report', 'fake_news', 'medium', 'word', 'rig', 'amp', 'other', 'almost', 'story', 'amp', 'news', 'bad', 'fake', 'cnn', 'prominent', 'republican', 'conservative', 'amp', 'fair', 'medium', 'shut', 'illegal', 'result', 'trump', 'news', 'national', 'left', 'wing', 'medium', 'dangerous', 'amp', 'other', 'suppress', 'voice', 'conservative', 'hide', 'information', 'news', 'good', 'controlling', 'amp', 'not', 'see', 'serious', 'situation', 'address', 'consumer_confidence', 'pop', 'august', 'highest_level', 'october', 'https', 'iotbna', 'https', 'co', 'fisvxyof', 'fantastic', 'win', 'people', 'great', 'state', 'florida', 'ron', 'fantastic', 'governor', 'november', 'congratulation', 'governor', 'rick_scott', 'florida', 'conclusive', 'republican', 'primary', 'win', 'great', 'senator', 'report', 'china', 'hack', 'hillary_clinton', 'private', 'email', 'server', 'sure', 'russia', 'kid', 'odd', 'fbi', 'doj', 'right', 'top', 'actually', 'big', 'story', 'much', 'classified_information', 'add', 'world', 'cup', 'long', 'list', 'accomplishment', 'new', 'trade', 'deal', 'mexico', 'focus', 'farmer', 'growth', 'country', 'tear', 'trade_barrier', 'job', 'company', 'continue', 'pour', 'back', 'country', 'big', 'hit', 'new', 'poll', 'majority', 'american', 'think', 'john_brennan', 'james_comey', 'security', 'clearance', 'revoke', 'surprised', 'foxnews', 'hillary_clinton', 'email', 'many', 'classified_information', 'get', 'hack', 'china', 'move', 'well', 'fbi', 'amp', 'doj', 'misstep', 'comey_mccabe', 'strzok', 'page', 'dirty', 'dossier', 'etc', 'credibility', 'forever', 'go', 'martha', 'mcsally', 'run', 'arizona', 'primary', 'senate', 'endorse', 'reject', 'senator', 'jeff_flake', 'turn', 'first', 'martha', 'great', 'military', 'fighter', 'jet', 'pilot', 'highly_respected', 'member', 'congress', 'win', 'big', 'congratulation', 'november', 'congressman', 'easily', 'win', 'republican', 'primary', 'opponent', 'november', 'big', 'dream', 'fail', 'socialist', 'mayor', 'name', 'andrew', 'gillum', 'allow', 'crime', 'amp', 'many', 'problem', 'flourish', 'city', 'florida', 'want', 'need', 'obama', 'people', 'something', 'never', 'do', 'spy', 'rival', 'presidential', 'campaign', 'would', 'trump', 'next', 'lose', 'faith', 'system', 'level', 'beginning', 'think', 'rotten', 'amp', 'corrupt', 'scary', 'stuff', 'obama', 'tuckercarlson', 'doj', 'hillary_clinton', 'dnc', 'pay', 'information', 'russian', 'government', 'government', 'doubt', 'tuckercarlson', 'big', 'election', 'win', 'last_night', 'republican_party', 'make_america', 'great', 'actually', 'happen', 'fast', 'anybody', 'think', 'possible', 'morphing', 'keep', 'america', 'great', 'anonymous_source', 'really', 'start', 'burn', 'medium', 'foxnew', 'fact', 'many', 'anonymous_source', 'even', 'exist', 'fiction', 'make', 'fake_news', 'reporter', 'look', 'fake', 'cnn', 'red', 'handed', 'enemy', 'people', 'see', 'anonymous', 'source', 'stop', 'read', 'story', 'fiction', 'martha', 'mcsally', 'extraordinary', 'woman', 'talente', 'fighter', 'jet', 'pilot', 'highly_respected', 'member', 'congress', 'strong', 'crime', 'border', 'siege', 'love', 'military', 'vet', 'total', 'complete', 'endorsement', 'white_house', 'counsel', 'mcgahn', 'leave', 'position', 'fall', 'shortly', 'confirmation', 'hopefully', 'judge_brett', 'kavanaugh', 'united_states', 'supreme_court', 'work', 'long', 'time', 'truly', 'appreciate', 'service', 'consumer_confidence', 'index', 'high', 'year', 'also', 'revise', 'upward', 'country', 'great', 'hell', 'still', 'employ', 'justice_department', 'disgraceful', 'witch_hunt', 'stopthebia', 'https', 'co', 'xqz', 'iqzw', 'statement', 'white', 'housepresident', 'donald', 'trump', 'feel', 'strongly', 'north_korea', 'tremendous', 'pressure', 'china', 'major', 'trade', 'dispute', 'chinese', 'government', 'time', 'also', 'know', 'china', 'provide', 'north_korea', 'considerable', 'aid', 'include', 'money', 'fuel', 'fertilizer', 'various', 'commodity', 'helpful', 'nonetheless', 'president', 'believe', 'relationship', 'good', 'warm', 'reason', 'time', 'spend', 'large', 'amount', 'money', 'joint', 'south_korea', 'war', 'game', 'president', 'instantly', 'start', 'joint', 'exercise', 'south_korea', 'japan', 'choose', 'far', 'big', 'ever', 'china', 'trade', 'dispute', 'difference', 'resolve', 'time', 'president', 'trump', 'china', 'great', 'jinpe', 'relationship', 'bond', 'remain', 'strong', 'cnn', 'tear', 'apart', 'base', 'catch', 'major', 'lie', 'refuse', 'admit', 'mistake', 'sloppy', 'carlbernstein', 'man', 'live', 'past', 'think', 'degenerate', 'fool', 'make', 'story', 'story', 'laugh', 'country', 'fake_news', 'lanny', 'davi', 'admit', 'anonymous', 'source', 'cnn', 'report', 'bretbaier', 'much', 'cnn', 'say', 'lanny', 'wonder', 'rating', 'low', 'fake_news', 'tell', 'fbi', 'fake', 'dossier', 'true', 'lie', 'fbi', 'determine', 'anyway', 'damage', 'trump', 'perpetrate', 'fraud', 'court', 'spy', 'trump', 'campaign', 'fraud', 'court', 'chief', 'justice', 'supreme_court', 'charge', 'court', 'direct', 'presiding', 'judge', 'rosemary', 'collier', 'hold', 'hear', 'haul', 'people', 'doj', 'fbi', 'amp', 'find', 'crime', 'commit', 'criminal', 'referral', 'greggjarrett', 'watch', 'kanye', 'west', 'say', 'trump', 'want', 'great', 'president', 'black', 'american', 'https', 'co', 'ecxtzvnzeg', 'hatre', 'extreme', 'bias', 'cnn', 'clouded', 'thinking', 'make', 'unable', 'function', 'actually', 'always', 'say', 'go', 'long', 'time', 'little', 'jeff', 'do', 'terrible', 'job', 'rating', 'suck', 'amp', 'amp', 'fire', 'save', 'credibility', 'go', 'cnn', 'happen', 'different', 'degree', 'network', 'nbcnew', 'bad', 'good', 'news', 'andy', 'lack', 'fire', 'incompetence', 'much', 'bad', 'lester', 'holt', 'fudge', 'tape', 'russia', 'hurt', 'badly', 'not', 'state', 'strongly', 'enough', 'totally', 'dishonest', 'much', 'medium', 'truth', 'matter', 'hatred', 'amp', 'agenda', 'include', 'fake', 'book', 'come', 'time', 'always', 'anonymous_source', 'pure', 'fiction', 'enemy', 'people', 'news', 'financial', 'market', 'even', 'better', 'anticipate', 'make', 'fortune', 'market', 'see', 'rise', 'wildest', 'expectation', 'good', 'news', 'come', 'ivanka', 'trump', 'amp', 'jar', 'kushner', 'nothing', 'call', 'push', 'mcgahn', 'fake_news', 'medium', 'purposelyso', 'wrong', 'love', 'portray', 'chaos', 'white_house', 'know', 'chaos', 'exist', 'smooth', 'run', 'machine', 'change', 'part', 'thing', 'ever', 'get', 'right', 'say', 'president', 'trump', 'investigation', 'excite', 'person', 'taking_place', 'mcgahn', 'white_house', 'councel', 'like', 'responsible', 'fire', 'much', 'fake', 'reporting', 'fake_news', 'nellie', 'wife', 'russia', 'expert', 'fluent', 'russian', 'work', 'pay', 'lot', 'collusion', 'bruce', 'boss', 'department', 'justice', 'unbelievably', 'still', 'rig', 'russia', 'witch_hunt', 'come', 'play', 'even', 'little', 'bit', 'respect', 'decision', 'mcgahn', 'excited', 'person', 'taking_place', 'mcgahn', 'white_house', 'counsel', 'like', 'responsible', 'fire', 'much', 'fake', 'report', 'fake_news', 'go', 'evansville', 'indiana', 'tonight', 'big', 'crowd', 'rally', 'mike', 'braun', 'successful', 'businessman', 'campaign', 'indiana', 'next', 'senator', 'strong', 'crime', 'amp', 'border', 'love', 'military', 'amp', 'vet', 'big', 'night', 'cnn', 'work', 'frantically', 'find', 'source', 'look', 'hard', 'exist', 'left', 'cnn', 'credibility', 'go', 'kevin', 'stitt', 'run', 'great', 'win', 'campaign', 'tough', 'opponent', 'oklahoma', 'successful', 'businessman', 'fantastic', 'governor', 'strong', 'crime', 'amp', 'border', 'amp', 'love', 'military', 'amp', 'vet', 'complete', 'total_endorsement', 'throwback', 'thursday', 'maga', 'https', 'co', 'slzita', 'thank', 'indiana', 'love', 'https', 'co', 'vimj', 'major', 'rally', 'senator', 'october', 'pick', 'big', 'stadium', 'texas', 'find', 'know', 'te', 'complete', 'total_endorsement', 'opponent', 'disaster', 'texas', 'weak', 'second_amendment', 'crime', 'border', 'military', 'vet', 'wow', 'make', 'record', 'comment', 'bloomberg', 'concern', 'canada', 'powerful', 'understanding', 'blatantly', 'violate', 'dishonest', 'reporting', 'use', 'least', 'canada', 'know', 'stand', 'president', 'donald', 'trump', 'strengthen', 'retirement', 'security', 'american', 'worker', 'https', 'co', 'ckeatukxde', 'https', 'zlereoa', 'rasmussen_poll', 'come', 'approval', 'rate', 'constant', 'intense', 'fake_news', 'high', 'election', 'day', 'high', 'president', 'obama', 'rasmussen', 'accurate', 'election', 'day', 'poll', 'abc', 'washington_post', 'poll', 'far', 'least', 'accurate', 'week', 'election', 'call', 'suppression', 'poll', 'election', 'day', 'bring', 'shame', 'even', 'never', 'learn', 'great', 'day', 'north_carolina', 'republican', 'well', 'still', 'believe', 'bloomberg', 'violate', 'firm', 'record', 'statement', 'put', 'apology', 'think', 'today', 'happen', 'news', 'reporting', 'become', 'part', 'adversary', 'system', 'alan_dershowitz', 'become', 'taint', 'corrupt', 'djt', 'love', 'canada', 'taken_advantage', 'country', 'many', 'year', 'report', 'hearing', 'hold', 'spy', 'document', 'astonish', 'court', 'hold', 'hearing', 'spy', 'warrant', 'target', 'donald', 'trump', 'carter_page', 'trump', 'campaign', 'get', 'corruption', 'doj', 'fbi', 'leadership', 'doj', 'amp', 'fbi', 'completely', 'lunch', 'term', 'expose', 'hold', 'accountable', 'responsible', 'corruption', 'tomfitton', 'judicialwatch', 'fake', 'dossier', 'gather', 'steele', 'pay', 'clinton', 'team', 'get', 'information', 'trump', 'dossier', 'fake', 'nothing', 'verify', 'filter', 'american', 'court', 'system', 'order', 'spy', 'barrack', 'obama', 'hillary_clinton', 'political', 'opponent', 'donald', 'trump', 'find', 'even', 'hear', 'donald', 'trump', 'amendment', 'right', 'privacy', 'sign', 'away', 'someone', 'swear', 'stuff', 'true', 'scandal', 'police', 'state', 'political', 'necessity', 'keep', 'canada', 'new', 'nafta', 'deal', 'make', 'fair', 'deal', 'decade', 'abuse', 'canada', 'congress', 'interfere', 'negotiation', 'simply', 'terminate', 'nafta', 'entirely', 'far', 'well', 'political', 'necessity', 'keep', 'canada', 'new', 'nafta', 'deal', 'make', 'fair', 'deal', 'decade', 'abuse', 'canada', 'congress', 'interfere', 'negotiation', 'simply', 'terminate', 'nafta', 'entirely', 'far', 'better', 'remember', 'nafta', 'bad', 'trade_deal', 'ever', 'make', 'lost', 'thousand', 'business', 'million', 'job', 'far', 'well', 'nafta', 'never', 'sign', 'even', 'vat', 'tax', 'account', 'make', 'new', 'deal', 'go', 'back', 'pre', 'nafta', 'deal', 'trade', 'talk', 'canada', 'conclude', 'week', 'agreement', 'breitbart', 'https', 'co', 'oqopy', 'make_america', 'great', 'buy', 'friend', 'bad', 'trade_deal', 'free', 'military', 'protection', 'fairness', 'democrat', 'friend', 'hillary', 'get', 'immunity', 'scott', 'free', 'connected', 'donald', 'trump', 'get', 'people', 'robert_mueller', 'amp', 'andrew', 'weissman', 'team', 'partisan', 'come', 'vengeance', 'abuse', 'position', 'power', 'part', 'story', 'russia', 'hoax', 'christopher_steele', 'payroll', 'hillary_clinton', 'amp', 'fbi', 'amp', 'fire', 'lie', 'continue', 'violation', 'fbi', 'regulation', 'keep', 'try', 'verify', 'unverifiable', 'greggjarrett', 'information', 'ever', 'give', 'trump', 'team', 'russia', 'hillary_clinton', 'campaign', 'pay', 'information', 'kremlin', 'source', 'wash', 'intermediary', 'christopher_steele', 'jesse', 'water', 'possible', 'way', 'trump', 'tower', 'meeting', 'trump', 'jr', 'couple', 'russian', 'deep', 'connection', 'clinton', 'amp', 'amp', 'information', 'clinton', 'exchange', 'crime', 'dem', 'blind', 'hatred', 'trump', 'bongino', 'tiger', 'wood', 'show', 'great', 'class', 'way', 'answer', 'question', 'office', 'presidency', 'say', 'call', 'leave', 'angry', 'sad', 'center', 'amp', 'right', 'love', 'tiger', 'kanye', 'george', 'foreman', 'brown', 'amp', 'many', 'great', 'even', 'fact', 'african_american', 'unemployment', 'low', 'history', 'country', 'asian', 'hispanic', 'almost', 'group', 'democrat', 'talk', 'action', 'administration', 'already', 'produce', 'everyone', 'see', 'richard', 'trumka', 'head', 'afl', 'cio', 'represent', 'union', 'poorly', 'television', 'weekend', 'thing', 'say', 'againt', 'work', 'man', 'woman', 'country', 'success', 'easy', 'see', 'union', 'poorly', 'dem', 'happy', 'labor', 'day', 'country', 'better', 'ever', 'unemployment', 'set', 'record', 'low', 'tremendous', 'upside', 'potential', 'go', 'fix', 'bad', 'trade_deal', 'ever', 'make', 'country', 'world', 'big', 'progress', 'make', 'worker', 'america', 'better', 'ever', 'celebrate', 'labor', 'day', 'richard', 'trumka', 'head', 'afl', 'cio', 'represent', 'union', 'poorly', 'television', 'weekend', 'thing', 'say', 'work', 'man', 'woman', 'country', 'success', 'easy', 'see', 'union', 'poorly', 'dem', 'respect', 'https', 'vsoqnk', 'long', 'run', 'obama', 'era', 'investigation', 'popular', 'republican', 'congressman', 'bring', 'well', 'publicize', 'charge', 'ahead', 'mid', 'term', 'jeff_session', 'justice_department', 'easy', 'win', 'doubt', 'enough', 'time', 'good', 'job', 'jeff', 'democrat', 'none', 'vote', 'jeff_session', 'must', 'love', 'thing', 'lyin', 'dem', 'hate', 'want', 'think', 'disgusting', 'fire', 'immediately', 'become', 'wonderful', 'man', 'saint', 'figure', 'fact', 'really', 'sick', 'see', 'john_kerry', 'father', 'terminate', 'iran', 'deal', 'think', 'run', 'president', 'lucky', 'field', 'currently', 'assemble', 'look', 'really', 'good', 'accord', 'fail', 'time', 'fbi', 'start', 'major', 'effort', 'flip', 'putin', 'loyalist', 'trump', 'even', 'close', 'candidate', 'rigged_witch', 'hunt', 'president', 'bashar', 'assad', 'syria', 'must', 'recklessly', 'attack', 'idlib', 'province', 'russian', 'iranian', 'would', 'make', 'grave', 'humanitarian', 'mistake', 'take', 'part', 'potential', 'human', 'tragedy', 'hundred', 'thousand', 'people', 'could', 'kill', 'let', 'happen', 'fake_news', 'intense', 'scrutiny', 'kill', 'harvey', 'weinstein', 'story', 'fumble', 'make', 'excuse', 'probably', 'highly', 'unethical', 'conduct', 'long', 'criticize', 'journalistic', 'standard', 'worse', 'even', 'cnn', 'look', 'license', 'everyone', 'path', 'gordon', 'heed', 'advice', 'state', 'local_official', 'follow', 'nhc_atlantic', 'update', 'federal_government', 'stand', 'ready', 'assist', 'safe', 'https', 'co', 'sjil', 'wnqid', 'jon', 'kyl', 'extraordinary', 'senator', 'represent', 'extraordinary', 'state', 'arizona', 'look_forward', 'work', 'brett_kavanaugh', 'hearing', 'future', 'justice', 'supreme_court', 'truly', 'display', 'mean', 'angry', 'despicable', 'side', 'say', 'anything', 'look', 'inflict', 'pain', 'embarrassment', 'highly', 'renowned', 'jurist', 'ever', 'appear', 'congress', 'sad', 'see', 'pledge', 'america', 'worker', 'https', 'co', 'wbgzu', 'paul', 'cook', 'decorate', 'marine_corps', 'veteran', 'love', 'support', 'military', 'vet', 'strong', 'crime', 'border', 'support', 'people', 'california', 'paul', 'total', 'complete', 'endorsement', 'judge_brett', 'kavanaugh', 'exceptionally', 'qualified', 'deserve', 'nominee', 'supreme_court', 'https', 'co', 'yim', 'statement', 'secretary', 'defense', 'jame', 'mattis', 'https', 'co', 'oneaxkcnev', 'statement', 'white_house', 'chief', 'staff', 'general', 'https', 'co', 'lun', 'cdr', 'statement', 'white_house', 'presssec', 'sarah', 'sander', 'https', 'woodward', 'book', 'already', 'refute', 'discredit', 'general', 'secretary', 'defense', 'jame', 'mattis', 'general', 'chief', 'staff', 'quote', 'make', 'fraud', 'public', 'likewise', 'story', 'quote', 'woodward', 'dem', 'operative', 'notice', 'time', 'sleepy_eyes', 'chuck_todd', 'fake', 'news', 'say', 'time', 'press', 'stop', 'complain', 'start', 'fight', 'actually', 'chuck', 'day', 'announce', 'president', 'go', 'go', 'crazy', 'already', 'discredit', 'woodward', 'book', 'many', 'lie', 'phony', 'source', 'call', 'jeff_session', 'mentally', 'retard', 'dumb', 'southerner', 'say', 'never', 'use', 'term', 'anyone', 'include', 'jeff', 'southerner', 'great', 'thing', 'make', 'divide', 'jim', 'mattis', 'call', 'woodward', 'book', 'fiction', 'product', 'someone', 'rich', 'imagination', 'https', 'co', 'nx', 'secretary', 'mattis', 'nuke', 'woodward', 'allegation', 'https', 'co', 'bpjsvxnb', 'shame', 'someone', 'write', 'article', 'book', 'totally', 'make', 'story', 'form', 'picture', 'person', 'literally', 'exact', 'opposite', 'fact', 'get', 'away', 'retribution', 'cost', 'know', 'washington', 'politician', 'change', 'libel', 'law', 'almost', 'everyone', 'agree', 'administration', 'do', 'less', 'year', 'administration', 'history', 'country', 'tough', 'hell', 'people', 'amp', 'nothing', 'would', 'get', 'do', 'also', 'question', 'everybody', 'amp', 'everything', 'get', 'elect', 'trump', 'economy', 'boom', 'help', 'house', 'senate', 'gop', 'farmbill', 'snap', 'work', 'requirement', 'bolster', 'farmer', 'get', 'america', 'back', 'work', 'pass', 'farm', 'bill', 'snap', 'work', 'requirement', 'rating', 'go', 'way', 'nike', 'get', 'absolutely', 'kill', 'anger', 'boycott', 'wonder', 'idea', 'would', 'way', 'far', 'nfl', 'concern', 'find', 'hard', 'watch', 'always', 'stand', 'flag', 'thank', 'general', 'kelly', 'book', 'total', 'fiction', 'https', 'thank', 'general', 'mattis', 'book', 'bore', 'untrue', 'https', 'co', 'dk', 'join', 'tomorrow', 'night', 'pm', 'billing', 'montana', 'make_america', 'great', 'rally', 'get', 'ticket', 'https', 'co', 'peo', 'today', 'honor', 'welcome', 'amir', 'kuwait', 'whitehouse', 'https', 'co', 'iqsajpoj', 'https', 'co', 'wtucjrtel', 'fail', 'time', 'https', 'co', 'treason', 'call', 'senior', 'administration', 'official', 'really', 'exist', 'fail', 'time', 'phony', 'source', 'gutless', 'anonymous', 'person', 'indeed', 'exist', 'time', 'must', 'national_security', 'purpose', 'turn', 'government', 'drain', 'swamp', 'swamp', 'try', 'fight', 'worry', 'win', 'north_korea', 'proclaim', 'unwavere', 'faith', 'president', 'trump', 'thank', 'chairman_kim', 'get', 'do', 'together', 'deep', 'state', 'leave', 'vehicle', 'fake_news', 'medium', 'go', 'crazy', 'amp', 'know', 'economy', 'boom', 'never', 'job', 'historic', 'high', 'soon', 'supreme_court', 'justice', 'amp', 'maybe', 'find', 'additional', 'corruption', 'cosumer', 'confidence', 'high', 'year', 'atlanta', 'feed', 'forecast', 'gdp', 'manufacturing', 'job', 'high', 'many', 'year', 'story', 'trump', 'administration', 'economic', 'success', 'unnerve', 'detractor', 'mariabartiromo', 'record', 'quite', 'remarkable', 'president', 'faithfully', 'follow', 'agenda', 'campaign', 'people', 'focus', 'result', 'extraordinary', 'jame', 'freeman', 'wall_street', 'journal', 'look_forward', 'see', 'everyone', 'montana', 'tonight', 'maga', 'https', 'co', 'peo', 'investigative', 'journalist', 'time', 'go', 'investigate', 'anonymous', 'letter', 'writer', 'landing', 'montana', 'support', 'matt_rosendale', 'senate', 'maga', 'https', 'co', 'mieywxmbw', 'go', 'stage', 'matt_rosendale', 'great', 'senator', 'jon_tester', 'let', 'people', 'montana', 'amp', 'deserve', 'year', 'matt', 'strong', 'crime', 'border', 'amp', 'save', 'second_amendment', 'onslaught', 'love', 'military', 'amp', 'vet', 'make_america', 'great', 'https', 'co', 'rpoyiqshhh', 'thank', 'montana', 'love', 'https', 'co', 'xv', 'ponw', 'nike', 'think', 'matt_rosendale', 'great', 'senator', 'great', 'state', 'montana', 'fighter', 'tough', 'crime', 'border', 'fight', 'hard', 'love', 'military', 'vet', 'full', 'complete', 'endorsement', 'woodward', 'book', 'scam', 'talk', 'way', 'quote', 'would', 'elect', 'president', 'quote', 'make', 'author', 'use', 'trick', 'book', 'demean', 'belittle', 'wish', 'people', 'could', 'see', 'real', 'fact', 'country', 'great', 'horrible', 'immigration_laws', 'government', 'frequently', 'block', 'deport', 'criminal_aliens', 'violent', 'felony', 'conviction', 'house', 'gop', 'pass', 'bill', 'increase', 'ability', 'deport', 'violent', 'felon', 'crazy', 'dem', 'oppose', 'need', 'get', 'bill', 'desk', 'fast', 'unprecedented', 'job', 'growth', 'streak', 'continue', 'wage', 'rise', 'https', 'mk', 'wsyjdoe', 'day', 'day', 'collusion', 'great', 'day', 'america', 'dave', 'hughe', 'run', 'congress', 'great', 'state', 'minnesota', 'help', 'accomplish', 'america', 'first', 'policie', 'strong', 'crime', 'border', 'amendman', 'trade', 'military', 'vet', 'run', 'pelosi', 'liberal', 'puppet', 'petterson', 'dave', 'total_endorsement', 'point', 'president', 'trump', 'achievement', 'unprecedented', 'loudobbs', 'break', 'job', 'economic', 'record', 'importantly', 'country', 'tremendous', 'future', 'potential', 'begin', 'apple', 'price', 'may', 'increase', 'massive', 'tariff', 'may', 'impose', 'china', 'easy', 'solution', 'would', 'tax', 'indeed', 'tax', 'incentive', 'make', 'product', 'united_state', 'instead', 'china', 'start', 'build', 'new', 'plant', 'exciting', 'maga', 'true', 'trump', 'remain', 'single', 'popular', 'figure', 'republican_party', 'fealty', 'help', 'buoy', 'candidate', 'competitive', 'republican', 'primary', 'remain', 'hot', 'commodity', 'general', 'election', 'candidate', 'nichola', 'fando', 'nytime', 'social_media', 'star', 'diamondandsilk', 'terrific', 'people', 'really', 'well', 'proud', 'great', 'success', 'republican', 'really', 'well', 'senate', 'midterm', 'race', 'even', 'think', 'win', 'close', 'even', 'lead', 'election', 'night', 'interesting', 'indeed', 'dem', 'try', 'trick', 'playbook', 'call', 'everything', 'sun', 'terrible', 'thing', 'come', 'beat', 'badly', 'maybe', 'good', 'fact', 'go', 'crazy', 'know', 'beat', 'nice', 'thank', 'https', 'co', 'iaskdjiilo', 'happy', 'anniversary', 'prouddeplorable', 'https', 'co', 'ihyeu', 'barrack', 'obama', 'talk', 'lot', 'hope', 'donald', 'trump', 'deliver', 'american_dream', 'economic', 'indicator', 'happen', 'overseas', 'donald', 'trump', 'prove', 'far', 'successful', 'barrack', 'obama', 'president', 'trump', 'deliver', 'american_dream', 'jason', 'chaffetz', 'barack_obama', 'talk', 'lot', 'hope', 'donald', 'trump', 'deliver', 'american_dream', 'economic', 'indicator', 'happen', 'overseas', 'donald', 'trump', 'prove', 'far', 'successful', 'barack_obama', 'president', 'trump', 'deliver', 'american_dream', 'jason', 'chaffetz', 'ford', 'abruptly', 'kill', 'plan', 'sell', 'chinese', 'make', 'small', 'vehicle', 'prospect', 'high', 'tariff', 'cnbc', 'begin', 'car', 'build', 'ford', 'pay', 'tariff', 'sell', 'car', 'china', 'tax', 'china', 'sell', 'car', 'tax', 'anybody', 'think', 'fair', 'day', 'rip', 'nation', 'trump', 'set', 'economic', 'growth', 'fire', 'time', 'office', 'economy', 'achieve', 'feats', 'expert', 'think', 'impossible', 'gdp', 'grow', 'percent', 'rate', 'unemployment_rate', 'year', 'low', 'cnbc', 'also', 'stock_market', 'almost', 'election', 'nfl', 'first', 'game', 'rating', 'way', 'already', 'really', 'bad', 'last', 'year', 'comparison', 'viewership', 'decline', 'low', 'decade', 'player', 'stand', 'proudly', 'flag', 'anthem', 'show', 'broadcast', 'maybe', 'rating', 'could', 'come', 'back', 'otherwise', 'bad', 'north_korea', 'stage', 'parade', 'celebrate', 'found', 'customary', 'display', 'nuclear', 'missile', 'theme', 'peace', 'economic', 'development', 'expert', 'believe', 'north_korea', 'cut', 'nuclear', 'missile', 'show', 'president', 'trump', 'commitment', 'denuclearize', 'foxnew', 'big', 'positive', 'statement', 'north_korea', 'thank', 'prove', 'everyone', 'wrong', 'nothing', 'good', 'dialogue', 'people', 'much', 'well', 'take', 'office', 'melania', 'wish', 'jewish', 'people', 'shana', 'tova', 'send', 'warm', 'greeting', 'celebrate', 'rosh', 'hashanah', 'start', 'high', 'holy', 'day', 'https', 'co', 'rate', 'high', 'unemployment_rate', 'first', 'time', 'year', 'democrat', 'election', 'gdp', 'go', 'would', 'minus', 'instead', 'open', 'beautiful', 'economic', 'engine', 'regulation', 'system', 'choking', 'would', 'make', 'bad', 'still', 'plenty', 'woodward', 'book', 'joke', 'assault', 'barrage', 'assault', 'use', 'disproven', 'unnamed', 'anonymous_source', 'many', 'already', 'come', 'forward', 'say', 'quote', 'book', 'fiction', 'dem', 'stand', 'lose', 'write', 'real', 'book', 'white_house', 'run', 'beautifully', 'make', 'great', 'important', 'deal', 'country', 'history', 'many', 'come', 'big', 'progress', 'white_house', 'smooth', 'run', 'machine', 'make', 'big', 'important', 'deal', 'country', 'history', 'many', 'come', 'dem', 'go', 'crazy', 'take', 'book', 'grain', 'salt', 'amp', 'everyone', 'multiple', 'source', 'almost', 'come', 'discredit', 'claim', 'make', 'woodward', 'not', 'take', 'book', 'seriously', 'katelyn', 'caralle', 'washington', 'examiner', 'mostly', 'anonymous_source', 'anyone', 'trust', 'general', 'mattis', 'general', 'kelly', 'say', 'true', 'savannahguthrie', 'todayshow', 'bob', 'woodward', 'liar', 'dem', 'operative', 'prior', 'midterm', 'catch', 'cold', 'even', 'economy', 'soooo', 'good', 'perhaps', 'good', 'country', 'history', 'remember', 'economy', 'stupid', 'democrat', 'flail', 'amp', 'lie', 'crazy', 'phony', 'book', 'article', 'hit', 'pol', 'endure', 'lose', 'big', 'dishonest', 'people', 'president', 'trump', 'would', 'need', 'magic', 'wand', 'get', 'state', 'president', 'obama', 'guess', 'magic', 'wand', 'much', 'well', 'begin', 'storm', 'atlantic', 'dangerous', 'encourage', 'anyone', 'path', 'storm', 'prepare', 'heed', 'warning', 'state', 'local_official', 'federal_government', 'closely', 'monitor', 'ready', 'assist', 'incredible', 'citizen', 'north_carolina', 'south_carolina', 'entire', 'east', 'coast', 'storm', 'look', 'bad', 'take', 'necessary', 'precaution', 'already', 'begin', 'mobilize', 'asset', 'respond', 'accordingly', 'https', 'co', 'cyd', 'chuck_schumer', 'hold', 'appointment', 'ambassador', 'executive', 'great', 'people', 'leave', 'job', 'give', 'much', 'order', 'come', 'government', 'schumer', 'democrat', 'continue', 'obstruct', 'brief', 'phone', 'dhsgov', 'secnielsen', 'fema', 'fema_brock', 'mike_pence', 'chief', 'staff', 'john_kelly', 'incoming', 'storm', 'dangerous', 'heed', 'direction', 'state', 'local_official', 'know', 'safe', 'https', 'co', 'nvrba', 'people', 'inform', 'bad', 'storm', 'hit', 'east', 'coast', 'many', 'year', 'also', 'look', 'direct', 'hit', 'north_carolina', 'south_carolina', 'virginia', 'prepare', 'careful', 'safe', 'call', 'south_carolina', 'governor', 'henry_mcmaster', 'north_carolina', 'governor', 'roy', 'cooper', 'virginia', 'governor', 'ralph', 'northam', 'regard', 'incoming', 'storm', 'federal_government', 'stand', 'ready', 'assist', 'https', 'find', 'nothing', 'show', 'collusion', 'president', 'trump', 'amp', 'russia', 'absolutely', 'day', 'get', 'documentation', 'show', 'collusion', 'fbi', 'amp', 'doj', 'hillary', 'campaign', 'foreign', 'spy', 'amp', 'russian', 'incredible', 'saracarterdc', 'loudobbs', 'neverforget', 'https', 'co', 'exgrrvtref', 'new', 'strzok', 'page', 'text', 'reveal', 'medium', 'leak', 'strategy', 'foxnew', 'terrible', 'nothing', 'do', 'doj', 'fbi', 'world', 'watch', 'get', 'completely', 'eric', 'holder', 'could', 'run', 'justice_department', 'right', 'would', 'behave', 'differently', 'loudobbs', 'rudy', 'giuliani', 'great', 'job', 'mayor', 'nyc', 'period', 'leadership', 'bravery', 'skill', 'must', 'never', 'forgotten', 'rudy', 'true', 'warrior', 'depart', 'washington', 'attend', 'flight', 'memorial', 'service', 'shanksville', 'pennsylvania', 'melania', 'neverforget', 'https', 'co', 'sfuerqeb', 'year', 'neverforget', 'https', 'co', 'wzer', 'uol', 'small_business', 'optimism', 'soar', 'highest_level', 'ever', 'breitbart', 'https', 'co', 'rfhfpz', 'safety', 'american', 'people', 'absolute', 'high', 'priority', 'heed', 'direction', 'state', 'local_official', 'please', 'prepare', 'careful', 'safe', 'https', 'co', 'yp', 'ssitww', 'https', 'co', 'lziucgdpth', 'neverforget', 'https', 'co', 'pod', 'wfba', 'know', 'fault', 'anyone_else', 'comey', 'leak', 'information', 'launder', 'professor', 'columbia', 'law', 'school', 'shame', 'professor', 'shame', 'comey', 'snuck', 'information', 'collaborate', 'give', 'information', 'cause', 'appointment', 'special', 'courage', 'conviction', 'alan_dershowitz', 'tuckercarlson', 'word', 'whole', 'thing', 'illegally', 'unfairly', 'set', 'crazy', 'maxine_water', 'impeach', 'trump', 'go', 'mike_pence', 'get', 'foxnew', 'democrat', 'come', 'good', 'economy', 'history', 'country', 'would', 'totally', 'collapse', 'ever', 'take', 'control', 'president', 'absolutely', 'demonstrate', 'wrongdoe', 'whatsoever', 'amp', 'special_counsel', 'evidence', 'wrongdoing', 'word', 'time', 'end', 'witch_hunt', 'loudobbs', 'russian_collusion', 'excuse', 'democrat', 'lose', 'election', 'get', 'plus', 'recent', 'hurricane', 'work', 'texas', 'florida', 'unappreciate', 'great', 'job', 'puerto_rico', 'even_though', 'inaccessible', 'island', 'poor', 'electricity', 'totally', 'incompetent', 'mayor', 'ready', 'big', 'one', 'come', 'hurricane_florence', 'look', 'even', 'bigger', 'anticipate', 'arrive', 'soon', 'fema', 'first_responder', 'supply', 'ready', 'safe', 'https', 'co', 'ddfe', 'hurricane_florence', 'may', 'dip', 'bit', 'south', 'hit', 'portion', 'great', 'state', 'georgia', 'ready', 'prepared', 'say', 'relate', 'senate', 'intelligence_committee', 'investigation', 'hard', 'evidence', 'collusion', 'richard', 'burr', 'senate', 'intelligence_committee', 'chairman', 'imperative', 'everyone', 'follow', 'local', 'evacuation', 'order', 'storm', 'extremely', 'dangerous', 'safe', 'https', 'https', 'cwomw', 'https', 'https', 'co', 'rbh', 'tonight', 'great', 'honor', 'host', 'congressional', 'medal', 'honor', 'society', 'reception', 'whitehouse', 'https', 'co', 'jqivtnut', 'problem', 'banker', 'jamie', 'dimon', 'run', 'president', 'aptitude', 'smart', 'amp', 'poor', 'public', 'speaker', 'nervous', 'mess', 'otherwise', 'wonderful', 'make', 'lot', 'banker', 'other', 'look', 'much', 'smart', 'great', 'economic', 'policy', 'completely', 'ready', 'hurricane_florence', 'storm', 'get', 'even', 'larger', 'powerful', 'careful', 'text', 'message', 'former', 'fbi', 'employee', 'peter_strzok', 'lisa_page', 'disaster', 'embarrassment', 'fbi', 'amp', 'doj', 'never', 'happen', 'learn', 'hour', 'other', 'leak', 'mad', 'order', 'get', 'president', 'cesspool', 'corruption', 'people', 'need', 'bring', 'justice', 'greggjarrett', 'middle_class', 'income', 'hit', 'time', 'high', 'foxandfriend', 'continue', 'rise', 'dem', 'get', 'destroy', 'build', 'people', 'die', 'hurricane', 'hit', 'puerto_rico', 'leave', 'island', 'storm', 'hit', 'anywhere', 'death', 'time', 'go', 'go', 'much', 'long', 'time', 'later', 'start', 'report', 'really', 'large', 'number', 'do', 'democrat', 'order', 'make', 'look', 'bad', 'possible', 'successfully', 'raise', 'billion', 'dollar', 'help', 'rebuild', 'puerto_rico', 'person', 'die', 'reason', 'old', 'age', 'add', 'list', 'bad', 'politic', 'love', 'puerto_rico', 'wall_street', 'journal', 'wrong', 'pressure', 'make', 'deal', 'china', 'pressure', 'make', 'deal', 'market', 'surge', 'collapse', 'soon', 'take', 'billion', 'tariff', 'amp', 'make', 'product', 'home', 'meet', 'meet', 'thank', 'uscg', 'https', 'co', 'pqddsozg', 'brief', 'hurricane_florence', 'fema', 'supply', 'ready', 'https', 'https', 'lcosd', 'thank', 'usnationalguard', 'https', 'co', 'xwfr', 'senator', 'debbie', 'stabenow', 'democrat', 'totally', 'approve', 'farm', 'bill', 'fight', 'tooth', 'nail', 'allow', 'great', 'farmer', 'get', 'richly', 'deserve', 'work', 'requirement', 'imperative', 'dem', 'good', 'john_kerry', 'illegal', 'meeting', 'hostile', 'iranian', 'regime', 'serve', 'undercut', 'great', 'work', 'detriment', 'american', 'people', 'tell', 'wait', 'trump', 'administration', 'register', 'foreign', 'agent', 'registration', 'act', 'bad', 'gina', 'great', 'https', 'co', 'tylq', 'incredible', 'job', 'do', 'fema', 'first_responder', 'thank', 'love', 'cajunnavy', 'thank', 'https', 'co', 'rup', 'jwx', 'keep', 'great', 'work', 'thank', 'https', 'co', 'qckts', 'cfn', 'say', 'people', 'die', 'storm', 'puerto_rico', 'power', 'storm', 'people', 'start', 'die', 'point', 'recognize', 'political', 'agenda', 'couch', 'nice', 'language', 'journalism', 'geraldorivera', 'story', 'puerto_rico', 'rebuild', 'occur', 'president', 'do', 'extraordinary', 'job', 'cleanup', 'rebuild', 'electrical', 'stuff', 'everything', 'else', 'edrollin', 'people', 'puerto_rico', 'corrupt', 'government', 'country', 'loudobbs', 'thought', 'prayer', 'evelyn', 'rodriguez', 'evening', 'family', 'friend', 'ripevelyn', 'https', 'co', 'wmwxrdjbhm', 'great', 'job', 'fema', 'first_responder', 'easy', 'dangerous', 'tremendous', 'talent', 'america', 'proud', 'keep', 'go', 'finish', 'strong', 'trump', 'visit', 'island', 'territory', 'last', 'october', 'official', 'tell', 'brief', 'people', 'die', 'maria', 'washington_post', 'long', 'hurricane', 'took_place', 'many', 'month', 'go', 'people', 'magic', 'people', 'kill', 'hire', 'gwu', 'research', 'tell', 'many', 'people', 'die', 'puerto_rico', 'would', 'know', 'method', 'never', 'do', 'previous', 'hurricane', 'jurisdiction', 'know', 'many', 'people', 'kill', 'time', 'last', 'original', 'number', 'way', 'president', 'obama', 'say', 'state', 'little', 'mention', 'fake_news', 'medium', 'imagine', 'say', 'story', 'year', 'ingrahamangle', 'thank', 'nycemergencymgt', 'https', 'jr', 'dlm', 'thank', 'brock', 'honor', 'fema', 'never', 'support', 'president', 'administrator', 'fema_brock', 'congressman', 'pete', 'session', 'texas', 'great', 'job', 'fighter', 'tough', 'crime', 'border', 'fight', 'hard', 'second_amendment', 'love', 'military', 'vet', 'full', 'complete', 'endorsement', 'congressman', 'keith', 'rothfus', 'continue', 'great', 'job', 'people', 'pennsylvania', 'keith', 'strong', 'crime', 'border', 'second_amendment', 'love', 'military', 'vet', 'total_endorsement', 'dannytarkanian', 'nevada', 'great', 'friend', 'support', 'trump', 'agenda', 'strong', 'crime', 'border', 'siege', 'danny', 'love', 'military', 'vet', 'total', 'complete', 'endorsement', 'poll_number', 'good', 'economy', 'best', 'ever', 'rig', 'russian', 'witch_hunt', 'would', 'point', 'higher', 'highly', 'conflict', 'amp', 'angry_democrat', 'use', 'phony', 'issue', 'hurt', 'midterm', 'collusion', 'republican', 'leadership', 'learn', 'play', 'fiddle', 'democrats', 'border_security', 'building', 'wall', 'border', 'country', 'open_border', 'democrat', 'want', 'nothing', 'crime', 'finish', 'wall', 'death', 'record', 'thus', 'far', 'regard', 'hurricane_florence', 'deep', 'sympathy', 'warmth', 'go', 'family', 'friend', 'victim', 'may', 'god', 'exclusive', 'donald', 'trump', 'jr', 'obama', 'dad', 'fix', 'economy', 'could', 'https', 'co', 'hxusbgfmf', 'illegal', 'mueller', 'witch_hunt', 'continue', 'search', 'crime', 'never', 'collusion', 'russia', 'clinton', 'campaign', 'angry_democrat', 'look', 'anything', 'find', 'unfair', 'bad', 'country', 'also', 'allow', 'law', 'fema', 'first_responder', 'work', 'really', 'hard', 'hurricane_florence', 'storm', 'begin', 'finally', 'recede', 'kick', 'even', 'high', 'gear', 'professional', 'watch', 'sunday', 'morning', 'future', 'mariabartiromo', 'foxnew', 'show', 'mandatory', 'watch', 'want', 'understand', 'massive', 'governmental', 'corruption', 'russian', 'hoax', 'rebroadcast', 'evening', 'foxbusiness', 'must', 'see', 'congratulation', 'mexican', 'friend', 'national', 'independence', 'day', 'great', 'thing', 'together', 'watch', 'mariabartiromo', 'foxbusiness', 'russian', 'hoax', 'big', 'topic', 'mainstream_media', 'often', 'refer', 'fake_news', 'medium', 'hate', 'discuss', 'real', 'fact', 'good', 'economic', 'number', 'decade', 'democrat', 'take', 'control', 'kiss', 'newfound', 'wealth', 'goodbye', 'consumer', 'sentiment', 'hit', 'highest_level', 'year', 'year', 'sentiment', 'fall', 'obama', 'year', 'rise', 'election', 'trumptime', 'lot', 'small', 'amp', 'medium', 'size', 'enterprise', 'register', 'good', 'profit', 'sometimes', 'record', 'profit', 'stock', 'well', 'low', 'income', 'worker', 'get', 'big', 'raise', 'awful', 'lot', 'good', 'thing', 'go', 'pre', 'obama', 'watch', 'peter', 'morici', 'tariff', 'put', 'strong', 'bargaining', 'position', 'billion', 'dollar', 'job', 'flow', 'country', 'cost', 'increase', 'thus', 'far', 'almost', 'unnoticeable', 'country', 'make', 'fair', 'deal', 'tariffed', 'steel', 'industry', 'talk', 'world', 'give', 'new', 'life', 'thrive', 'billion', 'dollar', 'spend', 'new', 'plant', 'country', 'lisa_page', 'testimony', 'evidence', 'collusion', 'mueller', 'appointment', 'foxnew', 'catherine', 'herridge', 'therefore', 'case', 'never', 'allow', 'bring', 'totally', 'illegal', 'witch_hunt', 'immediately', 'comey', 'fire', 'peter_strzok', 'texte', 'lover', 'lisa_page', 'need', 'open', 'case', 'wait', 'andy', 'mccabe', 'also', 'fire', 'act', 'page', 'answer', 'need', 'lock', 'redact', 'formal', 'chargeable', 'way', 'soon', 'conspiracy', 'catch', 'american', 'deserve', 'low', 'drug', 'price', 'pharmacy', 'gag', 'clause', 'prevent', 'pharmacist', 'tell', 'support', 'legislation', 'remove', 'gag', 'clause', 'urge', 'senate', 'act', 'join', 'pm', 'make_america', 'great', 'rally', 'ticket', 'https', 'co', 'keenwze', 'https', 'co', 'xjzq', 'footl', 'happy', 'constitution', 'day', 'https', 'co', 'kilowp', 'hh', 'https', 'vu', 'hhwhu', 'great', 'honor', 'host', 'today', 'inaugural', 'meeting', 'president', 'national', 'council', 'american_worker', 'roosevelt', 'room', 'read', 'https', 'co', 'mi', 'mvljnba', 'https', 'co', 'vyvlw', 'yp', 'meet', 'jame', 'michigan', 'every_single', 'quality', 'great', 'senator', 'michigan', 'people', 'michigan', 'get', 'know', 'john', 'say', 'true', 'star', 'also', 'distinguish', 'military', 'combat', 'vet', 'https', 'co', 'thrbobkufl', 'today', 'celebrate', 'hispanic', 'heritage', 'month', 'share', 'gratitude', 'way', 'hispanic', 'american', 'make', 'country', 'flourish', 'prosper', 'today', 'day', 'honor', 'cherish', 'celebrate', 'hispanic', 'american', 'worker', 'family', 'student', 'business', 'leader', 'https', 'co', 'axlblub', 'disclose', 'basis', 'warrant', 'important', 'information', 'keep', 'court', 'go', 'influence', 'fake', 'dossier', 'basically', 'counter', 'terrorism', 'tool', 'use', 'spy', 'presidential', 'campaign', 'unprecedented', 'history', 'congressman', 'peter', 'king', 'really', 'bad', 'thing', 'happen', 'expose', 'big', 'stuff', 'china', 'openly', 'state', 'actively', 'try', 'impact', 'change', 'election', 'attack', 'farmer', 'rancher', 'industrial', 'worker', 'loyalty', 'china', 'understand', 'people', 'great', 'patriot', 'fully_understand', 'china', 'taking_advantage', 'united_state', 'trade', 'many', 'year', 'also', 'know', 'know', 'stop', 'great', 'fast', 'economic', 'retaliation', 'china', 'farmer', 'rancher', 'industrial', 'worker', 'target', 'happy', 'birthday', 'great', 'united_state', 'https', 'right', 'everybody', 'say', 'great', 'job', 'hurricane_florence', 'correct', 'fool', 'point', 'future', 'democrat', 'start', 'rant', 'fema', 'military', 'first_responder', 'unbelievable', 'disaster', 'good', 'job', 'total', 'lie', 'everybody', 'know', 'thank', 'great', 'coast_guard', 'tremendous', 'job', 'thousand', 'live', 'save', 'https', 'ud', 'orf', 'https', 'co', 'yefngmmwov', 'today', 'take', 'action', 'strengthen', 'nation', 'defense', 'biological', 'threat', 'first', 'time', 'history', 'federal_government', 'national', 'biodefense', 'strategy', 'address', 'full', 'range', 'biological', 'threat', 'https', 'kw', 'today', 'great', 'honor', 'welcome', 'prezydentpl', 'andrzej', 'duda', 'poland', 'whitehouse', 'https', 'co', 'vdstydq', 'https', 'co', 'bjcxenax', 'supreme_court', 'main', 'reason', 'get', 'elect', 'president', 'hope', 'republican', 'voter', 'other', 'watch', 'study', 'democrat', 'playbook', 'agree', 'allow', 'nuclear', 'inspection', 'final', 'negotiation', 'permanently', 'dismantle', 'test', 'site', 'launch', 'pad', 'presence', 'international', 'expert', 'meantime', 'rocket', 'nuclear', 'testing', 'hero', 'remain', 'continue', 'return', 'home', 'united_state', 'also', 'north', 'south_korea', 'file', 'joint', 'bid', 'host', 'olympic', 'exciting', 'recovery', 'get', 'start', 'election', 'day', 'take', 'trump', 'regulation_cut', 'get', 'economy', 'boom', 'worst', 'slow', 'economic', 'recovery', 'great', 'depression', 'take', 'month', 'trump', 'get', 'even_though', 'say', 'impossible', 'already', 'expect', 'go', 'grow', 'faster', 'faster', 'get', 'start', 'peter', 'former', 'advisor', 'president', 'reagan', 'foxandfriend', 'north_korea', 'recommit', 'come', 'long', 'way', 'foxnews', 'president', 'donald', 'trump', 'administration', 'provide', 'support', 'impact', 'hurricane_florence', 'https', 'co', 'neafsgq', 'return', 'white_house', 'great', 'state', 'north_carolina', 'south_carolina', 'incredible', 'work', 'do', 'ongoing', 'fight', 'hurricane_florence', 'tremendous', 'talent', 'spirit', 'great', 'new', 'book', 'jason', 'chaffetz', 'appropriately', 'call', 'deep', 'state', 'interesting', 'indeed', 'https', 'zmg', 'izgrim', 'financial', 'job', 'number', 'fantastic', 'plenty', 'new', 'high', 'pay', 'job', 'available', 'great', 'vibrant', 'economy', 'happy', 'start', 'look', 'also', 'remember', 'economy', 'get', 'well', 'vote', 'midterm', 'protect', 'country', 'middle_east', 'would', 'safe', 'long', 'continue', 'push', 'higher', 'high', 'oil_price', 'remember', 'opec', 'monopoly', 'must', 'get', 'price', 'secure', 'border', 'democrat', 'historic', 'level', 'obstruction', 'president', 'feed', 'agenda', 'work', 'economy', 'grow', 'twice', 'rate', 'obama', 'nominate', 'confirm', 'federal', 'judge', 'court', 'appeal', 'judge', 'thing', 'lack', 'properly', 'secure', 'border', 'democrat', 'historic', 'level', 'obstruction', 'senator', 'david', 'perdue', 'georgia', 'want', 'know', 'money', 'border_security', 'wall', 'ridiculous', 'spending', 'bill', 'come', 'midterm', 'dem', 'obstruct', 'border_security', 'republican', 'must', 'finally', 'get', 'tough', 'amp', 'hit', 'time', 'high', 'congratulation', 'usa', 'jaywebbernj', 'run', 'congress', 'district', 'outstanding', 'way', 'strong', 'border', 'love', 'military', 'vet', 'big', 'crime', 'fighter', 'jay', 'full', 'total_endorsement', 'congratulation', 'good', 'friend', 'prime_minister', 'abeshinzo', 'huge', 'election', 'victory', 'japan', 'looking_forward', 'many', 'year', 'work', 'together', 'see', 'next_week', 'army', 'master', 'sgt', 'charle', 'mcdaniel', 'vernon', 'indiana', 'army', 'william', 'jone', 'nash', 'county', 'north_carolina', 'first', 'american', 'remain', 'north_korea', 'identify', 'result', 'summit', 'chairman_kim', 'hero', 'home', 'may', 'rest', 'peace', 'hopefully', 'family', 'closure', 'https', 'co', 'rzqoiq', 'smd', 'way', 'nevada', 'look_forward', 'see', 'everyone', 'tonight', 'maga', 'https', 'wteeriujvd', 'https', 'co', 'ldxqb', 'imc', 'land', 'make_america', 'great', 'rally', 'support', 'deanheller', 'dannytarkanian', 'also', 'interview', 'seanhannity', 'live', 'foxnew', 'big', 'crowd', 'long', 'line', 'great', 'maga', 'make_america', 'great', 'https', 'co', 'oyjukieuid', 'thank', 'nevada', 'love', 'maga', 'https', 'pyq', 'america', 'win', 'https', 'hcbjlaaqb', 'judge_brett', 'kavanaugh', 'fine', 'man', 'impeccable', 'reputation', 'assault', 'radical', 'left', 'wing', 'politician', 'want', 'know', 'answer', 'want', 'destroy', 'delay', 'fact', 'matter', 'go', 'every_single', 'day', 'doubt', 'attack', 'ford', 'bad', 'say', 'charge', 'would', 'immediately', 'file', 'local', 'authority', 'love', 'parent', 'ask', 'bre', 'filing', 'forward', 'learn', 'date', 'time', 'place', 'chair', 'united_nation', 'security', 'council', 'meeting', 'iran', 'next_week', 'radical', 'left', 'lawyer', 'want', 'fbi', 'get', 'involve', 'someone', 'call', 'fbi', 'meet', 'doj', 'concern', 'various', 'unredacted', 'document', 'agree', 'release', 'state', 'may', 'perceive', 'negative', 'impact', 'russia', 'probe', 'also', 'key', 'ally', 'call', 'ask', 'release', 'therefore', 'inspector_general', 'ask', 'review', 'document', 'expedite', 'basis', 'believe', 'move', 'quickly', 'hopefully', 'thing', 'look', 'end', 'always', 'declassify', 'prove', 'necessary', 'speed', 'important', 'everyone', 'senator', 'feinstein', 'democrat', 'hold', 'letter', 'month', 'release', 'bang', 'hearing', 'do', 'purposefully', 'obstruct', 'amp', 'resist', 'amp', 'delay', 'let', 'testify', 'take', 'vote', 'senator', 'feinstein', 'democrat', 'hold', 'letter', 'month', 'release', 'bang', 'hearing', 'do', 'purposefully', 'obstruct', 'amp', 'resist', 'amp', 'delay', 'let', 'testify', 'take', 'vote', 'american', 'history', 'man', 'woman', 'armed_force', 'selflessly', 'serve', 'country', 'make', 'tremendous', 'sacrifice', 'defend', 'liberty', 'national', 'pow', 'mia', 'recognition', 'day', 'honor', 'american', 'prisoner', 'war', 'https', 'co', 'https', 'co', 'oeetrlzgcj', 'promise', 'keep', 'great', 'veteran', 'https', 'cw', 'fuh', 'https', 'co', 'hiw', 'aqdrpy', 'remark', 'president', 'trump', 'signing', 'https', 'co', 'tfkjjgmevo', 'https', 'co', 'hcd', 'txvy', 'thank', 'missouri', 'love', 'https', 'co', 'rx', 'mtd', 'yoy', 'thank', 'missouri', 'together', 'make', 'america', 'great', 'https', 'co', 'onl', 'https', 'co', 'okdlqz', 'new', 'economic', 'record', 'set', 'daily', 'basis', 'accident', 'https', 'co', 'mgkotgmkj', 'https', 'co', 'qzseifbnap', 'tiger', 'play', 'great', 'looks_like', 'big', 'win', 'could', 'happen', 'exciting', 'tigerwood', 'go', 'prime_minister', 'abe', 'japan', 'tonight', 'talk', 'military', 'trade', 'do', 'much', 'help', 'japan', 'would', 'see', 'reciprocal', 'relationship', 'work', 'prime', 'minster', 'abeshinzo', 'come', 'trump', 'tower', 'dinner', 'importantly', 'great', 'landslide', 'victory', 'japan', 'congratulate', 'behalf', 'american', 'people', 'remark', 'president', 'trump', 'global', 'call', 'action', 'world', 'drug', 'problem', 'event', 'unga', 'https', 'co', 'kvuzegwdlh', 'https', 'co', 'bgdrqezuid', 'today', 'commit', 'fight', 'drug', 'epidemic', 'together', 'unga', 'https', 'co', 'xgaytobrsk', 'great', 'honor', 'welcome', 'meet', 'president', 'moonriver', 'jae', 'south_korea', 'today', 'city', 'https', 'co', 'eoygxdn', 'unga', 'https', 'co', 'rveebtcc', 'korea', 'free', 'trade', 'agreement', 'signing', 'ceremony', 'https', 'co', 'ylfkazgagg', 'brett_kavanaugh', 'wife', 'ashley', 'interview', 'tonight', 'pme', 'marthamaccallum', 'foxnew', 'outstanding', 'family', 'must', 'treated_fairly', 'joint', 'statement', 'united_state', 'korea', 'free', 'trade', 'agreement', 'https', 'co', 'nqdqw', 'https', 'co', 'lcrhsjtv', 'great', 'honor', 'welcome', 'president', 'alsisiofficial', 'egypt', 'united_states', 'afternoon', 'city', 'great', 'meeting', 'unga', 'https', 'co', 'great', 'honor', 'welcome', 'president', 'emmanuelmacron', 'france', 'united_state', 'city', 'evening', 'unga', 'https', 'co', 'gd', 'pcbfucg', 'https', 'co', 'fxqswusstv', 'democrat', 'work', 'hard', 'destroy', 'wonderful', 'man', 'man', 'potential', 'great', 'supreme_court', 'justice', 'ever', 'array', 'false', 'acquisition', 'like', 'never', 'see', 'remember', 'midterm', 'democrat', 'work', 'hard', 'destroy', 'wonderful', 'man', 'man', 'potential', 'great', 'supreme_court', 'justice', 'ever', 'array', 'false', 'accusation', 'like', 'never', 'see', 'republican_party', 'favorability', 'high', 'year', 'point', 'high', 'democrat', 'gallup', 'request', 'plan', 'meet', 'iranian', 'president', 'hassan', 'rouhani', 'maybe', 'someday', 'future', 'sure', 'absolutely', 'lovely', 'man', 'speak', 'united_nation', 'morning', 'country', 'much', 'stronger', 'much', 'rich', 'take', 'office', 'less', 'also', 'much', 'safe', 'https', 'co', 'dehf', 'thank', 'mark', 'https', 'nvgs', 'wbqe', 'thank', 'jeffress', 'https', 'co', 'cm', 'njqh', 'rush_limbaugh', 'republican', 'kiss', 'midterm', 'goodbye', 'get', 'highly', 'qualified', 'kavanaugh', 'approve', 'remark', 'president', 'trump', 'session', 'united_nation', 'general', 'assembly', 'https', 'co', 'oshhko', 'https', 'co', 'fm', 'lsse', 'remark', 'president', 'trump', 'luncheon', 'host', 'secretary', 'general', 'united_nation', 'https', 'co', 'shhalmosdl', 'https', 'kggd', 'consumer_confidence', 'rise', 'september', 'notch', 'highest_level', 'year', 'consumer', 'board', 'index', 'rise', 'month', 'august', 'https', 'co', 'zbxjnrrvax', 'rd', 'session', 'united_nation', 'general', 'assembly', 'unga', 'https', 'co', 'xjyx', 'rrh', 'people', 'take', 'law', 'hand', 'come', 'president', 'trump', 'lindseygrahamsc', 'democrat', 'play', 'high', 'level', 'con', 'game', 'vicious', 'effort', 'destroy', 'fine', 'person', 'call', 'politic', 'destruction', 'scene', 'dem', 'laugh', 'pray', 'brett_kavanaugh', 'family', 'consumer_confidence', 'hit', 'year', 'high', 'close', 'break', 'time', 'record', 'big', 'jump', 'last', 'year', 'people', 'excited', 'usa', 'get', 'big', 'rich', 'strong', 'way', 'go', 'fall', 'lowest_level', 'year', 'third_rate', 'lawyer', 'good', 'make', 'false', 'accusation', 'judge_brett', 'kavanaugh', 'look', 'attention', 'want', 'people', 'look', 'record', 'relationship', 'total', 'low', 'life', 'china', 'actually', 'place', 'propaganda', 'ad', 'des_moine', 'register', 'paper', 'make', 'look', 'news', 'beating', 'trade', 'open', 'market', 'farmer', 'make', 'fortune', 'https', 'co', 'ppdvtx', 'oz', 'congressman', 'lee', 'zeldin', 'fantastic', 'job', 'tough', 'smart', 'love', 'country', 'always', 'right', 'thing', 'complete', 'total_endorsement', 'join', 'saturday', 'wheel', 'west_virginia', 'pme', 'ticket', 'https', 'co', 'jyrabps', 'https', 'hirulixa', 'https', 'gzljitd', 'judge', 'kavanaugh', 'show', 'america', 'exactly', 'nominate', 'testimony', 'powerful', 'honest', 'rivet', 'democrat', 'search', 'destroy', 'strategy', 'disgraceful', 'process', 'total', 'sham', 'effort', 'delay', 'obstruct', 'resist', 'senate', 'must', 'vote', 'start', 'tonight', 'fbi', 'investigation', 'judge_brett', 'kavanaugh', 'someday', 'recognize', 'truly', 'great', 'justice', 'united_state', 'supreme_court', 'senator', 'richard_blumenthal', 'must', 'talk', 'fraudulent', 'service', 'vietnam', 'year', 'tell', 'people', 'connecticut', 'attorney_general', 'great', 'marine', 'war', 'hero', 'talk', 'many', 'battle', 'death', 'never', 'vietnam', 'total', 'phony', 'head', 'west_virginia', 'big', 'rally', 'live', 'foxnew', 'tonight', 'long', 'line', 'great', 'https', 'co', 'bxlf', 'grr', 'thank', 'west_virginia', 'love', 'https', 'news', 'incorrectly', 'report', 'usual', 'limit', 'fbi', 'investigation', 'judge', 'kavanaugh', 'witness', 'certain', 'people', 'actually', 'want', 'interview', 'deem', 'appropriate', 'discretion', 'correct', 'reporting', 'many', 'watch', 'saturday_night', 'live', 'even_though', 'past', 'host', 'longer', 'funny', 'talent', 'political', 'ad', 'dem', 'word', 'kanye', 'west', 'put', 'maga', 'hat', 'show', 'tell', 'great', 'leading', 'charge', 'african_american', 'unemployment', 'low', 'number', 'history', 'median', 'income', 'high', 'add', 'thing', 'do', 'democrat', 'do', 'nothing', 'african_american', 'talk', 'win', 'black', 'vote', 'get', 'better', 'start', 'hear', 'democrat', 'think', 'obstruct', 'delay', 'start', 'put', 'word', 'time', 'scope', 'fbi', 'look', 'judge', 'kavanaugh', 'witness', 'enough', 'never', 'enough', 'stay_tuned', 'watch', 'late', 'last_night', 'deadline', 'reach', 'wonderful', 'new', 'trade', 'deal', 'canada', 'add', 'deal', 'already', 'reach', 'mexico', 'new', 'name', 'united_states', 'mexico', 'canada', 'agreement', 'usmca', 'great', 'deal', 'country', 'solve', 'many', 'deficiency', 'mistake', 'nafta', 'greatly', 'open', 'market', 'farmer', 'manufacturer', 'reduce', 'trade_barrier', 'bring', 'great', 'nation', 'closer', 'together', 'competition', 'rest', 'world', 'usmca', 'historic', 'transaction', 'deficiency', 'mistake', 'nafta', 'greatly', 'open', 'market', 'farmer', 'manufacturer', 'reduce', 'trade_barrier', 'bring', 'great', 'nation', 'together', 'competition', 'rest', 'world', 'usmca', 'historic', 'transaction', 'congratulation', 'mexico', 'canada', 'news', 'conference', 'usmca', 'morning', 'rose_garden', 'white_house', 'https', 'co', 'umygflylk', 'thank', 'tennessee', 'love', 'https', 'co', 'swpoy', 'thank', 'tennessee', 'https', 'co', 'uudqfiz', 'happy', 'birthday', 'tristan', 'special', 'member', 'trump', 'family', 'great', 'review', 'new', 'usmca', 'thank', 'mexico', 'canada', 'wonderful', 'partner', 'trade', 'long', 'future', 'reason', 'vote', 'democrat', 'tired', 'winning', 'yesterday', 'great', 'honor', 'present', 'medal', 'honor', 'ronald', 'shurer', 'action', 'april', 'brave', 'enemy', 'fire', 'treat', 'multiple', 'injure', 'soldier', 'read', 'https', 'co', 'nrrcp', 'jjul', 'https', 'co', 'klhmipzs', 'proud', 'great', 'first_lady', 'love', 'https', 'wlqejor', 'usmca', 'win', 'praise', 'victory', 'american', 'industry', 'worker', 'https', 'co', 'uwhphnxiil', 'https', 'co', 'ebvv', 'nxxrt', 'really', 'incredible', 'time', 'nation', 'respect', 'https', 'co', 'kusycdaj', 'thank', 'mississippi', 'love', 'https', 'nbnqg', 'god_bles', 'maga', 'https', 'co', 'pquqyy', 'national', 'wage', 'growth', 'highest', 'nearly', 'month', 'accord', 'new', 'study', 'release', 'glassdoor', 'expect', 'slow', 'anytime', 'soon', 'https', 'co', 'today', 'administration', 'provide', 'historic', 'level', 'funding', 'improve', 'school', 'safety', 'stop', 'school', 'violence', 'grant', 'top', 'priority', 'sandyhook', 'commit', 'keep', 'child', 'safe', 'school', 'thank', 'mississippi', 'together', 'make', 'america', 'great', 'https', 'npnrirjcfg', 'congressman', 'petesession', 'texas', 'true', 'fighter', 'patriot', 'highly_respecte', 'always', 'get', 'district', 'country', 'want', 'need', 'strong', 'crime', 'border', 'military', 'vet', 'pete', 'full', 'total_endorsement', 'great', 'guy', 'fail', 'time', 'something', 'never', 'see', 'do', 'use', 'concept', 'time', 'value', 'money', 'old', 'boring', 'often', 'tell', 'add', 'mean', 'story', 'bad', 'never', 'recover', 'bad', 'election', 'call', 'stock_market', 'reach', 'time', 'high', 'administration', 'time', 'presidential', 'record', 'far', 'less', 'year', 'much', 'potential', 'trade', 'military', 'deal', 'complete', 'https', 'co', 'sqlmiym', 'thank', 'governor', 'phil', 'bryant', 'great', 'honor', 'maga', 'https', 'uby', 'fmt', 'thank', 'congressman', 'tom', 'reed', 'wonderful', 'comment', 'great', 'new', 'trade', 'deal', 'mexico', 'canada', 'usmca', 'long', 'ago', 'give', 'full', 'endorsement', 'good', 'reason', 'keep', 'great', 'work', 'varneyco', 'blowout', 'number', 'new', 'job', 'separately', 'service', 'market', 'mexico', 'canada', 'united_state', 'great', 'partnership', 'formidable', 'trading', 'force', 'usmca', 'work', 'well', 'together', 'great', 'spirit', 'see', 'time', 'go', 'rally', 'order', 'help', 'great', 'republican', 'candidate', 'voter', 'really', 'angry', 'vicious', 'despicable', 'way', 'democrat', 'treat', 'brett_kavanaugh', 'wonderful', 'family', 'deserve', 'much', 'well', 'spoke', 'president', 'elect', 'andre', 'manuel', 'lopez', 'obrador', 'mexico', 'great', 'call', 'work', 'well', 'together', 'thought', 'prayer', 'florence', 'county', 'sheriff', 'office', 'florence', 'police', 'department', 'tonight', 'forever', 'grateful', 'officer', 'https', 'co', 'enthusiasm', 'energy', 'judge_brett', 'kavanaugh', 'look', 'energy', 'look', 'poll', 'something', 'big', 'happen', 'fine', 'man', 'great', 'intellect', 'country', 'way', 'harsh', 'unfair', 'treatment', 'judge_brett', 'kavanaugh', 'incredible', 'upward', 'impact', 'voter', 'people', 'get', 'far', 'well', 'politician', 'importantly', 'great', 'life', 'not', 'ruin', 'mean', 'amp', 'despicable', 'democrat', 'totally', 'uncorroborated', 'allegation', 'country', 'great', 'first_lady', 'melania', 'really', 'well', 'africa', 'people', 'love', 'love', 'beautiful', 'thing', 'see', 'important', 'time', 'country', 'due', 'process', 'fairness', 'common_sense', 'trial', 'time', 'fbi', 'investigate', 'judge', 'kavanaugh', 'make', 'would', 'still', 'good', 'enough', 'obstructionist_democrat', 'work', 'hard', 'thank', 'https', 'co', 'hqvaexh', 'statement', 'national', 'strategy', 'https', 'co', 'ajfbg', 'elsj', 'https', 'co', 'ycjmav', 'stock', 'widen', 'global', 'lead', 'https', 'co', 'snhv', 'ulco', 'congressman', 'bishop', 'great', 'job', 'help', 'pass', 'tax', 'reform', 'lower', 'taxis', 'everyone', 'nancy_pelosi', 'spend', 'hundred', 'thousand', 'dollar', 'opponent', 'support', 'liberal', 'agenda', 'high', 'taxis', 'wasteful', 'spending', 'make', 'second', 'stop', 'minnesota', 'make_america', 'great', 'rally', 'need', 'elect', 'karinhousley', 'senate', 'need', 'strong', 'leadership', 'tomemmer', 'jason', 'cd', 'jimhagedornmn', 'petestauber', 'house', 'thank', 'minnesota', 'love', 'https', 'co', 'eqc', 'nqdiil', 'beautiful', 'evening', 'rochester', 'minnesota', 'vote', 'vote', 'vote', 'https', 'co', 'syxrxvtpze', 'rude', 'elevator', 'screamer', 'pay', 'professional', 'look', 'make', 'senator', 'look', 'bad', 'fall', 'also', 'look', 'professionally', 'make', 'identical', 'sign', 'pay', 'soro', 'other', 'sign', 'make', 'basement', 'love', 'troublemaker', 'unemployment', 'low', 'number', 'proud', 'senate', 'voting', 'advance', 'nomination', 'judge_brett', 'kavanaugh', 'woman', 'kavanaugh', 'many', 'other', 'support', 'good', 'man', 'gather', 'capital', 'hill', 'preparation', 'vote', 'beautiful', 'thing', 'see', 'pay', 'professional', 'protester', 'hand', 'expensive', 'sign', 'big', 'day', 'america', 'woman', 'kavanaugh', 'many', 'other', 'support', 'good', 'man', 'gather', 'capitol', 'hill', 'preparation', 'vote', 'beautiful', 'thing', 'see', 'pay', 'professional', 'protester', 'hand', 'expensive', 'sign', 'big', 'day', 'america', 'ask', 'steve', 'daine', 'great', 'republican', 'senator', 'montana', 'attend', 'daughter', 'annie', 'wedding', 'rather', 'come', 'today', 'vote', 'steve', 'ready', 'necessary', 'number', 'daine', 'family', 'congratulation', 'wonderful', 'day', 'applaud', 'congratulate', 'senate', 'confirm', 'great', 'nominee', 'judge_brett', 'kavanaugh', 'united_state', 'supreme_court', 'later', 'today', 'sign', 'commission', 'appointment', 'officially', 'swear', 'exciting', 'crowd', 'front', 'supreme_court', 'tiny', 'looks_like', 'people', 'amp', 'onlooker', 'even', 'fill', 'first', 'couple', 'row', 'kansa', 'rally', 'rally', 'matter', 'fake_news', 'medium', 'try', 'make', 'look', 'sooo', 'big', 'amp', 'thank', 'kansas', 'love', 'https', 'co', 'ymcfnr', 'wqy', 'beautiful', 'evening', 'topeka', 'kansas', 'vote', 'vote', 'vote', 'maga', 'https', 'co', 'bomrqsayfm', 'hand', 'match', 'arsonist', 'give', 'power', 'angry', 'left', 'wing', 'mob', 'democrat', 'become', 'extreme', 'dangerous', 'govern', 'republican', 'believe', 'rule', 'law', 'rule', 'mob', 'vote', 'republican', 'secpompeo', 'good', 'meeting', 'chairman_kim', 'today', 'pyongyang', 'progress', 'make', 'singapore', 'summit', 'agreement', 'look_forward', 'see', 'chairman_kim', 'future', 'https', 'co', 'bua', 'pkq', 'christopher', 'columbus', 'spirit', 'determination', 'amp', 'adventure', 'provide', 'inspiration', 'generation', 'american', 'columbusday', 'honor', 'remarkable', 'accomplishment', 'navigator', 'amp', 'celebrate', 'voyage', 'unknown', 'expanse', 'atlantic_ocean', 'https', 'co', 'dxrfpun', 'depart', 'washington', 'international', 'association', 'chief', 'police', 'annual', 'convention', 'orlando', 'florida', 'look_forward', 'see', 'everyone', 'soon', 'iacp', 'https', 'co', 'ewsd', 'great', 'honor', 'address', 'international', 'association', 'chief', 'police', 'annual', 'convention', 'orlando', 'florida', 'thank', 'iacp', 'lesm', 'https', 'co', 'ny', 'bsnr', 'america', 'police_officer', 'earn', 'everlasting', 'gratitude', 'nation', 'moment', 'danger', 'amp', 'despair', 'reason', 'never', 'lose', 'hope', 'man', 'amp', 'woman', 'uniform', 'face', 'evil', 'amp', 'stand', 'good', 'decent', 'right', 'iacp', 'https', 'dq', 'dkbp', 'thank', 'salute', 'honor', 'promise', 'always', 'back', 'forever', 'iacp', 'https', 'co', 'nvuuiuvouj', 'day', 'police_officer', 'race', 'darken', 'ally', 'desert', 'street', 'amp', 'doorstep', 'hardened', 'criminal', 'see', 'bad', 'humanity', 'amp', 'respond', 'good', 'american', 'spirit', 'america', 'leos', 'earn', 'everlasting', 'gratitude', 'nation', 'https', 'co', 'rqus', 'great', 'see', 'agpambondi', 'launch', 'cutting', 'edge', 'school', 'safety', 'app', 'florida', 'today', 'name', 'parkland', 'survivor', 'big', 'priority', 'florida', 'get', 'do', 'fortifyfl', 'https', 'co', 'boxaprtr', 'https', 'co', 'ysikmflle', 'pay', 'protester', 'ready', 'really', 'protest', 'get', 'check', 'word', 'pay', 'screamer', 'congress', 'far', 'obvious', 'less', 'professional', 'anticipate', 'pay', 'pay', 'bill', 'great', 'evening', 'last_night', 'white_house', 'honor', 'justice', 'kavanaugh', 'family', 'country', 'proud', 'go', 'iowa', 'tonight', 'rally', 'farmer', 'happy', 'usmca', 'big', 'announcement', 'friend', 'ambassador', 'nikki', 'haley', 'oval_office', 'hurricane', 'way', 'florida', 'pan', 'handle', 'major', 'element', 'arrive', 'tomorrow', 'could', 'also', 'hit', 'later', 'stage', 'part', 'georgia', 'unfortunately', 'north_carolina', 'south_carolina', 'look', 'cat', 'even', 'intense', 'florence', 'good', 'news', 'folk', 'pan', 'handle', 'take_care', 'anything', 'fema', 'first_responder', 'ready', 'prepare', 'florida', 'imperative', 'heed', 'direction', 'state', 'local_official', 'please', 'prepare', 'careful', 'safe', 'https', 'co', 'pbxfzm', 'https', 'co', 'akmadngzve', 'register', 'vote', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'vyfdmpqih', 'president', 'donald', 'trump', 'approve', 'florida', 'emergency', 'declaration', 'https', 'co', 'tntdcvs', 'flgovscott', 'relentless', 'secure', 'funding', 'fix', 'algae', 'problem', 'lake', 'okeechobee', 'solve', 'congress', 'must', 'follow', 'government', 'plan', 'everglade', 'reservoir', 'bill_nelson', 'help', 'beautiful', 'evening', 'iowa', 'maga', 'https', 'co', 'rwyajrz', 'https', 'co', 'cpf', 'oxgdrx', 'thank', 'iowa', 'nebraska', 'vote', 'vote', 'vote', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'tzkiq', 'ile', 'walker', 'stapleton', 'run', 'highly_respected', 'republican', 'candidate', 'governor', 'great', 'state', 'colorado', 'credential', 'talent', 'impeccable', 'complete', 'total_endorsement', 'many', 'positive', 'event', 'victory', 'medium', 'reseach', 'center', 'report', 'story', 'donald', 'trump', 'negative', 'abc', 'cbs', 'abc', 'fake_news', 'worry', 'fail', 'time', 'even', 'put', 'brett_kavanaugh', 'victory', 'front_page', 'yesterday', 'florida', 'https', 'co', 'qzrvlefbyfhttps', 'co', 'hvvhsmbg', 'https', 'ocwleh', 'depart', 'whitehouse', 'erie', 'pennsylvania', 'not', 'disappoint', 'thousand', 'people', 'thousand', 'go', 'look_forward', 'see', 'everyone', 'evening', 'let', 'great', 'people', 'line', 'last_night', 'see', 'soon', 'pennsylvania', 'https', 'thank', 'erie', 'pennsylvania', 'remember', 'get', 'vote', 'maga', 'https', 'co', 'iew', 'massive', 'overflow', 'crowd', 'tonight', 'erie', 'pennsylvania', 'thank', 'everyone', 'come', 'join', 'together', 'make', 'america', 'great', 'https', 'co', 'fkpnnvpccx', 'thank', 'jacksonville', 'sheriff', 'office', 'https', 'co', 'fuy', 'stlmji', 'thank', 'fema', 'first_responder', 'https', 'co', 'vwn', 'bbrkkj', 'florida', 'highway', 'patrol', 'trooper', 'route', 'panhandle', 'state', 'florida', 'help', 'affect', 'see', 'sure', 'shake', 'hand', 'say', 'thank', 'lesm', 'https', 'co', 'unbudy', 'https', 'co', 'https', 'https', 'co', 'xj', 'qygmjxa', 'work', 'hard', 'pastor', 'brunson', 'nice', 'everyone', 'want', 'ivanka', 'trump', 'new', 'united_nation', 'ambassador', 'would', 'incredible', 'already', 'hear', 'chant', 'great', 'people', 'want', 'job', 'thought', 'prayer', 'pastor', 'brunson', 'hope', 'safely', 'back', 'home', 'soon', 'pastor', 'brunson', 'release', 'home', 'soon', 'register', 'vote', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'eoclojj', 'promise', 'make', 'promise', 'keep', 'https', 'co', 'lk', 'fjspe', 'people', 'idea', 'hard', 'hurricane', 'michael', 'hit', 'great', 'state', 'georgia', 'visit', 'florida', 'georgia', 'early', 'next_week', 'work', 'hard', 'area', 'state', 'hit', 'great', 'flotus_melania', 'abc', 'abc', 'tonight', 'pme', 'enjoy', 'happy', 'recent', 'usmca', 'great', 'farmer', 'better', 'ever', 'https', 'co', 'pms', 'escy', 'https', 'co', 'hhtwwbuka', 'great', 'football', 'lacrosse', 'player', 'jim', 'brown', 'west', 'wing', 'whitehouse', 'also', 'tremendous', 'man', 'mentor', 'many', 'young', 'people', 'https', 'co', 'mxogl', 'beautiful', 'make_america', 'great', 'rally', 'lebanon', 'ohio', 'thank', 'icymi_watch', 'https', 'co', 'ugqamarpkr', 'https', 'co', 'nsov', 'ytx', 'happy', 'birthday', 'great', 'usnavy', 'navybday', 'https', 'co', 'ytokshfw', 'pastor_andrew', 'brunson', 'release', 'turkey', 'oval_office', 'afternoon', 'wonderful', 'see', 'meet', 'great', 'christian', 'tough', 'experience', 'would', 'like', 'thank', 'president', 'help', 'deal', 'make', 'turkey', 'release', 'return', 'pastor_andrew', 'brunson', 'make', 'deal', 'hostage', 'however', 'great', 'appreciation', 'behalf', 'united_states', 'lead', 'good', 'perhaps', 'great', 'relation', 'united_state', 'turkey', 'turkish', 'prison', 'white_house', 'hour', 'kristin', 'fisher', 'foxnew', 'cool', 'highly_respected', 'congressman', 'keith', 'rothfus', 'pennsylvania', 'fight', 'life', 'dem', 'change', 'district', 'map', 'must', 'win', 'strong', 'crime', 'border', 'big', 'tax', 'amp', 'reg', 'cut', 'military', 'amp', 'vet', 'opponent', 'lamb', 'pelosi', 'puppet', 'weak', 'crime', 'big', 'endorsement', 'keith', 'head', 'great', 'state', 'kentucky', 'big', 'rally', 'congressman', 'andy', 'barr', 'fantastic', 'guy', 'nee', 'vote', 'maga', 'strong', 'crime', 'military', 'vet', 'amp', 'opponent', 'never', 'vote', 'pelosi', 'andy', 'strong', 'endorsement', 'see', 'kentucky', 'https', 'co', 'uiaenhqopk', 'welcome', 'home', 'pastor_andrew', 'brunson', 'https', 'co', 'hijeagu', 'gy', 'way', 'richmond', 'kentucky', 'make_america', 'great', 'rally', 'pme', 'crowd', 'massive', 'see', 'everyone', 'couple', 'hour', 'maga', 'https', 'co', 'fyngw', 'https', 'co', 'vbfeeplk', 'thank', 'kentucky', 'maga', 'https', 'gf', 'https', 'co', 'xwsa', 'diu', 'big', 'day', 'pastor_andrew', 'brunson', 'could', 'spend', 'year', 'turkish', 'prison', 'return', 'safely', 'home', 'family', 'today', 'meet', 'oval_office', 'great', 'people', 'kentucky', 'rally', 'congressman', 'andy', 'barr', 'tremendous', 'crowd', 'amp', 'spirit', 'return', 'white_house', 'congratulation', 'tucker', 'carlson', 'great', 'success', 'book', 'ship', 'fool', 'go', 'number', 'nbc', 'news', 'totally', 'purposely', 'change', 'point', 'meaning', 'story', 'general', 'robert', 'lee', 'general', 'ulysse', 'grant', 'actually', 'warrior', 'grant', 'great', 'state', 'bear', 'usual', 'dishonest', 'reporting', 'even', 'mainstream_media', 'embarrassed', 'princess', 'eugenie', 'york', 'truly', 'beautiful', 'bride', 'yesterday', 'much', 'come', 'total', 'winner', 'interview', 'tonight', 'lesleyrstahl', 'minute', 'cbsnew', 'eastern', 'enjoy', 'https', 'co', 'interview', 'minute', 'tonight', 'nfl', 'game', 'enjoy', 'thank', 'https', 'co', 'crexoml', 'thank', 'nbc', 'correction', 'https', 'way', 'shut', 'democrat', 'new', 'mob', 'rule', 'strategy', 'stop', 'cold', 'ballot', 'box', 'fight', 'america', 'future', 'never', 'ben', 'shapiro', 'crowd', 'rally', 'far', 'big', 'ever', 'include', 'election', 'never', 'empty', 'seat', 'large', 'venue', 'many', 'thousand', 'people', 'watch', 'screen', 'enthusiasm', 'amp', 'spirit', 'roof', 'something', 'big', 'happening', 'watch', 'leave', 'florida', 'georgia', 'first_lady', 'tour', 'hurricane', 'damage', 'visit', 'fema', 'first_responder', 'maximum', 'effort', 'taking_place', 'everyone', 'work', 'hard', 'bad', 'hit', 'year', 'speak', 'king', 'saudi_arabia', 'deny', 'knowledge', 'may', 'happen', 'saudi', 'arabian', 'citizen', 'say', 'work', 'closely', 'turkey', 'find', 'answer', 'immediately', 'send', 'secretary', 'state', 'meet', 'king', 'way', 'florida', 'georgia', 'arrive', 'florida', 'also', 'think', 'great', 'alabama', 'farmer', 'many', 'friend', 'north', 'south_carolina', 'today', 'open', 'enrollment', 'start', 'today', 'lower', 'price', 'medicare', 'advantage', 'plan', 'love', 'great', 'senior', 'crazy', 'bernie', 'band', 'congressional', 'dem', 'outlaw', 'plan', 'disaster', 'together', 'prevail', 'https', 'co', 'tlmvkdmt', 'pocahontas', 'bad', 'version', 'sometimes_referre', 'elizabeth_warren', 'get', 'slam', 'take', 'bogus', 'dna', 'test', 'show', 'may', 'far', 'less', 'average', 'american', 'cherokee', 'nation', 'deny', 'dna', 'test', 'useless', 'even', 'want', 'phony', 'claim', 'indian', 'heritage', 'turn', 'scam', 'lie', 'elizabeth_warren', 'apologize', 'perpetrate', 'fraud', 'american', 'public', 'harvard', 'call', 'person', 'color', 'amazing', 'con', 'would', 'take', 'otherwise', 'thank', 'cherokee', 'nation', 'reveal', 'elizabeth_warren', 'sometimes_referred', 'pocahonta', 'complete', 'total', 'fraud', 'op', 'ed', 'praise', 'trump', 'administration', 'effort', 'border', 'foxnew', 'washington', 'examiner', 'state', 'finally', 'government', 'take', 'step', 'stop', 'release', 'unaccompanied', 'minor', 'criminal', 'trafficker', 'do', 'obama', 'administration', 'united_state', 'strongly', 'inform', 'president', 'hondura', 'large', 'caravan', 'people', 'head', 'stop', 'bring', 'back', 'hondura', 'money', 'aid', 'give', 'hondura', 'effective', 'immediately', 'new', 'manufacturing', 'job', 'obama', 'foxnew', 'cvpayne', 'record', 'financial', 'interest', 'saudi_arabia', 'russia', 'matter', 'suggestion', 'fake_news', 'plenty', 'incredible', 'number', 'job', 'opening', 'astonish', 'work', 'stock_market', 'big', 'tremendous', 'potential', 'usa', 'also', 'strong', 'profit', 'number', 'world', 'far', 'federal', 'judge', 'throw', 'stormy', 'danial', 'lawsuit', 'trump', 'trump', 'entitle', 'full', 'legal_fees', 'foxnew', 'great', 'go', 'horseface', 'rd', 'rate', 'lawyer', 'great', 'state', 'texas', 'confirm', 'letter', 'sign', 'know', 'nothing', 'total', 'con', 'conflict', 'glen', 'simpson', 'testimony', 'house', 'panel', 'contact', 'justice_department', 'official', 'ohr', 'use', 'simpson', 'steele', 'back', 'channel', 'get', 'fake', 'dossier', 'fbi', 'simpson', 'plead', 'fifth', 'catherine', 'herridge', 'jeff_session', 'really', 'possible', 'wife', 'nellie', 'pay', 'simpson', 'gps', 'fusion', 'work', 'do', 'fake', 'dossier', 'use', 'pawn', 'whole', 'scam', 'witch_hunt', 'still', 'work', 'department', 'justice', 'really', 'register', 'https', 'co', 'pwiwchgbh', 'maga', 'https', 'co', 'actme', 'tzu', 'speak', 'crown', 'prince', 'saudi_arabia', 'totally', 'deny', 'knowledge', 'took_place', 'turkish', 'consulate', 'secretary', 'state', 'mike_pompeo', 'call', 'tell', 'already', 'start', 'rapidly', 'expand', 'full', 'complete', 'investigation', 'matter', 'answer', 'forthcome', 'shortly', 'jam', 'make', 'headway', 'michigan', 'bring', 'job', 'state', 'people', 'michigan', 'appreciate', 'debbie', 'stabenow', 'help', 'anything', 'major', 'hindrance', 'john', 'jam', 'star', 'hope', 'voter', 'see', 'poll', 'tighten', 'interview', 'tonight', 'trish', 'regan', 'foxbusiness', 'right', 'great', 'lou', 'dobb', 'today', 'inform', 'country', 'hondura', 'guatemala', 'el', 'salvador', 'allow', 'citizen', 'other', 'journey', 'border', 'united_state', 'intention', 'enter', 'country', 'illegally', 'payment', 'make', 'stop', 'end', 'anybody', 'enter', 'united_state', 'illegally', 'arrest', 'detain', 'prior', 'send', 'back', 'country', 'elizabeth_warren', 'hammer', 'even', 'leave', 'false', 'claim', 'indian', 'heritage', 'sell', 'low', 'individual', 'stock_market', 'point', 'today', 'also', 'great', 'job', 'number', 'trump', 'could', 'honest', 'president', 'modern', 'history', 'look', 'real', 'barometer', 'presidential', 'truthfulness', 'promise', 'keep', 'probably', 'honest', 'president', 'american', 'history', 'do', 'exactly', 'say', 'would', 'marc', 'thiessen', 'wpost', 'watch', 'debate', 'last_night', 'amp', 'beto', 'rourke', 'want', 'high', 'taxis', 'far', 'regulation', 'league', 'amp', 'great', 'people', 'texas', 'stand', 'amp', 'want', 'te', 'strong', 'crime', 'border', 'amp', 'nd', 'love', 'military', 'vet', 'low', 'taxis', 'beto', 'flake', 'do', 'much', 'texas', 'include', 'massive', 'cut', 'taxis', 'regulation', 'bring', 'texas', 'good', 'job', 'number', 'history', 'state', 'watch', 'carefully', 'rourke', 'would', 'blow', 'te', 'long', 'strong', 'endorsement', 'ap', 'headline', 'different', 'mean', 'story', 'help', 'fake_news', 'august', 'job', 'opening', 'hit', 'record', 'congratulation', 'usa', 'network', 'news', 'give', 'coverage', 'big', 'day', 'stock_market', 'yesterday', 'foxandfriend', 'hard', 'believe', 'thousand', 'people', 'south', 'border', 'walk', 'unimpeded', 'country', 'form', 'large', 'caravan', 'democrat', 'approve', 'legislation', 'allow', 'law', 'protection', 'country', 'great', 'midterm', 'issue', 'republican', 'republican', 'must', 'make', 'horrendous', 'weak', 'outdated', 'immigration_laws', 'border', 'part', 'midterm', 'president', 'donald', 'trump', 'follow', 'promise', 'cut', 'burdensome', 'red', 'tape', 'unleash', 'american', 'economy', 'read', 'https', 'co', 'srbaqzpq', 'https', 'co', 'zf', 'fesw', 'https', 'co', 'afqhydsmb', 'https', 'co', 'cmxxw', 'fedq', 'https', 'co', 'https', 'co', 'mnkdygu', 'college', 'educate', 'woman', 'want', 'safety', 'security', 'healthcare', 'protection', 'much', 'financial', 'economic', 'health', 'country', 'supply', 'far', 'well', 'democrat', 'decade', 'actually', 'vote', 'congressman', 'neal', 'dunn', 'dunncampaign', 'florida', 'do', 'outstanding', 'job', 'everything', 'maga', 'work', 'hard', 'hurricane', 'relief', 'rebuild', 'strong', 'crime', 'strong', 'border', 'love', 'military', 'vet', 'neal', 'high', 'endorsement', 'afternoon', 'great', 'honor', 'present', 'usmc', 'sergeant', 'major', 'canley', 'medal', 'honor', 'east_room', 'whitehouse', 'https', 'akc', 'https', 'co', 'jjm', 'srcq', 'ever', 'vicious', 'totally', 'false', 'statement', 'admiral', 'ron', 'jackson', 'highly_respected', 'white_house', 'doctor', 'obama', 'bush', 'senator', 'john', 'tester', 'look', 'big', 'trouble', 'great', 'state', 'montana', 'behave', 'bad', 'democrat', 'mob', 'justice', 'watch', 'party', 'lead', 'want', 'open_border', 'exist', 'weak', 'law', 'assault', 'country', 'guatemala', 'hondura', 'salvador', 'leader', 'little', 'stop', 'large', 'flow', 'people', 'include', 'many', 'criminal', 'enter', 'mexico', 'addition', 'stop', 'payment', 'country', 'seem', 'almost', 'control', 'population', 'must', 'strong', 'term', 'ask', 'mexico', 'stop', 'onslaught', 'unable', 'call', 'military', 'close', 'southern_border', 'assault', 'country', 'southern_border', 'include', 'criminal', 'element', 'drug', 'pour', 'far', 'important', 'president', 'trade', 'usmca', 'hopefully', 'mexico', 'stop', 'onslaught', 'northern', 'border', 'democrat', 'fault', 'weak', 'law', 'congressman', 'davebratva', 'hardest', 'work', 'smart', 'people', 'strong', 'border', 'crime', 'military', 'vet', 'powerful', 'vote', 'maga', 'love', 'great', 'state', 'virginia', 'dave', 'total_endorsement', 'secretary', 'state', 'mike_pompeo', 'return', 'last_night', 'saudi_arabia', 'turkey', 'meet', 'morning', 'wherein', 'saudi', 'situation', 'discuss', 'great', 'detail', 'include', 'meeting', 'crown', 'prince', 'wait', 'result', 'investigation', 'do', 'saudi', 'turkey', 'give', 'news', 'conference', 'effect', 'statedept', 'secpompeo', 'west', 'wing', 'meeting', 'morning', 'oval_office', 'https', 'co', 'see', 'tonight', 'missoula', 'montana', 'magarally', 'https', 'co', 'bs', 'republican', 'support', 'people', 'pre_existe', 'condition', 'speak', 'total', 'support', 'also', 'democrat', 'destroy', 'medicare', 'keep', 'healthy', 'well', 'believe', 'democrat', 'allow', 'do', 'country', 'https', 'co', 'adpaskjiu', 'look_forward', 'something', 'happen', 'maga', 'https', 'giqexe', 'thank', 'mexico', 'look_forward', 'working', 'https', 'co', 'dhft', 'prime_minister', 'abeshinzo', 'japan', 'work', 'help', 'balance', 'one_sided', 'trade', 'japan', 'investment', 'make', 'country', 'begin', 'https', 'ib', 'akkt', 'land', 'soon', 'looking_forward', 'see', 'next', 'senator', 'montana', 'matt_rosendale', 'represent', 'country', 'well', 'far', 'well', 'jon_tester', 'vote', 'cryin_chuck', 'schumer', 'nancy_pelosi', 'never', 'thing', 'keep', 'tester', 'alive', 'million', 'million', 'dollar', 'outside', 'liberal', 'leftist', 'care', 'less', 'country', 'thank', 'missoula', 'montana', 'get', 'vote', 'mattformontana', 'gregformontana', 'maga', 'https', 'co', 'xgaceuu', 'https', 'co', 'nendinsohw', 'say', 'thing', 'voter', 'exact', 'opposite', 'washington', 'tester', 'take', 'order', 'form', 'pelosi', 'amp', 'schumer', 'tester', 'want', 'raise_taxes', 'take', 'away', 'open_border', 'deliver', 'mob', 'rule', 'retire', 'tester', 'amp', 'elect', 'america', 'first', 'patriot', 'matt_rosendale', 'jobsnotmob', 'congressman', 'andy', 'biggs', 'great', 'job', 'arizona', 'country', 'https', 'co', 'vxrpzx', 'refer', 'usa', 'always', 'capitalize', 'word', 'country', 'secretary', 'state', 'mike_pompeo', 'never', 'give', 'show', 'transcript', 'video', 'saudi', 'consulate', 'event', 'fake_news', 'beto', 'rourke', 'total', 'lightweight', 'compare', 'come', 'nowhere', 'represent', 'value', 'desire', 'people', 'great', 'state', 'texas', 'never', 'allow', 'turn', 'texas', 'venezuela', 'jobsnotmob', 'https', 'co', 'surw', 'republican_party', 'jobsnotmob', 'https', 'oabccpec', 'mesa', 'arizona', 'look_forward', 'join', 'everyone', 'soon', 'something', 'happen', 'maga', 'https', 'lngyoico', 'way', 'see', 'shortly', 'https', 'https', 'co', 'ahdmliwpzi', 'massive', 'totally', 'full', 'hangar', 'tonight', 'mesa', 'arizona', 'https', 'co', 'maga', 'https', 'beautiful', 'evening', 'mesa', 'arizona', 'great', 'patriot', 'thank', 'https', 'co', 'magarally', 'replay', 'https', 'co', 'vheab', 'https', 'co', 'phmu', 'pmkh', 'democrat', 'would', 'stop', 'obstructionist', 'come', 'together', 'could', 'write', 'agree', 'new', 'immigration_law', 'less', 'hour', 'look', 'needless', 'pain', 'suffering', 'cause', 'look', 'horror', 'taking_place', 'border', 'chuck', 'amp', 'nancy', 'call', 'georgia', 'secretary', 'state', 'brian_kemp', 'great', 'governor', 'successful', 'do', 'prepare', 'difficult', 'complex', 'job', 'many', 'year', 'strong', 'endorsement', 'opponent', 'totally', 'unqualified', 'would', 'destroy', 'great', 'state', 'get', 'early', 'vote', 'brian_kemp', 'great', 'governor', 'state', 'georgia', 'ron', 'rondesantisfl', 'desantis', 'work', 'hard', 'great', 'congressman', 'top', 'student', 'harvard', 'amp', 'yale', 'ron', 'record_sette', 'governor', 'florida', 'rick_scott', 'give', 'tremendous', 'foundation', 'build', 'opponent', 'run', 'bad', 'amp', 'corrupt', 'city', 'usa', 'rick_scott', 'know', 'easily', 'good', 'governor', 'usa', 'florida', 'setting_record', 'almost', 'category', 'success', 'amazing', 'achievement', 'envy', 'world', 'build', 'success', 'incompetent', 'opponent', 'destroy', 'florida', 'venezuela', 'leave', 'arizona', 'fantastic', 'rally', 'last_night', 'mesa', 'honor', 'martha', 'repmcsally', 'mcsally', 'inspiration', 'great', 'senator', 'people', 'arizona', 'opponent', 'nancy_pelosi', 'puppet', 'really', 'bad', 'state', 'early_voting', 'back', 'soon', 'head', 'nevada', 'help', 'man', 'become', 'good', 'friend', 'senator', 'dean', 'heller', 'maga', 'need', 'help', 'talent', 'also', 'adam', 'great', 'governor', 'complete', 'total_endorsement', 'winner', 'beautiful', 'afternoon', 'elko', 'nevada', 'thank', 'get', 'vote', 'today', 'maga', 'jobsnotmob', 'https', 'co', 'https', 'level', 'government', 'watch', 'carefully', 'voter_fraud', 'include', 'early_vote', 'cheat', 'peril', 'violator', 'maximum', 'penalty', 'civil', 'criminal', 'watch', 'north_dakota', 'rep', 'kevin', 'cramer', 'easily', 'win', 'debate', 'senator', 'heidi', 'heitkamp', 'great', 'job', 'kevin', 'great', 'senator', 'full', 'effort', 'make', 'stop', 'onslaught', 'illegal_alien', 'cross', 'souther', 'border', 'people', 'apply', 'asylum', 'mexico', 'first', 'fail', 'turn', 'court', 'ask', 'thing', 'doable', 'caravan', 'disgrace', 'democrat', 'party', 'change', 'immigration_law', 'good', 'job', 'number', 'history', 'great', 'country', 'many', 'thing', 'likewise', 'win', 'midterm', 'dem', 'never', 'even', 'nearly', 'well', 'think', 'happen', 'beautiful', 'facebook', 'state', 'set', 'system', 'purge', 'fake_news', 'mean', 'cnn', 'finally', 'put', 'business', 'ron', 'rondesantisfl', 'desantis', 'great', 'debate', 'victory', 'tonight', 'andrew', 'gillum', 'mayor', 'preside', 'bad', 'run', 'corrupt', 'city', 'florida', 'ron', 'build', 'great', 'job', 'do', 'governor', 'rick_scott', 'gillum', 'make', 'florida', 'next', 'venezuela', 'congressman', 'tom', 'ree', 'district', 'do', 'great', 'job', 'complete', 'total_endorsement', 'sadly', 'looks_like', 'mexico', 'police', 'military', 'unable', 'stop', 'caravan', 'head', 'southern_border', 'united_states', 'criminal', 'unknown', 'middle', 'easterner', 'mix', 'alert', 'border_patrol', 'military', 'national', 'emergy', 'must', 'change', 'law', 'time', 'see', 'caravan', 'people', 'illegally', 'come', 'attempt', 'come', 'country', 'illegally', 'think', 'blame', 'democrat', 'give', 'vote', 'change', 'pathetic', 'immigration_law', 'remember', 'midterm', 'unfair', 'come', 'legally', 'guatemala', 'hondura', 'salvador', 'able', 'job', 'stop', 'people', 'leave', 'country', 'come', 'illegally', 'begin', 'cut', 'substantially', 'reduce', 'massive', 'foreign', 'aid', 'routinely', 'give', 'big', 'night', 'texas', 'shock', 'report', 'pay', 'illegal_immigrant', 'birth', 'trump', 'wall', 'https', 'ljn', 'kps', 'america', 'clean', 'air', 'world', 'far', 'https', 'co', 'fake_news', 'medium', 'talk', 'recent', 'approval', 'rating', 'country', 'world', 'include', 'european_union', 'low', 'say', 'course', 'low', 'first', 'time', 'year', 'make', 'pay', 'big', 'price', 'business', 'america', 'still', 'thank', 'houston', 'texas', 'depart', 'andrews_jba', 'see', 'hour', 'maga', 'https', 'uxzco', 'cxt', 'last', 'day', 'register', 'vote', 'alabama', 'california', 'south', 'dakota', 'wyome', 'jobsnotmob', 'https', 'co', 'https', 'co', 'hmqgqgmbye', 'let', 'go', 'florida', 'https', 'co', 'https', 'kavm', 'taib', 'massive', 'crowd', 'outside', 'toyotacenter', 'houston', 'texas', 'landing', 'shortly', 'see', 'everyone', 'soon', 'maga', 'https', 'co', 'https', 'https', 'co', 'flkquv', 'thank', 'houston', 'texas', 'get', 'https', 'co', 'pwiwchgbh', 'jobsnotmob', 'https', 'co', 'jxifjdfh', 'https', 'co', 'ebc', 'jfguy', 'send', 'deepest_condolence', 'lou', 'entire', 'barletta', 'family', 'work', 'hard', 'terrible', 'situation', 'people', 'pennsylvania', 'thought', 'prayer', 'lou', 'stake', 'election', 'continue', 'extraordinary', 'prosperity', 'achieve', 'let', 'radical', 'mob', 'take', 'giant', 'wrecking', 'ball', 'country', 'economy', 'jobsnotmob', 'https', 'co', 'pohrivi', 'bz', 'today', 'democrat', 'party', 'would', 'rather', 'protect', 'criminal_aliens', 'american', 'citizen', 'democrat', 'must', 'vote', 'office', 'jobsnotmob', 'https', 'co', 'https', 'co', 'axueozbasz', 'send', 'deepest_condolence', 'reploubarletta', 'entire', 'barletta', 'family', 'pass', 'brother', 'lou', 'work', 'hard', 'terrible', 'situation', 'people', 'pennsylvania', 'thought', 'prayer', 'lou', 'entire', 'barletta', 'family', 'congressman', 'erik', 'great', 'state', 'minnesota', 'do', 'fantastic', 'job', 'cutting_taxes', 'job', 'kill', 'regulation', 'hard', 'work', 'smart', 'keep', 'erik', 'congress', 'strong', 'endorsement', 'jay', 'webber', 'run', 'congress', 'great', 'job', 'person', 'look', 'substantially', 'jay', 'want', 'big', 'change', 'harvard', 'graduate', 'father', 'jay', 'great', 'get', 'job', 'do', 'help', 'people', 'puerto_rico', 'wonderful', 'inept', 'politician', 'try', 'massive', 'ridiculously', 'high', 'amount', 'hurricane', 'disaster', 'funding', 'pay', 'obligation', 'bail', 'long', 'outstanding', 'amp', 'unpaid', 'obligation', 'hurricane', 'relief', 'money', 'congressman', 'john', 'faso', 'work', 'hard', 'smart', 'strong', 'crime', 'border', 'respect', 'vote', 'john', 'complete', 'total_endorsement', 'https', 'co', 'lld', 'jobsnotmob', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'dsj', 'farcq', 'billion', 'dollar', 'come', 'united_states', 'coffer', 'tariff', 'great', 'also', 'negotiation', 'country', 'give', 'fair', 'trade', 'deal', 'institute', 'tariff', 'use', 'job', 'business', 'create', 'respected', 'agree', 'president', 'obama', 'https', 'co', 'want', 'advocate', 'illegal_immigration', 'take', 'good', 'look', 'happen', 'europe', 'last', 'year', 'total', 'mess', 'wish', 'decision', 'make', 'great', 'sovereign', 'nation', 'strong', 'border', 'never', 'accept', 'people', 'come', 'country', 'illegally', 'brian_kemp', 'great', 'governor', 'georgia', 'stacey', 'abram', 'destroy', 'state', 'sooooo', 'important', 'get', 'vote', 'brian', 'republican', 'totally', 'protect', 'people', 'pre_existe', 'condition', 'democrat', 'vote', 'republican', 'agree', 'wholeheartedly', 'https', 'co', 'ndzu', 'vu', 'safety', 'american', 'people', 'high', 'priority', 'conclude', 'brief', 'fbi', 'department', 'justice_department', 'homeland_security', 'secret_service', 'https', 'co', 'neubcq', 'noh', 'arrive', 'wisconsin', 'help', 'great', 'people', 'scottwalker', 'leahvukmir', 'https', 'co', 'yyl', 'leave', 'wisconsin', 'scottwalker', 'leahvukmir', 'fantastic', 'people', 'badly', 'need', 'country', 'maga', 'https', 'co', 'dlobo', 'uqy', 'call', 'expert', 'trump', 'time', 'write', 'long', 'boring', 'article', 'cellphone', 'usage', 'incorrect', 'time', 'correct', 'government', 'phone', 'seldom', 'use', 'government', 'cell', 'phone', 'story', 'soooo', 'wrong', 'brandon', 'judd', 'national', 'border_patrol', 'council', 'right', 'say', 'foxandfriend', 'inspire', 'law', 'make', 'tough', 'stop', 'people', 'border', 'must', 'chanded', 'bring', 'military', 'national', 'emergency', 'stop', 'big', 'part', 'anger', 'see', 'today', 'society', 'cause', 'purposely', 'false', 'inaccurate', 'reporting', 'mainstream_media', 'refer', 'fake_news', 'get', 'bad', 'hateful', 'description', 'mainstream_media', 'must', 'clean', 'act', 'fast', 'time', 'new', 'fake', 'story', 'russian', 'chinese', 'glad', 'finally', 'add', 'china', 'listening', 'call', 'cellphone', 'rarely', 'cellphone', 'amp', 'government', 'authorize', 'hard', 'line', 'make', 'fake_news', 'remark', 'president', 'trump', 'year', 'historic', 'progress', 'action', 'combat', 'opioid', 'crisis', 'https', 'co', 'ybtzmsoozw', 'https', 'co', 'njgywhff', 'caravan', 'turnaround', 'let', 'people', 'united_state', 'illegally', 'go', 'back', 'country', 'want', 'apply', 'citizenship', 'million', 'other', 'speak', 'french', 'president', 'emmanuelmacron', 'morning', 'discuss', 'many', 'topic', 'include', 'exciting', 'upcoming', 'visit', 'paris', 'flotus_melania', 'attend', 'armistice', 'day', 'centennial', 'commemoration', 'speak', 'prime_minister', 'giuseppeconteit', 'italy', 'concern', 'many', 'subject', 'include', 'fact', 'italy', 'take', 'hard', 'line', 'illegal_immigration', 'agree', 'stance', 'united_state', 'likewise', 'take', 'hard', 'line', 'illegal_immigration', 'prime_minister', 'work', 'hard', 'economy', 'italy', 'successful', 'johnchrin', 'pennsylvania', 'fantastic', 'strong', 'border', 'crime', 'military', 'vet', 'powerful', 'vote', 'maga', 'love', 'great', 'state', 'pennsylvania', 'get', 'vote', 'john', 'total', 'strong', 'endorsement', 'troy_balderson', 'ohio', 'great', 'job', 'congressman', 'already', 'respect', 'washington', 'get', 'vote', 'troy', 'need', 'great', 'guy', 'total_endorsement', 'lloydsmuckerpa', 'great', 'job', 'people', 'pennsylvania', 'strong', 'border', 'crime', 'military', 'vet', 'lloyd', 'total_endorsement', 'mikedunleavygov', 'make', 'fantastic', 'governor', 'alaska', 'mike', 'energy', 'job', 'tough', 'crime', 'love', 'vet', 'great', 'second_amendment', 'mike', 'complete', 'total_endorsement', 'brucepoliquin', 'maine', 'great', 'congressman', 'tough', 'fight', 'liberal', 'nancy_pelosi', 'democrat', 'bruce', 'help', 'bring', 'job', 'state', 'totally', 'protect', 'great', 'second_amendment', 'need', 'keep', 'bruce', 'washington', 'full', 'endorsement', 'gather', 'together', 'solemn', 'occasion', 'fulfill', 'reverent', 'sacred', 'duty', 'american', 'service', 'member', 'murder', 'terrorist_attack', 'marine', 'barracks', 'beirut', 'lebanon', 'today', 'honor', 'fall', 'hero', 'https', 'co', 'zpgjsfj', 'roughly', 'marine', 'beirut', 'keep', 'peace', 'nation', 'tear', 'apart', 'civil', 'war', 'terrorist', 'bomb', 'embassy', 'early', 'year', 'kill', 'people', 'include', 'american', 'https', 'ayv', 'service', 'member', 'die', 'day', 'include', 'brave', 'young', 'marine', 'high', 'school', 'accomplish', 'officer', 'middle', 'military', 'career', 'enlist', 'man', 'serve', 'theater', 'world', 'https', 'co', 'wkru', 'jab', 'funny', 'lowly', 'rate', 'cnn', 'other', 'criticize', 'even', 'blame', 'current', 'spate', 'bomb', 'ridiculously', 'compare', 'oklahoma', 'city', 'bombing', 'criticize', 'go', 'wild', 'scream', 'presidential', 'united_states', 'spending', 'billion', 'dollar', 'year', 'illegal_immigration', 'continue', 'democrat', 'must', 'give', 'vote', 'pass', 'strong', 'fair', 'law', 'force', 'play', 'much', 'tough', 'hand', 'twitter', 'remove', 'many', 'people', 'account', 'importantly', 'seemingly', 'do', 'something', 'make', 'much', 'hard', 'join', 'stifle', 'growth', 'point', 'obvious', 'week', 'rocket', 'ship', 'blimp', 'total', 'bias', 'republican', 'well', 'early_voting', 'poll', 'bomb', 'stuff', 'happen', 'momentum', 'greatly', 'slow', 'news', 'talk', 'politic', 'unfortunate', 'go', 'republican', 'go', 'vote', 'speak', 'young', 'black', 'leadership', 'summit', 'minute', 'address', 'investigation', 'bomb', 'package', 'would', 'like', 'begin', 'today', 'remark', 'provide', 'update', 'package', 'device', 'mail', 'high', 'profile', 'figure', 'country', 'medium', 'org', 'pleased', 'inform', 'apprehend', 'suspect', 'take', 'custody', 'https', 'co', 'ufjwjjukld', 'want', 'applaud', 'fbi', 'secret_service', 'department', 'justice', 'attorney', 'office', 'southern', 'district', 'nypd', 'partner', 'country', 'incredible', 'work', 'skill', 'determination', 'great', 'honor', 'many', 'brilliant', 'courageous', 'patriotic', 'proud', 'american', 'see', 'today', 'fill', 'extraordinary', 'confidence', 'america', 'future', 'take', 'part', 'young', 'black', 'leadership', 'summit', 'true', 'leader', 'https', 'co', 'lilzbxkjug', 'african_american', 'hispanic', 'american', 'american', 'right', 'live', 'country', 'put', 'need', 'first', 'https', 'co', 'hwdicbpot', 'great', 'honor', 'thank', 'https', 'co', 'nt', 'hpavv', 'meet', 'day', 'optimism', 'confront', 'obstacle', 'determination', 'refuse', 'give', 'never', 'quit', 'face', 'challenge', 'confidence', 'pride', 'goal', 'not', 'achieve', 'dream', 'reach', 'ybls', 'https', 'co', 'uqmw', 'flmxw', 'fantastic', 'evening', 'charlotte', 'north_carolina', 'great', 'patriot', 'get', 'vote', 'buddforcongress', 'markharrisnc', 'https', 'co', 'pwiwchgbh', 'magarally', 'replay', 'https', 'co', 'bkvtylqdve', 'https', 'co', 'trump', 'thunder', 'medium', 'smear', 'supporter', 'bomb', 'scare', 'https', 'co', 'ggdhs', 'rey', 'big', 'change', 'come', 'want', 'dem', 'https', 'co', 'gjpuy', 'good_luck', 'mary', 'https', 'co', 'qebpqs', 'thank', 'charlie', 'https', 'co', 'nt', 'martha', 'mcsally', 'great', 'warrior', 'opponent', 'nancy_pelosi', 'wacko', 'https', 'co', 'qeudpwddud', 'budd', 'mark', 'great', 'patriot', 'congress', 'https', 'co', 'xx', 'cquf', 'walkaway', 'walkaway', 'democrat', 'party', 'movement', 'marche', 'today', 'congratulation', 'brandon', 'straka', 'start', 'something', 'special', 'foxandfriend', 'watch', 'event', 'unfold', 'pittsburgh', 'pennsylvania', 'scene', 'people', 'squirrel', 'hill', 'area', 'remain', 'shelter', 'looks_like', 'multiple', 'fatality', 'beware', 'active', 'shooter', 'event', 'pittsburgh', 'far', 'devastate', 'originally', 'think', 'speak', 'mayor', 'governor', 'inform', 'federal_government', 'way', 'speak', 'medium', 'shortly', 'make', 'statement', 'future', 'farmer', 'america', 'know', 'earlier', 'today', 'horrific', 'shoot', 'target', 'kill', 'jewish', 'american', 'tree', 'life', 'synagogue', 'pittsburgh', 'pennsylvania', 'shooter', 'custody', 'federal', 'authority', 'dispatch', 'support', 'state', 'local', 'police', 'https', 'co', 'wqo', 'gfpymt', 'america', 'mourn', 'mass', 'murder', 'jewish', 'american', 'tree', 'life', 'synagogue', 'pittsburgh', 'pray', 'perish', 'loved_one', 'heart', 'go', 'brave', 'police_officer', 'sustain', 'serious', 'injury', 'evil', 'anti', 'semitic', 'attack', 'assault', 'humanity', 'take', 'work', 'together', 'extract', 'poison', 'semitism', 'world', 'must', 'unite', 'conquer', 'hate', 'watch', 'dodger', 'red', 'final', 'inning', 'amazing', 'manager', 'take', 'pitcher', 'loose', 'amp', 'dominate', 'almost', 'innings', 'rich', 'hill', 'dodger', 'bring', 'nervous', 'reliever', 'get', 'shellac', 'run', 'lead', 'go', 'manager', 'time', 'big', 'mistake', 'interesting', 'https', 'co', 'zmsa', 'fki', 'thank', 'steve', 'roger', 'fbi', 'joint', 'terror', 'task', 'force', 'kind', 'generous', 'remark', 'relationship', 'judgejeanine', 'watch', 'wacky', 'tom', 'steyer', 'see', 'action', 'interview', 'jaketapper', 'come', 'craze', 'amp', 'stumble', 'lunatic', 'run', 'money', 'pretty', 'soon', 'bad', 'field', 'run', 'president', 'dem', 'eat', 'alive', 'fake_news', 'everything', 'power', 'blame', 'republican', 'conservative', 'division', 'hatred', 'go', 'long', 'country', 'actually', 'fake', 'amp', 'dishonest', 'reporting', 'cause', 'problem', 'understand', 'great', 'anger', 'country', 'cause', 'part', 'inaccurate', 'even', 'fraudulent', 'report', 'news', 'fake_news', 'medium', 'true', 'enemy', 'people', 'must', 'stop', 'open', 'amp', 'obvious', 'hostility', 'amp', 'report', 'news', 'accurately', 'fairly', 'much', 'put', 'flame', 'anger', 'outrage', 'able', 'bring', 'side', 'together', 'peace', 'harmony', 'fake_news', 'must', 'end', 'good', 'conversation', 'newly', 'elect', 'president', 'brazil', 'jair', 'bolsonaro', 'race', 'substantial', 'margin', 'agree', 'brazil', 'united_states', 'work', 'closely', 'together', 'trade', 'military', 'everything', 'else', 'excellent', 'call', 'wish', 'congrat', 'many', 'gang_member', 'bad', 'people', 'mix', 'caravan', 'head', 'southern_border', 'go', 'back', 'admit', 'united_state', 'go', 'legal', 'process', 'invasion', 'country', 'military', 'wait', 'florida', 'choice', 'harvard', 'yale', 'educate', 'man', 'name', 'rondesantisfl', 'great', 'congressman', 'great', 'governor', 'dem', 'thief', 'mayor', 'poorly', 'run', 'tallahassee', 'say', 'corrupt', 'city', 'country', 'great', 'job', 'do', 'congressman', 'keith', 'rothfus', 'pennsylvania', 'thank', 'keith', 'cnn', 'other', 'fake_news', 'business', 'keep', 'purposely', 'inaccurately', 'report', 'say', 'medium', 'enemy', 'people', 'wrong', 'say', 'fake_news', 'medium', 'enemy', 'people', 'big', 'difference', 'give', 'false', 'information', 'good', 'check', 'tweet', 'last', 'day', 'refer', 'fake_news', 'medium', 'mention', 'enemy', 'people', 'dishonest', 'reporter', 'word', 'medium', 'people', 'great', 'country', 'angry', 'disillusion', 'receive', 'much', 'fake_news', 'get', 'fully_understand', 'interview', 'laura', 'ingraham', 'tonight', 'foxnew', 'reveal', 'https', 'co', 'troybalderson', 'great', 'job', 'congressman', 'ohio', 'need', 'vote', 'troy', 'total_endorsement', 'troy_balderson', 'great', 'job', 'congressman', 'ohio', 'need', 'vote', 'troy', 'total_endorsement', 'congressman', 'denverriggleman', 'district', 'popular', 'guy', 'really', 'know', 'get', 'job', 'do', 'really', 'big', 'help', 'military', 'great', 'vet', 'total_endorsement', 'erikpaulson', 'jasonlewis', 'jimhagedornmn', 'petestauber', 'love', 'country', 'great', 'state', 'minnesota', 'winner', 'always', 'get', 'job', 'do', 'need', 'congress', 'maga', 'border', 'military', 'vet', 'go', 'vote', 'minnesota', 'strong', 'endorsement', 'denver', 'district', 'popular', 'guy', 'really', 'know', 'get', 'job', 'do', 'really', 'big', 'help', 'military', 'great', 'vet', 'total_endorsement', 'congressman', 'rodblum', 'iowa', 'get', 'desperately_neede', 'flood', 'wall', 'cedar_rapid', 'almost', 'impossible', 'get', 'make', 'big', 'difference', 'iowa', 'border', 'military', 'vet', 'need', 'rod', 'strong', 'endorsement', 'congresswoman', 'cathymcmorris', 'washington', 'state', 'incredible', 'leader', 'respect', 'everyone', 'congress', 'nee', 'badly', 'keep', 'build', 'maga', 'strong', 'endorsement', 'erik_paulsen', 'jason', 'cd', 'jimhagedornmn', 'petestauber', 'love', 'country', 'great', 'state', 'minnesota', 'winner', 'always', 'get', 'job', 'do', 'need', 'congress', 'maga', 'border', 'military', 'vet', 'go', 'vote', 'minnesota', 'strong', 'endorsement', 'congressman', 'davebratva', 'fighter', 'great', 'job', 'virginia', 'country', 'border', 'military', 'vet', 'else', 'need', 'dave', 'strong', 'endorsement', 'erik_paulsen', 'jason', 'cd', 'jimhagedornmn', 'petestauber', 'love', 'country', 'great', 'state', 'minnesota', 'winner', 'always', 'get', 'job', 'do', 'need', 'congress', 'maga', 'border', 'military', 'vet', 'go', 'vote', 'minnesota', 'strong', 'endorsement', 'congressman', 'andy', 'barr', 'kentucky', 'great', 'debate', 'nancy_pelosi', 'run', 'opponent', 'winner', 'state', 'strong', 'crime', 'border', 'military', 'vet', 'need', 'andy', 'strong', 'endorsement', 'congressman', 'kevin', 'brady', 'texas', 'popular', 'district', 'far', 'need', 'help', 'give', 'anyway', 'great', 'guy', 'absolute', 'king', 'cutting_taxe', 'highly_respected', 'love', 'state', 'amp', 'country', 'strong', 'endorsement', 'stock_market', 'massively', 'election', 'take', 'little', 'pause', 'people', 'want', 'see', 'happen', 'midterm', 'want', 'stock', 'go', 'strongly', 'suggest', 'vote', 'democrat', 'venezuela', 'financial', 'model', 'high', 'taxis', 'amp', 'open_border', 'feed', 'back', 'start', 'talk', 'little', 'dovish', 'think', 'go', 'right', 'back', 'target', 'range', 'amp', 'scott', 'wren', 'well', 'fargo', 'consumer_confidence', 'hit', 'highest_level', 'mikedewine', 'great', 'governor', 'people', 'ohio', 'outstanding', 'man', 'love', 'state', 'always', 'produce', 'big', 'richard', 'cordray', 'let', 'destroy', 'government', 'agency', 'run', 'clone', 'pocahontas', 'ohio', 'mike', 'total_endorsement', 'congressman', 'kevinyoder', 'fight', 'hard', 'people', 'kansa', 'highly_respecte', 'strong', 'crime', 'border', 'military', 'vet', 'second_amendment', 'kevin', 'total_endorsement', 'caravan', 'make', 'tough', 'fighter', 'people', 'fight', 'back', 'hard', 'viciously', 'mexico', 'northern', 'border', 'break', 'mexican', 'soldier', 'hurt', 'unable', 'unwilling', 'stop', 'caravan', 'stop', 'reach', 'border', 'military', 'mobilize', 'southern_border', 'many', 'troop', 'come', 'let', 'caravan', 'also', 'make', 'bad', 'thug', 'gang_member', 'border', 'sacred', 'must', 'come', 'legally', 'turn', 'melania', 'treat', 'nicely', 'yesterday', 'pittsburgh', 'office', 'president', 'show', 'great', 'respect', 'sad', 'solemn', 'day', 'treaty', 'warmly', 'small', 'protest', 'see', 'stage', 'far', 'away', 'fake_news', 'story', 'disgraceful', 'stock_market', 'point', 'yesterday', 'today', 'look', 'good', 'company', 'earning', 'great', 'melania', 'treat', 'nicely', 'yesterday', 'pittsburgh', 'office', 'president', 'show', 'great', 'respect', 'sad', 'amp', 'solemn', 'day', 'treat', 'warmly', 'small', 'protest', 'see', 'stage', 'far', 'away', 'fake_news', 'story', 'disgraceful', 'https', 'co', 'hgcf', 'call', 'birthright', 'citizenship', 'cost', 'country', 'billion', 'dollar', 'unfair', 'citizen', 'end', 'way', 'cover', 'amendment', 'word', 'jurisdiction', 'many', 'legal', 'scholar', 'agree', 'harry', 'reid', 'right', 'democrat', 'go', 'insane', 'start', 'open_border', 'bring', 'massive', 'crime', 'stuff', 'forget', 'nasty', 'term', 'anchor', 'baby', 'keep', 'country', 'safe', 'case', 'settle', 'united_states', 'supreme_court', 'world', 'use', 'law', 'detriment', 'laugh', 'stupidity', 'see', 'donald', 'trump', 'make', 'good', 'promise', 'drive', 'democrat', 'crazy', 'brad', 'blakeman', 'foxnew', 'republican', 'protect', 'people', 'pre_existe', 'condition', 'far', 'well', 'dem', 'paul_ryan', 'focus', 'hold', 'majority', 'rather', 'give', 'opinion', 'birthright', 'citizenship', 'something', 'know', 'nothing', 'new', 'republican', 'majority', 'work', 'close', 'immigration', 'loophole', 'secure', 'border', 'harry', 'reid', 'sane', 'agree', 'birthright', 'citizenship', 'https', 'co', 'ypie', 'qwkag', 'yesterday', 'pittsburgh', 'really', 'impress', 'congressman', 'keith', 'rothfus', 'far', 'local', 'political', 'figure', 'sincere', 'level', 'compassion', 'grief', 'sorrow', 'event', 'took_place', 'way', 'inspire', 'vote', 'keith', 'jobsnotmobs', 'vote', 'republican', 'https', 'co', 'zhivyf', 'outrageous', 'democrat', 'country', 'vote', 'republican', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'crea', 'hf', 'thank', 'florida', 'get', 'vote', 'republican', 'maga', 'https', 'co', 'hpkopbik', 'fantastic', 'evening', 'florida', 'great', 'patriot', 'beautiful', 'magarally', 'get', 'https', 'co', 'continue', 'make', 'america', 'safe', 'amp', 'great', 'https', 'co', 'fqredzfu', 'https', 'co', 'vrmamhphl', 'treat', 'fairly', 'foxnews', 'top', 'cnn', 'msnbc', 'combine', 'october', 'cable', 'news', 'rating', 'https', 'co', 'pwlmj', 'long', 'good', 'conversation', 'president_xi', 'jinpe', 'china', 'talk', 'many', 'subject', 'heavy', 'emphasis', 'trade', 'discussion', 'move', 'nicely', 'meeting', 'schedule', 'argentina', 'also', 'good', 'discussion', 'north_korea', 'thank', 'rick', 'breckenridge', 'congratulation', 'matt_rosendale', 'mattformontana', 'big', 'see', 'montana', 'saturday', 'ticket', 'https', 'co', 'zx', 'quzn', 'https', 'co', 'uwuhhs', 'walkerstapleton', 'extraordinary', 'governor', 'state', 'colorado', 'strong', 'smart', 'successful', 'everything', 'ever', 'do', 'opponent', 'jar', 'polis', 'weak', 'crime', 'weak', 'border', 'could', 'never', 'job', 'get', 'vote', 'walker', 'complete', 'total_endorsement', 'illegal_immigration', 'affect', 'life', 'american', 'illegal_immigration', 'hurt', 'american', 'worker', 'burden', 'american', 'taxpayer', 'undermine', 'public', 'safety', 'place', 'enormous', 'strain', 'local', 'school', 'hospital', 'community', 'https', 'iqpnbjy', 'way', 'columbia', 'missouri', 'magarally', 'look_forward', 'see', 'everyone', 'soon', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'together', 'make', 'america', 'safe', 'great', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'rwl', 'aspy', 'beautiful', 'evening', 'magarally', 'great', 'american', 'patriot', 'loyal', 'citizen', 'like', 'help', 'build', 'country', 'together', 'take', 'country', 'return', 'power', 'american', 'people', 'get', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'nctldfvw', 'https', 'co', 'wbouvedvtt', 'love', 'missouri', 'republican', 'leadership', 'america', 'boom', 'america', 'thrive', 'america', 'win', 'finally', 'put', 'america', 'first', 'get', 'vote', 'josh', 'hawleymo', 'united_states', 'senate', 'maga', 'https', 'qppy', 'add', 'job', 'october', 'hurricane', 'unemployment', 'wage', 'incredible', 'number', 'keep', 'go', 'vote', 'republican', 'go', 'west_virginia', 'indiana', 'today', 'rally', 'tell', 'anyone', 'big', 'secret', 'bring', 'coach_bobby', 'knight', 'indiana', 'supporter', 'right', 'begin', 'great', 'political', 'movement', 'american', 'history', 'https', 'co', 'nk', 'vkvhual', 'fantastic', 'magarally', 'west_virginia', 'thank', 'everyone', 'get', 'vote', 'patrick', 'morriseywv', 'carolmillerwv', 'https', 'co', 'cqelmsad', 'job', 'job', 'job', 'maga', 'https', 'co', 'zqpjspux', 'thank', 'west_virginia', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'cea', 'land', 'see', 'everyone', 'southport', 'indiana', 'shortly', 'magarally', 'https', 'co', 'zmapqs', 'need', 'people', 'west_virginia', 'send', 'message', 'chuck_schumer', 'maxine_water', 'nancy_pelosi', 'radical', 'democrat', 'vote', 'carol', 'miller', 'patrick', 'morrisey', 'day', 'people', 'indiana', 'go', 'send', 'mike', 'braun', 'indiana', 'united_states', 'senate', 'keep', 'make', 'america', 'great', 'get', 'vote', 'https', 'co', 'nuji', 'republican', 'believe', 'country', 'sanctuary', 'law', 'abide', 'american', 'republican', 'always', 'stand', 'hero', 'icegov', 'cbp', 'https', 'co', 'jmnmo', 'massive', 'magarally', 'tonight', 'indiana', 'thank', 'everyone', 'get', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'jvfo', 'sisz', 'scott', 'perry', 'pennsylvania', 'fantastic', 'strong', 'border', 'crime', 'military', 'vet', 'second_amendment', 'scott', 'total_endorsement', 'congresswoman', 'maxine_water', 'call', 'corrupt', 'member', 'congress', 'foxnew', 'dem', 'win', 'would', 'put', 'charge', 'country', 'finance', 'begin', 'end', 'indiana', 'rally', 'coach_bobby', 'knight', 'incredible', 'last_night', 'packed_house', 'honor', 'mike', 'braun', 'senate', 'great', 'senator', 'forget', 'vote', 'heading', 'montana', 'florida', 'today', 'everyone', 'excite', 'job', 'number', 'new', 'job', 'october', 'also', 'wage', 'rise', 'vicious', 'accuser', 'justice', 'kavanough', 'admit', 'lie', 'story', 'totally', 'make', 'fake', 'imagine', 'become', 'justice', 'supreme_court', 'disgust', 'false', 'statement', 'other', 'dem', 'thank', 'petehegseth', 'nice', 'wise', 'statement', 'economy', 'really', 'get', 'foxandfriend', 'vicious', 'accuser', 'justice', 'kavanaugh', 'admit', 'lie', 'story', 'totally', 'make', 'fake', 'imagine', 'become', 'justice', 'supreme_court', 'disgust', 'false', 'statement', 'other', 'dem', 'get', 'vote', 'deanheller', 'https', 'co', 'hekpql', 'get', 'vote', 'johnfasony', 'great', 'hardworking', 'congressman', 'need', 'voice', 'opponent', 'move', 'area', 'pro', 'iran', 'israel', 'vote', 'strong', 'endorsement', 'landing', 'montana', 'least', 'everybody', 'admit', 'line', 'crowd', 'far', 'big', 'barack_obama', 'https', 'co', 'pcibgjs', 'chuck_schumer', 'nancy_pelosi', 'gain', 'majority', 'try', 'restore', 'job', 'kill', 'regulation', 'shut', 'coal', 'mine', 'timber', 'mill', 'take', 'away', 'healthcare', 'impose', 'socialism', 'erase', 'border', 'vote', 'mattformontana', 'gregformontana', 'https', 'co', 'adncqky', 'great', 'state', 'need', 'border_security', 'marthamcsally', 'provide', 'krysten', 'sinema', 'even', 'think', 'sinema', 'drug', 'crime', 'illegal', 'traffic', 'flow', 'arizona', 'ever', 'increase', 'pace', 'vote', 'martha', 'rumor', 'senator', 'joe', 'donnelly', 'indiana', 'pay', 'facebook', 'ad', 'call', 'opponent', 'libertarian', 'ticket', 'donnelly', 'try', 'steal', 'election', 'russia', 'time', 'president', 'almost', 'year', 'never', 'senator', 'bill_nelson', 'call', 'ask', 'help', 'great', 'state', 'florida', 'never', 'see', 'election', 'time', 'lake', 'okeechobee', 'hurricane', 'money', 'passion', 'rick_scott', 'call', 'endlessly', 'behalf', 'people', 'florida', 'vote', 'scottforflorida', 'governor', 'dougducey', 'arizona', 'great', 'job', 'doug', 'strong', 'crime', 'border', 'second_amendment', 'love', 'military', 'amp', 'vet', 'vote', 'doug', 'full', 'complete', 'endorsement', 'head', 'pensacola_florida', 'soon', 'amazing', 'line', 'people', 'want', 'get', 'crowd', 'sign', 'republican', 'strength', 'tuesday', 'https', 'co', 'te', 'rhdaeka', 'fantastic', 'magarally', 'tonight', 'great', 'state', 'florida', 'day', 'people', 'florida', 'go', 'elect', 'scottforflorida', 'rondesantisfl', 'protect', 'job', 'defend', 'border', 'continue', 'make', 'america', 'great', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'uyafog', 'dannytarkanian', 'great', 'guy', 'team', 'player', 'represent', 'district', 'state', 'country', 'highest_level', 'danny', 'strong', 'military', 'vet', 'second_amendment', 'thing', 'strongly', 'stand', 'vote', 'danny', 'strong', 'endorsement', 'want', 'protect', 'criminal_aliens', 'vote', 'democrat', 'want', 'protect', 'law', 'abiding', 'american', 'vote', 'republican', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'yoxswt', 'unbelievable', 'crowd', 'florida', 'tonight', 'get', 'vote', 'maga', 'https', 'co', 'new', 'fox', 'poll', 'show', 'approval_rating', 'african_americans', 'president', 'trump', 'record', 'republican', 'thank', 'great', 'honor', 'depart', 'white_house', 'shortly', 'see', 'soon', 'georgia', 'maga', 'https', 'co', 'sou', 'pie', 'https', 'co', 'fnz', 'way', 'macon', 'georgia', 'crowd', 'massive', 'pme', 'magarally', 'chattanooga', 'tennessee', 'tonight', 'see', 'pme', 'rally', 'something', 'happen', 'everyone', 'need', 'get', 'vote', 'https', 'co', 'xbxepwpug', 'thank', 'macon', 'georgia', 'get', 'tuesday', 'vote', 'briankempga', 'next', 'governor', 'protect', 'job', 'defend', 'border', 'fight', 'value', 'continue', 'make', 'america', 'great', 'https', 'co', 'hzbqw', 'great', 'back', 'tennessee', 'way', 'mckenzie', 'arena', 'chattanooga', 'huge', 'magarally', 'see', 'everyone', 'soon', 'https', 'co', 'rwzt', 'ygue', 'thank', 'join', 'tonight', 'tennessee', 'theleegreenwood', 'https', 'hfxi', 'pv', 'day', 'people', 'tennessee', 'go', 'elect', 'votemarsha', 'blackburn', 'united_state', 'senate', 'protect', 'job', 'defend', 'border', 'continue', 'make', 'america', 'great', 'get', 'tuesday', 'vote', 'marsha', 'https', 'co', 'bjhmitntmo', 'jam', 'run', 'republican', 'senate', 'michigan', 'spectacular', 'young', 'star', 'future', 'make', 'star', 'present', 'distinguished', 'west', 'point', 'grad', 'vet', 'people', 'vote', 'schumer', 'puppet', 'debbie', 'stabenow', 'nothing', 'michigan', 'dana', 'rohrabacher', 'great', 'congressman', 'district', 'people', 'cal', 'work', 'hard', 'respected', 'produce', 'dem', 'desperate', 'replace', 'dana', 'spending', 'vast', 'sum', 'elect', 'super', 'liberal', 'weak', 'crime', 'bad', 'military', 'amp', 'vet', 'debbiestabenow', 'vote', 'great', 'healthcare', 'supreme_court', 'justice', 'many', 'thing', 'people', 'michigan', 'want', 'need', 'automatic', 'far', 'left', 'vote', 'control', 'boss', 'john', 'jame', 'truly', 'great', 'senator', 'andrewgillum', 'job', 'florida', 'do', 'tallahassee', 'mayor', 'state', 'crime', 'ride', 'overtaxed', 'mess', 'rondesantisfl', 'great', 'governor', 'vote', 'matter', 'say', 'senator', 'claire', 'mccaskill', 'always', 'vote', 'great', 'state', 'missouri', 'vote', 'josh', 'hawley', 'great', 'senator', 'need', 'claudiatenney', 'ny', 'elect', 'order', 'get', 'big', 'plan', 'move', 'opponent', 'would', 'disaster', 'nobody', 'work', 'hard', 'claudia', 'producer', 'look_forward', 'work', 'together', 'strong', 'endorsement', 'vote', 'claudia', 'funny', 'see', 'cnn', 'fake', 'suppression', 'poll', 'false', 'rhetoric', 'watch', 'real', 'result', 'tuesday', 'lucky', 'cnn', 'rating', 'low', 'fall', 'suppression', 'game', 'go', 'amp', 'vote', 'remember', 'perhaps', 'great', 'economy', 'job', 'history', 'country', 'remember', 'florida', 'president', 'united_state', 'almost', 'year', 'time', 'senator', 'bill_nelson', 'call', 'rick_scott', 'call', 'constantly', 'request', 'dollar', 'florida', 'great', 'job', 'hurricane', 'vote', 'scott', 'strongly', 'notify', 'watch', 'closely', 'illegal', 'voting', 'may', 'take', 'place', 'tuesday', 'election', 'early_vote', 'anyone', 'catch', 'maximum', 'criminal', 'penalty', 'allow', 'law', 'thank', 'bill_nelson', 'kind', 'empty', 'figure', 'washington', 'never', 'hear', 'name', 'never', 'debate', 'key', 'issue', 'radar', 'chris_wallace', 'foxnew', 'word', 'nelson', 'stiff', 'something', 'happen', 'america', 'get', 'tomorrow', 'https', 'co', 'pwiwchgbh', 'together', 'keep', 'make', 'america', 'great', 'https', 'co', 'zajbiemwpl', 'thank', 'ohio', 'enter', 'voting', 'booth', 'tomorrow', 'make', 'simple', 'choice', 'vote', 'republican', 'vote', 'continue', 'extraordinary', 'prosperity', 'vote', 'dem', 'vote', 'bring', 'economic', 'boom', 'crash', 'sudden', 'screech', 'halt', 'vote', 'mikedewine', 'https', 'co', 'iai', 'bsegbh', 'republican', 'create', 'good', 'economy', 'history', 'country', 'hot', 'job', 'market', 'planet', 'earth', 'democrat', 'agenda', 'socialist', 'nightmare', 'republican', 'agenda', 'american_dream', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'jfdm', 'xxy', 'land', 'fort', 'wayne', 'indiana', 'magarally', 'allen', 'county', 'war', 'memorial', 'coliseum', 'see', 'everyone', 'soon', 'https', 'co', 'pwiwchgbh', 'thank', 'indiana', 'vote', 'mike', 'braun', 'indiana', 'vote', 'keep', 'job', 'go', 'wage', 'go', 'healthcare', 'cost', 'come', 'vote', 'keep', 'family', 'safe', 'amp', 'keep', 'criminal', 'trafficker', 'amp', 'drug', 'dealer', 'country', 'get', 'mike', 'https', 'ae', 'wchzej', 'way', 'stop', 'lead', 'assault', 'sovereignty', 'vote', 'republican', 'tomorrow', 'polling', 'location', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'ggs', 'zcxaqu', 'massive', 'crowd', 'allen', 'county', 'war', 'memorial', 'coliseum', 'fort', 'wayne', 'indiana', 'thank', 'join', 'tonight', 'make', 'sure', 'get', 'https', 'co', 'pwiwchgbh', 'tomorrow', 'https', 'co', 'apmivym', 'way', 'see', 'soon', 'cape', 'girardeau', 'missouri', 'magarally', 'https', 'co', 'pwiwchgbh', 'https', 'co', 'xzdgktutml', 'loyal', 'faithful', 'country', 'president', 'loyal', 'faithful', 'get', 'tomorrow', 'https', 'co', 'hfihperfgz', 'https', 'co', 'hlma', 'fantastic', 'evening', 'girardeau', 'missouri', 'josh', 'hawleymo', 'tireless', 'champion', 'great', 'job', 'great', 'tax_cut', 'tough', 'crime', 'share', 'value', 'always', 'support', 'military', 'vet', 'police', 'get', 'tomorrow', 'vote', 'josh', 'https', 'zgyv', 'vote', 'claire', 'mccaskill', 'vote', 'schumer', 'pelosi', 'water', 'socialist', 'agenda', 'claire', 'vote', 'favor', 'deadly', 'sanctuary_citie', 'would', 'rather', 'protect', 'criminal_aliens', 'american', 'citizen', 'need', 'voted', 'office', 'vote', 'hawleymo', 'https', 'co', 'fantastic', 'evening', 'cape', 'girardeau', 'missouri', 'josh', 'hawleymo', 'tireless', 'champion', 'great', 'job', 'great', 'tax_cut', 'tough', 'crime', 'share', 'value', 'always', 'support', 'military', 'vet', 'police', 'get', 'tomorrow', 'vote', 'josh', 'https', 'co', 'nqx', 'rumor', 'put', 'democrat', 'josh', 'hawley', 'missouri', 'leave', 'arena', 'last_night', 'early', 'fake_news', 'meet', 'plane', 'arrive', 'speak', 'great', 'rally', 'amp', 'stay', 'end', 'fact', 'say', 'goodbye', 'left', 'deception', 'congressman', 'peter', 'king', 'hardworke', 'gem', 'love', 'country', 'state', 'get', 'vote', 'peter', 'polling', 'location', 'https', 'co', 'pwiwchgbh', 'bob', 'hugin', 'successful', 'life', 'would', 'great', 'senator', 'complete', 'total_endorsement', 'get', 'vote', 'bob', 'epstein', 'way', 'michigan', 'house', 'wonderful', 'person', 'time', 'real', 'fighter', 'strong', 'endorsement', 'florida', 'important', 'get', 'vote', 'congressional', 'candidate', 'michael', 'waltz', 'strong', 'endorsement', 'congressman', 'randy', 'hultgren', 'illinoi', 'great', 'job', 'get', 'vote', 'randy', 'total_endorsement', 'tremendous', 'success', 'tonight', 'thank', 'time', 'last', 'year', 'incumbent', 'president', 'seat', 'senate', 'year', 'election', 'trump', 'magic', 'guy', 'magic', 'come', 'ear', 'astonish', 'vote', 'getter', 'amp', 'campaigner', 'republican', 'unbelievably', 'lucky', 'awe', 'well', 'do', 'trump', 'magic', 'trump', 'magic', 'man', 'incredible', 'get', 'entire', 'medium', 'attack', 'day', 'pull', 'enormous', 'win', 'ben', 'stein', 'capitalist', 'code', 'davidasmanfox', 'democrat', 'respond', 'think', 'position', 'republican', 'improve', 'candidate', 'tonight', 'realize', 'important', 'campaigning', 'owe', 'political', 'career', 'thank', 'agree', 'receive', 'many', 'congratulation', 'many', 'big', 'victory', 'last_night', 'include', 'foreign', 'nation', 'friend', 'wait', 'hope', 'trade_deal', 'get', 'back', 'work', 'get', 'thing', 'do', 'show', 'great', 'courage', 'hard', 'fight', 'campaign', 'become', 'governor', 'florida', 'congratulation', 'ron', 'family', 'work', 'incredible', 'midterm', 'election', 'embrace', 'certain', 'policy', 'principle', 'well', 'say', 'goodbye', 'yesterday', 'big', 'win', 'pressure', 'nasty', 'hostile', 'medium', 'news', 'conference', 'white_house', 'discuss', 'success', 'midterm', 'pundit', 'talking_head', 'give', 'proper', 'credit', 'great', 'midterm', 'election', 'remember', 'word', 'fake_news', 'democrat', 'think', 'go', 'waste', 'taxpayer', 'money', 'investigate', 'house', 'level', 'likewise', 'force', 'consider', 'investigate', 'leak', 'classified_information', 'much', 'else', 'senate', 'level', 'play', 'game', 'fairness', 'nancy_pelosi', 'deserve', 'choose', 'speaker', 'house', 'democrat', 'give', 'hard', 'time', 'perhaps', 'add', 'republican', 'vote', 'earn', 'great', 'honor', 'accord', 'news', 'voter', 'nationwide', 'disapprove', 'call', 'mueller', 'investigation', 'approve', 'mean', 'finally', 'begin', 'understand', 'disgusting', 'witch_hunt', 'lead', 'angry_democrat', 'pleased', 'announce', 'matthew', 'whitaker', 'chief', 'staff', 'attorney_general', 'department', 'justice', 'become', 'new', 'act', 'attorney_general', 'united_state', 'serve', 'country', 'well', 'thank', 'attorney_general', 'jeff_sessions', 'service', 'wish', 'well', 'permanent', 'replacement', 'nominate', 'later_date', 'fully', 'brief', 'terrible', 'shooting', 'california', 'first_responder', 'together', 'fbi', 'scene', 'people', 'time', 'report', 'dead', 'likewise', 'shooter', 'dead', 'first', 'police', 'officer', 'enter', 'bar', 'great', 'bravery', 'show', 'police', 'california', 'highway', 'patrol', 'scene', 'minute', 'first', 'officer', 'enter', 'shoot', 'numerous', 'time', 'sheriff', 'sergeant', 'die', 'hospital', 'victim', 'family', 'victim', 'thank', 'look', 'big', 'corruption', 'scandal', 'election', 'fraud', 'broward', 'palm_beach', 'florida', 'vote', 'rick_scott', 'presidential', 'proclamation', 'address', 'mass', 'migration', 'southern_border', 'united_states', 'https', 'co', 'blzn', 'xgys', 'briankempga', 'run', 'great', 'race', 'georgia', 'time', 'move', 'mean', 'find', 'vote', 'florida', 'georgia', 'election', 'tuesday', 'let', 'blame', 'russian', 'demand', 'immediate', 'apology', 'president', 'putin', 'soon', 'democrat', 'send', 'good', 'election', 'steal', 'lawyer', 'marc', 'elias', 'broward', 'county', 'miraculously', 'start', 'find', 'democrat', 'vote', 'worry', 'florida', 'send', 'much', 'well', 'lawyer', 'expose', 'fraud', 'jeff_flake', 'want', 'protect', 'senate', 'confirm', 'special_counsel', 'want', 'protect', 'future', 'unelectable', 'arizona', 'crime', 'terrible', 'job', 'weak', 'ineffective', 'guy', 'rick_scott', 'vote', 'election', 'day', 'find', 'many', 'vote', 'vote', 'broward', 'effect', 'come', 'never', 'find', 'republican', 'vote', 'mayor', 'gillum', 'concede', 'election', 'day', 'broward', 'county', 'put', 'back', 'play', 'bill_nelson', 'concede', 'election', 'back', 'play', 'embarrassment', 'country', 'democracy', 'election', 'win', 'much', 'florida', 'broward', 'county', 'late', 'vote', 'tabulation', 'probably', 'getting_ready', 'number', 'enough', 'people', 'live', 'broward', 'falsify', 'victory', 'thank', 'marcorubio', 'help', 'expose', 'potential', 'corruption', 'go', 'respect', 'election', 'theft', 'broward', 'palm_beach', 'county', 'world', 'watch', 'closely', 'arizona', 'signature', 'match', 'electoral', 'corruption', 'call', 'new', 'election', 'must', 'protect', 'democracy', 'president', 'macron', 'france', 'suggest', 'europe', 'build', 'military', 'order', 'protect', 'china', 'russia', 'insult', 'perhaps', 'europe', 'first', 'pay', 'fair', 'share', 'nato', 'subsidize', 'greatly', 'matthew', 'whitaker', 'highly_respecte', 'former', 'attorney', 'iowa', 'choose', 'jeff_sessions', 'chief', 'staff', 'know', 'whitaker', 'likewise', 'chief', 'know', 'whitaker', 'primarily', 'travel', 'session', 'social', 'contact', 'whitaker', 'highly', 'think', 'senjoniernst', 'senator', 'chuckgrassley', 'ambassador', 'terrybranstad', 'leonard', 'leo', 'federalist', 'society', 'many', 'feel', 'certain', 'make', 'outstanding', 'act', 'attorney_general', 'reason', 'massive', 'deadly', 'costly', 'forest', 'fire', 'california', 'forest', 'management', 'poor', 'billion', 'dollar', 'give', 'year', 'many', 'life', 'lose', 'gross', 'mismanagement', 'forest', 'remedy', 'fed', 'payment', 'getting_ready', 'celebrate', 'end', 'world', 'war', 'anything', 'better', 'celebrate', 'end', 'war', 'particular', 'bloodiest', 'bad', 'time', 'happy', 'rd', 'birthday', 'great', 'marine_corps', 'https', 'co', 'cptomfmxp', 'productive', 'meeting', 'call', 'country', 'today', 'meeting', 'tonight', 'world', 'leader', 'try', 'steal', 'big', 'election', 'florida', 'watch', 'closely', 'fight', 'camp', 'woolsey', 'fire', 'california', 'burn', 'acre', 'heart', 'fight', 'fire', 'evacuate', 'family', 'die', 'destruction', 'catastrophic', 'california', 'fire', 'expand', 'quickly', 'case', 'acre', 'minute', 'people', 'evacuate', 'quickly', 'risk', 'overtaken', 'fire', 'listen', 'evacuation', 'order', 'state', 'local_official', 'proper', 'forest', 'management', 'stop', 'devastation', 'constantly', 'go', 'california', 'get', 'smart', 'veteran', 'day', 'end', 'wwi', 'honor', 'brave', 'hero', 'fight', 'america', 'great', 'war', 'veteran', 'wear', 'uniform', 'keep', 'nation', 'safe', 'strong', 'free', 'https', 'co', 'zbvvyrr', 'https', 'ztfvnm', 'beautiful', 'ceremony', 'today', 'pari', 'commemorate', 'end', 'world', 'war', 'many', 'world', 'leader', 'attendance', 'thank', 'emmanuelmacron', 'president', 'france', 'suresne', 'american', 'cemetery', 'make', 'speech', 'honor', 'great', 'hero', 'back', 'poland', 'great', 'country', 'congratulation', 'independence', 'never', 'forget', 'time', 'https', 'co', 'geme', 'mcf', 'exactly', 'years_ago', 'today', 'world', 'war', 'come', 'end', 'gather', 'together', 'hallowed', 'rest', 'place', 'brave', 'american', 'give', 'last', 'breath', 'mighty', 'struggle', 'https', 'co', 'jpukor', 'return', 'france', 'much', 'accomplish', 'meeting', 'world', 'leader', 'never', 'easy', 'bring', 'fact', 'must', 'treated_fairly', 'military', 'trade', 'pay', 'large', 'portion', 'country', 'military', 'protection', 'hundred', 'billion', 'dollar', 'great', 'privilege', 'lose', 'hundred', 'billion', 'dollar', 'country', 'trade', 'tell', 'situation', 'not', 'continue', 'always', 'ridiculously', 'unfair', 'united_states', 'massive_amount', 'money', 'spend', 'protect', 'country', 'get', 'nothing', 'loss', 'time', 'rich', 'country', 'pay', 'united_state', 'great', 'military', 'protection', 'protect', 'trade', 'must', 'make', 'free', 'fair', 'florida', 'election', 'call', 'favor', 'large', 'number', 'new', 'ballot', 'show', 'nowhere', 'many', 'ballot', 'miss', 'forge', 'honest', 'vote', 'count', 'longer', 'possible', 'ballot', 'massively', 'infect', 'must', 'go', 'election', 'night', 'prospect', 'presidential', 'harassment', 'dem', 'cause', 'stock_market', 'big', 'headache', 'california', 'fire', 'fighter', 'fema', 'first_responder', 'amazing', 'brave', 'thank', 'american', 'cable', 'association', 'big', 'problem', 'comcast', 'say', 'comcast', 'routinely', 'violate', 'antitrust', 'law', 'guy', 'act', 'much', 'bad', 'much', 'potential', 'damage', 'consumer', 'anything', 'amp', 'time', 'warner', 'would', 'charlie', 'gasparino', 'hopefully', 'saudi_arabia', 'opec', 'cut', 'oil', 'production', 'oil_price', 'much', 'lower', 'base', 'supply', 'approve', 'expedite', 'request', 'major', 'disaster', 'declaration', 'state', 'california', 'want', 'respond', 'quickly', 'order', 'alleviate', 'incredible', 'suffering', 'go', 'way', 'victim', 'family', 'affect', 'emmanuel', 'macron', 'suggest', 'build', 'army', 'protect', 'europe', 'china', 'russia', 'germany', 'world', 'war', 'amp', 'work', 'france', 'start', 'learn', 'german', 'paris', 'come', 'pay', 'nato', 'trade', 'france', 'make', 'excellent', 'wine', 'problem', 'france', 'make', 'hard', 'sell', 'wine', 'france', 'charge', 'big', 'tariff', 'make', 'easy', 'french', 'wine', 'charge', 'small', 'tariff', 'fair', 'must', 'change', 'problem', 'emmanuel', 'suffer', 'low', 'approval_rating', 'france', 'unemployment_rate', 'almost', 'try', 'get', 'way', 'country', 'nationalist', 'france', 'proud', 'people', 'rightfully', 'make', 'france', 'great', 'way', 'helicopter', 'fly', 'first', 'cemetery', 'france', 'almost', 'visibility', 'suggest', 'drive', 'secret_service', 'say', 'far', 'airport', 'amp', 'big', 'paris', 'shutdown', 'speech', 'next', 'day', 'american', 'cemetary', 'pour', 'rain', 'little', 'reported', 'fake_news', 'way', 'helicopter', 'fly', 'first', 'cemetery', 'france', 'almost', 'visibility', 'suggest', 'drive', 'secret_service', 'say', 'far', 'airport', 'amp', 'big', 'paris', 'shutdown', 'speech', 'next', 'day', 'american', 'cemetery', 'pour', 'rain', 'little', 'reported', 'fake_news', 'bill_nelson', 'concede', 'florida', 'character', 'run', 'broward', 'palm_beach', 'vote', 'able', 'find', 'enough', 'vote', 'much', 'spotlight', 'story', 'time', 'concern', 'north_korea', 'develop', 'missile', 'basis', 'inaccurate', 'fully', 'know', 'site', 'discuss', 'nothing', 'new', 'nothing', 'happen', 'normal', 'fake_news', 'first', 'let', 'know', 'thing', 'go', 'bad', 'mourn', 'life', 'lose', 'pray', 'victim', 'california', 'wildfire', 'want', 'thank', 'firefighter', 'first_responder', 'incredible', 'courage', 'face', 'grave', 'danger', 'https', 'co', 'yqyzr', 'ozs', 'today', 'gather', 'diwali', 'holiday', 'observed', 'buddhist', 'sikhs', 'jain', 'united_state', 'amp', 'world', 'hundred', 'million', 'people', 'gather', 'family', 'amp', 'friend', 'light', 'diya', 'mark', 'begin', 'new', 'year', 'https', 'co', 'qrfapm', 'https', 'co', 'lkrtr', 'ncql', 'today', 'gather', 'diwali', 'holiday', 'observed', 'buddhist', 'sikhs', 'jain', 'united_state', 'amp', 'world', 'hundred', 'million', 'people', 'gather', 'family', 'amp', 'friend', 'light', 'diya', 'mark', 'begin', 'new', 'year', 'https', 'co', 'ephogpty', 'https', 'co', 'luwnhngwj', 'great', 'honor', 'host', 'celebration', 'diwali', 'hindu', 'festival', 'light', 'roosevelt', 'room', 'whitehouse', 'afternoon', 'special', 'people', 'https', 'co', 'kqk', 'ivpsfo', 'https', 'co', 'jf', 'boom', 'record', 'high', 'business', 'optimism', 'need', 'employee', 'year', 'high', 'https', 'co', 'jbfjewacfd', 'see', 'many', 'year', 'america', 'steelworker', 'get', 'hard', 'earn', 'raise', 'administration', 'policy', 'help', 'bring', 'back', 'steel', 'industry', 'critical', 'national_security', 'always', 'protect', 'america', 'worker', 'brief', 'fema_brock', 'secretaryzinke', 'california', 'thank', 'great', 'firefighter', 'first_responder', 'fema', 'incredible', 'job', 'california', 'wildfire', 'nation', 'appreciate', 'heroism', 'courage', 'amp', 'genius', 'speak', 'governor', 'jerry_brown', 'let', 'know', 'people', 'california', 'way', 'grateful', 'today', 'member', 'house', 'amp', 'senate', 'pour', 'time', 'heart', 'energy', 'crucial', 'issue', 'prison', 'reform', 'work', 'together', 'admin', 'last', 'year', 'member', 'reach', 'bipartisan', 'agreement', 'https', 'co', 'wflidv', 'czr', 'pledge', 'hire', 'american', 'include', 'leave', 'prison', 'look', 'fresh', 'start', 'new', 'job', 'new', 'life', 'legislation', 'support', 'today', 'contain', 'many', 'significant', 'reform', 'read', 'https', 'co', 'bwq', 'fyk', 'https', 'kntpr', 'white_house', 'run', 'smoothly', 'result', 'nation', 'obviously', 'good', 'envy', 'world', 'anytime', 'even', 'think', 'make', 'change', 'fake_news', 'medium', 'go', 'crazy', 'always', 'seek', 'make', 'look', 'bad', 'possible', 'dishonest', 'inner', 'working', 'mueller', 'investigation', 'total', 'mess', 'find', 'collusion', 'go', 'absolutely', 'nuts', 'scream', 'shout', 'people', 'horribly', 'threaten', 'come', 'answer', 'want', 'disgrace', 'nation', 'care', 'many', 'life', 'ruin', 'angry', 'people', 'include', 'highly', 'conflict', 'work', 'obama', 'year', 'even', 'look', 'bad', 'act', 'crime', 'side', 'total', 'witch_hunt', 'american', 'history', 'university', 'someday', 'study', 'highly', 'conflict', 'senate', 'approve', 'gang', 'thug', 'do', 'destroy', 'people', 'protect', 'crooked_hillary', 'comey_mccabe', 'lisa_page', 'amp', 'lover', 'peter', 'friend', 'side', 'collusion', 'democrat', 'russia', 'many', 'other', 'fbi', 'take', 'server', 'dnc', 'still', 'check', 'biased', 'facebook', 'twitter', 'favor', 'democrat', 'real', 'collusion', 'flotus_melania', 'honor', 'visit', 'great', 'marine', 'marine', 'barracks', 'washington', 'love', 'usmc', 'mbwdc', 'https', 'co', 'aswmdzrdrk', 'https', 'co', 'xyrpw', 'zzvv', 'great', 'honor', 'host', 'whitehouse', 'conference', 'support', 'veteran', 'amp', 'military', 'family', 'everyone', 'today', 'serve', 'country', 'uniform', 'amp', 'veteran', 'amp', 'military', 'family', 'land', 'want', 'express', 'eternal', 'gratitude', 'entire_nation', 'https', 'co', 'mk', 'juatgfk', 'last', 'year', 'sign', 'landmark', 'accountability', 'act', 'ensure', 'mistreat', 'veteran', 'hold', 'fully', 'accountable', 'inauguration', 'remove', 'government', 'employee', 'give', 'vet', 'care', 'deserve', 'https', 'co', 'kqwxxt', 'sacred', 'duty', 'support', 'america', 'service', 'member', 'every_single', 'day', 'wear', 'uniform', 'day', 'return', 'home', 'veteran', 'together', 'honor', 'defend', 'cherish', 'protect', 'celebrate', 'amazing', 'hero', 'https', 'fwu', 'people', 'tell', 'republican_party', 'track', 'pick', 'seat', 'senate', 'epic', 'victory', 'fake_news', 'medium', 'want', 'speak', 'house', 'midterm', 'result', 'better', 'sit', 'president', 'today', 'east_room', 'whitehouse', 'true', 'privilege', 'award', 'extraordinary', 'american', 'presidential', 'medal', 'freedom', 'https', 'co', 'people', 'tell', 'republican_party', 'track', 'pick', 'seat', 'senate', 'epic', 'victory', 'fake_news', 'medium', 'want', 'speak', 'house', 'midterm', 'result', 'better', 'sit', 'president', 'presidential', 'medal', 'freedom', 'https', 'co', 'mgeg', 'wijtk', 'congratulation', 'become', 'new', 'governor', 'florida', 'odd', 'fight', 'amp', 'fight', 'amp', 'fight', 'result', 'historic', 'victory', 'never', 'give', 'never', 'great', 'governor', 'congratulation', 'brian_kemp', 'become', 'new', 'governor', 'georgia', 'stacey', 'abram', 'fight', 'brilliantly', 'hard', 'terrific', 'political', 'future', 'brian', 'unrelenting', 'become', 'great', 'governor', 'truly', 'wonderful', 'people', 'georgia', 'ironic', 'large', 'caravan', 'people', 'march', 'border', 'want', 'asylum', 'fearful', 'country', 'yet', 'proudly', 'wave', 'country', 'flag', 'possible', 'big', 'con', 'american', 'taxpayer', 'pay', 'thank', 'jerrybrowngov', 'look_forward', 'join', 'gavinnewsom', 'tomorrow', 'california', 'https', 'co', 'uuxwaadmov', 'get', 'nancy_pelosi', 'many', 'vote', 'want', 'order', 'speaker', 'house', 'deserve', 'victory', 'earn', 'party', 'try', 'take', 'away', 'win', 'tomreedcongress', 'congratulation', 'gillum', 'run', 'really', 'tough', 'competitive', 'race', 'governor', 'great', 'state', 'florida', 'strong', 'democrat', 'warrior', 'long', 'future', 'force', 'reckon', 'time', 'phony', 'story', 'usual', 'relationship', 'mike_pence', 'make', 'source', 'refuse', 'ask', 'would', 'know', 'imagine', 'president', 'better', 'close', 'relationship', 'vice', 'president', 'fake_news', 'enemy', 'people', 'head', 'california', 'gopleader', 'mccarthy', 'replamalfa', 'kencalvert', 'look_forward', 'brave', 'firefighter', 'first_responder', 'fema', 'many', 'brave', 'people', 'california', 'way', 'god_bles', 'incredible', 'great', 'hero', 'today', 'california', 'always', 'https', 'co', 'mctf', 'interview', 'chris_wallace', 'foxnew', 'enjoy', 'funny', 'see', 'little', 'adam', 'schitt', 'ca', 'talk', 'fact', 'act', 'attorney_general', 'matt', 'whitaker', 'approve', 'senate', 'mention', 'fact', 'highly', 'conflict', 'approve', 'senate', 'mayor', 'tijuana', 'mexico', 'state', 'city', 'ill', 'prepared', 'handle', 'many', 'migrant', 'backlog', 'could', 'last', 'month', 'likewise', 'ill', 'prepared', 'invasion', 'stand', 'cause', 'crime', 'big', 'problem', 'mexico', 'go', 'home', 'catch', 'release', 'obsolete', 'term', 'catch', 'detain', 'illegal_immigrant', 'try', 'come', 'often', 'proudly', 'fly', 'flag', 'nation', 'ask', 'asylum', 'detain', 'turn', 'dem', 'must', 'approve', 'border_security', 'amp', 'wall', 'day', 'rick_scott', 'never', 'waver', 'great', 'governor', 'even', 'great', 'senator', 'represent', 'people', 'florida', 'congratulation', 'rick', 'wage', 'courageous', 'successful', 'campaign', 'love', 'mississippi', 'great', 'https', 'co', 'hqpc', 'crhdi', 'course', 'capture', 'laden', 'long', 'pointed', 'book', 'attack', 'world', 'trade', 'center', 'president', 'clinton', 'famously', 'miss', 'shot', 'pay', 'pakistan', 'billion', 'dollar', 'amp', 'never', 'tell', 'living', 'fool', 'longer', 'pay', 'pakistan', 'billion', 'would', 'take', 'money', 'nothing', 'laden', 'prime', 'example', 'afghanistan', 'many', 'country', 'take', 'united_state', 'give', 'anything', 'return', 'end', 'fake_news', 'show', 'old', 'footage', 'people', 'climb', 'ocean', 'area', 'fence', 'really', 'looks_like', 'climber', 'administration', 'https', 'co', 'cd', 'ltrepml', 'hope', 'discovery', 'eventual', 'recovery', 'argentine', 'submarine', 'bring', 'need', 'closure', 'wonderful', 'family', 'brave', 'miss', 'sailor', 'look_forward', 'hearing', 'friend', 'president', 'mauriciomacri', 'argentina', 'later', 'month', 'call', 'comedian', 'michelle', 'wolf', 'bomb', 'badly', 'last', 'year', 'white_house', 'correspondent', 'dinner', 'year', 'first', 'time', 'decade', 'author', 'instead', 'comedian', 'good', 'first', 'step', 'comeback', 'die', 'evening', 'tradition', 'maybe', 'go', 'america', 'first', 'oil_price', 'get', 'lower', 'great', 'big', 'america', 'world', 'enjoy', 'thank', 'saudi_arabia', 'let', 'go', 'low', 'make_america', 'great', 'trump', 'imitation', 'syndrome', 'afflict', 'president', 'liberal', 'enemy', 'thank', 'mgoodwin_nypost', 'https', 'co', 'kpmsrkcabz', 'great', 'new', 'book', 'mad', 'politic', 'keep', 'sanity', 'world', 'go', 'crazy', 'realdrgina', 'loudon', 'go', 'get', 'copy', 'today', 'great', 'read', 'sorry', 'chief', 'justice', 'john', 'robert', 'indeed', 'obama', 'judge', 'much', 'different', 'point', 'view', 'people', 'charge', 'safety', 'country', 'would', 'great', 'indeed', 'independent', 'judiciary', 'many', 'oppose', 'view', 'border', 'safety', 'case', 'file', 'vast', 'number', 'case', 'overturn', 'study', 'number', 'shocking', 'need', 'protection', 'security', 'ruling', 'make', 'country', 'unsafe', 'dangerous', 'unwise', 'thank', 'president', 'trump', 'border', 'american', 'president', 'ever', 'do', 'hector', 'garza', 'national', 'border_patrol', 'council', 'lot', 'criminal', 'caravan', 'stop', 'catch', 'detain', 'judicial', 'activism', 'people', 'know', 'nothing', 'security', 'safety', 'citizen', 'put', 'country', 'great', 'danger', 'good', 'decision', 'overturn', 'foxnew', 'terrible', 'costly', 'dangerous', 'disgrace', 'become', 'dump', 'ground', 'certain', 'lawyer', 'look', 'easy', 'win', 'delay', 'much', 'talk', 'divide', 'circuit', 'big', 'brutal', 'extend', 'cold', 'blast', 'could', 'shatter', 'record', 'happen', 'global_warme', 'win', 'fake_news', 'medium', 'big', 'story', 'today', 'push', 'hard', 'get', 'gasoline', 'price', 'low', 'people', 'drive', 'cause', 'traffic', 'jam', 'great', 'nation', 'sorry', 'everyone', 'mean', 'amp', 'nasty', 'world', 'middle_east', 'particular', 'long', 'historic', 'commitment', 'amp', 'one', 'absolutely', 'vital', 'america', 'national_security', 'secpompeo', 'agree', 'addition', 'many', 'billion', 'dollar', 'purchase', 'make', 'big', 'job', 'oil', 'happy', 'thanksgiving', 'justice', 'robert', 'say', 'want', 'complete', 'amp', 'total', 'disaster', 'control', 'horrible', 'reputation', 'overturn', 'circuit', 'country', 'amp', 'use', 'get', 'almost', 'guarantee', 'result', 'judge', 'must', 'legislate', 'security', 'safety', 'border', 'anywhere', 'else', 'know', 'nothing', 'make', 'country', 'unsafe', 'great', 'professional', 'must', 'allowed', 'job', 'bedlam', 'chaos', 'injury', 'death', 'want', 'constitution', 'write', 'speak', 'great', 'military', 'different', 'part', 'world', 'teleconference', 'eastern', 'see', 'coast_guard', 'patriot', 'amp', 'thank', 'great', 'job', 'especially', 'hurricane', 'happy', 'thanksgiving', 'https', 'co', 'chcfedke', 'cold', 'weather', 'history', 'thanksgive', 'day', 'parade', 'nyc', 'cold', 'thanksgiving', 'record', 'highly_trained', 'security', 'professional', 'allow', 'job', 'border', 'judicial', 'activism', 'interference', 'nevertheless', 'work', 'hard', 'make_america', 'safe', 'place', 'hard', 'anybody', 'filing', 'lawsuit', 'win', 'republican', 'democrat', 'must', 'come', 'together', 'finally', 'major', 'border_security', 'package', 'include', 'funding', 'wall', 'year', 'talk', 'finally', 'time', 'action', 'fix', 'border', 'really', 'good', 'criminal', 'justice', 'reform', 'true', 'shot', 'major', 'bipartisan', 'support', 'senatemajldr', 'mitch_mcconnell', 'senchuckschumer', 'real', 'chance', 'something', 'badly', 'need', 'country', 'already', 'big', 'vote', 'house', 'would', 'major', 'victory', 'really', 'good', 'criminal', 'justice', 'reform', 'true', 'shot', 'major', 'bipartisan', 'support', 'senatemajldr', 'mitch_mcconnell', 'senschumer', 'real', 'chance', 'something', 'badly', 'need', 'country', 'already', 'pass', 'big', 'vote', 'house', 'would', 'major', 'victory', 'extremely', 'happy', 'proud', 'job', 'do', 'ustreasury', 'secretary', 'stevenmnuchin', 'fake_news', 'like', 'write', 'story', 'contrary', 'quote', 'phony', 'source', 'jealous', 'people', 'true', 'never', 'ask', 'would', 'kill', 'story', 'migrant', 'southern_border', 'allow', 'united_states', 'claim', 'individually', 'approve', 'court', 'allow', 'come', 'country', 'legally', 'strong', 'policy', 'catch', 'detain', 'release', 'stay', 'mexico', 'reason', 'become', 'necessary', 'close', 'southern_border', 'way', 'united_states', 'decade', 'abuse', 'put', 'costly', 'dangerous', 'situation', 'victor', 'davi', 'hanson', 'good', 'interesting', 'guest', 'mark', 'levin', 'foxnew', 'write', 'highly', 'tout', 'book', 'call', 'second', 'world', 'war', 'new', 'book', 'soon', 'come', 'call', 'case', 'trump', 'recommend', 'marklevinshow', 'gulfport', 'tupelo', 'mississippi', 'monday', 'night', 'rally', 'senator', 'hyde', 'smith', 'important', 'election', 'tuesday', 'outstanding', 'person', 'strong', 'border', 'crime', 'military', 'great', 'vet', 'healthcare', 'amp', 'nd', 'need', 'large', 'violent', 'french', 'protest', 'take', 'account', 'badly', 'united_states', 'treat', 'trade', 'european_union', 'fair', 'reasonable', 'payment', 'great', 'military', 'protection', 'topic', 'must', 'remedie', 'soon', 'would', 'smart', 'mexico', 'would', 'stop', 'caravan', 'long', 'get', 'southern_border', 'originate', 'country', 'would', 'let', 'form', 'way', 'get', 'certain', 'people', 'country', 'dump', 'long', 'dem', 'create', 'problem', 'crossing', 'great', 'oil_price', 'fall', 'thank', 'president', 'add', 'big', 'tax_cut', 'good', 'economic', 'news', 'inflation', 'listen', 'feed', 'mississippi', 'vote', 'tuesday', 'respect', 'need', 'washington', 'thank', 'general', 'anthony', 'tata', 'president', 'trump', 'man', 'word', 'amp', 'say', 'go', 'tough', 'border', 'tough', 'border', 'rightfully', 'strengthen', 'border', 'face', 'unprecedented', 'threat', 'right', 'move', 'president', 'trump', 'thank', 'general', 'europe', 'pay', 'fair', 'share', 'military', 'protection', 'european_union', 'many', 'year', 'taken_advantage', 'trade', 'live', 'military', 'commitment', 'nato', 'thing', 'must', 'change', 'fast', 'clinton_foundation', 'donation', 'drop', 'show', 'illegally', 'play', 'power', 'game', 'monetize', 'political', 'influence', 'foundation', 'tenure', 'state', 'department', 'put', 'service', 'clinton_foundation', 'mccarthy', 'minute', 'phony', 'story', 'child', 'separation', 'know', 'exact', 'policy', 'obama', 'administration', 'fact', 'picture', 'child', 'jail', 'use', 'fake', 'medium', 'show', 'bad', 'cruel', 'year', 'obama', 'separate', 'child', 'parent', 'bush', 'policy', 'law', 'try', 'keep', 'together', 'problem', 'vast', 'number', 'additional', 'people', 'storm', 'border', 'obama', 'seperation', 'fine', 'trump', 'fake', 'minute', 'mexico', 'move', 'flag', 'waving', 'migrant', 'many', 'stone', 'cold', 'criminal', 'back', 'country', 'plane', 'bus', 'anyway', 'want', 'come', 'close', 'border', 'permanently', 'need', 'congress', 'fund', 'wall', 'mueller', 'final', 'report', 'cover', 'conflict', 'interest', 'preamble', 'recommend', 'action', 'crime', 'many', 'kind', 'side', 'happen', 'podesta', 'put', 'statement', 'hundred', 'people', 'closely', 'involved', 'campaign', 'never', 'meet', 'see', 'speak', 'russian', 'period', 'many', 'campaign', 'worker', 'people', 'begin', 'ask', 'call', 'want', 'collusion', 'amp', 'mueller', 'know', 'year', 'anniversary', 'mumbai', 'terror_attack', 'stand', 'people', 'india', 'quest', 'justice', 'attack', 'kill', 'innocent', 'include', 'american', 'never', 'let', 'terrorist', 'win', 'even', 'come', 'close', 'winning', 'cnn', 'great', 'united_state', 'base', 'rating', 'little', 'competition', 'world', 'cnn', 'powerful', 'voice', 'portray', 'united_states', 'unfair', 'false', 'way', 'something', 'do', 'include', 'possibility', 'united_state', 'start', 'worldwide', 'network', 'show', 'world', 'way', 'really', 'great', 'brad', 'raffensperger', 'fantastic', 'secretary', 'state', 'georgia', 'work', 'closely', 'briankempga', 'really', 'important', 'get', 'vote', 'brad', 'early_voting', 'start', 'today', 'election', 'december', 'tough', 'crime', 'border', 'love', 'military', 'vet', 'great', 'job', 'phony', 'witch_hunt', 'continue', 'mueller', 'gang', 'angry', 'dem', 'look', 'side', 'wait', 'come', 'horribly', 'viciously', 'treat', 'people', 'ruin', 'life', 'refuse', 'lie', 'mueller', 'conflict', 'prosecutor', 'go', 'rogue', 'fake_news', 'medium', 'build', 'saint', 'actuality', 'exact', 'opposite', 'tremendous', 'damage', 'criminal', 'justice', 'system', 'look', 'side', 'hero', 'come', 'mueller', 'terrible', 'gang', 'angry_democrat', 'look', 'look', 'come', 'witch_hunt', 'continue', 'get', 'nothing', 'ruin', 'life', 'server', 'let', 'terrible', 'people', 'go', 'back', 'clinton_foundation', 'justice_department', 'poll', 'open', 'mississippi', 'need', 'cindy', 'hyde', 'smith', 'washington', 'go', 'vote', 'thank', 'disappoint', 'general_motor', 'ceo', 'mary', 'barra', 'closing', 'plant', 'ohio', 'michigan', 'maryland', 'nothing', 'close', 'mexico', 'amp', 'china', 'save', 'general_motor', 'thank', 'get', 'look', 'cut', 'gm', 'subsidy', 'include', 'electric', 'car', 'general_motor', 'make', 'big', 'china', 'bet', 'build', 'plant', 'mexico', 'think', 'bet', 'go', 'pay', 'protect', 'america', 'worker', 'mueller', 'witch_hunt', 'total', 'disgrace', 'look', 'supposedly', 'steal', 'crooked_hillary', 'clinton', 'email', 'even_though', 'want', 'look', 'dnc_server', 'interest', 'email', 'hillary', 'deleted', 'amp', 'acid', 'wash', 'get', 'congressional', 'subpoena', 'brenda', 'snipe', 'charge', 'voting', 'broward', 'county', 'florida', 'spot', 'wear', 'beautiful', 'dress', 'vote', 'sign', 'kid', 'fine', 'honorable', 'highly_respected', 'vote', 'tactician', 'congratulation', 'senator', 'cindy', 'hyde', 'smith', 'big', 'win', 'great', 'state', 'mississippi', 'proud', 'disgusting', 'fake_news', 'everything', 'power', 'report', 'way', 'least', 'major', 'player', 'intimate', 'angry', 'mueller', 'gang', 'dem', 'viciously', 'tell', 'witness', 'lie', 'fact', 'amp', 'get', 'relief', 'joseph', 'mccarthy', 'era', 'reason', 'small', 'truck', 'business', 'go', 'favorite', 'many', 'year', 'tariff', 'put', 'small', 'truck', 'come', 'country', 'call', 'chicken', 'tax', 'car', 'come', 'many', 'car', 'would', 'build', 'would', 'close', 'plant', 'ohio', 'michigan', 'amp', 'maryland', 'get', 'smart', 'congress', 'also', 'country', 'send', 'car', 'taken_advantage', 'decade', 'president', 'great', 'power', 'issue', 'event', 'study', 'steel', 'dynamic', 'announce', 'build', 'brand', 'new', 'ton', 'steel', 'mill', 'southwest', 'create', 'good', 'pay', 'job', 'steel', 'job', 'come', 'back', 'america', 'predict', 'congratulation', 'steel', 'dynamic', 'behalf', 'flotus_melania', 'entire', 'trump', 'family', 'want', 'wish', 'merry_christma', 'may', 'christmas', 'season', 'bring', 'peace', 'heart', 'warmth', 'home', 'cheer', 'spirit', 'joy', 'world', 'nctl', 'https', 'co', 'jdsu', 'sebastian', 'gorka', 'talented', 'man', 'get', 'know', 'well', 'work', 'white_house', 'write', 'excellent', 'book', 'fight', 'much', 'learn', 'good', 'read', 'much', 'happen', 'discredit', 'witch_hunt', 'total', 'hoax', 'study', 'year', 'general_motor', 'counter', 'auto', 'company', 'big', 'steel', 'opening', 'renovate', 'plant', 'country', 'auto', 'company', 'pour', 'include', 'announce', 'major', 'new', 'plant', 'boom', 'ever', 'see', 'investigation', 'search', 'crime', 'time', 'mueller', 'angry_democrat', 'even', 'look', 'atrocious', 'perhaps', 'subversive', 'crime', 'commit', 'crooked_hillary', 'clinton', 'democrat', 'total', 'disgrace', 'illegal', 'joseph', 'mccarthy', 'style', 'witch_hunt', 'shatter', 'many', 'innocent', 'life', 'ever', 'end', 'go', 'forever', 'waste', 'possible', 'prove', 'thing', 'collusion', 'russia', 'ridiculous', 'billion', 'dollar', 'pour', 'coffer', 'tariff', 'charge', 'china', 'long', 'way', 'go', 'company', 'want', 'pay', 'tariff', 'build', 'otherwise', 'let', 'make', 'country', 'richer', 'ever', 'base', 'fact', 'ship', 'sailor', 'return', 'ukraine', 'russia', 'decide', 'would', 'good', 'party', 'concern', 'cancel', 'previously', 'schedule', 'meeting', 'argentina', 'president', 'vladimir_putin', 'look_forward', 'meaningful', 'summit', 'soon', 'situation', 'resolve', 'stevescalise', 'write', 'absolutely', 'fascinating', 'book', 'back', 'game', 'world', 'politic', 'experience', 'much', 'short', 'period', 'time', 'people', 'bravery', 'courage', 'come', 'way', 'back', 'big', 'power', 'great', 'person', 'stephenmoore', 'arthur', 'laffer', 'talented', 'man', 'complete', 'incredible', 'book', 'economic', 'policy', 'call', 'trumponomic', 'really', 'do', 'great', 'job', 'capture', 'long', 'hold', 'view', 'idea', 'book', 'sale', 'terrific', 'read', 'really', 'interesting', 'dbongino', 'new', 'book', 'spygate', 'attempt', 'sabotage', 'donald', 'trump', 'terrific', 'tough', 'smart', 'really', 'get', 'book', 'sale', 'highly', 'recommend'], ['new', 'book', 'come', 'forget', 'great', 'original', 'write', 'greggjarrett', 'judgejeanine', 'pirro', 'book', 'go', 'go', 'get', 'phony', 'witch_hunt', 'well', 'explain'], ['work', 'hard', 'go', 'get', 'well', 'https', 'co', 'mtgjmhmo'], ['rnc', 'chair', 'ronna', 'mcdaniel', 'oversaw', 'history', 'defy', 'gain', 'senate', 'unprecedented', 'fundraising', 'strength', 'ask', 'serve', 'term', 'elect', 'well', 'job'], ['land', 'argentina', 'flotus_melania', 'summit', 'https', 'co', 'zg', 'gmpazf'], ['demonstrate', 'robert_mueller', 'partisan', 'evidence', 'collusion', 'trump', 'russian', 'russian', 'project', 'legal', 'trump', 'tower', 'meeting', 'son', 'perfectly', 'legal', 'involved', 'hack', 'gregg_jarrett', 'total', 'witch_hunt'], ['alan_dershowitz', 'crime', 'mueller', 'authority', 'rove', 'commissioner', 'see', 'evidence', 'crime', 'illegal', 'hoax', 'end', 'immediately', 'mueller', 'refuse', 'look', 'real', 'crime', 'side'], ['arrive', 'argentina', 'busy', 'day', 'plan', 'important', 'meeting', 'schedule', 'great', 'country', 'extremely', 'well', 'represent', 'productive'], ['get', 'good', 'developer', 'happily', 'live', 'life', 'see', 'country', 'go', 'wrong', 'direction', 'put', 'mildly', 'odd', 'decide', 'run', 'president', 'amp', 'continue', 'run', 'business', 'legal', 'amp', 'cool', 'talk', 'campaign', 'trail'], ['lightly', 'look', 'build', 'somewhere', 'russia', 'put', 'money', 'guarantee', 'project', 'witch_hunt'], ['usmca', 'https', 'co', 'cysybybd'], ['sign', 'important', 'large', 'trade_deal', 'world', 'history', 'united_states', 'mexico', 'canada', 'work', 'well', 'together', 'craft', 'great', 'document', 'terrible', 'nafta', 'soon', 'go', 'usmca', 'fantastic'], ['great', 'people', 'alaska', 'hit', 'hard', 'big', 'follow', 'direction', 'highly_trained', 'professional', 'help', 'federal_government', 'spare', 'expense'], ['great', 'review', 'usmca', 'sooo', 'much', 'well', 'nafta'], ['great', 'day', 'summit', 'bueno', 'aire', 'argentina', 'thank', 'https', 'co', 'ihvudoygc'], ['watch', 'seanhannity', 'foxnew', 'enjoy'], ['statement', 'president', 'donald', 'trump', 'first_lady', 'melania', 'trump', 'pass', 'former', 'president', 'george_bush', 'https', 'co', 'qxpsp', 'ggs'], ['president', 'george_bush', 'lead', 'long', 'successful', 'beautiful', 'life', 'whenever', 'see', 'absolute', 'joy', 'life', 'true', 'pride', 'family', 'accomplishment', 'great', 'beginning', 'end', 'truly', 'wonderful', 'man', 'miss'], ['much', 'looking_forward', 'press_conference', 'prior', 'leave', 'argentina', 'great', 'success', 'deal', 'various', 'country', 'leader'], ['however', 'respect', 'bush', 'family', 'former', 'president', 'george_bush', 'wait', 'funeral', 'press_conference'], ['week', 'jew', 'world', 'celebrate', 'miracle', 'flotus_melania', 'send', 'bless', 'happy', 'hanukkah', 'https', 'co', 'lrngcc', 'https', 'co', 'kdjeyvkzmb'], ['china', 'agree', 'reduce', 'remove', 'tariff', 'car', 'come', 'china', 'currently', 'tariff'], ['meeting', 'china', 'extraordinary', 'relation', 'china', 'take', 'big', 'leap', 'forward', 'good', 'thing', 'happen', 'deal', 'great', 'strength', 'china', 'likewise', 'much', 'gain', 'deal', 'complete', 'level', 'field'], ['farmer', 'big', 'fast', 'beneficiary', 'deal', 'china', 'intend', 'start', 'purchase', 'agricultural', 'product', 'immediately', 'make', 'fine', 'clean', 'product', 'world', 'china', 'want', 'farmer', 'love'], ['president_xi', 'strong', 'personal', 'relationship', 'people', 'bring', 'massive', 'positive', 'change', 'trade', 'far', 'great', 'nation', 'solution', 'north_korea', 'great', 'thing', 'china'], ['certain', 'time', 'future', 'together', 'president', 'putin', 'russia', 'start', 'talk', 'meaningful', 'halt', 'become', 'major', 'uncontrollable', 'arm', 'race', 'spend', 'billion_dollar', 'year', 'crazy'], ['would', 'save', 'billion', 'dollar', 'democrat', 'would', 'give', 'vote', 'build_wall', 'way', 'people', 'allow', 'country', 'illegally', 'close', 'entire', 'southern_border', 'necessary', 'also', 'stop', 'drug'], ['michael_cohen', 'ask', 'judge', 'prison', 'time', 'mean', 'terrible', 'unrelated', 'trump', 'thing', 'fraud', 'big', 'loan', 'taxi', 'serve', 'long', 'prison', 'term', 'make', 'story', 'get', 'great', 'amp', 'already', 'reduce', 'deal', 'get'], ['wife', 'father', 'law', 'money', 'scott', 'free', 'lied', 'outcome', 'opinion', 'serve', 'full', 'complete', 'sentence'], ['never', 'testify', 'trump', 'statement', 'recently', 'make', 'roger', 'stone', 'essentially', 'state', 'force', 'rogue', 'control', 'prosecutor', 'make', 'lie', 'story', 'president', 'trump', 'nice', 'know', 'people', 'still', 'gut'], ['bob_mueller', 'much', 'different', 'man', 'people', 'think', 'control', 'band', 'angry_democrat', 'want', 'truth', 'want', 'lie', 'truth', 'bad', 'mission'], ['looking_forward', 'bush', 'family', 'pay', 'respect', 'president', 'george_bush'], ['congratulation', 'newly', 'inaugurate', 'mexican', 'president', 'lopezobrador', 'tremendous', 'political', 'victory', 'great', 'support', 'mexican', 'people', 'work', 'well', 'together', 'many', 'year', 'come'], ['remember', 'https', 'co', 'xbfylzzns'], ['looking_forward', 'wonderful', 'bush', 'family', 'blair', 'house', 'today', 'former', 'first_lady', 'come', 'white_house', 'morning', 'give', 'tour', 'christmas', 'decoration', 'melania', 'elegance', 'amp', 'precision', 'last', 'day', 'remarkable'], ['negotiation', 'china', 'already', 'start', 'extended', 'end', 'day', 'date', 'wonderful', 'warm', 'dinner', 'argentina', 'bob', 'lighthizer', 'work', 'closely', 'steve', 'mnuchin', 'larry', 'kudlow', 'wilbur', 'ross', 'peter', 'navarro'], ['see', 'real', 'deal', 'china', 'actually', 'possible', 'get', 'do', 'china', 'suppose', 'start', 'buy', 'agricultural', 'product', 'immediately', 'want', 'deal', 'happen', 'probably', 'remember'], ['tariff', 'man', 'people', 'country', 'come', 'raid', 'great', 'wealth', 'nation', 'want', 'pay', 'privilege', 'always', 'good', 'way', 'economic', 'power', 'right', 'take', 'billion', 'tariff', 'make_america', 'rich'], ['fair', 'deal', 'able', 'make', 'china', 'many', 'thing', 'know', 'must', 'finally', 'do', 'happily', 'sign', 'let', 'negotiation', 'begin', 'make_america', 'great'], ['could', 'somebody', 'explain', 'democrat', 'need', 'vote', 'country', 'loss', 'billion_dollar', 'year', 'illegal_immigration', 'include', 'terrible', 'drug', 'flow', 'top', 'border_security', 'include', 'wall', 'pay', 'month', 'get', 'do'], ['glad', 'friend', 'emmanuelmacron', 'protestor', 'paris', 'agree', 'conclusion', 'reach', 'years_ago', 'paris', 'agreement', 'fatally', 'flaw', 'raise', 'price', 'energy', 'responsible', 'country', 'whitewash', 'bad', 'polluter'], ['world', 'want', 'clean', 'air', 'clean', 'water', 'make', 'great', 'stride', 'improve', 'america', 'environment', 'american', 'taxpayer', 'american', 'worker', 'pay', 'clean', 'other', 'country', 'pollution'], ['go', 'real', 'deal', 'china', 'deal', 'point', 'charge', 'major', 'tariff', 'chinese', 'product', 'ship', 'united_state', 'ultimately', 'believe', 'make', 'deal', 'future'], ['china', 'want', 'tariff'], ['china', 'officially', 'echo', 'president', 'donald', 'trump', 'optimism', 'bilateral', 'trade', 'talk', 'chinese', 'official', 'begin', 'prepare', 'restart', 'import', 'soybean', 'amp', 'liquify', 'natural', 'gas', 'first', 'sign', 'confirm', 'claim', 'president', 'donald', 'trump', 'white_house'], ['china', 'agree', 'start', 'immediately', 'buy', 'product', 'business'], ['strong', 'signal', 'send', 'china', 'return', 'home', 'long', 'trip', 'include', 'stop', 'argentina', 'sound', 'naive', 'anything', 'believe', 'mean', 'word', 'say', 'long', 'hopefully', 'historic', 'meeting', 'subject', 'discuss'], ['exciting', 'thing', 'come', 'meet', 'china', 'promise', 'criminalize', 'sale', 'deadly', 'fentanyl', 'come', 'united_state', 'consider', 'control', 'substance', 'could', 'game', 'changer'], ['consider', 'bad', 'dangerous', 'addictive', 'deadly', 'substance', 'last', 'year', 'people', 'die', 'fentanyl', 'china', 'crack', 'horror', 'drug', 'use', 'death_penalty', 'distributor', 'pusher', 'result', 'incredible'], ['looking_forward', 'bush', 'family', 'funeral', 'day', 'celebration', 'great', 'man', 'lead', 'long', 'distinguished', 'life', 'miss'], ['hopefully', 'opec', 'keep', 'oil', 'flow', 'restrict', 'world', 'want', 'see', 'need', 'high', 'oil_price'], ['doug', 'wead', 'truly', 'great', 'presidential', 'historian', 'wonderful', 'take', 'beautiful', 'moment', 'history', 'funeral', 'service', 'today', 'president', 'bush', 'doug', 'able', 'brilliantly', 'cover', 'important', 'interesting', 'period', 'time', 'loudobbs'], ['work', 'hard', 'thank', 'https', 'co', 'sowtkzjp'], ['phony', 'russia', 'witch_hunt', 'accomplish', 'last', 'almost', 'year', 'tax', 'amp', 'regulation_cut', 'judge', 'military', 'vet', 'approval_rating', 'would', 'rather', 'report', 'rasmussen', 'call', 'presidential', 'harassment'], ['thought', 'prayer', 'usmc', 'crew', 'member', 'involve', 'mid', 'air', 'collision', 'coast', 'japan', 'thank', 'usforcesjapan', 'immediate', 'response', 'rescue', 'effort', 'need', 'iiimef'], ['fake_news', 'medium', 'ever', 'mention', 'fact', 'republican', 'important', 'help', 'campaign', 'rally', 'united_states', 'senate', 'hear', 'open', 'border', 'dem', 'house', 'senate', 'alone', 'approve', 'judge', 'amp', 'other', 'big', 'republican', 'win'], ['statement', 'china', 'team', 'side', 'smooth', 'communication', 'good', 'cooperation', 'full', 'confidence', 'agreement', 'reach', 'next', 'day', 'agree'], ['jerome', 'corsi', 'justice', 'america', 'political', 'prosecution', 'special', 'prosecutor', 'counsel', 'get', 'plea', 'deal', 'demand', 'lie', 'violate', 'law', 'criminal', 'alone', 'angry', 'dem', 'people', 'force', 'lie', 'sad', 'trish_regan'], ['trish_regan', 'fbi', 'follow', 'protocol', 'obtain', 'warrant', 'think', 'dossier', 'opposition', 'research', 'fund', 'opponent', 'government', 'resource', 'take', 'political', 'foe', 'weaponize', 'government', 'gain', 'really', 'america', 'witch_hunt'], ['fake_news', 'enemy', 'people'], ['arizona', 'together', 'military', 'border_patrol', 'bracing', 'massive', 'surge', 'non', 'walled', 'area', 'let', 'big', 'danger', 'nancy', 'chuck', 'must', 'approve', 'boarder', 'security', 'wall'], ['robert_mueller', 'leakin', 'lyin', 'good', 'friend', 'many', 'mueller', 'conflict', 'interest', 'way', 'woman', 'charge', 'prosecute', 'jerome', 'corsi', 'know', 'charge', 'legal', 'corrupt', 'clinton_foundation', 'total', 'witch_hunt'], ['robert_mueller', 'big', 'time', 'conflict', 'interest', 'list', 'top', 'republican', 'report', 'weissman', 'horrible', 'vicious', 'prosecutorial', 'past', 'list', 'report', 'wrongly', 'destroy', 'people', 'life', 'take', 'great', 'company'], ['overturn', 'united_states', 'supreme_court', 'thing', 'people', 'substantial', 'amp', 'many', 'contribution', 'make', 'angry_democrats', 'campaign', 'crooked_hillary', 'list', 'top', 'report', 'people', 'work', 'clinton'], ['foundation', 'list', 'top', 'report', 'scathe', 'document', 'write', 'lyin', 'james_comey', 'man', 'charge', 'case', 'rod', 'rosenstein', 'also', 'sign', 'warrant', 'big', 'part', 'report', 'rod', 'therefore', 'totally', 'conflict'], ['lie', 'leak', 'people', 'report', 'amp', 'also', 'lovely', 'wife', 'molly', 'comey', 'brennan', 'clapper', 'amp', 'many', 'fired', 'people', 'fbi', 'list', 'report', 'corruption', 'dnc', 'amp', 'clinton', 'campaign', 'expose', 'much'], ['china', 'talk', 'go', 'well'], ['incorrectly', 'report', 'rudy', 'giuliani', 'other', 'counter', 'mueller', 'report', 'fake_news', 'already', 'page', 'do', 'obviously', 'not', 'complete', 'see', 'final', 'witch_hunt', 'report'], ['today', 'honor', 'perish', 'pearl_harbor', 'salute', 'veteran', 'serve', 'world', 'war', 'year', 'follow', 'horrific', 'attack', 'america', 'https', 'co', 'zbu', 'https', 'co', 'hbldrqg'], ['major', 'counter', 'report', 'mueller', 'report', 'never', 'allow', 'happen', 'future', 'president', 'united_state'], ['pleased', 'announce', 'heather', 'nauert', 'spokeswoman', 'united_states', 'department', 'state', 'nominate', 'serve', 'united_nation', 'ambassador', 'want', 'congratulate', 'heather', 'thank', 'ambassador', 'nikki', 'haley', 'great', 'service', 'country'], ['pleased', 'announce', 'nominate', 'honorable', 'william', 'barr', 'position', 'attorney_general', 'united_state', 'former', 'ag', 'george_bush'], ['highly_respected', 'lawyer', 'legal', 'mind', 'country', 'great', 'addition', 'team', 'look_forward', 'join', 'successful', 'administration'], ['mike_pompeo', 'great', 'job', 'proud', 'predecessor', 'mental', 'capacity', 'need', 'dumb', 'rock', 'fast', 'enough', 'lazy', 'hell', 'whole', 'new', 'ballgame', 'great', 'spirit', 'state'], ['hopefully', 'mitch_mcconnell', 'ask', 'vote', 'criminal', 'justice', 'reform', 'extremely', 'popular', 'strong', 'bipartisan', 'support', 'also', 'help', 'lot', 'people', 'save', 'taxpayer', 'dollar', 'keep', 'community', 'safe', 'go', 'mitch'], ['report', 'leakin', 'tell', 'department', 'justice', 'attorney', 'answer', 'important', 'question', 'total', 'bias', 'corruption', 'high', 'level', 'previous', 'administration', 'force', 'answer', 'question', 'oath'], ['totally', 'clear', 'president', 'thank'], ['paris', 'agreement', 'work', 'well', 'pari', 'protest', 'riot', 'france', 'people', 'want', 'pay', 'large', 'sum', 'money', 'much', 'third', 'world', 'country', 'questionably', 'run', 'order', 'maybe', 'protect', 'environment', 'chant', 'want', 'trump', 'love', 'france'], ['idea', 'european', 'military', 'work', 'well', 'always', 'ask', 'pay', 'fair', 'share', 'nato', 'germany', 'pay', 'pay', 'much', 'large', 'gdp', 'protect', 'europe', 'fairness'], ['year', 'million', 'page', 'document', 'cost', 'collusion'], ['pleased', 'announce', 'nomination', 'star', 'general', 'mark', 'milley', 'chief', 'staff', 'united_states', 'army', 'chairman', 'joint', 'chief', 'staff', 'replace', 'general', 'joe', 'dunford', 'retiring'], ['thankful', 'incredible', 'man', 'service', 'country', 'date', 'transition', 'determine'], ['collusion', 'illusion', 'smoking', 'gun', 'late', 'date', 'go', 'million', 'spend', 'russian_collusion', 'nothing', 'impeachable', 'geraldorivera', 'time', 'witch_hunt', 'end'], ['sad', 'day', 'amp', 'night', 'pari', 'maybe', 'time', 'end', 'ridiculous', 'extremely', 'expensive', 'paris', 'agreement', 'return', 'money', 'back', 'people', 'form', 'lower_taxe', 'way', 'ahead', 'curve', 'major', 'country', 'emission', 'go', 'last', 'year'], ['watch', 'dick', 'blumenthal', 'television', 'spew', 'fact', 'almost', 'accurate', 'bravery', 'vietnam', 'never', 'see', 'bullet', 'whiz', 'dick', 'head', 'save', 'soldier'], ['leave', 'right', 'woke', 'dream', 'scream', 'lie', 'next', 'time', 'go', 'vietnam', 'ask', 'dick', 'travel'], ['great', 'honor', 'head', 'army', 'navy', 'game', 'today', 'shortly', 'land', 'https', 'co', 'byafesq'], ['armynavygame', 'https', 'co', 'yjhq'], ['honor', 'attend', 'today', 'armynavygame', 'philadelphia', 'great', 'game', 'play', 'hero', 'congratulation', 'armywp_football', 'win', 'https', 'co', 'wdlkm'], ['occasion', 'former', 'fbi', 'director', 'tell', 'house', 'investigator', 'know', 'recall', 'remember', 'thing', 'ask', 'open', 'investigation', 'american', 'know', 'sign', 'know', 'lie'], ['leakin', 'must', 'set', 'record', 'lie', 'congress', 'day', 'friday', 'testimony', 'untruthful', 'whole', 'deal', 'rig', 'fraud', 'head', 'dishonest', 'people', 'would', 'anything', 'could', 'become', 'president', 'expose'], ['trump', 'administration', 'accomplish', 'administration', 'first', 'even', 'year', 'existence', 'amp', 'great', 'time', 'fake_news', 'medium', 'go', 'totally', 'mind', 'truly', 'enemy', 'people'], ['process', 'interview', 'really', 'great', 'people', 'position', 'white_house', 'chief', 'staff', 'fake_news', 'say', 'certainty', 'nick', 'ayer', 'spectacular', 'person', 'always', 'maga', 'agenda', 'make', 'decision', 'soon']]
NOTE: Later sections implement the utlization of previously created LDA Models, or the import of Topics and Concepts via SQL/.csv.
Amazing! We're now prepared our data to be interpretted by our data science toolkits.
In the following section we will now develop the LDA Topic Model that will late rbe used to identify which topics are affiliated with which tweets, and therefore users.
We're gonna train our model using the entirety of the tweets we're pulled from our original data import as a corpus.
Additional input arguments may be set manually, but the default matches the previous work's parameters.
id2word = corpora.Dictionary(data_lemmatized) #Lemmatized corpus for identifying terms
texts = data_lemmatized #Style points.
corpus = [id2word.doc2bow(text) for text in texts] #Each individual term in our corpus
[[(id2word[id], freq) for id, freq in cp] for cp in corpus[:1]] #Fetch and assigned the frequency of each term in our corpus.
lda_model = gensim.models.ldamodel.LdaModel(corpus=corpus,
id2word=id2word,
num_topics=50, #Let's grab 50 topics.
random_state=100,
update_every=1,
chunksize=100,
passes=10,
alpha='auto',
per_word_topics=True)
#LDA_Model has been made!
doc_lda = lda_model[corpus]
#Let's see what some of these topics looks like.
topic_array = lda_model.get_topics()
topic_term_array = lda_model.get_topic_terms(2)
print(topic_array)
print(topic_term_array)
Now that we have model built to evaluate the content of each tweet, we will asssign topics to users.
user_topic_edges = []
#For each lemmatized tweet:
ind = 0;
for doc in data_lemmatized:
q_vec = id2word.doc2bow(doc)
#pprint(q_vec)
#Fetch the topic of each tweet, in order to pair Topics to UserIDs.
topic_vec = lda_model.get_document_topics(q_vec)
topic_prob = 0;
topic_id = -1;
for pair in topic_vec:
prob = pair[1]
id = pair[0]
if prob > topic_prob:
topic_prob = prob
topic_id = id
#pprint(topic_vec)
user_id = UserIdList[ind]
user_topic_edges.append((topic_id, user_id))
ind = ind + 1;
Now that we have model built to evaluate the content of each tweet, we will asssign topics to topics.
This allows us to later use things like clustering to idetify similar or groups of topics. (Ex/ Golf, Tennis and Hockey all fall within a parent topic; Sports.)
# wikirelate was here
topicModel = Word2Vec.load_word2vec_format('Values.bin.gz', binary=True) #https://www.aaai.org/Papers/AAAI/2006/AAAI06-223.pdf
#This is a previously built topic-relatedness model using Word2Vec and Wikirelate.
tsg = nx.Graph()
topic_topic_edges = []
int t = 0;
for topic in ndarray #We're gonna pair all topics together
#This isn't what a Try/Catch is for, dummy. This is embarassing. You're better than this.
try:
topicTermsA = lda_model.show_topic(t)
topicTermsB = lad_model.show_topic(t + 1)
distance = topicModel.wmdistance(topicTermsA, topicsTermsB)
pprint(distance)
tempEdge = (t, t + 1, {'weight':distance}) #Weighted distancing based on topic relatedness.
topic_topic_edges.append(tempEdge)
except:
#Pathetic.
print("End of Topics!")
# We made it here, we can go anywhere
# "Don't put song lyrics in the comments." -Ron, ...probably
G = nx.Graph()
G.add_nodes_from(UserIdList)
G.add_edges_from(user_topic_edges)
nx.draw(G)
plt.show()
nx.write_edgelist(G, "test1.edgelist", data=True)
graphJSONData = nx.readwrite.node_link_data(G)
#May need to move json
#import json
with open('data.json', 'w') as outfile:
json.dump(data, outfile)
vis = pyLDAvis.gensim.prepare(lda_model, corpus, id2word)
pyLDAvis.save_html(vis, 'Export_LDA_Visualization.html')
These network graphs would serve as the basis fora prediction model. Temporal Link Prediction models were used to link users to each others communities, essentially predicting their next interest/topic.
Temporal Link Prediction Paper 1
Temporal Link Prediction Paper 2
Temporal Prediction Model GitHub
Once that was completed, the model was tuned using an AUROC to determine best fit. You can read the full results of our project in the report.