Instructions to use AIDA-UPM/MARTINI_enrich_BERTopic_covid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use AIDA-UPM/MARTINI_enrich_BERTopic_covid with BERTopic:
from bertopic import BERTopic model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_covid") - Notebooks
- Google Colab
- Kaggle
| { | |
| "ctfidf_model": { | |
| "bm25_weighting": false, | |
| "reduce_frequent_words": true | |
| }, | |
| "vectorizer_model": { | |
| "params": { | |
| "analyzer": "word", | |
| "binary": false, | |
| "decode_error": "strict", | |
| "encoding": "utf-8", | |
| "input": "content", | |
| "lowercase": true, | |
| "max_df": 0.8, | |
| "max_features": null, | |
| "min_df": 1, | |
| "ngram_range": [ | |
| 1, | |
| 1 | |
| ], | |
| "stop_words": [ | |
| "i", | |
| "me", | |
| "my", | |
| "myself", | |
| "we", | |
| "our", | |
| "ours", | |
| "ourselves", | |
| "you", | |
| "you're", | |
| "you've", | |
| "you'll", | |
| "you'd", | |
| "your", | |
| "yours", | |
| "yourself", | |
| "yourselves", | |
| "he", | |
| "him", | |
| "his", | |
| "himself", | |
| "she", | |
| "she's", | |
| "her", | |
| "hers", | |
| "herself", | |
| "it", | |
| "it's", | |
| "its", | |
| "itself", | |
| "they", | |
| "them", | |
| "their", | |
| "theirs", | |
| "themselves", | |
| "what", | |
| "which", | |
| "who", | |
| "whom", | |
| "this", | |
| "that", | |
| "that'll", | |
| "these", | |
| "those", | |
| "am", | |
| "is", | |
| "are", | |
| "was", | |
| "were", | |
| "be", | |
| "been", | |
| "being", | |
| "have", | |
| "has", | |
| "had", | |
| "having", | |
| "do", | |
| "does", | |
| "did", | |
| "doing", | |
| "a", | |
| "an", | |
| "the", | |
| "and", | |
| "but", | |
| "if", | |
| "or", | |
| "because", | |
| "as", | |
| "until", | |
| "while", | |
| "of", | |
| "at", | |
| "by", | |
| "for", | |
| "with", | |
| "about", | |
| "against", | |
| "between", | |
| "into", | |
| "through", | |
| "during", | |
| "before", | |
| "after", | |
| "above", | |
| "below", | |
| "to", | |
| "from", | |
| "up", | |
| "down", | |
| "in", | |
| "out", | |
| "on", | |
| "off", | |
| "over", | |
| "under", | |
| "again", | |
| "further", | |
| "then", | |
| "once", | |
| "here", | |
| "there", | |
| "when", | |
| "where", | |
| "why", | |
| "how", | |
| "all", | |
| "any", | |
| "both", | |
| "each", | |
| "few", | |
| "more", | |
| "most", | |
| "other", | |
| "some", | |
| "such", | |
| "no", | |
| "nor", | |
| "not", | |
| "only", | |
| "own", | |
| "same", | |
| "so", | |
| "than", | |
| "too", | |
| "very", | |
| "s", | |
| "t", | |
| "can", | |
| "will", | |
| "just", | |
| "don", | |
| "don't", | |
| "should", | |
| "should've", | |
| "now", | |
| "d", | |
| "ll", | |
| "m", | |
| "o", | |
| "re", | |
| "ve", | |
| "y", | |
| "ain", | |
| "aren", | |
| "aren't", | |
| "couldn", | |
| "couldn't", | |
| "didn", | |
| "didn't", | |
| "doesn", | |
| "doesn't", | |
| "hadn", | |
| "hadn't", | |
| "hasn", | |
| "hasn't", | |
| "haven", | |
| "haven't", | |
| "isn", | |
| "isn't", | |
| "ma", | |
| "mightn", | |
| "mightn't", | |
| "mustn", | |
| "mustn't", | |
| "needn", | |
| "needn't", | |
| "shan", | |
| "shan't", | |
| "shouldn", | |
| "shouldn't", | |
| "wasn", | |
| "wasn't", | |
| "weren", | |
| "weren't", | |
| "won", | |
| "won't", | |
| "wouldn", | |
| "wouldn't", | |
| "covid" | |
| ], | |
| "strip_accents": "unicode", | |
| "token_pattern": "(?u)\\b\\w\\w+\\b", | |
| "vocabulary": null | |
| }, | |
| "vocab": { | |
| "1250": 24, | |
| "publications": 5017, | |
| "case": 1142, | |
| "reports": 5296, | |
| "showing": 5755, | |
| "adverse": 347, | |
| "effects": 2219, | |
| "harms": 2983, | |
| "deaths": 1784, | |
| "mrna": 4190, | |
| "moderna": 4126, | |
| "pfizer": 4671, | |
| "adenoviral": 316, | |
| "vector": 6732, | |
| "injections": 3346, | |
| "please": 4747, | |
| "share": 5703, | |
| "source": 5884, | |
| "israeli": 3466, | |
| "moh": 4131, | |
| "hiding": 3056, | |
| "study": 6074, | |
| "conducted": 1474, | |
| "times": 6383, | |
| "higher": 3058, | |
| "rate": 5115, | |
| "following": 2677, | |
| "aged": 371, | |
| "11": 17, | |
| "vs": 6821, | |
| "ages": 377, | |
| "12": 21, | |
| "17": 39, | |
| "subscribe": 6090, | |
| "desantis": 1905, | |
| "long": 3821, | |
| "governor": 2877, | |
| "mandates": 3903, | |
| "florida": 2658, | |
| "also": 443, | |
| "criticized": 1681, | |
| "fda": 2563, | |
| "basically": 791, | |
| "subsidiary": 6095, | |
| "big": 864, | |
| "pharma": 4674, | |
| "join": 3529, | |
| "analysis": 484, | |
| "vaers": 6710, | |
| "shows": 5757, | |
| "contrary": 1564, | |
| "briefing": 1017, | |
| "document": 2083, | |
| "claiming": 1282, | |
| "majority": 3878, | |
| "events": 2390, | |
| "pfizers": 4672, | |
| "clinical": 1306, | |
| "trial": 6486, | |
| "non": 4319, | |
| "serious": 5671, | |
| "least": 3707, | |
| "58": 160, | |
| "cases": 1143, | |
| "threatening": 6358, | |
| "side": 5767, | |
| "infants": 3307, | |
| "old": 4423, | |
| "received": 5153, | |
| "reported": 5292, | |
| "unclear": 6582, | |
| "survived": 6182, | |
| "vaccinated": 6701, | |
| "whether": 6926, | |
| "part": 4562, | |
| "trials": 6487, | |
| "blood": 934, | |
| "type": 6555, | |
| "might": 4055, | |
| "help": 3033, | |
| "protect": 4978, | |
| "research": 5326, | |
| "still": 6017, | |
| "finding": 2622, | |
| "clues": 1330, | |
| "susceptible": 6187, | |
| "observed": 4378, | |
| "school": 5585, | |
| "districts": 2066, | |
| "different": 1973, | |
| "masking": 3944, | |
| "policies": 4767, | |
| "north": 4325, | |
| "dakota": 1728, | |
| "found": 2712, | |
| "impact": 3223, | |
| "numbers": 4354, | |
| "mask": 3942, | |
| "children": 1244, | |
| "last": 3662, | |
| "must": 4210, | |
| "listen": 3785, | |
| "ccp": 1172, | |
| "producing": 4917, | |
| "distributing": 2063, | |
| "pcr": 4614, | |
| "tests": 6318, | |
| "antigen": 532, | |
| "pills": 4706, | |
| "broke": 1035, | |
| "story": 6039, | |
| "warroom": 6857, | |
| "fraud": 2728, | |
| "fauci": 2556, | |
| "admitted": 334, | |
| "today": 6397, | |
| "overly": 4507, | |
| "well": 6908, | |
| "infection": 3309, | |
| "perfect": 4638, | |
| "time": 6381, | |
| "president": 4864, | |
| "donald": 2100, | |
| "trump": 6516, | |
| "admit": 332, | |
| "duped": 2174, | |
| "conmen": 1503, | |
| "cdc": 1173, | |
| "come": 1388, | |
| "dangerous": 1746, | |
| "deadly": 1776, | |
| "vaxx": 6728, | |
| "work": 6997, | |
| "german": 2832, | |
| "mep": 4021, | |
| "christine": 1256, | |
| "anderson": 494, | |
| "pilots": 4708, | |
| "may": 3966, | |
| "longer": 3822, | |
| "fit": 2637, | |
| "fly": 2666, | |
| "talking": 6241, | |
| "safe": 5522, | |
| "flight": 2653, | |
| "happened": 2970, | |
| "lot": 3837, | |
| "want": 6842, | |
| "laid": 3647, | |
| "ones": 4433, | |
| "families": 2533, | |
| "feed": 2571, | |
| "mortgage": 4168, | |
| "pay": 4605, | |
| "things": 6336, | |
| "care": 1126, | |
| "problem": 4908, | |
| "globalist": 2855, | |
| "elites": 2255, | |
| "shocker": 5730, | |
| "imagine": 3208, | |
| "first": 2633, | |
| "forced": 2686, | |
| "vaccination": 6703, | |
| "find": 2620, | |
| "dumbest": 2172, | |
| "thing": 6335, | |
| "ever": 2392, | |
| "storm": 6037, | |
| "vax": 6726, | |
| "centre": 1188, | |
| "york": 7047, | |
| "entirely": 2332, | |
| "run": 5502, | |
| "chinese": 1246, | |
| "wave": 6872, | |
| "coronavirus": 1600, | |
| "infections": 3310, | |
| "rapidly": 5111, | |
| "spreading": 5946, | |
| "asia": 626, | |
| "prompting": 4956, | |
| "warnings": 6852, | |
| "residents": 5331, | |
| "zealand": 7058, | |
| "japan": 3498, | |
| "precautions": 4831, | |
| "slow": 5827, | |
| "outbreak": 4484, | |
| "prevent": 4878, | |
| "healthcare": 3009, | |
| "systems": 6227, | |
| "overwhelmed": 4516, | |
| "ontario": 4440, | |
| "minister": 4077, | |
| "7th": 202, | |
| "begun": 818, | |
| "despite": 1920, | |
| "83": 205, | |
| "jab": 3480, | |
| "uptake": 6673, | |
| "province": 5004, | |
| "protesters": 4986, | |
| "looks": 3827, | |
| "sinister": 5795, | |
| "alot": 441, | |
| "action": 287, | |
| "wednesday": 6895, | |
| "july": 3555, | |
| "13": 27, | |
| "lyon": 3860, | |
| "posters": 4809, | |
| "coffins": 1346, | |
| "dead": 1773, | |
| "secondaryeffects": 5614, | |
| "jane": 3493, | |
| "ruby": 5494, | |
| "nasal": 4238, | |
| "swabs": 6198, | |
| "examined": 2406, | |
| "scientists": 5594, | |
| "reveal": 5378, | |
| "danger": 1745, | |
| "examining": 2407, | |
| "shoved": 5752, | |
| "kids": 3595, | |
| "nose": 4330, | |
| "day": 1767, | |
| "results": 5362, | |
| "shake": 5693, | |
| "soul": 5881, | |
| "harbor": 2975, | |
| "death": 1783, | |
| "wish": 6973, | |
| "sign": 5771, | |
| "hellish": 3032, | |
| "live": 3795, | |
| "smallpox": 5834, | |
| "monkeypox": 4145, | |
| "especially": 2361, | |
| "already": 442, | |
| "shot": 5745, | |
| "couple": 1632, | |
| "clot": 1322, | |
| "shots": 5746, | |
| "experts": 2460, | |
| "quitting": 5083, | |
| "nih": 4310, | |
| "droves": 2159, | |
| "embarrassed": 2263, | |
| "bad": 752, | |
| "science": 5590, | |
| "including": 3265, | |
| "vaccinating": 6702, | |
| "make": 3880, | |
| "advice": 350, | |
| "palatable": 4535, | |
| "white": 6934, | |
| "house": 3135, | |
| "maria": 3924, | |
| "clara": 1284, | |
| "costa": 1617, | |
| "yr": 7053, | |
| "1st": 57, | |
| "dose": 2112, | |
| "23": 88, | |
| "2021": 73, | |
| "2nd": 105, | |
| "3rd": 127, | |
| "june": 3560, | |
| "20": 58, | |
| "2022": 74, | |
| "hours": 3134, | |
| "booster": 961, | |
| "started": 5978, | |
| "convulsions": 1585, | |
| "seizure": 5635, | |
| "start": 5977, | |
| "using": 6691, | |
| "anti": 524, | |
| "convulsant": 1584, | |
| "meds": 4000, | |
| "great": 2897, | |
| "job": 3521, | |
| "mom": 4137, | |
| "dad": 1725, | |
| "videos": 6766, | |
| "show": 5753, | |
| "looked": 3825, | |
| "video": 6765, | |
| "inside": 3362, | |
| "hospital": 3117, | |
| "totally": 6419, | |
| "doped": 2110, | |
| "anticonvulsants": 531, | |
| "france": 2723, | |
| "macron": 3864, | |
| "passports": 4582, | |
| "defeated": 1829, | |
| "joint": 3532, | |
| "effort": 2223, | |
| "establishment": 2366, | |
| "left": 3716, | |
| "federal": 2570, | |
| "officials": 4411, | |
| "warning": 6851, | |
| "doctors": 2081, | |
| "parents": 4555, | |
| "across": 283, | |
| "causing": 1164, | |
| "fevers": 2589, | |
| "seizures": 5636, | |
| "confusion": 1494, | |
| "sepsis": 5664, | |
| "issues": 3471, | |
| "young": 7049, | |
| "guess": 2926, | |
| "need": 4261, | |
| "explain": 2463, | |
| "mysterious": 4222, | |
| "hepatitis": 3042, | |
| "direct": 1981, | |
| "result": 5359, | |
| "jabs": 3482, | |
| "single": 5794, | |
| "origin": 4473, | |
| "current": 1715, | |
| "highly": 3061, | |
| "likely": 3762, | |
| "houston": 3136, | |
| "hotez": 3130, | |
| "creator": 1660, | |
| "corbevax": 1593, | |
| "goes": 2863, | |
| "air": 394, | |
| "lies": 3754, | |
| "hospitalized": 3122, | |
| "pushes": 5049, | |
| "sample": 5536, | |
| "top": 6411, | |
| "stories": 6036, | |
| "facebook": 2498, | |
| "news": 4295, | |
| "tab": 6228, | |
| "tens": 6294, | |
| "millions": 4071, | |
| "seeing": 5625, | |
| "every": 2393, | |
| "days": 1769, | |
| "understand": 6595, | |
| "powerful": 4817, | |
| "media": 3992, | |
| "easy": 2197, | |
| "brainwash": 985, | |
| "sheep": 5711, | |
| "changes": 1215, | |
| "periods": 4646, | |
| "afte": 368, | |
| "common": 1406, | |
| "survey": 6180, | |
| "suggests": 6128, | |
| "another": 517, | |
| "conspiracy": 1522, | |
| "came": 1093, | |
| "true": 6514, | |
| "marty": 3938, | |
| "makary": 3879, | |
| "employees": 2280, | |
| "leaving": 3710, | |
| "negative": 4268, | |
| "benefit": 842, | |
| "approving": 578, | |
| "anyway": 542, | |
| "making": 3883, | |
| "mockery": 4120, | |
| "process": 4912, | |
| "agencies": 372, | |
| "frustrated": 2746, | |
| "uk": 6566, | |
| "fatalities": 2551, | |
| "picnic": 4698, | |
| "hyde": 3159, | |
| "park": 4557, | |
| "testimonies": 6315, | |
| "injured": 3348, | |
| "shared": 5704, | |
| "collateral": 1365, | |
| "damage": 1731, | |
| "real": 5137, | |
| "act": 284, | |
| "public": 5016, | |
| "someone": 5869, | |
| "makes": 3882, | |
| "wearing": 6887, | |
| "recent": 5156, | |
| "posted": 4808, | |
| "medrxiv": 3999, | |
| "preprint": 4853, | |
| "server": 5674, | |
| "researchers": 5327, | |
| "germany": 2833, | |
| "assessed": 634, | |
| "immunity": 3215, | |
| "elicited": 2247, | |
| "mild": 4061, | |
| "severe": 5684, | |
| "acute": 300, | |
| "respiratory": 5344, | |
| "syndrome": 6222, | |
| "sars": 5547, | |
| "cov": 1640, | |
| "overall": 4504, | |
| "findings": 2623, | |
| "showed": 5754, | |
| "persistence": 4655, | |
| "robustness": 5448, | |
| "th": 6323, | |
| "cell": 1176, | |
| "antibody": 527, | |
| "concentrations": 1456, | |
| "declined": 1816, | |
| "detection": 1935, | |
| "minimum": 4075, | |
| "year": 7034, | |
| "specific": 5905, | |
| "responses": 5350, | |
| "detectable": 1932, | |
| "stop": 6030, | |
| "thorough": 6348, | |
| "breakdown": 997, | |
| "canadian": 1104, | |
| "alliance": 429, | |
| "allow": 432, | |
| "small": 5832, | |
| "child": 1242, | |
| "injected": 3343, | |
| "owe": 4518, | |
| "sure": 6163, | |
| "exposing": 2478, | |
| "unacceptable": 6573, | |
| "risk": 5431, | |
| "little": 3793, | |
| "canada": 1103, | |
| "rise": 5427, | |
| "59": 161, | |
| "autoimmune": 707, | |
| "reaction": 5128, | |
| "social": 5849, | |
| "isolation": 3464, | |
| "linked": 3777, | |
| "brain": 984, | |
| "structure": 6065, | |
| "lower": 3846, | |
| "cognition": 1347, | |
| "ability": 234, | |
| "getting": 2836, | |
| "gene": 2809, | |
| "therapy": 6332, | |
| "bioweapon": 895, | |
| "say": 5556, | |
| "enough": 2320, | |
| "cope": 1589, | |
| "surging": 6170, | |
| "demand": 1864, | |
| "biologically": 885, | |
| "similar": 5786, | |
| "insert": 3359, | |
| "anything": 540, | |
| "mike": 4059, | |
| "yeadon": 7032, | |
| "voted": 6814, | |
| "week": 6896, | |
| "requirement": 5319, | |
| "safety": 5525, | |
| "efficacy": 2221, | |
| "studies": 6073, | |
| "humans": 3147, | |
| "variant": 6719, | |
| "means": 3980, | |
| "drug": 2160, | |
| "company": 1414, | |
| "computer": 1446, | |
| "form": 2700, | |
| "code": 1339, | |
| "damn": 1737, | |
| "press": 4866, | |
| "alt": 444, | |
| "print": 4894, | |
| "manufacture": 3912, | |
| "billion": 870, | |
| "doses": 2113, | |
| "something": 5870, | |
| "check": 1232, | |
| "stick": 6014, | |
| "arms": 597, | |
| "full": 2753, | |
| "mayor": 3969, | |
| "poland": 4765, | |
| "capital": 1114, | |
| "warsaw": 6859, | |
| "friday": 2739, | |
| "rafal": 5090, | |
| "trzaskowski": 6525, | |
| "twitter": 6553, | |
| "seems": 5631, | |
| "treacherous": 6472, | |
| "contagious": 1535, | |
| "symptoms": 6219, | |
| "far": 2540, | |
| "banal": 764, | |
| "due": 2168, | |
| "marik": 3925, | |
| "everything": 2396, | |
| "fake": 2527, | |
| "lie": 3752, | |
| "truth": 6521, | |
| "eventually": 2391, | |
| "hide": 3054, | |
| "forever": 2694, | |
| "masks": 3945, | |
| "lockdowns": 3814, | |
| "distancing": 2057, | |
| "remdesivir": 5261, | |
| "paxlovid": 4603, | |
| "fat": 2549, | |
| "think": 6337, | |
| "americans": 471, | |
| "beginning": 816, | |
| "see": 5623, | |
| "patients": 4599, | |
| "improvement": 3245, | |
| "breathing": 1005, | |
| "pure": 5036, | |
| "oxygen": 4525, | |
| "high": 3057, | |
| "pressure": 4868, | |
| "environment": 2338, | |
| "according": 260, | |
| "anthony": 523, | |
| "infectious": 3311, | |
| "expert": 2458, | |
| "chief": 1241, | |
| "adviser": 352, | |
| "joe": 3523, | |
| "biden": 863, | |
| "retire": 5366, | |
| "end": 2296, | |
| "term": 6297, | |
| "politico": 4776, | |
| "interview": 3419, | |
| "monday": 4140, | |
| "korea": 3627, | |
| "99": 223, | |
| "98": 221, | |
| "nearly": 4256, | |
| "million": 4070, | |
| "fever": 2588, | |
| "since": 5792, | |
| "late": 3666, | |
| "april": 582, | |
| "fully": 2755, | |
| "recovered": 5178, | |
| "country": 1629, | |
| "near": 4255, | |
| "colorado": 1381, | |
| "dropped": 2155, | |
| "state": 5984, | |
| "mandate": 3901, | |
| "workers": 6999, | |
| "however": 3137, | |
| "private": 4900, | |
| "remain": 5256, | |
| "called": 1088, | |
| "worry": 7007, | |
| "moron": 4162, | |
| "wears": 6888, | |
| "administration": 326, | |
| "extended": 2485, | |
| "emergency": 2272, | |
| "three": 6361, | |
| "months": 4153, | |
| "article": 618, | |
| "cells": 1177, | |
| "fight": 2603, | |
| "variants": 6721, | |
| "destroyed": 1922, | |
| "boosters": 962, | |
| "administered": 325, | |
| "per": 4635, | |
| "interesting": 3400, | |
| "spiked": 5922, | |
| "weeks": 6899, | |
| "campaign": 1097, | |
| "hit": 3073, | |
| "stride": 6054, | |
| "chart": 1227, | |
| "fall": 2528, | |
| "nonsense": 4321, | |
| "worked": 6998, | |
| "properly": 4967, | |
| "create": 1654, | |
| "10": 9, | |
| "000": 1, | |
| "excess": 2413, | |
| "largely": 3657, | |
| "vascular": 6724, | |
| "heart": 3017, | |
| "disorders": 2038, | |
| "england": 2315, | |
| "wales": 6834, | |
| "yellow": 7037, | |
| "card": 1120, | |
| "mirrors": 4085, | |
| "27": 96, | |
| "687": 182, | |
| "25": 92, | |
| "cardiac": 1121, | |
| "28": 100, | |
| "765": 197, | |
| "397": 125, | |
| "258": 94, | |
| "103": 14, | |
| "christina": 1255, | |
| "parks": 4558, | |
| "lecture": 3711, | |
| "childhood": 1243, | |
| "schedule": 5574, | |
| "give": 2845, | |
| "information": 3326, | |
| "informed": 3329, | |
| "choice": 1249, | |
| "corruption": 1614, | |
| "program": 4933, | |
| "nba": 4251, | |
| "champion": 1209, | |
| "regrets": 5216, | |
| "andrew": 495, | |
| "wiggins": 6948, | |
| "honest": 3099, | |
| "body": 948, | |
| "putting": 5055, | |
| "stuff": 6075, | |
| "either": 2232, | |
| "play": 4739, | |
| "served": 5673, | |
| "lawsuit": 3686, | |
| "alleged": 421, | |
| "collusion": 1377, | |
| "suppress": 6158, | |
| "free": 2731, | |
| "speech": 5910, | |
| "missouri": 4104, | |
| "attorney": 672, | |
| "general": 2810, | |
| "eric": 2350, | |
| "schmitt": 5583, | |
| "louisiana": 3842, | |
| "jeff": 3503, | |
| "landry": 3652, | |
| "plaintiffs": 4725, | |
| "suit": 6131, | |
| "subpoenas": 6089, | |
| "meta": 4034, | |
| "parent": 4554, | |
| "youtube": 7052, | |
| "instagram": 3368, | |
| "linkedin": 3778, | |
| "subpoena": 6088, | |
| "compels": 1419, | |
| "platforms": 4738, | |
| "provide": 4998, | |
| "documents": 2087, | |
| "aug": 683, | |
| "communications": 1409, | |
| "jankowicz": 3495, | |
| "answers": 522, | |
| "tucker": 6532, | |
| "calls": 1092, | |
| "question": 5071, | |
| "among": 474, | |
| "around": 601, | |
| "age": 370, | |
| "80": 203, | |
| "double": 2116, | |
| "include": 3262, | |
| "capita": 1113, | |
| "incidences": 3258, | |
| "hospitalizations": 3121, | |
| "twice": 6552, | |
| "incidents": 3260, | |
| "unvaccinated": 6657, | |
| "180": 42, | |
| "interested": 3399, | |
| "pushers": 5048, | |
| "proving": 5006, | |
| "wrong": 7020, | |
| "proof": 4959, | |
| "god": 2861, | |
| "pushing": 5050, | |
| "gotten": 2873, | |
| "infected": 3308, | |
| "breaking": 998, | |
| "law": 3682, | |
| "legally": 3720, | |
| "call": 1087, | |
| "products": 4921, | |
| "effective": 2216, | |
| "meryl": 4027, | |
| "nass": 4239, | |
| "meaning": 3978, | |
| "within": 6981, | |
| "used": 6687, | |
| "licensed": 3750, | |
| "approved": 577, | |
| "authorized": 702, | |
| "cannot": 1111, | |
| "allowed": 433, | |
| "kosher": 3629, | |
| "yet": 7042, | |
| "continues": 1552, | |
| "scott": 5598, | |
| "gottlieb": 2874, | |
| "ny": 4363, | |
| "polio": 4770, | |
| "ukraine": 6567, | |
| "tight": 6378, | |
| "lipped": 3781, | |
| "worth": 7011, | |
| "noting": 4338, | |
| "oral": 4459, | |
| "widely": 6944, | |
| "place": 4718, | |
| "experiencing": 2452, | |
| "derived": 1902, | |
| "pm": 4755, | |
| "jacinda": 3483, | |
| "ardern": 585, | |
| "protests": 4990, | |
| "nzh": 4366, | |
| "reporter": 5293, | |
| "hipkins": 3068, | |
| "vaccinations": 6704, | |
| "anyone": 539, | |
| "always": 456, | |
| "zealanders": 7059, | |
| "widow": 6946, | |
| "vicky": 6760, | |
| "spit": 5930, | |
| "tells": 6286, | |
| "maajid": 3861, | |
| "nawaz": 4249, | |
| "submitted": 6087, | |
| "freedom": 2732, | |
| "request": 5315, | |
| "gov": 2875, | |
| "makers": 3881, | |
| "indemnity": 3279, | |
| "literally": 3789, | |
| "tell": 6283, | |
| "deborah": 1791, | |
| "birx": 901, | |
| "knew": 3616, | |
| "overplayed": 4509, | |
| "claims": 1283, | |
| "hospitalization": 3120, | |
| "saying": 5557, | |
| "died": 1970, | |
| "via": 6757, | |
| "omicron": 4429, | |
| "older": 4424, | |
| "jiu": 3520, | |
| "jitsu": 3519, | |
| "champ": 1208, | |
| "mikey": 4060, | |
| "musumeci": 4211, | |
| "describes": 1909, | |
| "rough": 5477, | |
| "battle": 797, | |
| "really": 5140, | |
| "tedros": 6277, | |
| "decided": 1804, | |
| "global": 2854, | |
| "represents": 5304, | |
| "international": 3408, | |
| "concern": 1458, | |
| "leadership": 3694, | |
| "overruled": 4510, | |
| "panel": 4543, | |
| "advisers": 353, | |
| "declaration": 1808, | |
| "favor": 2559, | |
| "warns": 6853, | |
| "receives": 5154, | |
| "considered": 1516, | |
| "collection": 1371, | |
| "learn": 3704, | |
| "effectiveness": 2218, | |
| "reaffirms": 5136, | |
| "men": 4013, | |
| "sex": 5687, | |
| "rip": 5423, | |
| "authority": 700, | |
| "states": 5988, | |
| "mark": 3927, | |
| "sherwood": 5718, | |
| "congress": 1498, | |
| "power": 4816, | |
| "negotiate": 4272, | |
| "treaty": 6480, | |
| "negotiated": 4273, | |
| "regarding": 5207, | |
| "unconstitutional": 6586, | |
| "sheriffs": 5717, | |
| "counties": 1625, | |
| "look": 3824, | |
| "business": 1072, | |
| "much": 4194, | |
| "stringent": 6056, | |
| "restrictions": 5357, | |
| "imposed": 3240, | |
| "response": 5349, | |
| "asymptomatic": 651, | |
| "transmission": 6457, | |
| "jha": 3514, | |
| "procured": 4914, | |
| "probably": 4906, | |
| "combined": 1386, | |
| "charges": 1225, | |
| "failed": 2518, | |
| "somehow": 5868, | |
| "forgot": 2699, | |
| "mention": 4018, | |
| "fired": 2630, | |
| "jobs": 3522, | |
| "taking": 6238, | |
| "premise": 4847, | |
| "took": 6408, | |
| "criminally": 1671, | |
| "charged": 1224, | |
| "soon": 5875, | |
| "hope": 3105, | |
| "companies": 1413, | |
| "immediately": 3211, | |
| "censor": 1179, | |
| "official": 4409, | |
| "narrative": 4237, | |
| "mother": 4170, | |
| "sues": 6116, | |
| "lausd": 3680, | |
| "without": 6982, | |
| "permission": 4651, | |
| "son": 5872, | |
| "offer": 4403, | |
| "piece": 4700, | |
| "pizza": 4716, | |
| "exchange": 2415, | |
| "force": 2685, | |
| "ladapo": 3644, | |
| "surgeon": 6167, | |
| "aka": 400, | |
| "greatest": 2899, | |
| "daniel": 1748, | |
| "horowitz": 3112, | |
| "asks": 630, | |
| "pacific": 4526, | |
| "rim": 5418, | |
| "countries": 1628, | |
| "saw": 5555, | |
| "spike": 5921, | |
| "stronger": 6061, | |
| "almost": 436, | |
| "weakest": 6878, | |
| "peter": 4667, | |
| "marx": 3939, | |
| "clearly": 1298, | |
| "committing": 1404, | |
| "repurposed": 5313, | |
| "drugs": 2162, | |
| "suppressed": 6159, | |
| "intentionally": 3394, | |
| "acknowledged": 279, | |
| "able": 235, | |
| "apply": 568, | |
| "use": 6686, | |
| "authorization": 701, | |
| "win": 6957, | |
| "judge": 3549, | |
| "grants": 2893, | |
| "service": 5675, | |
| "members": 4009, | |
| "preliminary": 4842, | |
| "injunction": 3347, | |
| "prohibiting": 4940, | |
| "c19": 1081, | |
| "aaron": 225, | |
| "siri": 5800, | |
| "kind": 3603, | |
| "send": 5648, | |
| "spill": 5924, | |
| "freedoms": 2733, | |
| "respect": 5341, | |
| "oath": 4367, | |
| "seriously": 5672, | |
| "episode": 2343, | |
| "turn": 6542, | |
| "personal": 4659, | |
| "opinion": 4451, | |
| "marseille": 3934, | |
| "photos": 4691, | |
| "violent": 6785, | |
| "poison": 4762, | |
| "thrown": 6368, | |
| "bioethics": 881, | |
| "rubbish": 5491, | |
| "bin": 873, | |
| "obstructing": 4382, | |
| "rights": 5417, | |
| "consent": 1510, | |
| "spent": 5916, | |
| "dollars": 2093, | |
| "promoting": 4953, | |
| "suppressing": 6160, | |
| "discussion": 2021, | |
| "potential": 4811, | |
| "risks": 5433, | |
| "recipients": 5160, | |
| "actively": 292, | |
| "blocked": 933, | |
| "access": 253, | |
| "actual": 299, | |
| "corporations": 1605, | |
| "word": 6995, | |
| "partnership": 4572, | |
| "gentleman": 2826, | |
| "back": 739, | |
| "20th": 82, | |
| "century": 1189, | |
| "fan": 2537, | |
| "corporatism": 1606, | |
| "name": 4228, | |
| "benito": 846, | |
| "mussolini": 4209, | |
| "quoted": 5085, | |
| "fascism": 2545, | |
| "deja": 1852, | |
| "vu": 6822, | |
| "leana": 3701, | |
| "wen": 6913, | |
| "needs": 4267, | |
| "declare": 1810, | |
| "vulnerable": 6823, | |
| "early": 2191, | |
| "exposure": 2479, | |
| "prevents": 4883, | |
| "therefore": 6333, | |
| "stops": 6033, | |
| "chain": 1201, | |
| "affect": 363, | |
| "pregnant": 4841, | |
| "women": 6991, | |
| "facing": 2506, | |
| "pandemic": 4541, | |
| "shattered": 5707, | |
| "immune": 3213, | |
| "jabbed": 3481, | |
| "thomas": 6347, | |
| "massie": 3949, | |
| "dispels": 2040, | |
| "myths": 4225, | |
| "exposes": 2477, | |
| "comirnaty": 1391, | |
| "hoax": 3078, | |
| "hear": 3013, | |
| "bit": 903, | |
| "issue": 3469, | |
| "congressional": 1499, | |
| "markup": 3932, | |
| "perpetuating": 4653, | |
| "falsehood": 2532, | |
| "spread": 5944, | |
| "propagated": 4963, | |
| "pharmaceutical": 4675, | |
| "absolutely": 241, | |
| "secretary": 5618, | |
| "defense": 1836, | |
| "illegal": 3199, | |
| "characterize": 1222, | |
| "crime": 1668, | |
| "progress": 4937, | |
| "member": 4008, | |
| "military": 4066, | |
| "version": 6751, | |
| "esvelt": 2372, | |
| "admits": 333, | |
| "flu": 2664, | |
| "terrible": 6300, | |
| "justification": 3565, | |
| "unnatural": 6636, | |
| "experiments": 2457, | |
| "usually": 6692, | |
| "often": 4416, | |
| "change": 1213, | |
| "occur": 4390, | |
| "nature": 4247, | |
| "becomes": 807, | |
| "pathogenic": 4592, | |
| "mutation": 4215, | |
| "inserted": 3360, | |
| "hypocrisy": 3166, | |
| "george": 2828, | |
| "floyd": 2663, | |
| "lockdown": 3813, | |
| "riots": 5422, | |
| "happening": 2971, | |
| "believe": 829, | |
| "rioting": 5421, | |
| "important": 3237, | |
| "protesting": 4987, | |
| "bunch": 1065, | |
| "frauds": 2729, | |
| "robert": 5441, | |
| "malone": 3893, | |
| "involved": 3449, | |
| "elected": 2238, | |
| "politics": 4777, | |
| "better": 857, | |
| "positioned": 4797, | |
| "senior": 5651, | |
| "honored": 3101, | |
| "man": 3896, | |
| "denied": 1881, | |
| "entry": 2336, | |
| "wife": 6947, | |
| "ultrasound": 6570, | |
| "fetal": 2586, | |
| "barrie": 782, | |
| "become": 806, | |
| "clots": 1324, | |
| "problems": 4909, | |
| "kidney": 3593, | |
| "failure": 2521, | |
| "creates": 1656, | |
| "rare": 5113, | |
| "pediatric": 4622, | |
| "finds": 2624, | |
| "director": 1986, | |
| "physically": 4693, | |
| "locked": 3815, | |
| "suggesting": 6126, | |
| "link": 3776, | |
| "sensational": 5655, | |
| "development": 1950, | |
| "israel": 3465, | |
| "influential": 3323, | |
| "jewish": 3512, | |
| "scientist": 5593, | |
| "identifies": 3182, | |
| "prof": 4922, | |
| "shapira": 5702, | |
| "recognizes": 5165, | |
| "deceit": 1797, | |
| "avi": 720, | |
| "barak": 774, | |
| "viral": 6786, | |
| "immunologist": 3218, | |
| "jessica": 3510, | |
| "rose": 5473, | |
| "hour": 3133, | |
| "half": 2952, | |
| "covers": 1646, | |
| "victims": 6762, | |
| "johnson": 3528, | |
| "00": 0, | |
| "recap": 5151, | |
| "02": 4, | |
| "introduction": 3429, | |
| "05": 6, | |
| "introducing": 3428, | |
| "background": 742, | |
| "09": 8, | |
| "30": 106, | |
| "18": 41, | |
| "technology": 6275, | |
| "29": 104, | |
| "event": 2389, | |
| "reporting": 5295, | |
| "48": 141, | |
| "38": 120, | |
| "ignoring": 3192, | |
| "51": 148, | |
| "01": 3, | |
| "pregnancy": 4840, | |
| "embryo": 2266, | |
| "genesis": 2817, | |
| "reverse": 5386, | |
| "transcription": 6446, | |
| "57": 159, | |
| "03": 5, | |
| "21": 83, | |
| "past": 4584, | |
| "censorship": 1182, | |
| "conclusion": 1465, | |
| "next": 4298, | |
| "recently": 5157, | |
| "rica": 5407, | |
| "rodrigo": 5453, | |
| "robles": 5444, | |
| "rescinds": 5325, | |
| "clear": 1294, | |
| "treatment": 6478, | |
| "approach": 571, | |
| "hospitals": 3123, | |
| "emptied": 2283, | |
| "fact": 2508, | |
| "declared": 1811, | |
| "prima": 4888, | |
| "facie": 2502, | |
| "evidence": 2398, | |
| "context": 1546, | |
| "emergencies": 2271, | |
| "accomplish": 257, | |
| "agenda": 374, | |
| "epidemic": 2340, | |
| "fear": 2564, | |
| "cnn": 1333, | |
| "generating": 2813, | |
| "profit": 4928, | |
| "scaring": 5570, | |
| "elders": 2237, | |
| "profitable": 4929, | |
| "enterprise": 2329, | |
| "porn": 4794, | |
| "jake": 3488, | |
| "tapper": 6247, | |
| "pieces": 4701, | |
| "photographs": 4690, | |
| "representing": 5303, | |
| "china": 1245, | |
| "pinned": 4709, | |
| "ground": 2909, | |
| "ferry": 2582, | |
| "olbia": 4422, | |
| "rome": 5466, | |
| "woman": 6989, | |
| "verbally": 6745, | |
| "attacked": 660, | |
| "purser": 5042, | |
| "shit": 5727, | |
| "instead": 3371, | |
| "defending": 1834, | |
| "present": 4858, | |
| "shouted": 5749, | |
| "jerks": 3507, | |
| "incredible": 3274, | |
| "stand": 5969, | |
| "plandemic": 4727, | |
| "peterson": 4668, | |
| "pierre": 4702, | |
| "seen": 5632, | |
| "movie": 4183, | |
| "declarations": 1809, | |
| "precede": 4832, | |
| "tyranny": 6561, | |
| "reminder": 5267, | |
| "regardless": 5208, | |
| "propaganda": 4960, | |
| "mandatory": 3905, | |
| "professor": 4926, | |
| "zvika": 7079, | |
| "granot": 2888, | |
| "hebrew": 3026, | |
| "university": 6627, | |
| "jerusalem": 3508, | |
| "faculty": 2515, | |
| "medicine": 3995, | |
| "demolishes": 1873, | |
| "essentially": 2363, | |
| "accuses": 272, | |
| "ministry": 4080, | |
| "negligent": 4270, | |
| "corrupt": 1612, | |
| "profits": 4931, | |
| "criminal": 1670, | |
| "class": 1287, | |
| "meet": 4001, | |
| "maximizer": 3965, | |
| "ameeta": 465, | |
| "martin": 3937, | |
| "cardiologist": 1122, | |
| "center": 1184, | |
| "sunday": 6138, | |
| "microbiologists": 4048, | |
| "beijing": 825, | |
| "qingdao": 5059, | |
| "shandong": 5698, | |
| "henan": 3038, | |
| "langya": 3655, | |
| "henipavirus": 3040, | |
| "35": 114, | |
| "steve": 6012, | |
| "kirsch": 3608, | |
| "created": 1655, | |
| "fox": 2720, | |
| "judicial": 3552, | |
| "thursday": 6370, | |
| "consolidated": 1520, | |
| "31": 109, | |
| "lawsuits": 3687, | |
| "merck": 4022, | |
| "injuries": 3349, | |
| "allegedly": 422, | |
| "caused": 1162, | |
| "gardasil": 2784, | |
| "hpv": 3138, | |
| "influenced": 3322, | |
| "history": 3072, | |
| "imprinting": 3243, | |
| "mounted": 4175, | |
| "influence": 3321, | |
| "previous": 4884, | |
| "prior": 4895, | |
| "chronic": 1259, | |
| "fatigue": 2555, | |
| "australia": 688, | |
| "tv": 6548, | |
| "francine": 2724, | |
| "wear": 6886, | |
| "plop": 4751, | |
| "kid": 3592, | |
| "front": 2744, | |
| "programming": 4935, | |
| "expect": 2445, | |
| "watch": 6865, | |
| "semi": 5643, | |
| "wholesome": 6941, | |
| "content": 1543, | |
| "clip": 1309, | |
| "running": 5503, | |
| "arthur": 617, | |
| "pbs": 4613, | |
| "virtue": 6793, | |
| "signals": 5774, | |
| "greater": 2898, | |
| "good": 2867, | |
| "course": 1636, | |
| "depict": 1892, | |
| "rich": 5408, | |
| "spoiled": 5933, | |
| "character": 1221, | |
| "person": 4658, | |
| "resistant": 5336, | |
| "keep": 3582, | |
| "everyone": 2395, | |
| "sweaty": 6202, | |
| "rid": 5413, | |
| "plant": 4733, | |
| "africa": 366, | |
| "fails": 2520, | |
| "bring": 1022, | |
| "order": 4461, | |
| "african": 367, | |
| "control": 1570, | |
| "prevention": 4882, | |
| "financial": 2618, | |
| "closed": 1316, | |
| "poor": 4785, | |
| "signal": 5772, | |
| "continent": 1547, | |
| "willing": 6955, | |
| "16": 37, | |
| "republican": 5311, | |
| "governors": 2878, | |
| "alabama": 402, | |
| "kay": 3579, | |
| "ivey": 3478, | |
| "penned": 4631, | |
| "letter": 3735, | |
| "asking": 629, | |
| "nation": 4240, | |
| "vacine": 6708, | |
| "travel": 6467, | |
| "isreali": 3468, | |
| "unveils": 6661, | |
| "damning": 1738, | |
| "negligence": 4269, | |
| "misconduct": 4091, | |
| "approval": 575, | |
| "regulatory": 5223, | |
| "authorities": 699, | |
| "isreal": 3467, | |
| "organization": 4469, | |
| "unbiased": 6577, | |
| "shocked": 5729, | |
| "core": 1596, | |
| "presentation": 4859, | |
| "addition": 308, | |
| "nuremberg": 4356, | |
| "zero": 7065, | |
| "policy": 4768, | |
| "let": 3732, | |
| "strategy": 6045, | |
| "jay": 3500, | |
| "bhattacharya": 861, | |
| "ambulance": 462, | |
| "conditions": 1472, | |
| "record": 5172, | |
| "month": 4151, | |
| "highest": 3059, | |
| "number": 4353, | |
| "callouts": 1091, | |
| "records": 5175, | |
| "began": 813, | |
| "nhs": 4301, | |
| "85": 207, | |
| "category": 1154, | |
| "situations": 5807, | |
| "arrests": 605, | |
| "stopping": 6032, | |
| "tick": 6374, | |
| "mid": 4052, | |
| "autopsied": 710, | |
| "bodies": 946, | |
| "stains": 5963, | |
| "finally": 2617, | |
| "attain": 663, | |
| "advocated": 360, | |
| "autopsies": 711, | |
| "turns": 6546, | |
| "tested": 6308, | |
| "circulating": 1266, | |
| "protein": 4983, | |
| "variables": 6718, | |
| "rolled": 5460, | |
| "ryan": 5509, | |
| "cole": 1357, | |
| "tissue": 6394, | |
| "fixed": 2642, | |
| "temperature": 6287, | |
| "stable": 5956, | |
| "100": 10, | |
| "ago": 379, | |
| "family": 2534, | |
| "hey": 3050, | |
| "suspect": 6189, | |
| "based": 788, | |
| "proximity": 5010, | |
| "symptomatology": 6218, | |
| "loved": 3844, | |
| "passed": 4577, | |
| "tissues": 6395, | |
| "stain": 5962, | |
| "plastic": 4736, | |
| "face": 2497, | |
| "ended": 2297, | |
| "oceans": 4396, | |
| "450": 139, | |
| "break": 996, | |
| "meanwhile": 3983, | |
| "woke": 6986, | |
| "political": 4771, | |
| "parties": 4569, | |
| "enforced": 2305, | |
| "ban": 763, | |
| "oil": 4419, | |
| "natural": 4246, | |
| "gas": 2790, | |
| "straws": 6047, | |
| "bags": 755, | |
| "punchline": 5030, | |
| "latest": 3670, | |
| "nova": 4342, | |
| "scotia": 5597, | |
| "84": 206, | |
| "biggest": 866, | |
| "scam": 5560, | |
| "suffer": 6117, | |
| "aseem": 623, | |
| "malhotra": 3891, | |
| "reluctance": 5253, | |
| "acknowledge": 278, | |
| "possible": 4805, | |
| "causes": 1163, | |
| "willful": 6952, | |
| "blindness": 930, | |
| "undoubtedly": 6601, | |
| "factor": 2509, | |
| "original": 4474, | |
| "abuse": 242, | |
| "pre": 4830, | |
| "students": 6071, | |
| "required": 5318, | |
| "philadelphia": 4686, | |
| "schools": 5587, | |
| "comes": 1389, | |
| "protocols": 4992, | |
| "immediate": 3210, | |
| "taken": 6236, | |
| "john": 3526, | |
| "campbell": 1099, | |
| "entitled": 2333, | |
| "cardiovascular": 1124, | |
| "adolescents": 336, | |
| "best": 853, | |
| "minutes": 4082, | |
| "reality": 5138, | |
| "mr": 4188, | |
| "consequences": 1512, | |
| "lost": 3836, | |
| "accounts": 267, | |
| "discredited": 2012, | |
| "deniers": 1882, | |
| "winged": 6965, | |
| "extremists": 2493, | |
| "friends": 2741, | |
| "bill": 869, | |
| "gates": 2796, | |
| "disgrace": 2025, | |
| "everybody": 2394, | |
| "richer": 5410, | |
| "suffering": 6119, | |
| "billions": 871, | |
| "anticapitalists": 528, | |
| "supporters": 6151, | |
| "canadians": 1105, | |
| "injection": 3345, | |
| "officer": 4407, | |
| "theresa": 6334, | |
| "tam": 6243, | |
| "proudly": 4994, | |
| "announces": 512, | |
| "mccullough": 3972, | |
| "try": 6523, | |
| "avoid": 722, | |
| "four": 2717, | |
| "false": 2531, | |
| "mandated": 3902, | |
| "programme": 4934, | |
| "announced": 509, | |
| "retirement": 5368, | |
| "biological": 884, | |
| "committed": 1401, | |
| "harmed": 2980, | |
| "untold": 6652, | |
| "ways": 6873, | |
| "commissioned": 1399, | |
| "indicates": 3286, | |
| "leaflet": 3696, | |
| "aware": 728, | |
| "preparing": 4851, | |
| "approve": 576, | |
| "united": 6622, | |
| "senator": 5646, | |
| "rand": 5103, | |
| "ironic": 3456, | |
| "large": 3656, | |
| "migrants": 4057, | |
| "ilegally": 3197, | |
| "entering": 2328, | |
| "southern": 5888, | |
| "border": 963, | |
| "tennis": 6293, | |
| "novak": 4343, | |
| "djokovic": 2076, | |
| "drew": 2144, | |
| "hernandez": 3044, | |
| "alex": 415, | |
| "jones": 3535, | |
| "distance": 2056, | |
| "lets": 3734, | |
| "loose": 3829, | |
| "local": 3809, | |
| "conversation": 1578, | |
| "femcesitter": 2581, | |
| "speaking": 5898, | |
| "st": 5955, | |
| "louis": 3841, | |
| "night": 4306, | |
| "dangers": 1747, | |
| "teenage": 6278, | |
| "boys": 981, | |
| "instance": 3370, | |
| "forms": 2706, | |
| "updated": 6666, | |
| "unequivocally": 6604, | |
| "inoculations": 3356, | |
| "represent": 5297, | |
| "physicians": 4695, | |
| "unequivocal": 6603, | |
| "conference": 1475, | |
| "statement": 5986, | |
| "indicated": 3285, | |
| "population": 4791, | |
| "withdrawn": 6976, | |
| "turkish": 6541, | |
| "expected": 2448, | |
| "maybe": 3967, | |
| "tries": 6492, | |
| "happen": 2969, | |
| "thousands": 6354, | |
| "calling": 1089, | |
| "governments": 2876, | |
| "orders": 4464, | |
| "compulsion": 1444, | |
| "discrimination": 2015, | |
| "command": 1392, | |
| "economy": 2204, | |
| "leaders": 3693, | |
| "given": 2846, | |
| "idea": 3178, | |
| "american": 470, | |
| "driven": 2149, | |
| "logic": 3819, | |
| "group": 2912, | |
| "individuals": 3293, | |
| "unelected": 6602, | |
| "economic": 2203, | |
| "status": 5995, | |
| "tied": 6376, | |
| "artificial": 619, | |
| "intelligence": 3385, | |
| "machine": 3863, | |
| "learning": 3706, | |
| "algorithms": 416, | |
| "derive": 1901, | |
| "optimum": 4457, | |
| "maximize": 3964, | |
| "happiness": 2973, | |
| "bongino": 954, | |
| "relieved": 5251, | |
| "statements": 5987, | |
| "publicly": 5018, | |
| "expressing": 2482, | |
| "regret": 5215, | |
| "whatsoever": 6922, | |
| "15": 35, | |
| "zogby": 7071, | |
| "dan": 1739, | |
| "bought": 973, | |
| "doctor": 2080, | |
| "gets": 2835, | |
| "hiv": 3076, | |
| "mean": 3977, | |
| "experimental": 2454, | |
| "therapies": 6331, | |
| "working": 7000, | |
| "recipient": 5159, | |
| "models": 4123, | |
| "money": 4141, | |
| "expense": 2449, | |
| "consumer": 1531, | |
| "enormous": 2319, | |
| "lengths": 3726, | |
| "interest": 3398, | |
| "humanity": 3145, | |
| "welfare": 6907, | |
| "interests": 3402, | |
| "solely": 5862, | |
| "self": 5639, | |
| "serving": 5677, | |
| "shape": 5701, | |
| "message": 4029, | |
| "thought": 6352, | |
| "kory": 3628, | |
| "innumerable": 3355, | |
| "written": 7019, | |
| "design": 1913, | |
| "fail": 2517, | |
| "disprove": 2046, | |
| "cheap": 1229, | |
| "medicines": 3996, | |
| "appear": 560, | |
| "academics": 245, | |
| "threatened": 6357, | |
| "losing": 3834, | |
| "position": 4796, | |
| "speak": 5897, | |
| "pattern": 4600, | |
| "consistent": 1519, | |
| "concerted": 1462, | |
| "mislead": 4096, | |
| "withholding": 6980, | |
| "modern": 4125, | |
| "planning": 4731, | |
| "transition": 6455, | |
| "standard": 5970, | |
| "commercial": 1397, | |
| "model": 4121, | |
| "require": 5317, | |
| "insurers": 3380, | |
| "pharmacy": 4681, | |
| "managers": 3899, | |
| "statistician": 5992, | |
| "jamie": 3491, | |
| "jenkins": 3505, | |
| "joins": 3531, | |
| "steyn": 6013, | |
| "discuss": 2017, | |
| "confusing": 1493, | |
| "breastfeeding": 1002, | |
| "coming": 1390, | |
| "giving": 2848, | |
| "conflicting": 1488, | |
| "caught": 1158, | |
| "middle": 4053, | |
| "brilliant": 1021, | |
| "throughout": 6366, | |
| "tripping": 6501, | |
| "simply": 5788, | |
| "stats": 5994, | |
| "drop": 2153, | |
| "obviously": 4387, | |
| "august": 685, | |
| "updates": 6667, | |
| "difference": 1972, | |
| "perspective": 4662, | |
| "versus": 6753, | |
| "cheaper": 1230, | |
| "prescription": 4856, | |
| "ron": 5468, | |
| "purchase": 5035, | |
| "75": 195, | |
| "wants": 6845, | |
| "consumers": 1532, | |
| "630": 171, | |
| "sit": 5801, | |
| "waiting": 6830, | |
| "answer": 519, | |
| "view": 6769, | |
| "waited": 6829, | |
| "filed": 2610, | |
| "unlawfully": 6630, | |
| "withheld": 6978, | |
| "unreasonably": 6645, | |
| "delayed": 1854, | |
| "violates": 6782, | |
| "raise": 5093, | |
| "awareness": 729, | |
| "grand": 2884, | |
| "jury": 3563, | |
| "investigation": 3442, | |
| "henry": 3041, | |
| "ealy": 2188, | |
| "team": 6265, | |
| "looking": 3826, | |
| "signatures": 5775, | |
| "forth": 2708, | |
| "september": 5666, | |
| "12th": 26, | |
| "demonstrated": 1877, | |
| "step": 6003, | |
| "prove": 4995, | |
| "leaked": 3699, | |
| "legal": 3718, | |
| "quite": 5081, | |
| "ok": 4420, | |
| "exists": 2438, | |
| "exist": 2434, | |
| "note": 4331, | |
| "led": 3713, | |
| "roll": 5459, | |
| "outs": 4496, | |
| "sounds": 5883, | |
| "terrified": 6302, | |
| "dance": 1741, | |
| "culpability": 1704, | |
| "touted": 6423, | |
| "along": 439, | |
| "trudeau": 6513, | |
| "protection": 4981, | |
| "phone": 4688, | |
| "battery": 796, | |
| "priority": 4897, | |
| "offit": 4412, | |
| "renowned": 5277, | |
| "advisory": 358, | |
| "committee": 1402, | |
| "animal": 505, | |
| "available": 714, | |
| "remember": 5264, | |
| "pathetic": 4591, | |
| "stephen": 6006, | |
| "colbert": 1354, | |
| "dances": 1742, | |
| "song": 5873, | |
| "praising": 4827, | |
| "loss": 3835, | |
| "alarming": 406, | |
| "pregnancies": 4839, | |
| "variety": 6722, | |
| "sources": 5886, | |
| "surveillance": 6179, | |
| "databases": 1760, | |
| "february": 2569, | |
| "database": 1759, | |
| "contained": 1537, | |
| "2000": 60, | |
| "reference": 5192, | |
| "entire": 2331, | |
| "inception": 3256, | |
| "approximately": 579, | |
| "700": 188, | |
| "defied": 1840, | |
| "odds": 4400, | |
| "joseph": 3539, | |
| "went": 6915, | |
| "former": 2705, | |
| "dove": 2123, | |
| "deep": 1827, | |
| "confidently": 1478, | |
| "moves": 4182, | |
| "reopen": 5279, | |
| "liberties": 3747, | |
| "floridians": 2659, | |
| "office": 4406, | |
| "till": 6379, | |
| "midnight": 4054, | |
| "reading": 5133, | |
| "papers": 4547, | |
| "preprints": 4854, | |
| "basic": 790, | |
| "march": 3920, | |
| "24": 89, | |
| "2020": 72, | |
| "changed": 1214, | |
| "certificates": 1195, | |
| "move": 4178, | |
| "de": 1771, | |
| "emphasize": 2276, | |
| "existing": 2437, | |
| "condition": 1470, | |
| "elevate": 2245, | |
| "primary": 4890, | |
| "cause": 1161, | |
| "violated": 6781, | |
| "laws": 3685, | |
| "administrative": 328, | |
| "procedures": 4911, | |
| "agency": 373, | |
| "paperwork": 4548, | |
| "reduction": 5190, | |
| "removed": 5272, | |
| "comment": 1393, | |
| "quality": 5064, | |
| "publish": 5019, | |
| "verifiable": 6746, | |
| "accurate": 270, | |
| "hyperinflated": 3165, | |
| "88": 211, | |
| "94": 218, | |
| "accountability": 263, | |
| "criminals": 1672, | |
| "petition": 4669, | |
| "convene": 1575, | |
| "sacred": 5513, | |
| "california": 1086, | |
| "support": 6148, | |
| "put": 5053, | |
| "ab": 226, | |
| "2098": 81, | |
| "saputo": 5544, | |
| "bureaucrats": 1066, | |
| "practicing": 4823, | |
| "telling": 6285, | |
| "treat": 6475, | |
| "silenced": 5782, | |
| "size": 5810, | |
| "fits": 2638, | |
| "covered": 1643, | |
| "gather": 2797, | |
| "gathered": 2798, | |
| "lied": 3753, | |
| "date": 1761, | |
| "cards": 1125, | |
| "key": 3591, | |
| "facts": 2513, | |
| "nutshell": 4362, | |
| "harming": 2982, | |
| "neither": 4278, | |
| "short": 5737, | |
| "65": 173, | |
| "neurological": 4287, | |
| "mentioned": 4019, | |
| "duration": 2176, | |
| "established": 2365, | |
| "causality": 1160, | |
| "else": 2257, | |
| "establish": 2364, | |
| "harm": 2979, | |
| "categories": 1153, | |
| "strong": 6060, | |
| "reminded": 5266, | |
| "five": 2640, | |
| "watching": 6868, | |
| "thinking": 6339, | |
| "yeah": 7033, | |
| "fifth": 2602, | |
| "lucky": 3849, | |
| "hold": 3083, | |
| "perpetrators": 4652, | |
| "accountable": 264, | |
| "juries": 3561, | |
| "initially": 3340, | |
| "founding": 2716, | |
| "fathers": 2554, | |
| "ensure": 2325, | |
| "peaceful": 4616, | |
| "tyrannical": 6559, | |
| "possessed": 4803, | |
| "indict": 3287, | |
| "believed": 830, | |
| "guilty": 2933, | |
| "testimony": 6316, | |
| "substantiates": 6099, | |
| "allegations": 420, | |
| "activity": 295, | |
| "function": 2756, | |
| "independently": 3281, | |
| "possess": 4802, | |
| "realize": 5139, | |
| "undeniable": 6587, | |
| "guys": 2939, | |
| "anger": 500, | |
| "govt": 2879, | |
| "faces": 2500, | |
| "backlash": 743, | |
| "decision": 1806, | |
| "framework": 2722, | |
| "ought": 4483, | |
| "visit": 6799, | |
| "ask": 627, | |
| "yes": 7040, | |
| "express": 2480, | |
| "leave": 3708, | |
| "rochelle": 5449, | |
| "walensky": 6833, | |
| "opening": 4445, | |
| "comments": 1396, | |
| "senate": 5645, | |
| "hearing": 3015, | |
| "anticipate": 529, | |
| "continue": 1550, | |
| "threat": 6355, | |
| "controlled": 1571, | |
| "maintain": 3875, | |
| "vigilance": 6774, | |
| "education": 2212, | |
| "efforts": 2224, | |
| "emerge": 2268, | |
| "tess": 6306, | |
| "lawrie": 3684, | |
| "met": 4033, | |
| "vienna": 6767, | |
| "austria": 691, | |
| "saturday": 5548, | |
| "sept": 5665, | |
| "promised": 4949, | |
| "hug": 3142, | |
| "laughing": 3673, | |
| "smile": 5837, | |
| "council": 1621, | |
| "december": 1800, | |
| "seed": 5624, | |
| "worldcouncilforhealth": 7003, | |
| "org": 4466, | |
| "newsroom": 4297, | |
| "blasts": 920, | |
| "tech": 6270, | |
| "execs": 2421, | |
| "standards": 5971, | |
| "misinformation": 4094, | |
| "period": 4645, | |
| "unvaxed": 6658, | |
| "63": 170, | |
| "percent": 4636, | |
| "dying": 2181, | |
| "exact": 2403, | |
| "pull": 5024, | |
| "harvey": 2991, | |
| "risch": 5426, | |
| "emeritus": 2274, | |
| "epidemiology": 2342, | |
| "yale": 7031, | |
| "warned": 6849, | |
| "sued": 6115, | |
| "though": 6351, | |
| "inexcusable": 3304, | |
| "conduct": 1473, | |
| "richard": 5409, | |
| "urso": 6681, | |
| "134": 29, | |
| "14": 31, | |
| "mortality": 4167, | |
| "tune": 6537, | |
| "wch": 6874, | |
| "der": 1900, | |
| "schutz": 5588, | |
| "vor": 6812, | |
| "ansteckung": 518, | |
| "sinkt": 5797, | |
| "von": 6811, | |
| "impfung": 3227, | |
| "zu": 7076, | |
| "das": 1756, | |
| "immunsystem": 3222, | |
| "pragt": 4825, | |
| "sich": 5762, | |
| "die": 1969, | |
| "impfungen": 3228, | |
| "ein": 2231, | |
| "ist": 3472, | |
| "dann": 1751, | |
| "schlechter": 5581, | |
| "aufgestellt": 682, | |
| "bei": 824, | |
| "zukunftigen": 7078, | |
| "varianten": 6720, | |
| "cited": 1271, | |
| "50k": 147, | |
| "md": 3975, | |
| "deace": 1772, | |
| "asked": 628, | |
| "webpage": 6893, | |
| "hydroxychloriquine": 3161, | |
| "read": 5131, | |
| "journals": 3545, | |
| "represented": 5302, | |
| "later": 3669, | |
| "broken": 1036, | |
| "whole": 6940, | |
| "completely": 1429, | |
| "save": 5551, | |
| "jose": 3538, | |
| "augusto": 686, | |
| "pays": 4611, | |
| "tribute": 6490, | |
| "luc": 3848, | |
| "montagnier": 4149, | |
| "quote": 5084, | |
| "voice": 6808, | |
| "repeat": 5283, | |
| "held": 3030, | |
| "rest": 5353, | |
| "faith": 2526, | |
| "justice": 3564, | |
| "quit": 5080, | |
| "ernest": 2351, | |
| "ramirez": 5100, | |
| "ernesto": 2352, | |
| "talked": 6240, | |
| "stephanie": 6005, | |
| "garay": 2783, | |
| "amanda": 459, | |
| "damian": 1736, | |
| "bree": 1006, | |
| "unbelievable": 6576, | |
| "soldiers": 5860, | |
| "crushed": 1696, | |
| "inflation": 3318, | |
| "declares": 1812, | |
| "marsha": 3935, | |
| "blackburn": 909, | |
| "paid": 4531, | |
| "manner": 3911, | |
| "food": 2679, | |
| "stamps": 5966, | |
| "fine": 2625, | |
| "remove": 5271, | |
| "troops": 6506, | |
| "attourney": 674, | |
| "reiner": 5225, | |
| "fullmich": 2754, | |
| "reveals": 5381, | |
| "massive": 3950, | |
| "increase": 3269, | |
| "court": 1637, | |
| "begin": 815, | |
| "gain": 2776, | |
| "traction": 6435, | |
| "presents": 4862, | |
| "yearly": 7035, | |
| "department": 1890, | |
| "dmed": 2077, | |
| "attourneys": 675, | |
| "experienced": 2451, | |
| "series": 5670, | |
| "hears": 3016, | |
| "pave": 4602, | |
| "courts": 1639, | |
| "likewise": 3764, | |
| "ignore": 3189, | |
| "testifies": 6312, | |
| "killing": 3600, | |
| "confirmed": 1483, | |
| "pulled": 5025, | |
| "market": 3928, | |
| "cast": 1146, | |
| "shame": 5696, | |
| "positions": 4798, | |
| "whose": 6943, | |
| "fatal": 2550, | |
| "myocarditis": 4218, | |
| "flew": 2652, | |
| "washington": 6862, | |
| "meeting": 4002, | |
| "bail": 756, | |
| "zoom": 7073, | |
| "elsewhere": 2258, | |
| "decency": 1801, | |
| "integrity": 3383, | |
| "compassion": 1418, | |
| "willfully": 6953, | |
| "blind": 928, | |
| "certainly": 1193, | |
| "relation": 5239, | |
| "crucial": 1692, | |
| "tackle": 6231, | |
| "remaining": 5257, | |
| "echo": 2199, | |
| "chambers": 1207, | |
| "pointing": 4760, | |
| "fingers": 2627, | |
| "anywhere": 544, | |
| "speaks": 5899, | |
| "silencing": 5783, | |
| "illusion": 3203, | |
| "innovation": 3354, | |
| "rotten": 5476, | |
| "british": 1027, | |
| "newly": 4294, | |
| "2002": 61, | |
| "2011": 65, | |
| "copies": 1590, | |
| "molecules": 4135, | |
| "reason": 5144, | |
| "spend": 5912, | |
| "amount": 475, | |
| "marketing": 3929, | |
| "therapeutic": 6330, | |
| "value": 6713, | |
| "deemed": 1823, | |
| "noticeable": 4336, | |
| "76": 196, | |
| "added": 306, | |
| "perfectly": 4639, | |
| "captures": 1119, | |
| "net": 4283, | |
| "industry": 3301, | |
| "society": 5853, | |
| "effect": 2215, | |
| "decades": 1795, | |
| "paying": 4607, | |
| "taxpayer": 6259, | |
| "taxes": 6257, | |
| "steals": 5998, | |
| "wonder": 6992, | |
| "disintegrating": 2031, | |
| "liz": 3803, | |
| "truss": 6518, | |
| "pause": 4601, | |
| "healthy": 3012, | |
| "unprecedented": 6642, | |
| "rates": 5116, | |
| "swine": 6207, | |
| "1976": 51, | |
| "guillain": 2931, | |
| "barre": 779, | |
| "rotavirus": 5474, | |
| "1999": 54, | |
| "bowel": 978, | |
| "obstruction": 4383, | |
| "dec": 1794, | |
| "800": 204, | |
| "america": 469, | |
| "aligns": 418, | |
| "drops": 2157, | |
| "requirements": 5320, | |
| "requires": 5321, | |
| "travelers": 6468, | |
| "moved": 4179, | |
| "measures": 3987, | |
| "del": 1853, | |
| "bigtree": 867, | |
| "truly": 6515, | |
| "rolling": 5461, | |
| "graves": 2896, | |
| "aligned": 417, | |
| "authoritarian": 696, | |
| "nations": 4242, | |
| "hero": 3045, | |
| "refusing": 5205, | |
| "religious": 5252, | |
| "exemption": 2425, | |
| "pundit": 5031, | |
| "collect": 1368, | |
| "chad": 1200, | |
| "weston": 6918, | |
| "beliefs": 828, | |
| "compromise": 1442, | |
| "doubt": 2120, | |
| "table": 6230, | |
| "cancer": 1107, | |
| "heck": 3027, | |
| "skyrocketing": 5817, | |
| "increases": 3271, | |
| "town": 6425, | |
| "300": 107, | |
| "alberta": 411, | |
| "premier": 4846, | |
| "danielle": 1749, | |
| "smith": 5838, | |
| "discriminated": 2014, | |
| "witnessed": 6984, | |
| "lifetime": 3756, | |
| "fire": 2629, | |
| "provincial": 5005, | |
| "deena": 1826, | |
| "hinshaw": 3066, | |
| "obtained": 4385, | |
| "vaxxed": 6729, | |
| "lab": 3637, | |
| "rat": 5114, | |
| "offspring": 4414, | |
| "deformed": 1847, | |
| "ribs": 5406, | |
| "formal": 2701, | |
| "reproductive": 5308, | |
| "toxicology": 6429, | |
| "industrial": 3300, | |
| "complex": 1431, | |
| "extremely": 2492, | |
| "attempted": 666, | |
| "presume": 4872, | |
| "hid": 3052, | |
| "mislav": 4095, | |
| "kolakusic": 3626, | |
| "european": 2381, | |
| "parliament": 4559, | |
| "eu": 2376, | |
| "scandal": 5563, | |
| "mankind": 3910, | |
| "sends": 5649, | |
| "mixed": 4111, | |
| "messages": 4030, | |
| "prosecutor": 4974, | |
| "eppo": 2346, | |
| "confirms": 1485, | |
| "ongoing": 4434, | |
| "acquisition": 282, | |
| "union": 6620, | |
| "exceptional": 2412, | |
| "confirmation": 1482, | |
| "texas": 6320, | |
| "symposium": 6215, | |
| "protected": 4979, | |
| "diseases": 2023, | |
| "escalate": 2356, | |
| "individual": 3292, | |
| "autonomy": 708, | |
| "absolute": 240, | |
| "gonna": 2866, | |
| "eye": 2494, | |
| "duty": 2178, | |
| "sick": 5763, | |
| "realm": 5141, | |
| "expertise": 2459, | |
| "fulfill": 2752, | |
| "hippocratic": 3069, | |
| "suspend": 6191, | |
| "oaths": 4368, | |
| "matteo": 3961, | |
| "bassetti": 793, | |
| "head": 2999, | |
| "genoa": 2822, | |
| "pushed": 5047, | |
| "italy": 3474, | |
| "confronted": 1491, | |
| "book": 956, | |
| "launch": 3675, | |
| "sanremo": 5543, | |
| "shouts": 5750, | |
| "jail": 3487, | |
| "murderer": 4204, | |
| "courage": 1633, | |
| "forget": 2695, | |
| "board": 944, | |
| "commissioner": 1400, | |
| "reducing": 5189, | |
| "starts": 5980, | |
| "staff": 5957, | |
| "questioning": 5074, | |
| "length": 3725, | |
| "windsor": 6962, | |
| "22": 85, | |
| "police": 4766, | |
| "made": 3867, | |
| "outset": 4497, | |
| "presented": 4860, | |
| "shut": 5760, | |
| "acted": 285, | |
| "peacefully": 4617, | |
| "respectfully": 5342, | |
| "arrested": 604, | |
| "obstructive": 4384, | |
| "refused": 5203, | |
| "personally": 4660, | |
| "copy": 1592, | |
| "pointed": 4759, | |
| "handed": 2962, | |
| "relating": 5238, | |
| "callously": 1090, | |
| "ripped": 5424, | |
| "stated": 5985, | |
| "reiterated": 5230, | |
| "repeatedly": 5285, | |
| "essential": 2362, | |
| "passing": 4580, | |
| "vladimir": 6807, | |
| "zev": 7066, | |
| "zelenko": 7064, | |
| "hard": 2976, | |
| "solutions": 5866, | |
| "combat": 1383, | |
| "pathogens": 4593, | |
| "mitigating": 4109, | |
| "dysregulation": 2185, | |
| "thanks": 6325, | |
| "knowledge": 3623, | |
| "backed": 740, | |
| "virtually": 6792, | |
| "eliminate": 2251, | |
| "influenza": 3324, | |
| "counter": 1623, | |
| "suddenly": 6113, | |
| "authorisation": 693, | |
| "makis": 3884, | |
| "pleads": 4746, | |
| "cma": 1331, | |
| "investigate": 3439, | |
| "test": 6307, | |
| "moving": 4184, | |
| "speed": 5911, | |
| "skewed": 5813, | |
| "sen": 5644, | |
| "prolonging": 4946, | |
| "helps": 3035, | |
| "elections": 2239, | |
| "vote": 6813, | |
| "mail": 3871, | |
| "ballot": 762, | |
| "sandra": 5541, | |
| "gallina": 2779, | |
| "commission": 1398, | |
| "legaly": 3721, | |
| "binding": 875, | |
| "agreement": 383, | |
| "crimes": 1669, | |
| "prime": 4891, | |
| "justin": 3568, | |
| "reporters": 5294, | |
| "certain": 1192, | |
| "percentage": 4637, | |
| "obama": 4370, | |
| "inhaled": 3338, | |
| "fresh": 2737, | |
| "60": 166, | |
| "feel": 2573, | |
| "block": 931, | |
| "droplet": 2154, | |
| "providing": 5003, | |
| "jack": 3484, | |
| "posobiec": 4801, | |
| "lying": 3856, | |
| "weapon": 6881, | |
| "coercive": 1344, | |
| "tool": 6409, | |
| "behavior": 819, | |
| "watchdog": 6866, | |
| "ema": 2259, | |
| "gave": 2799, | |
| "green": 2901, | |
| "light": 3760, | |
| "six": 5808, | |
| "rollout": 5462, | |
| "miscarriage": 4088, | |
| "tomorrow": 6405, | |
| "stopped": 6031, | |
| "difficult": 1975, | |
| "executives": 2423, | |
| "significant": 5777, | |
| "continuing": 1553, | |
| "done": 2104, | |
| "roberts": 5442, | |
| "human": 3144, | |
| "blindly": 929, | |
| "recommendations": 5168, | |
| "buddy": 1053, | |
| "trading": 6437, | |
| "stocks": 6024, | |
| "timing": 6384, | |
| "club": 1328, | |
| "bannon": 773, | |
| "guy": 2938, | |
| "ordered": 4462, | |
| "originally": 4475, | |
| "rebel": 5147, | |
| "selene": 5638, | |
| "galas": 2777, | |
| "apologises": 550, | |
| "offered": 4404, | |
| "amnesty": 473, | |
| "offers": 4405, | |
| "wanted": 6843, | |
| "adds": 314, | |
| "legalities": 3719, | |
| "transparent": 6462, | |
| "bless": 926, | |
| "october": 4398, | |
| "determined": 1937, | |
| "remains": 5258, | |
| "advised": 351, | |
| "update": 6665, | |
| "national": 4241, | |
| "preparedness": 4850, | |
| "plans": 4732, | |
| "deal": 1778, | |
| "amazing": 460, | |
| "feeling": 2574, | |
| "hits": 3074, | |
| "hochul": 3079, | |
| "necklace": 4260, | |
| "complicated": 1434, | |
| "hurricane": 3154, | |
| "reckless": 5161, | |
| "crazy": 1653, | |
| "scare": 5567, | |
| "away": 730, | |
| "janette": 3494, | |
| "nesheiwat": 4282, | |
| "86": 208, | |
| "indiana": 3284, | |
| "lasts": 3665, | |
| "compared": 1415, | |
| "adults": 342, | |
| "discriminate": 2013, | |
| "fair": 2524, | |
| "pivot": 4714, | |
| "regard": 5206, | |
| "open": 4444, | |
| "believes": 832, | |
| "wisconsin": 6971, | |
| "withdraws": 6977, | |
| "exemptions": 2426, | |
| "enforces": 2307, | |
| "novavax": 4344, | |
| "tired": 6391, | |
| "deny": 1888, | |
| "continued": 1551, | |
| "conflicts": 1489, | |
| "reasons": 5146, | |
| "eua": 2377, | |
| "settled": 5680, | |
| "operating": 4448, | |
| "illegally": 3200, | |
| "disciples": 1999, | |
| "violations": 6784, | |
| "supreme": 6162, | |
| "reinstates": 5229, | |
| "backpay": 745, | |
| "reinstated": 5228, | |
| "ordering": 4463, | |
| "contracting": 1557, | |
| "transmitting": 6459, | |
| "kjp": 3612, | |
| "carlson": 1131, | |
| "apologize": 551, | |
| "indisputably": 3291, | |
| "claim": 1280, | |
| "carry": 1136, | |
| "nyc": 4364, | |
| "appeals": 559, | |
| "ruling": 5501, | |
| "reinstate": 5227, | |
| "city": 1276, | |
| "strongly": 6063, | |
| "disagrees": 1992, | |
| "firmly": 2632, | |
| "grounded": 2911, | |
| "critical": 1677, | |
| "yorkers": 7048, | |
| "appeal": 557, | |
| "meantime": 3982, | |
| "unanimously": 6574, | |
| "tuesday": 6533, | |
| "morning": 4161, | |
| "repeal": 5282, | |
| "adams": 302, | |
| "rules": 5500, | |
| "expire": 2461, | |
| "nov": 4341, | |
| "announcement": 510, | |
| "funded": 2764, | |
| "consultant": 1529, | |
| "behind": 822, | |
| "advising": 355, | |
| "convince": 1581, | |
| "vaccinate": 6700, | |
| "bavarian": 798, | |
| "soder": 5854, | |
| "obligations": 4374, | |
| "stay": 5996, | |
| "home": 3092, | |
| "winter": 6969, | |
| "cancel": 1106, | |
| "fines": 2626, | |
| "schillaci": 5580, | |
| "threatens": 6359, | |
| "vaxed": 6727, | |
| "knows": 3625, | |
| "season": 5612, | |
| "approaches": 572, | |
| "subtly": 6100, | |
| "suggestion": 6127, | |
| "level": 3738, | |
| "reduce": 5186, | |
| "needing": 4263, | |
| "protestors": 4989, | |
| "chant": 1218, | |
| "halloween": 2954, | |
| "parade": 4549, | |
| "scary": 5571, | |
| "democrats": 1872, | |
| "charge": 1223, | |
| "zeldin": 7063, | |
| "urged": 6676, | |
| "protestor": 4988, | |
| "carried": 1134, | |
| "signs": 5780, | |
| "occasion": 4388, | |
| "whistleblower": 6932, | |
| "project": 4941, | |
| "veritas": 6748, | |
| "judges": 3550, | |
| "officers": 4408, | |
| "swiss": 6209, | |
| "regulator": 5221, | |
| "swissmedic": 6210, | |
| "investigating": 3441, | |
| "associated": 639, | |
| "bubble": 1048, | |
| "formation": 2703, | |
| "vials": 6758, | |
| "bivalent": 905, | |
| "works": 7002, | |
| "114": 19, | |
| "increased": 3270, | |
| "chance": 1210, | |
| "attacks": 662, | |
| "relative": 5242, | |
| "incidence": 3257, | |
| "related": 5237, | |
| "males": 3888, | |
| "39": 124, | |
| "consequently": 1513, | |
| "recommends": 5171, | |
| "decisions": 1807, | |
| "enter": 2326, | |
| "2023": 75, | |
| "west": 6916, | |
| "tsa": 6526, | |
| "rule": 5498, | |
| "january": 3497, | |
| "alongside": 440, | |
| "directly": 1985, | |
| "contradicts": 1563, | |
| "docs": 2079, | |
| "treating": 6477, | |
| "flying": 2668, | |
| "failing": 2519, | |
| "transportation": 6465, | |
| "security": 5622, | |
| "limit": 3765, | |
| "growing": 2915, | |
| "acceptance": 250, | |
| "preventing": 4881, | |
| "illness": 3201, | |
| "centers": 1185, | |
| "earlier": 2190, | |
| "anymore": 538, | |
| "trozzi": 6510, | |
| "talks": 6242, | |
| "altering": 448, | |
| "graham": 2883, | |
| "ledger": 3714, | |
| "measured": 3986, | |
| "polls": 4781, | |
| "ism": 3462, | |
| "remembering": 5265, | |
| "primarily": 4889, | |
| "attack": 659, | |
| "liberty": 3748, | |
| "addresses": 312, | |
| "systemic": 6226, | |
| "failures": 2522, | |
| "recognize": 5163, | |
| "airborne": 395, | |
| "cloth": 1323, | |
| "structural": 6064, | |
| "features": 2568, | |
| "institutions": 3376, | |
| "reform": 5199, | |
| "french": 2735, | |
| "mps": 4187, | |
| "corona": 1599, | |
| "revealed": 5379, | |
| "jean": 3502, | |
| "lassalle": 3661, | |
| "presidential": 4865, | |
| "candidate": 1110, | |
| "november": 4345, | |
| "melbourne": 4006, | |
| "guard": 2921, | |
| "chokes": 1250, | |
| "teenager": 6279, | |
| "unconscious": 6585, | |
| "carries": 1135, | |
| "neil": 4276, | |
| "oliver": 4428, | |
| "responds": 5348, | |
| "mob": 4116, | |
| "admission": 330, | |
| "guilt": 2932, | |
| "possibility": 4804, | |
| "culpable": 1705, | |
| "apologies": 549, | |
| "investigations": 3443, | |
| "seek": 5626, | |
| "presumably": 4871, | |
| "seeking": 5627, | |
| "gretchen": 2903, | |
| "whitmer": 6936, | |
| "host": 3124, | |
| "pressed": 4867, | |
| "disastrous": 1996, | |
| "handling": 2965, | |
| "critiques": 1684, | |
| "touched": 6420, | |
| "ear": 2189, | |
| "pretending": 4873, | |
| "anchor": 492, | |
| "addressed": 311, | |
| "camera": 1094, | |
| "oh": 4417, | |
| "okay": 4421, | |
| "replied": 5290, | |
| "blast": 919, | |
| "jul": 3554, | |
| "excuses": 2420, | |
| "newsom": 4296, | |
| "recommend": 5166, | |
| "hand": 2959, | |
| "attend": 668, | |
| "uses": 6689, | |
| "sweden": 6203, | |
| "resort": 5339, | |
| "unscientific": 6649, | |
| "kept": 3588, | |
| "placed": 4720, | |
| "lowest": 3847, | |
| "pops": 4789, | |
| "viruses": 6795, | |
| "catastrophic": 1149, | |
| "exhibited": 2432, | |
| "statistically": 5991, | |
| "rsv": 5488, | |
| "receiving": 5155, | |
| "placebo": 4719, | |
| "clinicians": 1307, | |
| "merely": 4025, | |
| "whining": 6929, | |
| "picus": 4699, | |
| "filled": 2613, | |
| "partner": 4570, | |
| "biontech": 890, | |
| "recommended": 5169, | |
| "authorising": 695, | |
| "tailored": 6233, | |
| "authorised": 694, | |
| "gavel": 2800, | |
| "pursue": 5043, | |
| "vows": 6818, | |
| "holding": 3084, | |
| "second": 5613, | |
| "roundtable": 5481, | |
| "extend": 2484, | |
| "spring": 5948, | |
| "surge": 6166, | |
| "catching": 1152, | |
| "romania": 5464, | |
| "famous": 2536, | |
| "football": 2684, | |
| "steaua": 5999, | |
| "bucharest": 1049, | |
| "announce": 508, | |
| "players": 4742, | |
| "discussing": 2020, | |
| "charles": 1226, | |
| "hoffe": 3081, | |
| "tragic": 6440, | |
| "malthouse": 3895, | |
| "denial": 1880, | |
| "horrific": 3114, | |
| "geert": 2806, | |
| "vanden": 6715, | |
| "bossche": 968, | |
| "fundamentally": 2763, | |
| "parliamentary": 4560, | |
| "channel": 1217, | |
| "debate": 1787, | |
| "kieran": 3596, | |
| "moore": 4156, | |
| "recommending": 5170, | |
| "ontarians": 4439, | |
| "indoors": 3297, | |
| "trying": 6524, | |
| "nbc": 4252, | |
| "tips": 6390, | |
| "protecting": 4980, | |
| "outlined": 4492, | |
| "wash": 6860, | |
| "hands": 2967, | |
| "unwell": 6662, | |
| "physical": 4692, | |
| "interaction": 3395, | |
| "b20": 734, | |
| "g20": 2774, | |
| "adopt": 337, | |
| "promote": 4951, | |
| "digital": 1977, | |
| "identity": 3184, | |
| "schemes": 5578, | |
| "certificate": 1194, | |
| "indonesian": 3295, | |
| "bali": 760, | |
| "fairly": 2525, | |
| "low": 3845, | |
| "fatality": 2552, | |
| "mainly": 3873, | |
| "elderly": 2236, | |
| "although": 452, | |
| "dystopian": 2187, | |
| "headline": 3002, | |
| "mainstream": 3874, | |
| "deputy": 1899, | |
| "marcello": 3919, | |
| "gemmato": 2807, | |
| "trained": 6442, | |
| "pharmacist": 4678, | |
| "proclaimed": 4913, | |
| "stating": 5989, | |
| "trap": 6466, | |
| "opposition": 4456, | |
| "disaster": 1995, | |
| "ed": 2207, | |
| "dowd": 2124, | |
| "mit": 4107, | |
| "retsef": 5373, | |
| "levi": 3740, | |
| "stages": 5959, | |
| "relying": 5255, | |
| "travesty": 6471, | |
| "90": 214, | |
| "experiment": 2453, | |
| "currently": 1716, | |
| "occurring": 4393, | |
| "importance": 3236, | |
| "compliance": 1432, | |
| "creep": 1664, | |
| "succeed": 6104, | |
| "everywhere": 2397, | |
| "id": 3176, | |
| "cbdc": 1169, | |
| "functionality": 2758, | |
| "credit": 1663, | |
| "grabbed": 2880, | |
| "wrung": 7025, | |
| "anal": 479, | |
| "probing": 4907, | |
| "unless": 6631, | |
| "resist": 5334, | |
| "released": 5245, | |
| "plan": 4726, | |
| "passport": 4581, | |
| "technocratic": 6271, | |
| "aided": 388, | |
| "abetted": 233, | |
| "subservient": 6093, | |
| "mass": 3946, | |
| "bouncing": 974, | |
| "politicians": 4773, | |
| "scientific": 5592, | |
| "trotting": 6507, | |
| "levels": 3739, | |
| "commenting": 1395, | |
| "jordan": 3536, | |
| "sky": 5814, | |
| "appalling": 555, | |
| "crafted": 1649, | |
| "insane": 3358, | |
| "bottom": 972, | |
| "line": 3770, | |
| "anybody": 537, | |
| "senators": 5647, | |
| "armed": 596, | |
| "forces": 2687, | |
| "ending": 2298, | |
| "lives": 3800, | |
| "dedicated": 1821, | |
| "sacrifices": 5516, | |
| "defend": 1832, | |
| "constitution": 1527, | |
| "ndaa": 4253, | |
| "gop": 2870, | |
| "spearheaded": 5900, | |
| "sens": 5653, | |
| "rick": 5411, | |
| "kentucky": 3587, | |
| "sent": 5660, | |
| "minority": 4081, | |
| "leader": 3692, | |
| "mitch": 4108, | |
| "mcconnell": 3971, | |
| "signing": 5779, | |
| "lee": 3715, | |
| "utah": 6693, | |
| "lindsey": 3769, | |
| "braun": 990, | |
| "ted": 6276, | |
| "cruz": 1697, | |
| "roger": 5455, | |
| "marshall": 3936, | |
| "kansas": 3569, | |
| "tommy": 6404, | |
| "tuberville": 6530, | |
| "marco": 3921, | |
| "rubio": 5493, | |
| "daines": 1727, | |
| "montana": 4150, | |
| "cindy": 1263, | |
| "mississippi": 4103, | |
| "josh": 3540, | |
| "hawley": 2994, | |
| "ahead": 384, | |
| "fiscal": 2635, | |
| "votes": 6816, | |
| "amendment": 466, | |
| "prohibit": 4939, | |
| "discharges": 1998, | |
| "push": 5045, | |
| "raising": 5096, | |
| "alarm": 405, | |
| "conflict": 1486, | |
| "questionable": 5072, | |
| "gaps": 2782, | |
| "estimates": 2370, | |
| "closer": 1318, | |
| "phase": 4682, | |
| "testing": 6317, | |
| "sequencing": 5669, | |
| "receive": 5152, | |
| "unvaxxed": 6659, | |
| "surgery": 6169, | |
| "bank": 766, | |
| "utterly": 6697, | |
| "polluted": 4782, | |
| "pray": 4828, | |
| "grateful": 2895, | |
| "journalists": 3544, | |
| "stood": 6029, | |
| "option": 4458, | |
| "unjabbed": 6628, | |
| "journalist": 3543, | |
| "nina": 4312, | |
| "myskow": 4221, | |
| "vaxxers": 6731, | |
| "virulent": 6794, | |
| "angry": 503, | |
| "lloyd": 3805, | |
| "austin": 687, | |
| "lawmakers": 3683, | |
| "rescind": 5324, | |
| "travelling": 6469, | |
| "hundreds": 3150, | |
| "dod": 2088, | |
| "continuation": 1549, | |
| "outweigh": 4500, | |
| "benefits": 843, | |
| "provider": 5000, | |
| "alert": 414, | |
| "submit": 6086, | |
| "application": 565, | |
| "outdoing": 4486, | |
| "intervention": 3417, | |
| "babies": 737, | |
| "intends": 3389, | |
| "manufacturers": 3915, | |
| "congressman": 1500, | |
| "agree": 381, | |
| "draconian": 2132, | |
| "services": 5676, | |
| "ranking": 5107, | |
| "rogers": 5456, | |
| "al": 401, | |
| "hill": 3065, | |
| "agreeing": 382, | |
| "language": 3654, | |
| "hr": 3139, | |
| "3860": 122, | |
| "urge": 6675, | |
| "colleagues": 1367, | |
| "sterilized": 6008, | |
| "shawn": 5708, | |
| "brooks": 1040, | |
| "review": 5388, | |
| "inc": 3253, | |
| "syncytial": 6221, | |
| "drugmaker": 2161, | |
| "rsvpref": 5489, | |
| "set": 5678, | |
| "lung": 3853, | |
| "owns": 4522, | |
| "ruled": 5499, | |
| "favour": 2561, | |
| "guardianship": 2922, | |
| "baby": 738, | |
| "boy": 980, | |
| "transfusion": 6452, | |
| "advisor": 356, | |
| "product": 4918, | |
| "reflect": 5195, | |
| "lack": 3642, | |
| "add": 305, | |
| "denmark": 1884, | |
| "ends": 2301, | |
| "positive": 4799, | |
| "special": 5902, | |
| "comparison": 1417, | |
| "leading": 3695, | |
| "shed": 5709, | |
| "beast": 801, | |
| "bible": 862, | |
| "verses": 6750, | |
| "jill": 3515, | |
| "prepare": 4848, | |
| "holidays": 3087, | |
| "hesitant": 3047, | |
| "coerce": 1342, | |
| "grandchildren": 2885, | |
| "auto": 706, | |
| "webinar": 6892, | |
| "consider": 1515, | |
| "looney": 3828, | |
| "funeral": 2769, | |
| "rubbery": 5490, | |
| "respond": 5345, | |
| "thinners": 6342, | |
| "reviews": 5390, | |
| "autopsy": 712, | |
| "sudden": 6112, | |
| "definitive": 1846, | |
| "controversial": 1574, | |
| "mile": 4062, | |
| "worse": 7009, | |
| "wars": 6858, | |
| "terms": 6299, | |
| "wef": 6900, | |
| "sponsors": 5938, | |
| "encompassing": 2290, | |
| "chris": 1253, | |
| "wallace": 6839, | |
| "less": 3728, | |
| "restrictive": 5358, | |
| "closing": 1319, | |
| "absence": 239, | |
| "exercise": 2427, | |
| "hopkins": 3110, | |
| "bloomberg": 937, | |
| "melinda": 4007, | |
| "foundation": 2713, | |
| "contagion": 1534, | |
| "simulated": 5789, | |
| "meetings": 4003, | |
| "addressing": 313, | |
| "fictional": 2597, | |
| "future": 2773, | |
| "participants": 4563, | |
| "grappled": 2894, | |
| "located": 3811, | |
| "becoming": 808, | |
| "disproportionately": 2045, | |
| "affecting": 364, | |
| "urging": 6680, | |
| "encouraging": 2294, | |
| "tripledemic": 6500, | |
| "cover": 1641, | |
| "requested": 5316, | |
| "withhold": 6979, | |
| "55": 156, | |
| "intricately": 3425, | |
| "asserted": 632, | |
| "dossier": 2114, | |
| "1223": 23, | |
| "shortly": 5743, | |
| "sense": 5656, | |
| "bribed": 1013, | |
| "hhs": 3051, | |
| "trust": 6519, | |
| "instincts": 3372, | |
| "post": 4807, | |
| "explains": 2465, | |
| "conservative": 1514, | |
| "assume": 641, | |
| "discount": 2006, | |
| "impanel": 3226, | |
| "wrongdoing": 7021, | |
| "poll": 4779, | |
| "major": 3877, | |
| "prominent": 4947, | |
| "conspired": 1523, | |
| "linking": 3779, | |
| "mnra": 4114, | |
| "inflammation": 3315, | |
| "arteries": 616, | |
| "mp": 4185, | |
| "bridgen": 1015, | |
| "convening": 1577, | |
| "saved": 5552, | |
| "trillion": 6495, | |
| "costs": 1619, | |
| "community": 1411, | |
| "corps": 1607, | |
| "largest": 3659, | |
| "bribe": 1012, | |
| "infused": 3333, | |
| "276": 98, | |
| "obstetricians": 4381, | |
| "gynecologists": 2943, | |
| "drawbacks": 2138, | |
| "trouble": 6508, | |
| "wrongfully": 7023, | |
| "advertising": 349, | |
| "areas": 588, | |
| "wrongful": 7022, | |
| "matter": 3962, | |
| "advertised": 348, | |
| "disclaimers": 2001, | |
| "orthopaedic": 4479, | |
| "ahmad": 385, | |
| "malik": 3892, | |
| "complete": 1427, | |
| "suspension": 6193, | |
| "brigden": 1018, | |
| "coordinator": 1588, | |
| "ashish": 625, | |
| "list": 3783, | |
| "tools": 6410, | |
| "crowded": 1691, | |
| "indoor": 3296, | |
| "spaces": 5891, | |
| "requiring": 5322, | |
| "reopening": 5280, | |
| "yesterday": 7041, | |
| "locate": 3810, | |
| "signed": 5776, | |
| "gone": 2865, | |
| "missing": 4101, | |
| "destroying": 1923, | |
| "black": 908, | |
| "listed": 3784, | |
| "joined": 3530, | |
| "actors": 297, | |
| "dozen": 2129, | |
| "contact": 1533, | |
| "william": 6954, | |
| "raises": 5095, | |
| "concerns": 1461, | |
| "mill": 4068, | |
| "modelling": 4122, | |
| "fiction": 2596, | |
| "headlined": 3003, | |
| "opposite": 4455, | |
| "dealing": 1779, | |
| "david": 1765, | |
| "cartland": 1141, | |
| "adding": 307, | |
| "professionals": 4925, | |
| "deciding": 1805, | |
| "la": 3636, | |
| "county": 1630, | |
| "necessary": 4258, | |
| "happens": 2972, | |
| "washed": 6861, | |
| "hollyweird": 3088, | |
| "actor": 296, | |
| "prolific": 4944, | |
| "beater": 803, | |
| "eco": 2201, | |
| "fascist": 2546, | |
| "tyrant": 6562, | |
| "sean": 5608, | |
| "penn": 4630, | |
| "weird": 6903, | |
| "sort": 5878, | |
| "nativity": 4244, | |
| "scene": 5572, | |
| "celebrating": 1174, | |
| "4th": 143, | |
| "5th": 163, | |
| "stupid": 6077, | |
| "trev": 6485, | |
| "darpa": 1754, | |
| "invested": 3438, | |
| "genetic": 2818, | |
| "ows": 4523, | |
| "extraordinary": 2490, | |
| "pilot": 4707, | |
| "yoder": 7044, | |
| "seeks": 5628, | |
| "recourse": 5176, | |
| "airlines": 396, | |
| "flyers": 2667, | |
| "attention": 669, | |
| "matt": 3960, | |
| "gaetz": 2775, | |
| "hideous": 3055, | |
| "halted": 2956, | |
| "lifting": 3759, | |
| "era": 2349, | |
| "mexico": 4040, | |
| "prevented": 4880, | |
| "asylum": 650, | |
| "amid": 472, | |
| "challenge": 1205, | |
| "brought": 1041, | |
| "republicans": 5312, | |
| "kerryn": 3589, | |
| "phelps": 4684, | |
| "silence": 5781, | |
| "devastating": 1943, | |
| "injury": 3351, | |
| "slamming": 5818, | |
| "regulators": 5222, | |
| "censoring": 1181, | |
| "threats": 6360, | |
| "suffered": 6118, | |
| "bipartisan": 897, | |
| "resolution": 5338, | |
| "terminate": 6298, | |
| "representatives": 5301, | |
| "measure": 3985, | |
| "normal": 4323, | |
| "sununu": 6141, | |
| "wrote": 7024, | |
| "norwegian": 4328, | |
| "independent": 3280, | |
| "politician": 4772, | |
| "susanne": 6185, | |
| "norwegians": 4329, | |
| "damaged": 1732, | |
| "norway": 4327, | |
| "heartbreaking": 3018, | |
| "previously": 4885, | |
| "participated": 4565, | |
| "supposedly": 6156, | |
| "deceived": 1798, | |
| "supposed": 6155, | |
| "inexplicable": 3305, | |
| "europe": 2380, | |
| "spot": 5941, | |
| "veiled": 6735, | |
| "shutting": 5761, | |
| "bribes": 1014, | |
| "total": 6416, | |
| "malfeasance": 3889, | |
| "massively": 3951, | |
| "multibillion": 4197, | |
| "dollar": 2092, | |
| "freely": 2734, | |
| "flowing": 2662, | |
| "physician": 4694, | |
| "societies": 5852, | |
| "colleges": 1374, | |
| "hollywood": 3089, | |
| "explained": 2464, | |
| "corey": 1597, | |
| "deangelis": 1780, | |
| "teacher": 6263, | |
| "unions": 6621, | |
| "hostage": 3125, | |
| "secure": 5620, | |
| "multi": 4196, | |
| "payments": 4609, | |
| "teachers": 6264, | |
| "perpetuity": 4654, | |
| "multiple": 4198, | |
| "ransom": 5108, | |
| "190": 47, | |
| "relief": 5250, | |
| "allocated": 431, | |
| "student": 6070, | |
| "uncertainties": 6580, | |
| "internationally": 3409, | |
| "increasingly": 3273, | |
| "concerned": 1459, | |
| "profile": 4927, | |
| "several": 5683, | |
| "dfpuk": 1954, | |
| "mhra": 4041, | |
| "letters": 3736, | |
| "jcvi": 3501, | |
| "rcog": 5121, | |
| "others": 4481, | |
| "benjamin": 847, | |
| "netanyahu": 4284, | |
| "built": 1060, | |
| "petri": 4670, | |
| "dish": 2028, | |
| "experimented": 2455, | |
| "wanna": 6841, | |
| "expectancy": 2446, | |
| "reaches": 5125, | |
| "antibiotic": 525, | |
| "shortage": 5738, | |
| "grow": 2914, | |
| "leaps": 3703, | |
| "bounds": 975, | |
| "shifts": 5723, | |
| "marc": 3918, | |
| "siegel": 5769, | |
| "implications": 3234, | |
| "supply": 6147, | |
| "czar": 1724, | |
| "gives": 2847, | |
| "round": 5479, | |
| "substantial": 6098, | |
| "improvements": 3246, | |
| "plus": 4754, | |
| "easier": 2194, | |
| "implement": 3230, | |
| "theorists": 6328, | |
| "warn": 6848, | |
| "toxic": 6426, | |
| "lethal": 3733, | |
| "ineffective": 3302, | |
| "liver": 3798, | |
| "bone": 953, | |
| "marrow": 3933, | |
| "fetus": 2587, | |
| "sorts": 5879, | |
| "unethical": 6605, | |
| "correlate": 1609, | |
| "threaten": 6356, | |
| "earth": 2193, | |
| "britain": 1026, | |
| "glimpse": 2852, | |
| "pubs": 5022, | |
| "proud": 4993, | |
| "pub": 5015, | |
| "lose": 3832, | |
| "defines": 1842, | |
| "writer": 7017, | |
| "pete": 4666, | |
| "brown": 1042, | |
| "admin": 323, | |
| "pressured": 4869, | |
| "dissenting": 2053, | |
| "voices": 6809, | |
| "questioned": 5073, | |
| "zweig": 7080, | |
| "file": 2609, | |
| "flashback": 2646, | |
| "spreaders": 5945, | |
| "favorite": 2560, | |
| "rogan": 5454, | |
| "moment": 4138, | |
| "inadvertently": 3250, | |
| "exactly": 2404, | |
| "endless": 2299, | |
| "homicide": 3098, | |
| "ticket": 6375, | |
| "items": 3476, | |
| "defrauded": 1848, | |
| "aspects": 631, | |
| "attested": 670, | |
| "item": 3475, | |
| "compensation": 1422, | |
| "scheme": 5577, | |
| "knewcould": 3617, | |
| "knowingcould": 3621, | |
| "2019": 71, | |
| "conjunction": 1501, | |
| "organisation": 4468, | |
| "201": 64, | |
| "pediatrician": 4623, | |
| "renata": 5275, | |
| "moon": 4155, | |
| "circle": 1264, | |
| "views": 6772, | |
| "account": 262, | |
| "sceptical": 5573, | |
| "officially": 4410, | |
| "citing": 1273, | |
| "weigh": 6901, | |
| "medication": 3993, | |
| "shortages": 5739, | |
| "plenty": 4749, | |
| "forward": 2711, | |
| "unknown": 6629, | |
| "infer": 3312, | |
| "proven": 4996, | |
| "otherwise": 4482, | |
| "playing": 4744, | |
| "musical": 4207, | |
| "chairs": 1204, | |
| "misbehavior": 4087, | |
| "excuse": 2419, | |
| "responsibility": 5351, | |
| "analyze": 488, | |
| "understated": 6598, | |
| "underplayed": 6593, | |
| "analyzed": 489, | |
| "allegheny": 423, | |
| "co": 1334, | |
| "suing": 6130, | |
| "filing": 2612, | |
| "tribune": 6489, | |
| "deadline": 1775, | |
| "ignored": 3190, | |
| "histories": 3071, | |
| "immunization": 3216, | |
| "denying": 1889, | |
| "inflict": 3319, | |
| "cruelty": 1694, | |
| "visitors": 6800, | |
| "unnecessary": 6638, | |
| "toby": 6396, | |
| "reacts": 5130, | |
| "banning": 772, | |
| "bringing": 1023, | |
| "coverings": 1645, | |
| "halt": 2955, | |
| "scale": 5558, | |
| "published": 5020, | |
| "peer": 4624, | |
| "rinsing": 5420, | |
| "saline": 5533, | |
| "solution": 5865, | |
| "jan": 3492, | |
| "jekielek": 3504, | |
| "editor": 2210, | |
| "epoch": 2344, | |
| "kennedy": 3586, | |
| "jr": 3548, | |
| "together": 6399, | |
| "seth": 5679, | |
| "holehouse": 3085, | |
| "bioweapons": 896, | |
| "kill": 3597, | |
| "colonize": 1380, | |
| "nuclear": 4347, | |
| "weapons": 6885, | |
| "farmland": 2543, | |
| "pioneer": 4710, | |
| "war": 6846, | |
| "waged": 6826, | |
| "minds": 4073, | |
| "weaponized": 6883, | |
| "employed": 2279, | |
| "twenty": 6551, | |
| "situation": 5806, | |
| "potentially": 4812, | |
| "silently": 5785, | |
| "italian": 3473, | |
| "samples": 5537, | |
| "screening": 5603, | |
| "antibodies": 526, | |
| "unexplained": 6609, | |
| "collapsing": 1364, | |
| "athletes": 653, | |
| "silent": 5784, | |
| "assumption": 643, | |
| "disclose": 2002, | |
| "refusal": 5201, | |
| "blatantly": 922, | |
| "cruel": 1693, | |
| "unsafe": 6648, | |
| "wound": 7013, | |
| "nothing": 4334, | |
| "malpractice": 3894, | |
| "chairman": 1203, | |
| "hahn": 2949, | |
| "bright": 1019, | |
| "hcq": 2998, | |
| "rockefeller": 5450, | |
| "london": 3820, | |
| "oncology": 4432, | |
| "urgent": 6677, | |
| "oncologist": 4430, | |
| "relapse": 5234, | |
| "angus": 504, | |
| "dalgleish": 1730, | |
| "georges": 2829, | |
| "quietly": 5079, | |
| "extends": 2486, | |
| "citizen": 1274, | |
| "arrivals": 608, | |
| "worldwide": 7004, | |
| "citizens": 1275, | |
| "upon": 6669, | |
| "cbs": 1171, | |
| "baffled": 754, | |
| "mystery": 4223, | |
| "throw": 6367, | |
| "stethoscopes": 6011, | |
| "protest": 4985, | |
| "backlog": 744, | |
| "corporate": 1604, | |
| "acting": 286, | |
| "arm": 595, | |
| "evident": 2399, | |
| "captured": 1118, | |
| "count": 1622, | |
| "western": 6917, | |
| "compromised": 1443, | |
| "utter": 6696, | |
| "cost": 1616, | |
| "heard": 3014, | |
| "spoken": 5935, | |
| "listing": 3787, | |
| "auditioned": 680, | |
| "buzzwords": 1078, | |
| "address": 310, | |
| "elephant": 2244, | |
| "room": 5470, | |
| "strict": 6053, | |
| "stance": 5967, | |
| "blame": 915, | |
| "outcomes": 4485, | |
| "faulted": 2558, | |
| "inappropriate": 3251, | |
| "collaboration": 1359, | |
| "alzheimer": 457, | |
| "pushback": 5046, | |
| "biogen": 882, | |
| "56": 158, | |
| "aduhelm": 340, | |
| "atypical": 677, | |
| "closely": 1317, | |
| "prepared": 4849, | |
| "outside": 4498, | |
| "paragraph": 4551, | |
| "submission": 6085, | |
| "notice": 4335, | |
| "melanoma": 4005, | |
| "stage": 5958, | |
| "immunotherapy": 3221, | |
| "treatments": 6479, | |
| "possibly": 4806, | |
| "seven": 5682, | |
| "eight": 2229, | |
| "relapsed": 5235, | |
| "boost": 959, | |
| "felt": 2578, | |
| "awful": 731, | |
| "drained": 2135, | |
| "describe": 1907, | |
| "relapses": 5236, | |
| "aggressive": 378, | |
| "zealots": 7060, | |
| "introduced": 3427, | |
| "intention": 3392, | |
| "lessen": 3729, | |
| "vrbpac": 6820, | |
| "intended": 3388, | |
| "rfk": 5400, | |
| "defends": 1835, | |
| "advocating": 361, | |
| "defended": 1833, | |
| "debater": 1788, | |
| "punch": 5029, | |
| "holes": 3086, | |
| "priest": 4887, | |
| "vaccinology": 6706, | |
| "basis": 792, | |
| "empirical": 2278, | |
| "striking": 6055, | |
| "responsible": 5352, | |
| "autism": 705, | |
| "fold": 2674, | |
| "blown": 939, | |
| "34": 113, | |
| "budgets": 1055, | |
| "educational": 2213, | |
| "exploded": 2468, | |
| "1968": 49, | |
| "54": 152, | |
| "2004": 62, | |
| "allergic": 426, | |
| "rhinitis": 5402, | |
| "generation": 2814, | |
| "allergies": 427, | |
| "details": 1929, | |
| "stunning": 6076, | |
| "405": 130, | |
| "1989": 53, | |
| "inserts": 3361, | |
| "manufacturer": 3914, | |
| "determines": 1938, | |
| "criticism": 1679, | |
| "tolerated": 6401, | |
| "willingness": 6956, | |
| "promulgated": 4958, | |
| "regulation": 5219, | |
| "fleming": 2651, | |
| "janssen": 3496, | |
| "maher": 3870, | |
| "takes": 6237, | |
| "insist": 3366, | |
| "handle": 2964, | |
| "coat": 1336, | |
| "aluminium": 453, | |
| "adjuvant": 322, | |
| "fast": 2547, | |
| "production": 4919, | |
| "alternatives": 450, | |
| "pentagon": 4633, | |
| "farce": 2542, | |
| "trusted": 6520, | |
| "initiative": 3341, | |
| "secretive": 5619, | |
| "cartel": 1139, | |
| "legacy": 3717, | |
| "pbd": 4612, | |
| "degrasse": 1851, | |
| "tyson": 6564, | |
| "duke": 2169, | |
| "morality": 4157, | |
| "forcing": 2689, | |
| "abortion": 238, | |
| "ndt": 4254, | |
| "strain": 6042, | |
| "evolved": 2402, | |
| "sought": 5880, | |
| "commodity": 1405, | |
| "ultra": 6569, | |
| "jetstar": 3511, | |
| "alan": 404, | |
| "dana": 1740, | |
| "wealthy": 6880, | |
| "businessmen": 1074, | |
| "crew": 1666, | |
| "trips": 6502, | |
| "repeated": 5284, | |
| "alleging": 424, | |
| "material": 3956, | |
| "complaining": 1426, | |
| "tweets": 6550, | |
| "suspended": 6192, | |
| "shadow": 5692, | |
| "banned": 771, | |
| "broadcasts": 1032, | |
| "bbc": 799, | |
| "approaching": 573, | |
| "tipping": 6389, | |
| "point": 4758, | |
| "msm": 4191, | |
| "confront": 1490, | |
| "hoped": 3106, | |
| "prayed": 4829, | |
| "fantastically": 2539, | |
| "scandalously": 5564, | |
| "sacked": 5511, | |
| "scrutiny": 5607, | |
| "stickers": 6015, | |
| "headquarters": 3005, | |
| "contribution": 1566, | |
| "crisis": 1673, | |
| "botox": 971, | |
| "faster": 2548, | |
| "refuse": 5202, | |
| "plunge": 4753, | |
| "needle": 4264, | |
| "dershowitz": 1904, | |
| "wondering": 6993, | |
| "foia": 2673, | |
| "operation": 4449, | |
| "countermeasures": 1624, | |
| "ramping": 5101, | |
| "comply": 1439, | |
| "wasserman": 6863, | |
| "drunk": 2163, | |
| "drivers": 2151, | |
| "yemini": 7038, | |
| "bumped": 1064, | |
| "astrazeneca": 648, | |
| "boss": 967, | |
| "entered": 2327, | |
| "justified": 3566, | |
| "anyways": 543, | |
| "scrambled": 5600, | |
| "restricted": 5355, | |
| "area": 587, | |
| "shown": 5756, | |
| "naomi": 4236, | |
| "wolf": 6988, | |
| "identified": 3181, | |
| "complicit": 1437, | |
| "murder": 4202, | |
| "brand": 987, | |
| "report": 5291, | |
| "confirming": 1484, | |
| "birth": 899, | |
| "atrocities": 657, | |
| "mounting": 4176, | |
| "litigation": 3791, | |
| "quickly": 5077, | |
| "ama": 458, | |
| "etc": 2374, | |
| "thoroughly": 6349, | |
| "murderers": 4205, | |
| "race": 5086, | |
| "benefitted": 844, | |
| "1m": 55, | |
| "donation": 2103, | |
| "funding": 2767, | |
| "tuition": 6534, | |
| "interestingly": 3401, | |
| "mandating": 3904, | |
| "encourages": 2293, | |
| "except": 2411, | |
| "ocean": 4395, | |
| "audience": 679, | |
| "sucked": 6110, | |
| "dismisses": 2035, | |
| "hop": 3104, | |
| "wagon": 6827, | |
| "unfortunately": 6615, | |
| "hanging": 2968, | |
| "hat": 2992, | |
| "worst": 7010, | |
| "advisors": 357, | |
| "grima": 2905, | |
| "wormtongues": 7005, | |
| "lotr": 3838, | |
| "whispering": 6930, | |
| "demons": 1876, | |
| "opportunity": 4453, | |
| "whoa": 6938, | |
| "cking": 1279, | |
| "mayors": 3970, | |
| "sh": 5690, | |
| "quarantine": 5066, | |
| "lifetimes": 3757, | |
| "enslavement": 2323, | |
| "herd": 3043, | |
| "smart": 5835, | |
| "cities": 1272, | |
| "rationale": 5119, | |
| "bankrupt": 768, | |
| "poorest": 4787, | |
| "efficacious": 2220, | |
| "pharmacological": 4680, | |
| "interventions": 3418, | |
| "laura": 3678, | |
| "sentences": 5662, | |
| "invading": 3434, | |
| "privacy": 4899, | |
| "selling": 5641, | |
| "funnel": 2770, | |
| "whatever": 6920, | |
| "whoever": 6939, | |
| "winners": 6966, | |
| "winning": 6967, | |
| "worrying": 7008, | |
| "distrustful": 2067, | |
| "victory": 6764, | |
| "defeat": 1828, | |
| "fancy": 2538, | |
| "analytics": 487, | |
| "heuristics": 3049, | |
| "obvious": 4386, | |
| "demetre": 1868, | |
| "daskalakis": 1757, | |
| "sound": 5882, | |
| "vp": 6819, | |
| "picks": 4697, | |
| "propagandist": 4961, | |
| "zients": 7067, | |
| "overwhelm": 4515, | |
| "transferred": 6449, | |
| "ip": 3453, | |
| "ownership": 4521, | |
| "nurse": 4357, | |
| "deliver": 1858, | |
| "resulting": 5361, | |
| "drastically": 2137, | |
| "learned": 3705, | |
| "method": 4036, | |
| "doors": 2109, | |
| "treasuries": 6473, | |
| "swing": 6208, | |
| "trillions": 6496, | |
| "flow": 2661, | |
| "fighting": 2604, | |
| "soldier": 5859, | |
| "sailor": 5529, | |
| "airman": 397, | |
| "marine": 3926, | |
| "coast": 1335, | |
| "guardsman": 2924, | |
| "catch": 1150, | |
| "universal": 6624, | |
| "witnessing": 6985, | |
| "retreat": 5371, | |
| "coincidences": 1353, | |
| "third": 6343, | |
| "row": 5484, | |
| "dc": 1770, | |
| "resident": 5330, | |
| "admissions": 331, | |
| "southwest": 5889, | |
| "6x": 186, | |
| "mutants": 4213, | |
| "sold": 5858, | |
| "stock": 6022, | |
| "ventures": 6743, | |
| "backfired": 741, | |
| "australians": 690, | |
| "terrific": 6301, | |
| "recommendation": 5167, | |
| "strokes": 6059, | |
| "spending": 5914, | |
| "programs": 4936, | |
| "fund": 2761, | |
| "ridiculous": 5416, | |
| "wing": 6964, | |
| "marxist": 3940, | |
| "indoctrination": 3294, | |
| "regime": 5210, | |
| "integration": 3382, | |
| "resembles": 5328, | |
| "facism": 2507, | |
| "coporatism": 1591, | |
| "merged": 4026, | |
| "temporary": 6290, | |
| "menstrual": 4016, | |
| "cycle": 1722, | |
| "figured": 2606, | |
| "russia": 5507, | |
| "tatyana": 6254, | |
| "solomatina": 5864, | |
| "duma": 2170, | |
| "designate": 1914, | |
| "releases": 5246, | |
| "draft": 2133, | |
| "targets": 6251, | |
| "disinformation": 2030, | |
| "powers": 4818, | |
| "passes": 4579, | |
| "malcolm": 3886, | |
| "bombs": 950, | |
| "close": 1315, | |
| "administrations": 327, | |
| "abandoned": 228, | |
| "providers": 5001, | |
| "turned": 6543, | |
| "disabilities": 1988, | |
| "dutch": 2177, | |
| "rob": 5439, | |
| "roos": 5471, | |
| "oversight": 4513, | |
| "mihail": 4058, | |
| "chiru": 1247, | |
| "sensible": 5658, | |
| "parliaments": 4561, | |
| "engage": 2309, | |
| "reflection": 5197, | |
| "windows": 6960, | |
| "bmg": 942, | |
| "130": 28, | |
| "reinforcing": 5226, | |
| "role": 5457, | |
| "strongest": 6062, | |
| "gaslighted": 2791, | |
| "guidance": 2928, | |
| "guidelines": 2930, | |
| "academies": 246, | |
| "revision": 5391, | |
| "legendary": 3722, | |
| "quits": 5082, | |
| "gb": 2802, | |
| "casting": 1147, | |
| "gbnews": 2804, | |
| "thank": 6324, | |
| "bravery": 992, | |
| "nowhere": 4346, | |
| "figure": 2605, | |
| "saving": 5553, | |
| "rep": 5281, | |
| "nancy": 4232, | |
| "mace": 3862, | |
| "rips": 5425, | |
| "h5n1": 2944, | |
| "bird": 898, | |
| "engaging": 2310, | |
| "needed": 4262, | |
| "supplies": 6146, | |
| "antivirals": 536, | |
| "traditional": 6438, | |
| "loses": 3833, | |
| "regards": 5209, | |
| "despicable": 1919, | |
| "shocking": 5731, | |
| "australian": 689, | |
| "proposed": 4970, | |
| "ihr": 3194, | |
| "amendments": 467, | |
| "compulsory": 1445, | |
| "license": 3749, | |
| "deluxe": 1863, | |
| "gear": 2805, | |
| "kit": 3610, | |
| "michigan": 4046, | |
| "routine": 5482, | |
| "pascal": 4575, | |
| "najadi": 4227, | |
| "banker": 767, | |
| "upset": 6671, | |
| "secured": 5621, | |
| "latecomer": 3667, | |
| "diversify": 2071, | |
| "arsenal": 614, | |
| "croatian": 1685, | |
| "manipulation": 3908, | |
| "kills": 3601, | |
| "harmful": 2981, | |
| "betrayal": 855, | |
| "severely": 5685, | |
| "credibility": 1661, | |
| "permanent": 4649, | |
| "censored": 1180, | |
| "vilified": 6777, | |
| "expose": 2475, | |
| "miserably": 4093, | |
| "1986": 52, | |
| "blanket": 918, | |
| "liability": 3743, | |
| "focus": 2669, | |
| "civil": 1277, | |
| "actions": 288, | |
| "rodney": 5452, | |
| "palmer": 4537, | |
| "deception": 1802, | |
| "cbcnews": 1168, | |
| "propandastic": 4965, | |
| "coverage": 1642, | |
| "universities": 6626, | |
| "johns": 3527, | |
| "heads": 3006, | |
| "sand": 5539, | |
| "grills": 2904, | |
| "ahpra": 386, | |
| "bullying": 1063, | |
| "intimidation": 3422, | |
| "suggest": 6124, | |
| "brazen": 993, | |
| "immoral": 3212, | |
| "admitting": 335, | |
| "mitt": 4110, | |
| "romney": 5467, | |
| "punished": 5033, | |
| "mind": 4072, | |
| "punish": 5032, | |
| "choosing": 1252, | |
| "evil": 2400, | |
| "bergeron": 849, | |
| "connection": 1506, | |
| "concerning": 1460, | |
| "russell": 5506, | |
| "350": 115, | |
| "royalties": 5486, | |
| "nightmare": 4308, | |
| "pl": 4717, | |
| "5555": 157, | |
| "brazilian": 995, | |
| "imprisoned": 3244, | |
| "penalty": 4627, | |
| "incurred": 3276, | |
| "disseminates": 2051, | |
| "tony": 6407, | |
| "underwhelming": 6600, | |
| "experience": 2450, | |
| "noted": 4332, | |
| "hosting": 3127, | |
| "discussions": 2022, | |
| "regulations": 5220, | |
| "negotiations": 4274, | |
| "accord": 258, | |
| "studied": 6072, | |
| "hearts": 3020, | |
| "appeared": 562, | |
| "harder": 2977, | |
| "beat": 802, | |
| "alaska": 408, | |
| "capitol": 1115, | |
| "building": 1059, | |
| "reimplement": 5224, | |
| "outrage": 4494, | |
| "shooting": 5734, | |
| "astonishing": 646, | |
| "surviving": 6183, | |
| "woody": 6994, | |
| "harrelson": 2984, | |
| "hosted": 3126, | |
| "monologue": 4146, | |
| "criticize": 1680, | |
| "cartels": 1140, | |
| "buy": 1076, | |
| "homes": 3096, | |
| "bnt": 943, | |
| "162b2": 38, | |
| "podcast": 4757, | |
| "apologizes": 552, | |
| "towards": 6424, | |
| "questions": 5075, | |
| "belief": 827, | |
| "believers": 831, | |
| "idiocy": 3185, | |
| "illnesses": 3202, | |
| "tracking": 6433, | |
| "un": 6571, | |
| "pledges": 4748, | |
| "dodges": 2089, | |
| "responded": 5346, | |
| "codes": 1340, | |
| "recording": 5174, | |
| "neutralize": 4293, | |
| "deliverer": 1859, | |
| "closures": 1321, | |
| "leak": 3698, | |
| "wuhan": 7026, | |
| "theory": 6329, | |
| "crystal": 1699, | |
| "romanian": 5465, | |
| "cristian": 1675, | |
| "terhes": 6296, | |
| "coverup": 1647, | |
| "lessons": 3731, | |
| "talk": 6239, | |
| "contracts": 1560, | |
| "text": 6321, | |
| "ursula": 6682, | |
| "leyen": 3742, | |
| "executive": 2422, | |
| "albert": 410, | |
| "bourla": 976, | |
| "representative": 5300, | |
| "known": 3624, | |
| "sequence": 5667, | |
| "2016": 68, | |
| "250": 93, | |
| "methodology": 4038, | |
| "calculate": 1084, | |
| "abusive": 243, | |
| "ignores": 3191, | |
| "fundamental": 2762, | |
| "sole": 5861, | |
| "patient": 4598, | |
| "definition": 1844, | |
| "doocy": 2107, | |
| "odni": 4401, | |
| "declassify": 1814, | |
| "origins": 4477, | |
| "intel": 3384, | |
| "kirby": 3607, | |
| "vitamin": 6804, | |
| "somewhere": 5871, | |
| "range": 5106, | |
| "70": 187, | |
| "sourced": 5885, | |
| "justify": 3567, | |
| "injecting": 3344, | |
| "drink": 2146, | |
| "smoke": 5839, | |
| "stem": 6002, | |
| "encouraged": 2292, | |
| "wild": 6949, | |
| "matters": 3963, | |
| "virologist": 6787, | |
| "advocate": 359, | |
| "television": 6282, | |
| "fucking": 2748, | |
| "playground": 4743, | |
| "likes": 3763, | |
| "ap": 545, | |
| "dropping": 2156, | |
| "mouth": 4177, | |
| "squeezing": 5951, | |
| "ck": 1278, | |
| "encourage": 2291, | |
| "woken": 6987, | |
| "debunks": 1793, | |
| "mistruths": 4106, | |
| "purported": 5038, | |
| "originating": 4476, | |
| "untrue": 6653, | |
| "consensus": 1509, | |
| "relatively": 5243, | |
| "apparatus": 556, | |
| "dominated": 2098, | |
| "tom": 6403, | |
| "renz": 5278, | |
| "globalists": 2856, | |
| "advance": 343, | |
| "reset": 5329, | |
| "crooks": 1686, | |
| "starting": 5979, | |
| "creating": 1657, | |
| "tax": 6256, | |
| "jimmy": 3517, | |
| "dore": 2111, | |
| "backs": 746, | |
| "observation": 4376, | |
| "factual": 2514, | |
| "dictated": 1964, | |
| "diligence": 1978, | |
| "proves": 4997, | |
| "onslaught": 4438, | |
| "stone": 6026, | |
| "spreads": 5947, | |
| "conspiracies": 1521, | |
| "daily": 1726, | |
| "spews": 5920, | |
| "huffpost": 3141, | |
| "jokes": 3534, | |
| "ubiquitous": 6565, | |
| "sucks": 6111, | |
| "blames": 916, | |
| "destructive": 1926, | |
| "infrastructure": 3330, | |
| "involves": 3450, | |
| "panic": 4544, | |
| "shill": 5724, | |
| "constant": 1525, | |
| "reminders": 5268, | |
| "love": 3843, | |
| "boosted": 960, | |
| "likelihood": 3761, | |
| "posed": 4795, | |
| "killed": 3598, | |
| "decrement": 1820, | |
| "attainment": 664, | |
| "emerged": 2269, | |
| "consequence": 1511, | |
| "suppression": 6161, | |
| "schooling": 5586, | |
| "decreased": 1818, | |
| "productivity": 4920, | |
| "ethics": 2375, | |
| "provision": 5007, | |
| "circumstances": 1268, | |
| "coercion": 1343, | |
| "reprisal": 5307, | |
| "littell": 3792, | |
| "fearmongering": 2566, | |
| "nutrition": 4361, | |
| "stress": 6051, | |
| "management": 3898, | |
| "hygiene": 3163, | |
| "tossed": 6415, | |
| "window": 6959, | |
| "generated": 2812, | |
| "sad": 5518, | |
| "trumpers": 6517, | |
| "cling": 1303, | |
| "clinging": 1304, | |
| "dismiss": 2033, | |
| "tracked": 6432, | |
| "quicker": 5076, | |
| "sir": 5799, | |
| "whitty": 6937, | |
| "claimed": 1281, | |
| "whatsapps": 6921, | |
| "barnes": 778, | |
| "spearheading": 5901, | |
| "shield": 5719, | |
| "atlanta": 654, | |
| "purpose": 5039, | |
| "remedy": 5263, | |
| "abolished": 237, | |
| "mechanism": 3988, | |
| "meaningful": 3979, | |
| "immunities": 3214, | |
| "kat": 3576, | |
| "cammack": 1095, | |
| "michael": 4045, | |
| "shellenberger": 5714, | |
| "stanford": 5974, | |
| "collins": 1375, | |
| "takedown": 6235, | |
| "barrington": 785, | |
| "gbd": 2803, | |
| "considers": 1518, | |
| "fringe": 2743, | |
| "epidemiologist": 2341, | |
| "indeed": 3278, | |
| "visibility": 6797, | |
| "filtered": 2615, | |
| "secret": 5617, | |
| "blacklists": 910, | |
| "east": 2195, | |
| "stasi": 5983, | |
| "btw": 1047, | |
| "skeptical": 5811, | |
| "pretty": 4875, | |
| "repressing": 5306, | |
| "stifled": 6016, | |
| "broader": 1034, | |
| "effectively": 2217, | |
| "kitchen": 3611, | |
| "sink": 5796, | |
| "onto": 4441, | |
| "causal": 1159, | |
| "relationship": 5241, | |
| "occurrence": 4392, | |
| "supports": 6153, | |
| "supposition": 6157, | |
| "averting": 719, | |
| "10x": 16, | |
| "danish": 1750, | |
| "thirty": 6345, | |
| "girls": 2844, | |
| "dtp": 2165, | |
| "ten": 6291, | |
| "anemia": 498, | |
| "bilharzia": 868, | |
| "snail": 5842, | |
| "malaria": 3885, | |
| "dysentery": 2183, | |
| "bloody": 936, | |
| "diarrhea": 1962, | |
| "pulmonary": 5028, | |
| "pneumonia": 4756, | |
| "nobody": 4316, | |
| "connected": 1504, | |
| "dots": 2115, | |
| "advancements": 345, | |
| "engineering": 2313, | |
| "sanitation": 5542, | |
| "clean": 1292, | |
| "water": 6869, | |
| "organized": 4471, | |
| "solid": 5863, | |
| "waste": 6864, | |
| "disposal": 2043, | |
| "hygienic": 3164, | |
| "practices": 4822, | |
| "capture": 1117, | |
| "steroids": 6010, | |
| "incentive": 3254, | |
| "pharmaceuticals": 4676, | |
| "budget": 1054, | |
| "45": 138, | |
| "patent": 4588, | |
| "estimated": 2369, | |
| "2009": 63, | |
| "regulating": 5218, | |
| "2012": 66, | |
| "pandemics": 4542, | |
| "messenger": 4032, | |
| "rna": 5436, | |
| "game": 2780, | |
| "profiting": 4930, | |
| "drive": 2148, | |
| "sucharit": 6109, | |
| "bhakdi": 859, | |
| "standing": 5972, | |
| "ovation": 4503, | |
| "welcome": 6905, | |
| "hometown": 3097, | |
| "relentlessly": 5248, | |
| "smeared": 5836, | |
| "retired": 5367, | |
| "mainz": 3876, | |
| "microbiology": 4049, | |
| "puerto": 5023, | |
| "rico": 5412, | |
| "personnel": 4661, | |
| "taser": 6252, | |
| "denies": 1883, | |
| "promotion": 4954, | |
| "target": 6249, | |
| "supportable": 6149, | |
| "acts": 298, | |
| "designed": 1915, | |
| "screwing": 5605, | |
| "genetics": 2820, | |
| "nine": 4313, | |
| "pages": 4530, | |
| "rather": 5117, | |
| "bear": 800, | |
| "burning": 1071, | |
| "burned": 1070, | |
| "thus": 6371, | |
| "authorizes": 703, | |
| "fourth": 2719, | |
| "completed": 1428, | |
| "monovalent": 4147, | |
| "eligible": 2250, | |
| "manage": 3897, | |
| "inflammatory": 3316, | |
| "clotting": 1325, | |
| "discover": 2009, | |
| "hazards": 2995, | |
| "keeping": 3583, | |
| "shook": 5733, | |
| "bars": 786, | |
| "restaurants": 5354, | |
| "gyms": 2940, | |
| "outdoor": 4487, | |
| "venues": 6744, | |
| "groups": 2913, | |
| "congregate": 1497, | |
| "granted": 2890, | |
| "protections": 4982, | |
| "exceeded": 2410, | |
| "revenue": 5383, | |
| "sutta": 6195, | |
| "alone": 438, | |
| "tinfoil": 6386, | |
| "graciously": 2882, | |
| "gaslit": 2793, | |
| "gaslighting": 2792, | |
| "falling": 2529, | |
| "sutton": 6196, | |
| "strength": 6050, | |
| "brianne": 1011, | |
| "dressen": 2143, | |
| "searching": 5611, | |
| "drawn": 2139, | |
| "elon": 2256, | |
| "musk": 4208, | |
| "labels": 3639, | |
| "funny": 2771, | |
| "wrap": 7014, | |
| "muscle": 4206, | |
| "unveiling": 6660, | |
| "dictate": 1963, | |
| "safer": 5523, | |
| "enforcement": 2306, | |
| "indictments": 3289, | |
| "ralph": 5098, | |
| "baric": 777, | |
| "daszak": 1758, | |
| "collaborated": 1358, | |
| "genocide": 2823, | |
| "moratorium": 4159, | |
| "cold": 1355, | |
| "spliced": 5931, | |
| "damaging": 1734, | |
| "patents": 4589, | |
| "ready": 5135, | |
| "discovered": 2010, | |
| "proteins": 4984, | |
| "produced": 4916, | |
| "murdered": 4203, | |
| "crispr": 1674, | |
| "dna": 2078, | |
| "succumb": 6107, | |
| "damages": 1733, | |
| "labs": 3641, | |
| "lipid": 3780, | |
| "nanoparticle": 4233, | |
| "packaging": 4527, | |
| "classified": 1288, | |
| "toxins": 6430, | |
| "meant": 3981, | |
| "hurt": 3155, | |
| "indicted": 3288, | |
| "premeditated": 4845, | |
| "terrorism": 6304, | |
| "violation": 6783, | |
| "unfathomable": 6611, | |
| "additional": 309, | |
| "competent": 1423, | |
| "charter": 1228, | |
| "disqualified": 2047, | |
| "marburg": 3917, | |
| "madness": 3868, | |
| "thirds": 6344, | |
| "avoided": 724, | |
| "aaps": 224, | |
| "guide": 2929, | |
| "road": 5437, | |
| "followed": 2676, | |
| "ensued": 2324, | |
| "dramatically": 2136, | |
| "peanut": 4619, | |
| "plane": 4728, | |
| "peanuts": 4620, | |
| "allergy": 428, | |
| "nurses": 4358, | |
| "methodist": 4037, | |
| "uphill": 6668, | |
| "representational": 5299, | |
| "handmaiden": 2966, | |
| "donors": 2106, | |
| "financiers": 2619, | |
| "existential": 2436, | |
| "anytime": 541, | |
| "resources": 5340, | |
| "argument": 592, | |
| "cleanly": 1293, | |
| "organizations": 4470, | |
| "balance": 759, | |
| "understanding": 6596, | |
| "alive": 419, | |
| "ironically": 3457, | |
| "suicide": 6129, | |
| "pact": 4529, | |
| "destruction": 1925, | |
| "fewer": 2590, | |
| "descended": 1906, | |
| "poverty": 4815, | |
| "starved": 5982, | |
| "sexual": 5688, | |
| "slavery": 5821, | |
| "poorer": 4786, | |
| "shorter": 5742, | |
| "interruption": 3413, | |
| "kinds": 3604, | |
| "policymakers": 4769, | |
| "goal": 2859, | |
| "aiming": 392, | |
| "promise": 4948, | |
| "lock": 3812, | |
| "mistakes": 4105, | |
| "strange": 6044, | |
| "unfolded": 6613, | |
| "cue": 1702, | |
| "bench": 839, | |
| "taps": 6248, | |
| "shoulder": 5747, | |
| "tapped": 6246, | |
| "walks": 6838, | |
| "crouched": 1689, | |
| "liberal": 3746, | |
| "promptly": 4957, | |
| "campell": 1100, | |
| "obeying": 4371, | |
| "benches": 840, | |
| "worries": 7006, | |
| "unprepared": 6643, | |
| "ked": 3581, | |
| "internet": 3410, | |
| "allows": 435, | |
| "thrive": 6363, | |
| "indebted": 3277, | |
| "recall": 5150, | |
| "stroke": 6058, | |
| "presence": 4857, | |
| "impurity": 3248, | |
| "turbo": 6540, | |
| "headlines": 3004, | |
| "remedies": 5262, | |
| "calamities": 1083, | |
| "marketplace": 3930, | |
| "400": 129, | |
| "payment": 4608, | |
| "arrangements": 602, | |
| "inquiry": 3357, | |
| "conflicted": 1487, | |
| "laughs": 3674, | |
| "mn": 4113, | |
| "tina": 6385, | |
| "slogans": 5826, | |
| "liturgy": 3794, | |
| "shines": 5725, | |
| "atlas": 655, | |
| "colluded": 1376, | |
| "frankly": 2727, | |
| "existent": 2435, | |
| "tuned": 6538, | |
| "pulling": 5026, | |
| "clips": 1310, | |
| "upcoming": 6664, | |
| "tonight": 6406, | |
| "demands": 1866, | |
| "unredacted": 6646, | |
| "emails": 2261, | |
| "plain": 4724, | |
| "simple": 5787, | |
| "turtles": 6547, | |
| "vaxxer": 6730, | |
| "books": 958, | |
| "dissolving": 2055, | |
| "illusions": 3204, | |
| "documentary": 2084, | |
| "26": 95, | |
| "contract": 1555, | |
| "ruin": 5496, | |
| "livelihood": 3797, | |
| "career": 1127, | |
| "generate": 2811, | |
| "ran": 5102, | |
| "cured": 1714, | |
| "factors": 2511, | |
| "honesty": 3100, | |
| "negotiable": 4271, | |
| "brad": 982, | |
| "wenstrup": 6914, | |
| "opens": 4446, | |
| "disturbing": 2069, | |
| "tga": 6322, | |
| "nanoparticles": 4234, | |
| "inject": 3342, | |
| "site": 5802, | |
| "female": 2579, | |
| "ovaries": 4502, | |
| "raised": 5094, | |
| "red": 5181, | |
| "flags": 2644, | |
| "medium": 3998, | |
| "substance": 6097, | |
| "quiet": 5078, | |
| "concept": 1457, | |
| "seizing": 5634, | |
| "computers": 1447, | |
| "phones": 4689, | |
| "custody": 1719, | |
| "desperately": 1918, | |
| "tried": 6491, | |
| "fraudulent": 2730, | |
| "97": 220, | |
| "positives": 4800, | |
| "promoters": 4952, | |
| "pr": 4820, | |
| "forum": 2710, | |
| "propagandize": 4962, | |
| "sunshine": 6140, | |
| "countless": 1627, | |
| "ng": 4300, | |
| "ml": 4112, | |
| "chances": 1211, | |
| "desk": 1917, | |
| "reduced": 5187, | |
| "highlighted": 3060, | |
| "democrat": 1871, | |
| "voters": 6815, | |
| "supported": 6150, | |
| "confinement": 1480, | |
| "prison": 4898, | |
| "unnvaccinated": 6640, | |
| "facilities": 2504, | |
| "internment": 3412, | |
| "camps": 1101, | |
| "47": 140, | |
| "monitor": 4142, | |
| "sweat": 6201, | |
| "conclude": 1463, | |
| "efpia": 2225, | |
| "lobby": 3807, | |
| "alarmists": 407, | |
| "puzzled": 5056, | |
| "journal": 3541, | |
| "association": 640, | |
| "walk": 6835, | |
| "brokering": 1037, | |
| "giant": 2840, | |
| "developers": 1948, | |
| "arrived": 610, | |
| "barrier": 783, | |
| "path": 4590, | |
| "batches": 794, | |
| "accounted": 265, | |
| "71": 189, | |
| "suspected": 6190, | |
| "saes": 5521, | |
| "inconsistencies": 3267, | |
| "flag": 2643, | |
| "redefinition": 5183, | |
| "brighton": 1020, | |
| "aims": 393, | |
| "arbiter": 583, | |
| "constitutes": 1526, | |
| "define": 1841, | |
| "particular": 4567, | |
| "cepi": 1191, | |
| "arrives": 611, | |
| "beings": 826, | |
| "definitions": 1845, | |
| "hook": 3102, | |
| "cleared": 1296, | |
| "unprofessional": 6644, | |
| "posting": 4810, | |
| "online": 4435, | |
| "deserve": 1911, | |
| "discipline": 2000, | |
| "reacted": 5127, | |
| "unnamed": 6635, | |
| "lawyer": 3688, | |
| "exempt": 2424, | |
| "hipaa": 3067, | |
| "clauses": 1290, | |
| "identifiable": 3180, | |
| "fictitious": 2598, | |
| "finder": 2621, | |
| "website": 6894, | |
| "tinnitus": 6387, | |
| "interviews": 3421, | |
| "sickest": 5766, | |
| "changing": 1216, | |
| "diagnostic": 1960, | |
| "criteria": 1676, | |
| "recognition": 5162, | |
| "sixty": 5809, | |
| "somebody": 5867, | |
| "reject": 5232, | |
| "diagnosed": 1957, | |
| "cody": 1341, | |
| "flint": 2655, | |
| "administrators": 329, | |
| "rejected": 5233, | |
| "requisite": 5323, | |
| "renamed": 5274, | |
| "contractors": 1559, | |
| "insult": 3378, | |
| "vade": 6709, | |
| "mecum": 3990, | |
| "handbook": 2960, | |
| "surfaces": 6165, | |
| "professed": 4923, | |
| "intervened": 3416, | |
| "campaigns": 1098, | |
| "qualified": 5063, | |
| "stupidity": 6078, | |
| "sham": 5695, | |
| "summed": 6135, | |
| "throat": 6364, | |
| "useless": 6688, | |
| "peace": 4615, | |
| "namely": 4230, | |
| "words": 6996, | |
| "transient": 6454, | |
| "waning": 6840, | |
| "lexicon": 3741, | |
| "expressed": 2481, | |
| "severity": 5686, | |
| "unwilling": 6663, | |
| "neighbors": 4275, | |
| "mortalities": 4166, | |
| "invent": 3435, | |
| "mythology": 4224, | |
| "falls": 2530, | |
| "apart": 546, | |
| "decline": 1815, | |
| "investigators": 3445, | |
| "overcounting": 4505, | |
| "counting": 1626, | |
| "multiplier": 4199, | |
| "demonized": 1874, | |
| "coronaviruses": 1601, | |
| "trigger": 6493, | |
| "broad": 1030, | |
| "cross": 1687, | |
| "hamburg": 2957, | |
| "eppendorf": 2345, | |
| "errol": 2353, | |
| "example": 2408, | |
| "recover": 5177, | |
| "recovery": 5180, | |
| "appealing": 558, | |
| "depopulation": 1894, | |
| "toll": 6402, | |
| "contents": 1545, | |
| "biodistributed": 879, | |
| "bloodstream": 935, | |
| "physiological": 4696, | |
| "barriers": 784, | |
| "maternal": 3959, | |
| "placental": 4721, | |
| "james": 3490, | |
| "thorp": 6350, | |
| "fell": 2576, | |
| "significantly": 5778, | |
| "became": 805, | |
| "utilized": 6695, | |
| "expired": 2462, | |
| "dispose": 2044, | |
| "accordance": 259, | |
| "teens": 6280, | |
| "maddie": 3866, | |
| "summarized": 6133, | |
| "harrowing": 2986, | |
| "stomach": 6025, | |
| "ache": 274, | |
| "wheelchair": 6923, | |
| "feeding": 2572, | |
| "tube": 6529, | |
| "commented": 1394, | |
| "reached": 5124, | |
| "answered": 520, | |
| "withdraw": 6974, | |
| "encumbrances": 2295, | |
| "nauseating": 4248, | |
| "premature": 4843, | |
| "interference": 3404, | |
| "chair": 1202, | |
| "el": 2233, | |
| "sahly": 5527, | |
| "interfere": 3403, | |
| "antigens": 533, | |
| "births": 900, | |
| "stake": 5964, | |
| "risking": 5432, | |
| "price": 4886, | |
| "adhanom": 319, | |
| "ghebreyesus": 2837, | |
| "deadlier": 1774, | |
| "reviewed": 5389, | |
| "literature": 3790, | |
| "describing": 1910, | |
| "syndromes": 6223, | |
| "antiviral": 535, | |
| "ecohealth": 2202, | |
| "laboratory": 3640, | |
| "reps": 5309, | |
| "ivermectin": 3477, | |
| "maddening": 3865, | |
| "lectured": 3712, | |
| "spoke": 5934, | |
| "dictatorial": 1967, | |
| "certitude": 1199, | |
| "ruined": 5497, | |
| "initial": 3339, | |
| "hunch": 3148, | |
| "quadruple": 5062, | |
| "downed": 2125, | |
| "helped": 3034, | |
| "arrogance": 613, | |
| "scold": 5596, | |
| "straight": 6041, | |
| "quarterbacks": 5069, | |
| "bret": 1008, | |
| "weinstein": 6902, | |
| "altered": 447, | |
| "rolls": 5463, | |
| "headwinds": 3007, | |
| "hesitancy": 3046, | |
| "confidence": 1477, | |
| "certification": 1196, | |
| "facilitate": 2503, | |
| "mobility": 4118, | |
| "acip": 277, | |
| "demonstrates": 1878, | |
| "outraged": 4495, | |
| "courtesy": 1638, | |
| "ball": 761, | |
| "sicken": 5764, | |
| "internal": 3407, | |
| "domain": 2095, | |
| "decree": 1819, | |
| "zeee": 7061, | |
| "lays": 3689, | |
| "implemented": 3232, | |
| "typically": 6558, | |
| "debates": 1789, | |
| "write": 7016, | |
| "evolution": 2401, | |
| "creationism": 1659, | |
| "sitting": 5805, | |
| "outdoors": 4488, | |
| "drinking": 2147, | |
| "coffee": 1345, | |
| "swept": 6206, | |
| "globe": 2858, | |
| "heading": 3001, | |
| "acknowledgement": 280, | |
| "horrors": 3115, | |
| "faced": 2499, | |
| "disgusting": 2027, | |
| "dox": 2128, | |
| "confirm": 1481, | |
| "deagel": 1777, | |
| "2025": 77, | |
| "forecast": 2690, | |
| "estimation": 2371, | |
| "wildfire": 6950, | |
| "unsettling": 6650, | |
| "insights": 3365, | |
| "pathologist": 4594, | |
| "breakthrough": 1000, | |
| "accrued": 268, | |
| "badly": 753, | |
| "fronted": 2745, | |
| "ice": 3173, | |
| "cube": 1701, | |
| "discusses": 2019, | |
| "roof": 5469, | |
| "schmeling": 5582, | |
| "inspections": 3367, | |
| "knowingly": 3622, | |
| "contended": 1541, | |
| "jesse": 3509, | |
| "watters": 6871, | |
| "particularly": 4568, | |
| "racked": 5088, | |
| "wisdom": 6972, | |
| "dared": 1752, | |
| "bona": 952, | |
| "fides": 2599, | |
| "intelligently": 3386, | |
| "clarity": 1286, | |
| "politicization": 4774, | |
| "introspective": 3430, | |
| "journey": 3546, | |
| "reflecting": 5196, | |
| "salk": 5534, | |
| "institute": 3373, | |
| "discovery": 2011, | |
| "platform": 4737, | |
| "asa": 620, | |
| "hutchinson": 3157, | |
| "exhorts": 2433, | |
| "courageously": 1635, | |
| "brits": 1029, | |
| "persistent": 4656, | |
| "cough": 1620, | |
| "pain": 4532, | |
| "fog": 2671, | |
| "cognitive": 1348, | |
| "lasting": 3664, | |
| "repercussions": 5286, | |
| "vivek": 6806, | |
| "ramaswamy": 5099, | |
| "stark": 5976, | |
| "delivering": 1860, | |
| "remarked": 5260, | |
| "detailed": 1928, | |
| "sailed": 5528, | |
| "untrustworthy": 6654, | |
| "privately": 4901, | |
| "owned": 4520, | |
| "shifted": 5722, | |
| "scams": 5561, | |
| "manufactured": 3913, | |
| "imaginary": 3207, | |
| "frighten": 2742, | |
| "surrendering": 6173, | |
| "sovereignty": 5890, | |
| "democracy": 1870, | |
| "prosperity": 4976, | |
| "guise": 2934, | |
| "shortcuts": 5740, | |
| "adequately": 318, | |
| "spy": 5949, | |
| "confesses": 1476, | |
| "engineered": 2312, | |
| "depopulate": 1893, | |
| "planet": 4729, | |
| "mi6": 4042, | |
| "dearlove": 1781, | |
| "500": 145, | |
| "shares": 5705, | |
| "downplay": 2127, | |
| "dark": 1753, | |
| "journalism": 3542, | |
| "insidious": 3363, | |
| "vac": 6699, | |
| "biotech": 893, | |
| "firm": 2631, | |
| "francis": 2725, | |
| "cashed": 1144, | |
| "325": 111, | |
| "royalty": 5487, | |
| "checks": 1235, | |
| "transparency": 6461, | |
| "openthebooks": 4447, | |
| "release": 5244, | |
| "stonewalled": 6027, | |
| "prosecute": 4972, | |
| "rutgers": 5508, | |
| "disenroll": 2024, | |
| "barred": 780, | |
| "living": 3802, | |
| "campus": 1102, | |
| "missed": 4100, | |
| "sprays": 5943, | |
| "gargles": 2785, | |
| "nutraceuticals": 4360, | |
| "supplements": 6145, | |
| "zinc": 7069, | |
| "curcumin": 1712, | |
| "famotidine": 2535, | |
| "spray": 5942, | |
| "developed": 1946, | |
| "dartmouth": 1755, | |
| "exothera": 2441, | |
| "refrigeration": 5200, | |
| "professional": 4924, | |
| "tyrants": 6563, | |
| "sarah": 5546, | |
| "huckabee": 3140, | |
| "sanders": 5540, | |
| "hysteria": 3170, | |
| "arkansas": 594, | |
| "churches": 1260, | |
| "businesses": 1073, | |
| "bug": 1057, | |
| "exposed": 2476, | |
| "nightingale": 4307, | |
| "beds": 810, | |
| "13million": 30, | |
| "unused": 6655, | |
| "fault": 2557, | |
| "con": 1449, | |
| "store": 6034, | |
| "savagely": 5550, | |
| "modrna": 4130, | |
| "vaids": 6712, | |
| "destroys": 1924, | |
| "allies": 430, | |
| "preemptively": 4838, | |
| "predicting": 4836, | |
| "megyn": 4004, | |
| "kelly": 3584, | |
| "developing": 1949, | |
| "annual": 513, | |
| "rheumatologist": 5401, | |
| "vance": 6714, | |
| "tragedy": 6439, | |
| "chicken": 1239, | |
| "confronts": 1492, | |
| "greatly": 2900, | |
| "overestimated": 4506, | |
| "scholarship": 5584, | |
| "grant": 2889, | |
| "stinchfield": 6020, | |
| "cite": 1270, | |
| "plague": 4723, | |
| "kristi": 3631, | |
| "noem": 4318, | |
| "south": 5887, | |
| "advises": 354, | |
| "stepped": 6007, | |
| "nope": 4322, | |
| "deviating": 1951, | |
| "nihilistic": 4311, | |
| "increasing": 3272, | |
| "rely": 5254, | |
| "instructed": 3377, | |
| "convenient": 1576, | |
| "anticipates": 530, | |
| "ditching": 2070, | |
| "gavin": 2801, | |
| "licenses": 3751, | |
| "various": 6723, | |
| "vice": 6759, | |
| "en": 2284, | |
| "masse": 3948, | |
| "onwards": 4442, | |
| "deliberately": 1857, | |
| "attacking": 661, | |
| "contention": 1544, | |
| "deliberate": 1856, | |
| "toxicities": 6427, | |
| "materials": 3958, | |
| "bombshell": 951, | |
| "cancers": 1108, | |
| "vacclnated": 6707, | |
| "unlike": 6632, | |
| "lymphomas": 3858, | |
| "breast": 1001, | |
| "colon": 1378, | |
| "leukemias": 3737, | |
| "congratulates": 1496, | |
| "nobel": 4315, | |
| "prize": 4902, | |
| "enabled": 2286, | |
| "doug": 2122, | |
| "larsen": 3660, | |
| "crash": 1652, | |
| "floor": 2657, | |
| "handing": 2963, | |
| "knocked": 3619, | |
| "sickening": 5765, | |
| "deserves": 1912, | |
| "bobby": 945, | |
| "vaccinologist": 6705, | |
| "parallels": 4552, | |
| "implementation": 3231, | |
| "vindicated": 6780, | |
| "named": 4229, | |
| "kariko": 3571, | |
| "weissman": 6904, | |
| "inventing": 3437, | |
| "pseudouridine": 5013, | |
| "unlimited": 6634, | |
| "participate": 4564, | |
| "hebdo": 3025, | |
| "victim": 6761, | |
| "afraid": 365, | |
| "sleeping": 5823, | |
| "sleep": 5822, | |
| "samia": 5535, | |
| "abdellah": 230, | |
| "smoking": 5840, | |
| "gun": 2936, | |
| "prosecutors": 4975, | |
| "types": 6556, | |
| "tsunami": 6527, | |
| "diagnoses": 1958, | |
| "lamented": 3648, | |
| "hitting": 3075, | |
| "lymphoma": 3857, | |
| "glioblastoma": 2853, | |
| "testicular": 6310, | |
| "diagnosis": 1959, | |
| "biolabs": 883, | |
| "emerging": 2273, | |
| "betrayed": 856, | |
| "listening": 3786, | |
| "karl": 3572, | |
| "lauterbach": 3681, | |
| "denoted": 1886, | |
| "fourfold": 2718, | |
| "testifying": 6314, | |
| "arizona": 593, | |
| "complications": 1436, | |
| "firsthand": 2634, | |
| "clinic": 1305, | |
| "surgeons": 6168, | |
| "removal": 5270, | |
| "contradicting": 1561, | |
| "universally": 6625, | |
| "idaho": 3177, | |
| "considering": 1517, | |
| "jurisdiction": 3562, | |
| "intervene": 3415, | |
| "avenues": 715, | |
| "committees": 1403, | |
| "father": 2553, | |
| "files": 2611, | |
| "hartman": 2988, | |
| "inform": 3325, | |
| "explosive": 2473, | |
| "revelation": 5382, | |
| "costing": 1618, | |
| "140": 32, | |
| "insurance": 3379, | |
| "sf": 5689, | |
| "hundred": 3149, | |
| "weekend": 6897, | |
| "san": 5538, | |
| "francisco": 2726, | |
| "mission": 4102, | |
| "district": 2065, | |
| "200": 59, | |
| "successfully": 6106, | |
| "healthier": 3010, | |
| "atopic": 656, | |
| "dermatitis": 1903, | |
| "asthma": 645, | |
| "tympanostomy": 6554, | |
| "tubes": 6531, | |
| "neuropsychiatric": 4291, | |
| "conscience": 1508, | |
| "nyu": 4365, | |
| "harsher": 2987, | |
| "retrospect": 5372, | |
| "grace": 2881, | |
| "forgiveness": 2698, | |
| "ascribed": 621, | |
| "cure": 1713, | |
| "panicked": 4545, | |
| "intubated": 3431, | |
| "ventilator": 6741, | |
| "cook": 1586, | |
| "lungs": 3854, | |
| "bait": 757, | |
| "switch": 6211, | |
| "contaminated": 1538, | |
| "plasmid": 4735, | |
| "kevin": 3590, | |
| "mckernan": 3973, | |
| "fluorometry": 2665, | |
| "exceed": 2409, | |
| "residual": 5332, | |
| "188": 44, | |
| "509": 146, | |
| "acceptable": 249, | |
| "wanting": 6844, | |
| "return": 5374, | |
| "adelaide": 315, | |
| "cruise": 1695, | |
| "liner": 3773, | |
| "gate": 2795, | |
| "christmas": 1257, | |
| "angrily": 502, | |
| "accused": 271, | |
| "greg": 2902, | |
| "abbott": 229, | |
| "employers": 2281, | |
| "accepted": 251, | |
| "reads": 5134, | |
| "ag": 369, | |
| "ken": 3585, | |
| "paxton": 4604, | |
| "misrepresenting": 4098, | |
| "conspiring": 1524, | |
| "discourse": 2008, | |
| "monthly": 4152, | |
| "223": 86, | |
| "documented": 2086, | |
| "whilst": 6927, | |
| "distracted": 2061, | |
| "boris": 965, | |
| "resigning": 5333, | |
| "triple": 6498, | |
| "summer": 6136, | |
| "manitoba": 3909, | |
| "bizarre": 907, | |
| "blaming": 917, | |
| "adult": 341, | |
| "scared": 5568, | |
| "daughters": 1764, | |
| "lucy": 3850, | |
| "taberer": 6229, | |
| "returning": 5376, | |
| "subjected": 6084, | |
| "belligerence": 835, | |
| "phac": 4673, | |
| "toronto": 6412, | |
| "pearson": 4621, | |
| "airport": 398, | |
| "arrivecan": 609, | |
| "40": 128, | |
| "certified": 1198, | |
| "columbia": 1382, | |
| "287": 103, | |
| "concordant": 1469, | |
| "swedish": 6204, | |
| "iii": 3195, | |
| "randomized": 5105, | |
| "controls": 1573, | |
| "lv": 3855, | |
| "resulted": 5360, | |
| "distinct": 2058, | |
| "ssses": 5954, | |
| "fohm": 2672, | |
| "outweighs": 4501, | |
| "assertion": 633, | |
| "aim": 391, | |
| "determining": 1939, | |
| "ssse": 5953, | |
| "assuming": 642, | |
| "brownstone": 1043, | |
| "ons": 4436, | |
| "weekly": 6898, | |
| "provisional": 5008, | |
| "22nd": 87, | |
| "680": 178, | |
| "average": 716, | |
| "745": 194, | |
| "attributed": 676, | |
| "accounting": 266, | |
| "744": 193, | |
| "poisoned": 4763, | |
| "catherine": 1155, | |
| "fitts": 2639, | |
| "mechanisms": 3989, | |
| "145": 34, | |
| "magical": 3869, | |
| "92": 217, | |
| "hotter": 3131, | |
| "nights": 4309, | |
| "60s": 168, | |
| "induced": 3298, | |
| "ennos": 2318, | |
| "scottish": 5599, | |
| "coincidence": 1352, | |
| "unexplainable": 6608, | |
| "49": 142, | |
| "olds": 4426, | |
| "36": 116, | |
| "120": 22, | |
| "hailed": 2950, | |
| "whistleblowers": 6933, | |
| "unicorn": 6616, | |
| "carefully": 1128, | |
| "follows": 2678, | |
| "hodkinson": 3080, | |
| "explanation": 2466, | |
| "temporal": 6289, | |
| "figures": 2607, | |
| "revealing": 5380, | |
| "feared": 2565, | |
| "cent": 1183, | |
| "wa": 6824, | |
| "staggering": 5961, | |
| "payouts": 4610, | |
| "savior": 5554, | |
| "astounding": 647, | |
| "soaring": 5848, | |
| "gripping": 2907, | |
| "tip": 6388, | |
| "iceberg": 3174, | |
| "carl": 1130, | |
| "heneghan": 3039, | |
| "oxford": 4524, | |
| "noticeably": 4337, | |
| "stayed": 5997, | |
| "sustained": 6194, | |
| "rises": 5429, | |
| "involve": 3448, | |
| "accessing": 254, | |
| "raw": 5120, | |
| "random": 5104, | |
| "notes": 4333, | |
| "analysing": 483, | |
| "wellbeing": 6909, | |
| "wait": 6828, | |
| "huge": 3143, | |
| "681": 180, | |
| "recorded": 5173, | |
| "statistics": 5993, | |
| "bs": 1046, | |
| "2030": 79, | |
| "gera": 2830, | |
| "dresden": 2142, | |
| "berlin": 850, | |
| "disrupt": 2049, | |
| "limits": 3767, | |
| "develop": 1945, | |
| "slowly": 5830, | |
| "radical": 5089, | |
| "revolutionary": 5395, | |
| "communist": 1410, | |
| "1million": 56, | |
| "alway": 455, | |
| "dimitrov": 1979, | |
| "retires": 5369, | |
| "match": 3955, | |
| "winston": 6968, | |
| "salem": 5532, | |
| "dizziness": 2075, | |
| "shortness": 5744, | |
| "breath": 1003, | |
| "plug": 4752, | |
| "skyrocket": 5815, | |
| "master": 3952, | |
| "spikes": 5923, | |
| "dwarf": 2179, | |
| "occurred": 4391, | |
| "backtrack": 748, | |
| "dictator": 1966, | |
| "predicted": 4835, | |
| "astronomical": 649, | |
| "ad": 301, | |
| "attempts": 667, | |
| "normalize": 4324, | |
| "undercounted": 6588, | |
| "complication": 1435, | |
| "seemed": 5630, | |
| "probable": 4905, | |
| "appearance": 561, | |
| "slowed": 5828, | |
| "females": 2580, | |
| "rds": 5122, | |
| "eudravigilance": 2378, | |
| "66": 176, | |
| "vigiaccess": 6773, | |
| "68": 177, | |
| "fertility": 2585, | |
| "killer": 3599, | |
| "analyst": 485, | |
| "appreciate": 570, | |
| "unimaginable": 6617, | |
| "carnage": 1132, | |
| "estimate": 2368, | |
| "cumulative": 1708, | |
| "slams": 5819, | |
| "dismayed": 2032, | |
| "distinguishable": 2060, | |
| "urgently": 6678, | |
| "contributory": 1569, | |
| "unexpected": 6606, | |
| "arrhythmia": 606, | |
| "daycare": 1768, | |
| "contributed": 1565, | |
| "sponsored": 5937, | |
| "closure": 1320, | |
| "finland": 2628, | |
| "exaggerated": 2405, | |
| "thl": 6346, | |
| "crying": 1698, | |
| "celebrities": 1175, | |
| "snapshot": 5843, | |
| "witness": 6983, | |
| "reach": 5123, | |
| "divide": 2072, | |
| "blair": 914, | |
| "distinguish": 2059, | |
| "purposes": 5041, | |
| "restriction": 5356, | |
| "dies": 1971, | |
| "reasonable": 5145, | |
| "unexpectedly": 6607, | |
| "revered": 5385, | |
| "internist": 3411, | |
| "critics": 1683, | |
| "wellness": 6910, | |
| "screenings": 5604, | |
| "cohorts": 1351, | |
| "iceland": 3175, | |
| "compliant": 1433, | |
| "4x": 144, | |
| "8x": 213, | |
| "youngest": 7051, | |
| "jumps": 3559, | |
| "diagnose": 1956, | |
| "cardiologists": 1123, | |
| "conceiving": 1454, | |
| "911": 216, | |
| "karen": 3570, | |
| "kingston": 3606, | |
| "skyrocketed": 5816, | |
| "assesses": 635, | |
| "damar": 1735, | |
| "hamlin": 2958, | |
| "arrest": 603, | |
| "unusual": 6656, | |
| "nfl": 4299, | |
| "dennis": 1885, | |
| "lynch": 3859, | |
| "owes": 4519, | |
| "buffalo": 1056, | |
| "bills": 872, | |
| "league": 3697, | |
| "payer": 4606, | |
| "sonja": 5874, | |
| "reitz": 5231, | |
| "pegged": 4626, | |
| "commotio": 1408, | |
| "cordis": 1595, | |
| "spontaneous": 5939, | |
| "ventricular": 6742, | |
| "fibrillation": 2593, | |
| "jumped": 3557, | |
| "thinks": 6340, | |
| "implantable": 3229, | |
| "defibrillator": 1837, | |
| "evaluation": 2387, | |
| "star": 5975, | |
| "wakes": 6832, | |
| "field": 2601, | |
| "collapse": 1361, | |
| "quarterback": 5068, | |
| "allen": 425, | |
| "subclinical": 6081, | |
| "differential": 1974, | |
| "spinal": 5926, | |
| "cord": 1594, | |
| "neck": 4259, | |
| "reflexive": 5198, | |
| "sports": 5940, | |
| "disability": 1989, | |
| "atrocity": 658, | |
| "permanently": 4650, | |
| "disabled": 1990, | |
| "bigger": 865, | |
| "interviewed": 3420, | |
| "garrett": 2787, | |
| "directors": 1987, | |
| "soared": 5847, | |
| "beyond": 858, | |
| "labeled": 3638, | |
| "exclusively": 2417, | |
| "lead": 3691, | |
| "author": 692, | |
| "reanalysis": 5142, | |
| "fraiman": 2721, | |
| "withdrawal": 6975, | |
| "conclusive": 1467, | |
| "inducing": 3299, | |
| "perhaps": 4642, | |
| "rising": 5430, | |
| "flood": 2656, | |
| "height": 3029, | |
| "televised": 6281, | |
| "announcements": 511, | |
| "overwhelming": 4517, | |
| "hospitalised": 3119, | |
| "abdullah": 232, | |
| "alabdulgader": 403, | |
| "congenital": 1495, | |
| "electrophysiologist": 2242, | |
| "certifications": 1197, | |
| "memberships": 4010, | |
| "prestigious": 4870, | |
| "royal": 5485, | |
| "highness": 3062, | |
| "saudi": 5549, | |
| "prince": 4892, | |
| "sultan": 6132, | |
| "abdulaziz": 231, | |
| "composer": 1441, | |
| "holocaust": 3090, | |
| "survivor": 6184, | |
| "army": 598, | |
| "guardswoman": 2925, | |
| "karolina": 3573, | |
| "stancik": 5968, | |
| "wake": 6831, | |
| "exhausted": 2430, | |
| "feels": 2575, | |
| "miles": 4063, | |
| "driving": 2152, | |
| "publishes": 5021, | |
| "evaluate": 2385, | |
| "corrupted": 1613, | |
| "retract": 5370, | |
| "explosion": 2472, | |
| "tenfold": 6292, | |
| "annualized": 514, | |
| "ifo": 3186, | |
| "surprised": 6172, | |
| "73": 191, | |
| "32": 110, | |
| "grown": 2916, | |
| "hospitalisation": 3118, | |
| "sara": 5545, | |
| "kayat": 3580, | |
| "197": 50, | |
| "pericarditis": 4643, | |
| "102": 13, | |
| "evaluated": 2386, | |
| "777": 201, | |
| "democide": 1869, | |
| "doubled": 2117, | |
| "quarter": 5067, | |
| "brian": 1010, | |
| "hooker": 3103, | |
| "indisputable": 3290, | |
| "myopericarditis": 4220, | |
| "frequently": 2736, | |
| "described": 1908, | |
| "warrants": 6855, | |
| "trip": 6497, | |
| "chest": 1237, | |
| "displayed": 2042, | |
| "trucks": 6512, | |
| "street": 6048, | |
| "multisystemic": 4201, | |
| "drgs": 2145, | |
| "icds": 3172, | |
| "ytd": 7054, | |
| "baseline": 789, | |
| "651": 174, | |
| "eyes": 2495, | |
| "144": 33, | |
| "77": 198, | |
| "52": 150, | |
| "nervous": 4281, | |
| "digest": 1976, | |
| "metabolic": 4035, | |
| "pastor": 4586, | |
| "trucker": 6511, | |
| "blockade": 932, | |
| "adrenaline": 339, | |
| "stillwagon": 6018, | |
| "cockpit": 1338, | |
| "2800": 101, | |
| "veteran": 6756, | |
| "pam": 4540, | |
| "lists": 3788, | |
| "base": 787, | |
| "pro": 4903, | |
| "risen": 5428, | |
| "283": 102, | |
| "joel": 3524, | |
| "rudman": 5495, | |
| "friend": 2740, | |
| "exponential": 2474, | |
| "specifically": 5906, | |
| "385": 121, | |
| "disclosure": 2004, | |
| "undermine": 6590, | |
| "3k": 126, | |
| "gills": 2842, | |
| "nigeria": 4305, | |
| "liars": 3745, | |
| "heavily": 3023, | |
| "bulgaria": 1061, | |
| "buck": 1050, | |
| "trend": 6484, | |
| "tanks": 6244, | |
| "inundated": 3432, | |
| "vast": 6725, | |
| "commonsense": 1407, | |
| "sharp": 5706, | |
| "ireland": 3455, | |
| "republic": 5310, | |
| "britons": 1028, | |
| "seniors": 5652, | |
| "mclachlan": 3974, | |
| "survive": 6181, | |
| "perinatal": 4644, | |
| "born": 966, | |
| "1000": 11, | |
| "occurs": 4394, | |
| "founder": 2715, | |
| "oldest": 4425, | |
| "attests": 671, | |
| "reactions": 5129, | |
| "ceo": 1190, | |
| "readily": 5132, | |
| "downloaded": 2126, | |
| "succumbed": 6108, | |
| "110": 18, | |
| "spanish": 5893, | |
| "player": 4741, | |
| "collapses": 1363, | |
| "rushed": 5504, | |
| "teammates": 6266, | |
| "tears": 6269, | |
| "collapsed": 1362, | |
| "pitch": 4713, | |
| "abandon": 227, | |
| "younger": 7050, | |
| "needlessly": 4266, | |
| "unnecessarily": 6637, | |
| "adequate": 317, | |
| "prophylactic": 4969, | |
| "trivial": 6504, | |
| "athlete": 652, | |
| "resuscitation": 5364, | |
| "equipment": 2348, | |
| "connecticut": 1505, | |
| "vietnam": 6768, | |
| "multiply": 4200, | |
| "tripled": 6499, | |
| "600": 167, | |
| "bernstein": 852, | |
| "stirling": 6021, | |
| "draws": 2140, | |
| "44": 137, | |
| "misleading": 4097, | |
| "angle": 501, | |
| "whereas": 6924, | |
| "conceal": 1450, | |
| "track": 6431, | |
| "contractor": 1558, | |
| "wraps": 7015, | |
| "emerald": 2267, | |
| "robinson": 5443, | |
| "surrounding": 6176, | |
| "concedes": 1451, | |
| "authors": 704, | |
| "connections": 1507, | |
| "acknowledges": 281, | |
| "bodybuilding": 949, | |
| "joesthetics": 3525, | |
| "aneurysm": 499, | |
| "fibrous": 2595, | |
| "74": 192, | |
| "systematic": 6225, | |
| "searched": 5610, | |
| "18th": 46, | |
| "240": 90, | |
| "adjudicated": 321, | |
| "shelf": 5713, | |
| "lancet": 3649, | |
| "paper": 4546, | |
| "conclusions": 1466, | |
| "search": 5609, | |
| "disagree": 1991, | |
| "objection": 4372, | |
| "overnight": 4508, | |
| "breaks": 999, | |
| "landmark": 3651, | |
| "implicated": 3233, | |
| "organ": 4467, | |
| "53": 151, | |
| "euros": 2382, | |
| "surface": 6164, | |
| "unaware": 6575, | |
| "pathway": 4597, | |
| "gerard": 2831, | |
| "rennick": 5276, | |
| "continually": 1548, | |
| "referred": 5194, | |
| "ratio": 5118, | |
| "myo": 4217, | |
| "guarantee": 2920, | |
| "injuring": 3350, | |
| "organs": 4472, | |
| "eurostat": 2383, | |
| "175": 40, | |
| "hungary": 3151, | |
| "globally": 2857, | |
| "collaborative": 1360, | |
| "exploration": 2471, | |
| "barbara": 775, | |
| "domke": 2099, | |
| "lived": 3796, | |
| "socialist": 5850, | |
| "eastern": 2196, | |
| "hot": 3128, | |
| "hypothesis": 3168, | |
| "troubling": 6509, | |
| "seem": 5629, | |
| "refuses": 5204, | |
| "oct": 4397, | |
| "loe": 3818, | |
| "fisher": 2636, | |
| "appropriate": 574, | |
| "spokesman": 5936, | |
| "donated": 2101, | |
| "242": 91, | |
| "dated": 1762, | |
| "prevalance": 4876, | |
| "lled": 3804, | |
| "540": 153, | |
| "18k": 45, | |
| "underreporting": 6594, | |
| "inflated": 3317, | |
| "contends": 1542, | |
| "roughly": 5478, | |
| "widespread": 6945, | |
| "albertans": 412, | |
| "proper": 4966, | |
| "pathologists": 4595, | |
| "discouraging": 2007, | |
| "myocardltls": 4219, | |
| "prosecuted": 4973, | |
| "hopes": 3108, | |
| "homegrown": 3093, | |
| "undergoing": 6589, | |
| "struggle": 6067, | |
| "mutating": 4214, | |
| "subvariants": 6102, | |
| "ba": 735, | |
| "india": 3282, | |
| "shanghai": 5699, | |
| "involving": 3451, | |
| "subvariant": 6101, | |
| "signaling": 5773, | |
| "mutations": 4216, | |
| "pursues": 5044, | |
| "offshoot": 4413, | |
| "dominant": 2097, | |
| "strains": 6043, | |
| "formed": 2704, | |
| "discussed": 2018, | |
| "beneficial": 841, | |
| "symptomatic": 6217, | |
| "threefold": 6362, | |
| "shedding": 5710, | |
| "culturable": 1707, | |
| "engl": 2314, | |
| "med": 3991, | |
| "387": 123, | |
| "275": 97, | |
| "277": 99, | |
| "evade": 2384, | |
| "identify": 3183, | |
| "resistance": 5335, | |
| "protease": 4977, | |
| "takeaways": 6234, | |
| "classroom": 1289, | |
| "deemphasized": 1824, | |
| "theo": 6327, | |
| "schetters": 5579, | |
| "netherlands": 4285, | |
| "played": 4740, | |
| "analysed": 481, | |
| "correlation": 1611, | |
| "importantly": 3238, | |
| "regions": 5213, | |
| "staggered": 5960, | |
| "allowing": 434, | |
| "region": 5211, | |
| "nejm": 4279, | |
| "quackccinated": 5061, | |
| "5x": 164, | |
| "cber": 1170, | |
| "lots": 3839, | |
| "depends": 1891, | |
| "doubly": 2119, | |
| "untested": 6651, | |
| "treasury": 6474, | |
| "dry": 2164, | |
| "shipped": 5726, | |
| "pharmacies": 4677, | |
| "tension": 6295, | |
| "clobbered": 1311, | |
| "wherewithal": 6925, | |
| "outgoing": 4490, | |
| "annually": 515, | |
| "mice": 4044, | |
| "developer": 1947, | |
| "contain": 1536, | |
| "ancestral": 491, | |
| "rounded": 5480, | |
| "immunologists": 3219, | |
| "worthless": 7012, | |
| "uninfected": 6618, | |
| "harvard": 2989, | |
| "debrief": 1792, | |
| "expanded": 2443, | |
| "eligibility": 2249, | |
| "concoction": 1468, | |
| "eliminates": 2252, | |
| "bind": 874, | |
| "cellular": 1178, | |
| "receptor": 5158, | |
| "ace": 273, | |
| "delta": 1862, | |
| "boston": 969, | |
| "mutant": 4212, | |
| "echoing": 2200, | |
| "schedules": 5576, | |
| "shielded": 5720, | |
| "compensates": 1421, | |
| "guessed": 2927, | |
| "performed": 4641, | |
| "doubts": 2121, | |
| "expectations": 2447, | |
| "marks": 3931, | |
| "division": 2074, | |
| "subject": 6083, | |
| "limitations": 3766, | |
| "ps": 5011, | |
| "college": 1373, | |
| "memo": 4011, | |
| "writes": 7018, | |
| "register": 5214, | |
| "includes": 3264, | |
| "houman": 3132, | |
| "hemmati": 3036, | |
| "puts": 5054, | |
| "minimal": 4074, | |
| "decide": 1803, | |
| "clinton": 1308, | |
| "averted": 718, | |
| "wh": 6919, | |
| "xbb": 7027, | |
| "resists": 5337, | |
| "barely": 776, | |
| "msnbc": 4192, | |
| "appalled": 554, | |
| "katty": 3578, | |
| "contributor": 1568, | |
| "zeke": 7062, | |
| "emanuel": 2262, | |
| "booked": 957, | |
| "sparks": 5895, | |
| "queensland": 5070, | |
| "super": 6142, | |
| "overseas": 4512, | |
| "incentives": 3255, | |
| "northeast": 4326, | |
| "ohio": 4418, | |
| "95": 219, | |
| "lottery": 3840, | |
| "assessing": 636, | |
| "accordingly": 261, | |
| "nursing": 4359, | |
| "87": 210, | |
| "analyses": 482, | |
| "voting": 6817, | |
| "5b": 162, | |
| "lifestyle": 3755, | |
| "72": 190, | |
| "vermont": 6749, | |
| "cleveland": 1300, | |
| "51k": 149, | |
| "chickens": 1240, | |
| "avian": 721, | |
| "poultry": 4814, | |
| "colds": 1356, | |
| "returned": 5375, | |
| "vengeance": 6736, | |
| "egg": 2227, | |
| "yolk": 7045, | |
| "igys": 3193, | |
| "brazil": 994, | |
| "lula": 3851, | |
| "urges": 6679, | |
| "proposing": 4971, | |
| "girl": 2843, | |
| "functional": 2757, | |
| "fgi": 2591, | |
| "arcturus": 584, | |
| "conjunctivitis": 1502, | |
| "safest": 5524, | |
| "linear": 3771, | |
| "lagging": 3646, | |
| "embarrassing": 2264, | |
| "flat": 2647, | |
| "mandy": 3906, | |
| "cohen": 1349, | |
| "enrolling": 2321, | |
| "chick": 1238, | |
| "fil": 2608, | |
| "meal": 3976, | |
| "headed": 3000, | |
| "grows": 2917, | |
| "rapid": 5110, | |
| "reuters": 5377, | |
| "eg": 2226, | |
| "jump": 3556, | |
| "weary": 6889, | |
| "43": 134, | |
| "definitely": 1843, | |
| "extensive": 2488, | |
| "included": 3263, | |
| "reduces": 5188, | |
| "none": 4320, | |
| "parameters": 4553, | |
| "shockingly": 5732, | |
| "miss": 4099, | |
| "painless": 4533, | |
| "sleeves": 5824, | |
| "hesitation": 3048, | |
| "versions": 6752, | |
| "hv": 3158, | |
| "mph": 4186, | |
| "2024": 76, | |
| "forty": 2709, | |
| "error": 2354, | |
| "symbolize": 6214, | |
| "brings": 1024, | |
| "6th": 185, | |
| "nodding": 4317, | |
| "crowd": 1690, | |
| "sits": 5804, | |
| "masked": 3943, | |
| "flash": 2645, | |
| "creation": 1658, | |
| "yep": 7039, | |
| "transfer": 6448, | |
| "advancement": 344, | |
| "bet": 854, | |
| "slither": 5825, | |
| "anne": 507, | |
| "todd": 6398, | |
| "enjoy": 2317, | |
| "monsters": 4148, | |
| "sterilizing": 6009, | |
| "orphan": 4478, | |
| "morals": 4158, | |
| "exploited": 2470, | |
| "mtg": 4193, | |
| "belongs": 837, | |
| "roasts": 5438, | |
| "embrace": 2265, | |
| "immunology": 3220, | |
| "praises": 4826, | |
| "success": 6105, | |
| "standpoint": 5973, | |
| "sciences": 5591, | |
| "sides": 5768, | |
| "consumed": 1530, | |
| "kash": 3575, | |
| "patel": 4587, | |
| "offenders": 4402, | |
| "unnoticed": 6639, | |
| "fbi": 2562, | |
| "agents": 376, | |
| "dozens": 2130, | |
| "politicizing": 4775, | |
| "kary": 3574, | |
| "mullis": 4195, | |
| "smugly": 5841, | |
| "salary": 5531, | |
| "benny": 848, | |
| "elevator": 2246, | |
| "hypothetically": 3169, | |
| "sooner": 5876, | |
| "leaves": 3709, | |
| "incident": 3259, | |
| "concluded": 1464, | |
| "fascinating": 2544, | |
| "vanity": 6717, | |
| "dissected": 2050, | |
| "morrow": 4164, | |
| "oped": 4443, | |
| "dhs": 1955, | |
| "outlining": 4493, | |
| "homeland": 3094, | |
| "broadening": 1033, | |
| "curb": 1710, | |
| "intercept": 3396, | |
| "memos": 4012, | |
| "leaks": 3700, | |
| "illustrate": 3205, | |
| "expansive": 2444, | |
| "dishonestly": 2029, | |
| "suggested": 6125, | |
| "depositions": 1895, | |
| "envious": 2337, | |
| "extreme": 2491, | |
| "waters": 6870, | |
| "outfitted": 4489, | |
| "covering": 1644, | |
| "tea": 6262, | |
| "intend": 3387, | |
| "dpt": 2131, | |
| "investigator": 3444, | |
| "asher": 624, | |
| "appears": 563, | |
| "materially": 3957, | |
| "virology": 6789, | |
| "redford": 5185, | |
| "spillover": 5925, | |
| "adapted": 304, | |
| "ultimately": 6568, | |
| "points": 4761, | |
| "energy": 2303, | |
| "arose": 600, | |
| "2017": 69, | |
| "lifted": 3758, | |
| "2018": 70, | |
| "escaped": 2359, | |
| "virologists": 6788, | |
| "scrambling": 5601, | |
| "tunes": 6539, | |
| "subsequent": 6091, | |
| "biologists": 887, | |
| "mocked": 4119, | |
| "racists": 5087, | |
| "brett": 1009, | |
| "biologist": 886, | |
| "bats": 795, | |
| "occasions": 4389, | |
| "purely": 5037, | |
| "geopolitical": 2827, | |
| "prompted": 4955, | |
| "drafting": 2134, | |
| "proximal": 5009, | |
| "select": 5637, | |
| "subcommittee": 6082, | |
| "hell": 3031, | |
| "declassified": 1813, | |
| "jim": 3516, | |
| "deceiving": 1799, | |
| "backside": 747, | |
| "redfield": 5184, | |
| "niaid": 4302, | |
| "complicity": 1438, | |
| "ups": 6670, | |
| "divided": 2073, | |
| "turner": 6544, | |
| "criticizes": 1682, | |
| "legislation": 3724, | |
| "demanding": 1865, | |
| "liar": 3744, | |
| "audacity": 678, | |
| "blessings": 927, | |
| "investigated": 3440, | |
| "gao": 2781, | |
| "cia": 1262, | |
| "avril": 725, | |
| "haines": 2951, | |
| "zone": 7072, | |
| "authoritative": 698, | |
| "dtra": 2166, | |
| "sub": 6080, | |
| "granting": 2891, | |
| "colonel": 1379, | |
| "furin": 2772, | |
| "cleavage": 1299, | |
| "transmissible": 6456, | |
| "preceded": 4833, | |
| "carolina": 1133, | |
| "chapel": 1220, | |
| "replication": 5289, | |
| "defective": 1831, | |
| "clone": 1313, | |
| "emergence": 2270, | |
| "inflicted": 3320, | |
| "gastrointestinal": 2794, | |
| "targeted": 6250, | |
| "argues": 590, | |
| "invented": 3436, | |
| "transfection": 6447, | |
| "transmutation": 6460, | |
| "zoonotic": 7075, | |
| "turning": 6545, | |
| "biology": 888, | |
| "aids": 389, | |
| "reputation": 5314, | |
| "incredibly": 3275, | |
| "judgment": 3551, | |
| "flatten": 2648, | |
| "curve": 1717, | |
| "disturbed": 2068, | |
| "tragically": 6441, | |
| "highway": 3063, | |
| "devastation": 1944, | |
| "contemplating": 1540, | |
| "miserable": 4092, | |
| "subsequently": 6092, | |
| "controlling": 1572, | |
| "benefitting": 845, | |
| "pop": 4788, | |
| "shops": 5736, | |
| "box": 979, | |
| "stores": 6035, | |
| "wealth": 6879, | |
| "amazon": 461, | |
| "molecularly": 4134, | |
| "impossible": 3242, | |
| "arguing": 591, | |
| "strawman": 6046, | |
| "manipulated": 3907, | |
| "usg": 6690, | |
| "innocent": 3353, | |
| "email": 2260, | |
| "split": 5932, | |
| "surveil": 6178, | |
| "continuously": 1554, | |
| "offtrack": 4415, | |
| "orchestrated": 4460, | |
| "elaborate": 2234, | |
| "perkins": 4648, | |
| "unpacks": 6641, | |
| "compilation": 1425, | |
| "contradictions": 1562, | |
| "garry": 2788, | |
| "wildlife": 6951, | |
| "trade": 6436, | |
| "andersen": 493, | |
| "usaid": 6684, | |
| "functioning": 2759, | |
| "surrogate": 6175, | |
| "64": 172, | |
| "coordinated": 1587, | |
| "kristian": 3632, | |
| "denounced": 1887, | |
| "xenophobic": 7028, | |
| "main": 3872, | |
| "accidental": 255, | |
| "escape": 2358, | |
| "referral": 5193, | |
| "bio": 877, | |
| "fresno": 2738, | |
| "subsidized": 6096, | |
| "360": 117, | |
| "biz": 906, | |
| "rewarded": 5397, | |
| "analysts": 486, | |
| "zoonosis": 7074, | |
| "credible": 1662, | |
| "dept": 1898, | |
| "debacle": 1785, | |
| "planned": 4730, | |
| "elite": 2254, | |
| "touring": 6422, | |
| "engineer": 2311, | |
| "ebola": 2198, | |
| "detail": 1927, | |
| "critically": 1678, | |
| "blaylock": 923, | |
| "neurosurgeon": 4292, | |
| "supersede": 6143, | |
| "deem": 1822, | |
| "hoping": 3109, | |
| "apr": 581, | |
| "errr": 2355, | |
| "deleted": 1855, | |
| "lines": 3774, | |
| "revolution": 5394, | |
| "borders": 964, | |
| "google": 2869, | |
| "harvesting": 2990, | |
| "buying": 1077, | |
| "habits": 2945, | |
| "informational": 3327, | |
| "sellable": 5640, | |
| "ties": 6377, | |
| "klaus": 3613, | |
| "schwab": 5589, | |
| "obscene": 4375, | |
| "amounts": 476, | |
| "foreshadowed": 2693, | |
| "corner": 1598, | |
| "mess": 4028, | |
| "grip": 2906, | |
| "lately": 3668, | |
| "latter": 3671, | |
| "fuellmich": 2750, | |
| "infiltrated": 3314, | |
| "judiciary": 3553, | |
| "rewriting": 5399, | |
| "whitewash": 6935, | |
| "transpired": 6463, | |
| "goodness": 2868, | |
| "citations": 1269, | |
| "timeline": 6382, | |
| "predicts": 4837, | |
| "wipe": 6970, | |
| "electronics": 2241, | |
| "rewrite": 5398, | |
| "electronic": 2240, | |
| "scrubbed": 5606, | |
| "representation": 5298, | |
| "womb": 6990, | |
| "warm": 6847, | |
| "relentless": 5247, | |
| "sight": 5770, | |
| "conceived": 1453, | |
| "surprise": 6171, | |
| "donating": 2102, | |
| "mercury": 4023, | |
| "behavioral": 820, | |
| "focused": 2670, | |
| "convincing": 1583, | |
| "mis": 4086, | |
| "viewpoints": 6771, | |
| "vitally": 6803, | |
| "repress": 5305, | |
| "dissent": 2052, | |
| "mortal": 4165, | |
| "enemy": 2302, | |
| "extension": 2487, | |
| "bullsh": 1062, | |
| "tter": 6528, | |
| "simulation": 5790, | |
| "hoft": 3082, | |
| "gall": 2778, | |
| "revenues": 5384, | |
| "evening": 2388, | |
| "hijacked": 3064, | |
| "enslave": 2322, | |
| "laughed": 3672, | |
| "sees": 5633, | |
| "clowns": 1327, | |
| "kurten": 3634, | |
| "brutal": 1044, | |
| "yuval": 7057, | |
| "harari": 2974, | |
| "survaillance": 6177, | |
| "hack": 2946, | |
| "21st": 84, | |
| "hacked": 2947, | |
| "leanings": 3702, | |
| "funder": 2765, | |
| "dumbfounded": 2173, | |
| "grantors": 2892, | |
| "fiduciary": 2600, | |
| "le": 3690, | |
| "tissier": 6393, | |
| "declining": 1817, | |
| "discernment": 1997, | |
| "psychiatric": 5014, | |
| "intentional": 3393, | |
| "ideas": 3179, | |
| "centrally": 1187, | |
| "abysmal": 244, | |
| "demeaning": 1867, | |
| "tim": 6380, | |
| "robbins": 5440, | |
| "tribal": 6488, | |
| "vengeful": 6737, | |
| "demonizing": 1875, | |
| "pariahs": 4556, | |
| "bed": 809, | |
| "tate": 6253, | |
| "semantics": 5642, | |
| "react": 5126, | |
| "overrun": 4511, | |
| "ambulances": 463, | |
| "senses": 5657, | |
| "expunged": 2483, | |
| "avoidable": 723, | |
| "catastrophe": 1148, | |
| "viscerally": 6796, | |
| "658": 175, | |
| "nazi": 4250, | |
| "jews": 3513, | |
| "style": 6079, | |
| "landscape": 3653, | |
| "sacks": 5512, | |
| "supporting": 6152, | |
| "weak": 6875, | |
| "rebut": 5149, | |
| "puppies": 5034, | |
| "regulate": 5217, | |
| "suffers": 6120, | |
| "names": 4231, | |
| "roles": 5458, | |
| "humankind": 3146, | |
| "califf": 1085, | |
| "rubin": 5492, | |
| "hypodermic": 3167, | |
| "kryptonite": 3633, | |
| "authoritarianism": 697, | |
| "totalitarianism": 6418, | |
| "milgram": 4064, | |
| "confined": 1479, | |
| "shove": 5751, | |
| "pill": 4705, | |
| "stripping": 6057, | |
| "spiritual": 5929, | |
| "eyesight": 2496, | |
| "scales": 5559, | |
| "understood": 6599, | |
| "intent": 3391, | |
| "vigorously": 6776, | |
| "hallmarks": 2953, | |
| "militaristic": 4065, | |
| "sacrificing": 5517, | |
| "terrifying": 6303, | |
| "flourish": 2660, | |
| "carrying": 1137, | |
| "lasted": 3663, | |
| "swamp": 6199, | |
| "appointed": 569, | |
| "lobbyists": 3808, | |
| "inaugural": 3252, | |
| "party": 4574, | |
| "fix": 2641, | |
| "burn": 1069, | |
| "disappointment": 1993, | |
| "vision": 6798, | |
| "margins": 3923, | |
| "funds": 2768, | |
| "virome": 6790, | |
| "collects": 1372, | |
| "weaponizes": 6884, | |
| "150": 36, | |
| "unrestricted": 6647, | |
| "zika": 7068, | |
| "monkey": 4144, | |
| "pox": 4819, | |
| "weaponize": 6882, | |
| "climate": 1301, | |
| "believing": 833, | |
| "fooled": 2682, | |
| "biopharmaceutical": 891, | |
| "accept": 248, | |
| "tortured": 6414, | |
| "polticians": 4783, | |
| "goals": 2860, | |
| "christian": 1254, | |
| "drosten": 2158, | |
| "azar": 733, | |
| "rockefellers": 5451, | |
| "rothschilds": 5475, | |
| "blackrock": 911, | |
| "achieve": 275, | |
| "objectives": 4373, | |
| "exercises": 2428, | |
| "lockstep": 3817, | |
| "voluntary": 6810, | |
| "contributions": 1567, | |
| "specified": 5907, | |
| "thematic": 6326, | |
| "bell": 834, | |
| "provided": 4999, | |
| "directive": 1984, | |
| "funders": 2766, | |
| "necessarily": 4257, | |
| "enforce": 2304, | |
| "ministers": 4078, | |
| "zuckerberg": 7077, | |
| "challenging": 1206, | |
| "undermined": 6591, | |
| "vet": 6755, | |
| "assumptions": 644, | |
| "waffled": 6825, | |
| "debatable": 1786, | |
| "tough": 6421, | |
| "undermines": 6592, | |
| "elaborates": 2235, | |
| "twain": 6549, | |
| "fool": 2681, | |
| "persuade": 4663, | |
| "ego": 2228, | |
| "cosmology": 1615, | |
| "weaved": 6891, | |
| "constructed": 1528, | |
| "awaken": 727, | |
| "slumber": 5831, | |
| "brainwashing": 986, | |
| "begins": 817, | |
| "subside": 6094, | |
| "enable": 2285, | |
| "animals": 506, | |
| "plants": 4734, | |
| "ecosystems": 2205, | |
| "central": 1186, | |
| "whim": 6928, | |
| "soft": 5855, | |
| "coup": 1631, | |
| "pretext": 4874, | |
| "biosecurity": 892, | |
| "masterfully": 3953, | |
| "shreds": 5758, | |
| "preplanned": 4852, | |
| "noah": 4314, | |
| "totalitarian": 6417, | |
| "flights": 2654, | |
| "locking": 3816, | |
| "partners": 4571, | |
| "clout": 1326, | |
| "responding": 5347, | |
| "lacked": 3643, | |
| "welt": 6912, | |
| "technofascism": 6273, | |
| "modify": 4128, | |
| "genome": 2824, | |
| "prioritizing": 4896, | |
| "bodily": 947, | |
| "biotechnology": 894, | |
| "lorraine": 3831, | |
| "swab": 6197, | |
| "genetically": 2819, | |
| "microchip": 4051, | |
| "nanotechnology": 4235, | |
| "structures": 6066, | |
| "biomedical": 889, | |
| "applications": 566, | |
| "delivery": 1861, | |
| "advances": 346, | |
| "lund": 3852, | |
| "enters": 2330, | |
| "impacts": 3224, | |
| "upside": 6672, | |
| "choose": 1251, | |
| "larger": 3658, | |
| "uncommon": 6583, | |
| "2015": 67, | |
| "procedure": 4910, | |
| "convert": 1579, | |
| "seneff": 5650, | |
| "checkers": 1234, | |
| "hahaha": 2948, | |
| "converted": 1580, | |
| "backwards": 749, | |
| "cut": 1720, | |
| "modified": 4127, | |
| "toxicity": 6428, | |
| "steer": 6001, | |
| "grandparents": 2886, | |
| "pharmacists": 4679, | |
| "knees": 3615, | |
| "beg": 812, | |
| "statistic": 5990, | |
| "sacrificed": 5515, | |
| "altar": 445, | |
| "gods": 2862, | |
| "technocrats": 6272, | |
| "sacrifice": 5514, | |
| "granny": 2887, | |
| "unable": 6572, | |
| "perform": 4640, | |
| "activities": 294, | |
| "4362": 135, | |
| "caution": 1165, | |
| "spectrum": 5909, | |
| "practitioners": 4824, | |
| "conditioned": 1471, | |
| "doctrine": 2082, | |
| "horrible": 3113, | |
| "distribution": 2064, | |
| "susceptibility": 6186, | |
| "disparity": 2039, | |
| "eczema": 2206, | |
| "adhd": 320, | |
| "asd": 622, | |
| "lindley": 3768, | |
| "outspoken": 4499, | |
| "esp": 2360, | |
| "prescribe": 4855, | |
| "motrin": 4173, | |
| "yugoslavia": 7055, | |
| "understands": 6597, | |
| "creeping": 1665, | |
| "heed": 3028, | |
| "sake": 5530, | |
| "ribonucleic": 5405, | |
| "acid": 276, | |
| "combines": 1387, | |
| "modifying": 4129, | |
| "replace": 5287, | |
| "sniffle": 5844, | |
| "byram": 1080, | |
| "bridle": 1016, | |
| "species": 5904, | |
| "loaded": 3806, | |
| "foods": 2680, | |
| "masanori": 3941, | |
| "fukushima": 2751, | |
| "kyoto": 3635, | |
| "methods": 4039, | |
| "associate": 638, | |
| "transfusions": 6453, | |
| "vectors": 6733, | |
| "applied": 567, | |
| "eliciting": 2248, | |
| "nucleus": 4350, | |
| "pass": 4576, | |
| "daughter": 1763, | |
| "progeny": 4932, | |
| "weakened": 6877, | |
| "begging": 814, | |
| "sentence": 5661, | |
| "thousand": 6353, | |
| "innate": 3352, | |
| "educated": 2211, | |
| "components": 1440, | |
| "autoreactivity": 713, | |
| "pathology": 4596, | |
| "irreversible": 3460, | |
| "tremendous": 6482, | |
| "swear": 6200, | |
| "joke": 3533, | |
| "unconscionable": 6584, | |
| "mo": 4115, | |
| "yo": 7043, | |
| "circulate": 1265, | |
| "nucleoside": 4349, | |
| "analogue": 480, | |
| "caps": 1116, | |
| "enhance": 2316, | |
| "transcriptase": 6445, | |
| "transcribed": 6444, | |
| "clones": 1314, | |
| "purposely": 5040, | |
| "spare": 5894, | |
| "parts": 4573, | |
| "livers": 3799, | |
| "cheating": 1231, | |
| "protocol": 4991, | |
| "anatomic": 490, | |
| "transferring": 6450, | |
| "kissing": 3609, | |
| "hardly": 2978, | |
| "bryan": 1045, | |
| "ardis": 586, | |
| "vegetables": 6734, | |
| "cattle": 1156, | |
| "beef": 811, | |
| "integrating": 3381, | |
| "dystopia": 2186, | |
| "desire": 1916, | |
| "editing": 2209, | |
| "bacteria": 750, | |
| "preclinical": 4834, | |
| "ingesting": 3335, | |
| "milk": 4067, | |
| "circulatory": 1267, | |
| "storyline": 6040, | |
| "durable": 2175, | |
| "imagined": 3209, | |
| "synthetic": 6224, | |
| "pseudouridination": 5012, | |
| "efficient": 2222, | |
| "ribonucleases": 5404, | |
| "ingested": 3334, | |
| "pigs": 4703, | |
| "immunized": 3217, | |
| "cow": 1648, | |
| "crosses": 1688, | |
| "tract": 6434, | |
| "gi": 2839, | |
| "cattlemen": 1157, | |
| "oppose": 4454, | |
| "hb": 2996, | |
| "1169": 20, | |
| "usda": 6685, | |
| "active": 291, | |
| "projects": 4943, | |
| "bovine": 977, | |
| "cautioned": 1166, | |
| "shoulders": 5748, | |
| "irreparable": 3459, | |
| "convinced": 1582, | |
| "shorten": 5741, | |
| "span": 5892, | |
| "gift": 2841, | |
| "healing": 3008, | |
| "microbiologist": 4047, | |
| "incitement": 3261, | |
| "trivialization": 6505, | |
| "comparing": 1416, | |
| "1930s": 48, | |
| "40s": 131, | |
| "scheduled": 5575, | |
| "plon": 4750, | |
| "dire": 1980, | |
| "transformed": 6451, | |
| "foreign": 2692, | |
| "genes": 2816, | |
| "chromosome": 1258, | |
| "moreover": 4160, | |
| "transmitted": 6458, | |
| "hate": 2993, | |
| "introduce": 3426, | |
| "saddened": 5519, | |
| "thinker": 6338, | |
| "fellow": 2577, | |
| "mentor": 4020, | |
| "teller": 6284, | |
| "arne": 599, | |
| "burkhardt": 1067, | |
| "pioneering": 4711, | |
| "correct": 1608, | |
| "spirit": 5928, | |
| "intranasally": 3424, | |
| "revolutionise": 5396, | |
| "bits": 904, | |
| "template": 6288, | |
| "invitro": 3447, | |
| "sequenced": 5668, | |
| "phillip": 4687, | |
| "buckhaults": 1051, | |
| "phd": 4683, | |
| "biochemistry": 878, | |
| "molecular": 4133, | |
| "genomics": 2825, | |
| "detecting": 1934, | |
| "places": 4722, | |
| "virtual": 6791, | |
| "moderated": 4124, | |
| "emphatically": 2277, | |
| "propagates": 4964, | |
| "ignorant": 3188, | |
| "endlessly": 2300, | |
| "contamination": 1539, | |
| "ministries": 4079, | |
| "alnylam": 437, | |
| "fuel": 2749, | |
| "infringement": 3332, | |
| "respective": 5343, | |
| "tactics": 6232, | |
| "overtly": 4514, | |
| "skew": 5812, | |
| "app": 553, | |
| "secondly": 5615, | |
| "excluded": 2416, | |
| "unfavorable": 6612, | |
| "projected": 4942, | |
| "forecasted": 2691, | |
| "iphone": 3454, | |
| "shall": 5694, | |
| "brook": 1039, | |
| "jackson": 3486, | |
| "clincial": 1302, | |
| "auditor": 681, | |
| "ventavia": 6739, | |
| "operations": 4450, | |
| "employment": 2282, | |
| "regional": 5212, | |
| "supervising": 6144, | |
| "sites": 5803, | |
| "warner": 6850, | |
| "mendenhall": 4015, | |
| "principal": 4893, | |
| "usa": 6683, | |
| "whistle": 6931, | |
| "blowers": 938, | |
| "build": 1058, | |
| "facility": 2505, | |
| "produce": 4915, | |
| "catches": 1151, | |
| "bankrupted": 769, | |
| "symptom": 6216, | |
| "ill": 3198, | |
| "suppose": 6154, | |
| "mining": 4076, | |
| "germs": 2834, | |
| "snot": 5845, | |
| "ct": 1700, | |
| "healthiest": 3011, | |
| "accomplices": 256, | |
| "enablers": 2287, | |
| "incompetent": 3266, | |
| "clarification": 1285, | |
| "gross": 2908, | |
| "disregard": 2048, | |
| "noubar": 4340, | |
| "afeyan": 362, | |
| "interrupts": 3414, | |
| "tape": 6245, | |
| "rapped": 5112, | |
| "disgracefully": 2026, | |
| "burla": 1068, | |
| "sufficiently": 6122, | |
| "launched": 3676, | |
| "monitoring": 4143, | |
| "kathryn": 3577, | |
| "edwards": 2214, | |
| "bother": 970, | |
| "folks": 2675, | |
| "assessment": 637, | |
| "davos": 1766, | |
| "experimenting": 2456, | |
| "combine": 1385, | |
| "sin": 5791, | |
| "longest": 3823, | |
| "stonewalling": 6028, | |
| "behaviour": 821, | |
| "shabnam": 5691, | |
| "palesa": 4536, | |
| "mohamed": 4132, | |
| "blows": 940, | |
| "broadcast": 1031, | |
| "directed": 1982, | |
| "jordon": 3537, | |
| "trishton": 6503, | |
| "walker": 6836, | |
| "issued": 3470, | |
| "clock": 1312, | |
| "stephane": 6004, | |
| "bancel": 765, | |
| "whopping": 6942, | |
| "pipeline": 4712, | |
| "ailments": 390, | |
| "settlement": 5681, | |
| "implies": 3235, | |
| "domestic": 2096, | |
| "incorrect": 3268, | |
| "documentation": 2085, | |
| "pivotal": 4715, | |
| "margaret": 3922, | |
| "instituting": 3374, | |
| "uninsured": 6619, | |
| "sufficient": 6121, | |
| "bernie": 851, | |
| "invited": 3446, | |
| "testify": 6313, | |
| "heat": 3021, | |
| "generative": 2815, | |
| "ai": 387, | |
| "founded": 2714, | |
| "spender": 5913, | |
| "oscars": 4480, | |
| "spends": 5915, | |
| "messaging": 4031, | |
| "entrant": 2335, | |
| "branding": 988, | |
| "fading": 2516, | |
| "exploding": 2469, | |
| "smaller": 5833, | |
| "cassidy": 1145, | |
| "bye": 1079, | |
| "vitiates": 6805, | |
| "unblinded": 6578, | |
| "land": 3650, | |
| "launching": 3677, | |
| "taxpayers": 6260, | |
| "livid": 3801, | |
| "raked": 5097, | |
| "teams": 6267, | |
| "ibm": 3171, | |
| "quantum": 5065, | |
| "computing": 1448, | |
| "walking": 6837, | |
| "manufacturing": 3916, | |
| "dream": 2141, | |
| "5yrs": 165, | |
| "2026": 78, | |
| "nick": 4303, | |
| "coatsworth": 1337, | |
| "dual": 2167, | |
| "1083": 15, | |
| "q3": 5057, | |
| "42": 132, | |
| "steep": 6000, | |
| "dwindles": 2180, | |
| "rapes": 5109, | |
| "robot": 5445, | |
| "awaits": 726, | |
| "disobey": 2036, | |
| "images": 3206, | |
| "shenzhen": 5715, | |
| "handcuffed": 2961, | |
| "lined": 3772, | |
| "forcibly": 2688, | |
| "weather": 6890, | |
| "qr": 5060, | |
| "watched": 6867, | |
| "guangdong": 2918, | |
| "dongguan": 2105, | |
| "dalang": 1729, | |
| "guards": 2923, | |
| "arriving": 612, | |
| "detected": 1933, | |
| "raided": 5091, | |
| "banks": 770, | |
| "liquidity": 3782, | |
| "dictates": 1965, | |
| "movements": 4181, | |
| "thru": 6369, | |
| "apps": 580, | |
| "ikea": 3196, | |
| "shoppers": 5735, | |
| "rushing": 5505, | |
| "outlet": 4491, | |
| "attempt": 665, | |
| "tibet": 6373, | |
| "mountain": 4174, | |
| "lining": 3775, | |
| "rain": 5092, | |
| "enforcing": 2308, | |
| "guns": 2937, | |
| "xishuangbanna": 7030, | |
| "yunnan": 7056, | |
| "screaming": 5602, | |
| "imposes": 3241, | |
| "208": 80, | |
| "curbs": 1711, | |
| "xi": 7029, | |
| "jinping": 3518, | |
| "doubles": 2118, | |
| "stormtroopers": 6038, | |
| "door": 2108, | |
| "synchronized": 6220, | |
| "cnbc": 1332, | |
| "eunice": 2379, | |
| "yoon": 7046, | |
| "shep": 5716, | |
| "driverless": 2150, | |
| "taxi": 6258, | |
| "pulls": 5027, | |
| "scan": 5562, | |
| "rear": 5143, | |
| "windshield": 6961, | |
| "ride": 5414, | |
| "password": 4583, | |
| "robotaxi": 5446, | |
| "verify": 6747, | |
| "blur": 941, | |
| "spectators": 5908, | |
| "qatar": 5058, | |
| "cup": 1709, | |
| "camp": 1096, | |
| "guangzhou": 2919, | |
| "detain": 1930, | |
| "switches": 6213, | |
| "tear": 6268, | |
| "barricades": 781, | |
| "chanting": 1219, | |
| "singing": 5793, | |
| "dictatorship": 1968, | |
| "33": 112, | |
| "tiananmen": 6372, | |
| "square": 5950, | |
| "movement": 4180, | |
| "streets": 6049, | |
| "apartment": 547, | |
| "chengdu": 1236, | |
| "welding": 6906, | |
| "entrance": 2334, | |
| "starve": 5981, | |
| "jumping": 3558, | |
| "remotely": 5269, | |
| "homeless": 3095, | |
| "hotel": 3129, | |
| "transport": 6464, | |
| "courageous": 1634, | |
| "historic": 3070, | |
| "taught": 6255, | |
| "mobile": 4117, | |
| "hunt": 3152, | |
| "yearn": 7036, | |
| "gen": 2808, | |
| "blaine": 913, | |
| "holt": 3091, | |
| "ret": 5365, | |
| "switched": 6212, | |
| "stuck": 6069, | |
| "sweeping": 6205, | |
| "shift": 5721, | |
| "softening": 5856, | |
| "candid": 1109, | |
| "opinions": 4452, | |
| "expand": 2442, | |
| "hyderabad": 3160, | |
| "technologies": 6274, | |
| "activists": 293, | |
| "ordinary": 4465, | |
| "commuters": 1412, | |
| "subway": 6103, | |
| "trains": 6443, | |
| "edging": 2208, | |
| "unchecked": 6581, | |
| "corp": 1603, | |
| "dancing": 1743, | |
| "joy": 3547, | |
| "tyrannize": 6560, | |
| "routines": 5483, | |
| "medicos": 3997, | |
| "ridicule": 5415, | |
| "torture": 6413, | |
| "impose": 3239, | |
| "airports": 399, | |
| "hunter": 3153, | |
| "discriminatory": 2016, | |
| "clearest": 1297, | |
| "slowing": 5829, | |
| "passengers": 4578, | |
| "weaken": 6876, | |
| "gordan": 2871, | |
| "chang": 1212, | |
| "observes": 4379, | |
| "massachusetts": 3947, | |
| "guitarist": 2935, | |
| "diamond": 1961, | |
| "amputated": 477, | |
| "escalating": 2357, | |
| "mirror": 4084, | |
| "az": 732, | |
| "excessive": 2414, | |
| "plays": 4745, | |
| "cohesive": 1350, | |
| "coroners": 1602, | |
| "amy": 478, | |
| "colleague": 1366, | |
| "penis": 4629, | |
| "functions": 2760, | |
| "hidden": 3053, | |
| "relevant": 5249, | |
| "final": 2616, | |
| "poisonous": 4764, | |
| "unborn": 6579, | |
| "clue": 1329, | |
| "heavy": 3024, | |
| "bleeding": 925, | |
| "practice": 4821, | |
| "infertility": 3313, | |
| "malformation": 3890, | |
| "ob": 4369, | |
| "gyn": 2941, | |
| "thrombogenic": 6365, | |
| "scarier": 5569, | |
| "fertig": 2583, | |
| "measurable": 3984, | |
| "curves": 1718, | |
| "groundbreaking": 2910, | |
| "filling": 2614, | |
| "adrenal": 338, | |
| "gland": 2849, | |
| "insight": 3364, | |
| "potts": 4813, | |
| "sugar": 6123, | |
| "arrhythmias": 607, | |
| "heath": 3022, | |
| "irregular": 3458, | |
| "cycles": 1723, | |
| "interfering": 3405, | |
| "hormonal": 3111, | |
| "agonizing": 380, | |
| "cramps": 1650, | |
| "husbands": 3156, | |
| "intercourse": 3397, | |
| "disarray": 1994, | |
| "surrogacy": 6174, | |
| "struggling": 6068, | |
| "conceive": 1452, | |
| "culprit": 1706, | |
| "accumulation": 269, | |
| "vital": 6802, | |
| "nucleocapsid": 4348, | |
| "deposits": 1896, | |
| "glands": 2850, | |
| "informative": 3328, | |
| "kim": 3602, | |
| "biss": 902, | |
| "obstetrician": 4380, | |
| "gynecologist": 2942, | |
| "vigilant": 6775, | |
| "nattokinase": 4245, | |
| "degrades": 1850, | |
| "featured": 2567, | |
| "jam": 3489, | |
| "packed": 4528, | |
| "formula": 2707, | |
| "provides": 5002, | |
| "prolonged": 4945, | |
| "peers": 4625, | |
| "laurence": 3679, | |
| "inevitably": 3303, | |
| "miscarried": 4090, | |
| "anomalies": 516, | |
| "uptick": 6674, | |
| "install": 3369, | |
| "vessels": 6754, | |
| "deteriorate": 1936, | |
| "aluminum": 454, | |
| "formaldehyde": 2702, | |
| "resurfaced": 5363, | |
| "appendix": 564, | |
| "685": 181, | |
| "disorder": 2037, | |
| "menstruation": 4017, | |
| "083": 7, | |
| "989": 222, | |
| "dysmennorhea": 2184, | |
| "904": 215, | |
| "intermenstrual": 3406, | |
| "424": 133, | |
| "amenorrhea": 468, | |
| "363": 118, | |
| "polymenorrhea": 4784, | |
| "546": 154, | |
| "vaginal": 6711, | |
| "hemorrhage": 3037, | |
| "699": 184, | |
| "oligomenorrhea": 4427, | |
| "infrequent": 3331, | |
| "437": 136, | |
| "biodistribution": 880, | |
| "collected": 1369, | |
| "male": 3887, | |
| "genitalia": 2821, | |
| "ingredients": 3336, | |
| "collecting": 1370, | |
| "testes": 6309, | |
| "37": 119, | |
| "sperm": 5917, | |
| "shannon": 5700, | |
| "cuts": 1721, | |
| "glass": 2851, | |
| "wine": 6963, | |
| "sushi": 6188, | |
| "heartburn": 3019, | |
| "miscarriages": 4089, | |
| "motility": 4172, | |
| "recovers": 5179, | |
| "concentration": 1455, | |
| "dissolved": 2054, | |
| "prevalence": 4877, | |
| "popular": 4790, | |
| "japanese": 3499, | |
| "travels": 6470, | |
| "gosh": 2872, | |
| "detoxify": 1941, | |
| "flccc": 2650, | |
| "augmented": 684, | |
| "agent": 375, | |
| "enzyme": 2339, | |
| "fibrin": 2594, | |
| "stamina": 5965, | |
| "completing": 1430, | |
| "displace": 2041, | |
| "thinner": 6341, | |
| "cayenne": 1167, | |
| "pepper": 4634, | |
| "specialist": 5903, | |
| "spermatozoa": 5919, | |
| "relations": 5240, | |
| "exhale": 2429, | |
| "exosomes": 2440, | |
| "inhale": 3337, | |
| "phenomenon": 4685, | |
| "anecdotal": 497, | |
| "persists": 4657, | |
| "winding": 6958, | |
| "triggers": 6494, | |
| "alterations": 446, | |
| "combatting": 1384, | |
| "dandelion": 1744, | |
| "root": 5472, | |
| "promising": 4950, | |
| "spermatocytes": 5918, | |
| "fertile": 2584, | |
| "motherhood": 4171, | |
| "lesson": 3730, | |
| "dumb": 2171, | |
| "factory": 2512, | |
| "cranking": 1651, | |
| "viewpoint": 6770, | |
| "factories": 2510, | |
| "detox": 1940, | |
| "seconds": 5616, | |
| "degrade": 1849, | |
| "units": 6623, | |
| "bromelain": 1038, | |
| "milligrams": 4069, | |
| "accelerate": 247, | |
| "clearance": 1295, | |
| "disclosed": 2003, | |
| "foot": 2683, | |
| "deceased": 1796, | |
| "morticians": 4169, | |
| "preserve": 4863, | |
| "cannulate": 1112, | |
| "needles": 4265, | |
| "hopeful": 3107, | |
| "moms": 4139, | |
| "chy": 1261, | |
| "na": 4226, | |
| "cull": 1703, | |
| "forgive": 2697, | |
| "populist": 4793, | |
| "revolt": 5393, | |
| "attorneys": 673, | |
| "terry": 6305, | |
| "bradshaw": 983, | |
| "dewormer": 1952, | |
| "sorry": 5877, | |
| "bladder": 912, | |
| "mri": 4189, | |
| "tumor": 6535, | |
| "dearly": 1782, | |
| "sue": 6114, | |
| "lady": 3645, | |
| "vanderbilt": 6716, | |
| "institution": 3375, | |
| "sabotaged": 5510, | |
| "competition": 1424, | |
| "hydroxychloroquine": 3162, | |
| "distribute": 2062, | |
| "hlc": 3077, | |
| "ionophores": 3452, | |
| "stockpile": 6023, | |
| "onset": 4437, | |
| "preventative": 4879, | |
| "et": 2373, | |
| "extent": 2489, | |
| "sadistically": 5520, | |
| "hcl": 2997, | |
| "unforgivable": 6614, | |
| "sins": 5798, | |
| "destroy": 1921, | |
| "revoke": 5392, | |
| "flawed": 2649, | |
| "molnupiravir": 4136, | |
| "renal": 5273, | |
| "bonus": 955, | |
| "stimulates": 6019, | |
| "invade": 3433, | |
| "tumors": 6536, | |
| "activation": 290, | |
| "exhaustion": 2431, | |
| "administer": 324, | |
| "remarkable": 5259, | |
| "bacterium": 751, | |
| "soil": 5857, | |
| "golf": 2864, | |
| "activates": 289, | |
| "autophagy": 709, | |
| "improves": 3247, | |
| "microbiome": 4050, | |
| "binds": 876, | |
| "miracle": 4083, | |
| "river": 5434, | |
| "brink": 1025, | |
| "elimination": 2253, | |
| "recognized": 5164, | |
| "penicillin": 4628, | |
| "nigel": 4304, | |
| "farage": 2541, | |
| "alternative": 449, | |
| "zithromax": 7070, | |
| "shunned": 5759, | |
| "jackie": 3485, | |
| "549": 155, | |
| "monumental": 4154, | |
| "adaptation": 303, | |
| "blatant": 921, | |
| "sheer": 5712, | |
| "beholden": 823, | |
| "exorbitant": 2439, | |
| "fu": 2747, | |
| "king": 3605, | |
| "piled": 4704, | |
| "kload": 3614, | |
| "ben": 838, | |
| "carson": 1138, | |
| "villainization": 6778, | |
| "ivm": 3479, | |
| "emphasis": 2275, | |
| "villainized": 6779, | |
| "isolate": 3463, | |
| "slap": 5820, | |
| "3000": 108, | |
| "bucks": 1052, | |
| "kidneys": 3594, | |
| "vent": 6738, | |
| "knowing": 3620, | |
| "89": 212, | |
| "ventilation": 6740, | |
| "artemisinin": 615, | |
| "antimalarial": 534, | |
| "properties": 4968, | |
| "mere": 4024, | |
| "deworming": 1953, | |
| "truths": 6522, | |
| "societal": 5851, | |
| "menace": 4014, | |
| "deems": 1825, | |
| "dynamic": 2182, | |
| "horse": 3116, | |
| "paste": 4585, | |
| "argued": 589, | |
| "observations": 4377, | |
| "peruvian": 4665, | |
| "populations": 4792, | |
| "reductions": 5191, | |
| "peak": 4618, | |
| "averaged": 717, | |
| "intensive": 3390, | |
| "correlated": 1610, | |
| "002": 2, | |
| "peru": 4664, | |
| "nationwide": 4243, | |
| "rebukes": 5148, | |
| "medications": 3994, | |
| "notion": 4339, | |
| "utilize": 6694, | |
| "reversed": 5387, | |
| "mayo": 3968, | |
| "chloroquine": 1248, | |
| "treated": 6476, | |
| "lord": 3830, | |
| "testified": 6311, | |
| "texan": 6319, | |
| "esteemed": 2367, | |
| "sun": 6137, | |
| "deficient": 1839, | |
| "deficiency": 1838, | |
| "equator": 2347, | |
| "uvb": 6698, | |
| "stressed": 6052, | |
| "depression": 1897, | |
| "prematurely": 4844, | |
| "sunscreens": 6139, | |
| "defeats": 1830, | |
| "paradoxically": 4550, | |
| "pak": 4534, | |
| "cabinet": 1082, | |
| "legion": 3723, | |
| "neurologically": 4288, | |
| "devastated": 1942, | |
| "scandinavia": 5565, | |
| "7750": 200, | |
| "intracranial": 3423, | |
| "scandinavian": 5566, | |
| "7700": 199, | |
| "neurologic": 4286, | |
| "ischemic": 3461, | |
| "explode": 2467, | |
| "nuerological": 4352, | |
| "aphasia": 548, | |
| "bells": 836, | |
| "palsey": 4538, | |
| "encephalitis": 2288, | |
| "inability": 3249, | |
| "tbi": 6261, | |
| "robs": 5447, | |
| "68x": 183, | |
| "6808": 179, | |
| "614": 169, | |
| "palsy": 4539, | |
| "128": 25, | |
| "encephalopathy": 2289, | |
| "101": 12, | |
| "863": 209, | |
| "1800": 43, | |
| "alters": 451, | |
| "separate": 5663, | |
| "nuero": 4351, | |
| "tiredness": 6392, | |
| "peripheral": 4647, | |
| "neuropathy": 4290, | |
| "nerve": 4280, | |
| "fibers": 2592, | |
| "ringing": 5419, | |
| "ears": 2192, | |
| "visual": 6801, | |
| "ambulation": 464, | |
| "debilitated": 1790, | |
| "demoralized": 1879, | |
| "participating": 4566, | |
| "summarizes": 6134, | |
| "ghost": 2838, | |
| "igg": 3187, | |
| "tolerance": 6400, | |
| "pollen": 4780, | |
| "replicates": 5288, | |
| "warp": 6854, | |
| "oncologists": 4431, | |
| "neurologists": 4289, | |
| "checker": 1233, | |
| "politifact": 4778, | |
| "gary": 2789, | |
| "forgets": 2696, | |
| "sensation": 5654, | |
| "tremors": 6483, | |
| "kristen": 3630, | |
| "facial": 2501, | |
| "numbness": 4355, | |
| "sensitivity": 5659, | |
| "baker": 758, | |
| "rn": 5435, | |
| "fainting": 2523, | |
| "caretakers": 1129, | |
| "bhardwaj": 860, | |
| "pussycat": 5051, | |
| "dolls": 2094, | |
| "brave": 991, | |
| "pussycats": 5052, | |
| "doll": 2091, | |
| "knives": 3618, | |
| "excruciating": 2418, | |
| "spasm": 5896, | |
| "rib": 5403, | |
| "breathe": 1004, | |
| "lesion": 3727, | |
| "spine": 5927, | |
| "jennifer": 3506, | |
| "sclerosis": 5595, | |
| "progressively": 4938, | |
| "impairment": 3225, | |
| "blecher": 924, | |
| "migraine": 4056, | |
| "ocular": 4399, | |
| "redacted": 5182, | |
| "clayton": 1291, | |
| "morris": 4163, | |
| "compensate": 1420, | |
| "typical": 6557, | |
| "abnormalities": 236, | |
| "pensions": 4632, | |
| "victoria": 6763, | |
| "shithole": 5728, | |
| "cricket": 1667, | |
| "brendan": 1007, | |
| "neill": 4277, | |
| "saga": 5526, | |
| "shameful": 5697, | |
| "accepts": 252, | |
| "andrews": 496, | |
| "soar": 5846, | |
| "unlikely": 6633, | |
| "butler": 1075, | |
| "albanese": 409, | |
| "albo": 413, | |
| "contracted": 1556, | |
| "squirming": 5952, | |
| "answering": 521, | |
| "masters": 3954, | |
| "indian": 3283, | |
| "wells": 6911, | |
| "miami": 4043, | |
| "infamously": 3306, | |
| "detained": 1931, | |
| "managing": 3900, | |
| "harris": 2985, | |
| "element": 2243, | |
| "proactive": 4904, | |
| "babet": 736, | |
| "discontinued": 2005, | |
| "braniacs": 989, | |
| "garlic": 2786, | |
| "beats": 804, | |
| "direction": 1983, | |
| "doings": 2090, | |
| "workplace": 7001, | |
| "unfair": 6610, | |
| "dismissal": 2034, | |
| "presenter": 4861, | |
| "warren": 6856, | |
| "tredrea": 6481, | |
| "eighth": 2230 | |
| } | |
| } | |
| } |