Released to the world!
[battle-of-the-bands.git] / read-emotion-lexicon.ipynb
diff --git a/read-emotion-lexicon.ipynb b/read-emotion-lexicon.ipynb
new file mode 100644 (file)
index 0000000..ddc85ea
--- /dev/null
@@ -0,0 +1,14210 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "import pandas as pd\n",
+    "import numpy as np\n",
+    "import matplotlib\n",
+    "import matplotlib.pyplot as plt\n",
+    "%matplotlib inline  \n",
+    "\n",
+    "import re\n",
+    "import pymongo\n",
+    "\n",
+    "import collections\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Open a connection to the Mongo server\n",
+    "client = pymongo.MongoClient('mongodb://localhost:27017/')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 21,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Create a database and a collections within it.\n",
+    "songs_db = client.songs\n",
+    "albums = songs_db.albums\n",
+    "tracks = songs_db.tracks\n",
+    "genius_tracks = songs_db.gtracks"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "sentiments = songs_db.sentiments"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "abacus trust 1\n",
+      "abandon fear 1\n",
+      "abandon negative 1\n",
+      "abandon sadness 1\n",
+      "abandoned anger 1\n",
+      "abandoned fear 1\n",
+      "abandoned negative 1\n",
+      "abandoned sadness 1\n",
+      "abandonment anger 1\n",
+      "abandonment fear 1\n",
+      "abandonment negative 1\n",
+      "abandonment sadness 1\n",
+      "abandonment surprise 1\n",
+      "abba positive 1\n",
+      "abbot trust 1\n",
+      "abduction fear 1\n",
+      "abduction negative 1\n",
+      "abduction sadness 1\n",
+      "abduction surprise 1\n",
+      "aberrant negative 1\n",
+      "aberration disgust 1\n",
+      "aberration negative 1\n",
+      "abhor anger 1\n",
+      "abhor disgust 1\n",
+      "abhor fear 1\n",
+      "abhor negative 1\n",
+      "abhorrent anger 1\n",
+      "abhorrent disgust 1\n",
+      "abhorrent fear 1\n",
+      "abhorrent negative 1\n",
+      "ability positive 1\n",
+      "abject disgust 1\n",
+      "abject negative 1\n",
+      "abnormal disgust 1\n",
+      "abnormal negative 1\n",
+      "abolish anger 1\n",
+      "abolish negative 1\n",
+      "abolition negative 1\n",
+      "abominable disgust 1\n",
+      "abominable fear 1\n",
+      "abominable negative 1\n",
+      "abomination anger 1\n",
+      "abomination disgust 1\n",
+      "abomination fear 1\n",
+      "abomination negative 1\n",
+      "abort negative 1\n",
+      "abortion disgust 1\n",
+      "abortion fear 1\n",
+      "abortion negative 1\n",
+      "abortion sadness 1\n",
+      "abortive negative 1\n",
+      "abortive sadness 1\n",
+      "abovementioned positive 1\n",
+      "abrasion negative 1\n",
+      "abrogate negative 1\n",
+      "abrupt surprise 1\n",
+      "abscess negative 1\n",
+      "abscess sadness 1\n",
+      "absence fear 1\n",
+      "absence negative 1\n",
+      "absence sadness 1\n",
+      "absent negative 1\n",
+      "absent sadness 1\n",
+      "absentee negative 1\n",
+      "absentee sadness 1\n",
+      "absenteeism negative 1\n",
+      "absolute positive 1\n",
+      "absolution joy 1\n",
+      "absolution positive 1\n",
+      "absolution trust 1\n",
+      "absorbed positive 1\n",
+      "absurd negative 1\n",
+      "absurdity negative 1\n",
+      "abundance anticipation 1\n",
+      "abundance disgust 1\n",
+      "abundance joy 1\n",
+      "abundance negative 1\n",
+      "abundance positive 1\n",
+      "abundance trust 1\n",
+      "abundant joy 1\n",
+      "abundant positive 1\n",
+      "abuse anger 1\n",
+      "abuse disgust 1\n",
+      "abuse fear 1\n",
+      "abuse negative 1\n",
+      "abuse sadness 1\n",
+      "abysmal negative 1\n",
+      "abysmal sadness 1\n",
+      "abyss fear 1\n",
+      "abyss negative 1\n",
+      "abyss sadness 1\n",
+      "academic positive 1\n",
+      "academic trust 1\n",
+      "academy positive 1\n",
+      "accelerate anticipation 1\n",
+      "acceptable positive 1\n",
+      "acceptance positive 1\n",
+      "accessible positive 1\n",
+      "accident fear 1\n",
+      "accident negative 1\n",
+      "accident sadness 1\n",
+      "accident surprise 1\n",
+      "accidental fear 1\n",
+      "accidental negative 1\n",
+      "accidental surprise 1\n",
+      "accidentally surprise 1\n",
+      "accolade anticipation 1\n",
+      "accolade joy 1\n",
+      "accolade positive 1\n",
+      "accolade surprise 1\n",
+      "accolade trust 1\n",
+      "accommodation positive 1\n",
+      "accompaniment anticipation 1\n",
+      "accompaniment joy 1\n",
+      "accompaniment positive 1\n",
+      "accompaniment trust 1\n",
+      "accomplish joy 1\n",
+      "accomplish positive 1\n",
+      "accomplished joy 1\n",
+      "accomplished positive 1\n",
+      "accomplishment positive 1\n",
+      "accord positive 1\n",
+      "accord trust 1\n",
+      "account trust 1\n",
+      "accountability positive 1\n",
+      "accountability trust 1\n",
+      "accountable positive 1\n",
+      "accountable trust 1\n",
+      "accountant trust 1\n",
+      "accounts trust 1\n",
+      "accredited positive 1\n",
+      "accredited trust 1\n",
+      "accueil positive 1\n",
+      "accurate positive 1\n",
+      "accurate trust 1\n",
+      "accursed anger 1\n",
+      "accursed fear 1\n",
+      "accursed negative 1\n",
+      "accursed sadness 1\n",
+      "accusation anger 1\n",
+      "accusation disgust 1\n",
+      "accusation negative 1\n",
+      "accusative negative 1\n",
+      "accused anger 1\n",
+      "accused fear 1\n",
+      "accused negative 1\n",
+      "accuser anger 1\n",
+      "accuser fear 1\n",
+      "accuser negative 1\n",
+      "accusing anger 1\n",
+      "accusing fear 1\n",
+      "accusing negative 1\n",
+      "ace positive 1\n",
+      "ache negative 1\n",
+      "ache sadness 1\n",
+      "achieve joy 1\n",
+      "achieve positive 1\n",
+      "achieve trust 1\n",
+      "achievement anticipation 1\n",
+      "achievement joy 1\n",
+      "achievement positive 1\n",
+      "achievement trust 1\n",
+      "aching negative 1\n",
+      "aching sadness 1\n",
+      "acid negative 1\n",
+      "acknowledgment positive 1\n",
+      "acquire positive 1\n",
+      "acquiring anticipation 1\n",
+      "acquiring positive 1\n",
+      "acrobat fear 1\n",
+      "acrobat joy 1\n",
+      "acrobat positive 1\n",
+      "acrobat trust 1\n",
+      "action positive 1\n",
+      "actionable anger 1\n",
+      "actionable disgust 1\n",
+      "actionable negative 1\n",
+      "actual positive 1\n",
+      "acuity positive 1\n",
+      "acumen positive 1\n",
+      "adapt positive 1\n",
+      "adaptable positive 1\n",
+      "adder anger 1\n",
+      "adder disgust 1\n",
+      "adder fear 1\n",
+      "adder negative 1\n",
+      "adder sadness 1\n",
+      "addiction negative 1\n",
+      "addresses anticipation 1\n",
+      "addresses positive 1\n",
+      "adept positive 1\n",
+      "adequacy positive 1\n",
+      "adhering trust 1\n",
+      "adipose negative 1\n",
+      "adjudicate fear 1\n",
+      "adjudicate negative 1\n",
+      "adjunct positive 1\n",
+      "administrative trust 1\n",
+      "admirable joy 1\n",
+      "admirable positive 1\n",
+      "admirable trust 1\n",
+      "admiral positive 1\n",
+      "admiral trust 1\n",
+      "admiration joy 1\n",
+      "admiration positive 1\n",
+      "admiration trust 1\n",
+      "admire positive 1\n",
+      "admire trust 1\n",
+      "admirer positive 1\n",
+      "admissible positive 1\n",
+      "admissible trust 1\n",
+      "admonition fear 1\n",
+      "admonition negative 1\n",
+      "adorable joy 1\n",
+      "adorable positive 1\n",
+      "adoration joy 1\n",
+      "adoration positive 1\n",
+      "adoration trust 1\n",
+      "adore anticipation 1\n",
+      "adore joy 1\n",
+      "adore positive 1\n",
+      "adore trust 1\n",
+      "adrift anticipation 1\n",
+      "adrift fear 1\n",
+      "adrift negative 1\n",
+      "adrift sadness 1\n",
+      "adulterated negative 1\n",
+      "adultery disgust 1\n",
+      "adultery negative 1\n",
+      "adultery sadness 1\n",
+      "advance anticipation 1\n",
+      "advance fear 1\n",
+      "advance joy 1\n",
+      "advance positive 1\n",
+      "advance surprise 1\n",
+      "advanced positive 1\n",
+      "advancement positive 1\n",
+      "advantage positive 1\n",
+      "advantageous positive 1\n",
+      "advent anticipation 1\n",
+      "advent joy 1\n",
+      "advent positive 1\n",
+      "advent trust 1\n",
+      "adventure anticipation 1\n",
+      "adventure positive 1\n",
+      "adventurous positive 1\n",
+      "adversary anger 1\n",
+      "adversary negative 1\n",
+      "adverse anger 1\n",
+      "adverse disgust 1\n",
+      "adverse fear 1\n",
+      "adverse negative 1\n",
+      "adverse sadness 1\n",
+      "adversity anger 1\n",
+      "adversity fear 1\n",
+      "adversity negative 1\n",
+      "adversity sadness 1\n",
+      "advice trust 1\n",
+      "advisable positive 1\n",
+      "advisable trust 1\n",
+      "advise positive 1\n",
+      "advise trust 1\n",
+      "advised trust 1\n",
+      "adviser positive 1\n",
+      "adviser trust 1\n",
+      "advocacy anger 1\n",
+      "advocacy anticipation 1\n",
+      "advocacy joy 1\n",
+      "advocacy positive 1\n",
+      "advocacy trust 1\n",
+      "advocate trust 1\n",
+      "aesthetic positive 1\n",
+      "aesthetics joy 1\n",
+      "aesthetics positive 1\n",
+      "affable positive 1\n",
+      "affection joy 1\n",
+      "affection positive 1\n",
+      "affection trust 1\n",
+      "affiliated positive 1\n",
+      "affirm positive 1\n",
+      "affirm trust 1\n",
+      "affirmation positive 1\n",
+      "affirmative positive 1\n",
+      "affirmatively positive 1\n",
+      "affirmatively trust 1\n",
+      "afflict fear 1\n",
+      "afflict negative 1\n",
+      "afflict sadness 1\n",
+      "afflicted negative 1\n",
+      "affliction disgust 1\n",
+      "affliction fear 1\n",
+      "affliction negative 1\n",
+      "affliction sadness 1\n",
+      "affluence joy 1\n",
+      "affluence positive 1\n",
+      "affluent positive 1\n",
+      "afford positive 1\n",
+      "affront anger 1\n",
+      "affront disgust 1\n",
+      "affront fear 1\n",
+      "affront negative 1\n",
+      "affront sadness 1\n",
+      "affront surprise 1\n",
+      "afraid fear 1\n",
+      "afraid negative 1\n",
+      "aftermath anger 1\n",
+      "aftermath disgust 1\n",
+      "aftermath fear 1\n",
+      "aftermath negative 1\n",
+      "aftermath sadness 1\n",
+      "aftertaste negative 1\n",
+      "aga fear 1\n",
+      "aga positive 1\n",
+      "aga trust 1\n",
+      "aggravated anger 1\n",
+      "aggravated negative 1\n",
+      "aggravating anger 1\n",
+      "aggravating negative 1\n",
+      "aggravating sadness 1\n",
+      "aggravation anger 1\n",
+      "aggravation disgust 1\n",
+      "aggravation negative 1\n",
+      "aggression anger 1\n",
+      "aggression fear 1\n",
+      "aggression negative 1\n",
+      "aggressive anger 1\n",
+      "aggressive fear 1\n",
+      "aggressive negative 1\n",
+      "aggressor anger 1\n",
+      "aggressor fear 1\n",
+      "aggressor negative 1\n",
+      "aghast disgust 1\n",
+      "aghast fear 1\n",
+      "aghast negative 1\n",
+      "aghast surprise 1\n",
+      "agile positive 1\n",
+      "agility positive 1\n",
+      "agitated anger 1\n",
+      "agitated negative 1\n",
+      "agitation anger 1\n",
+      "agitation negative 1\n",
+      "agonizing fear 1\n",
+      "agonizing negative 1\n",
+      "agony anger 1\n",
+      "agony fear 1\n",
+      "agony negative 1\n",
+      "agony sadness 1\n",
+      "agree positive 1\n",
+      "agreeable positive 1\n",
+      "agreeable trust 1\n",
+      "agreed positive 1\n",
+      "agreed trust 1\n",
+      "agreeing positive 1\n",
+      "agreeing trust 1\n",
+      "agreement positive 1\n",
+      "agreement trust 1\n",
+      "agriculture positive 1\n",
+      "aground negative 1\n",
+      "ahead positive 1\n",
+      "aid positive 1\n",
+      "aiding positive 1\n",
+      "ail negative 1\n",
+      "ail sadness 1\n",
+      "ailing fear 1\n",
+      "ailing negative 1\n",
+      "ailing sadness 1\n",
+      "aimless negative 1\n",
+      "airport anticipation 1\n",
+      "airs disgust 1\n",
+      "airs negative 1\n",
+      "akin trust 1\n",
+      "alabaster positive 1\n",
+      "alarm fear 1\n",
+      "alarm negative 1\n",
+      "alarm surprise 1\n",
+      "alarming fear 1\n",
+      "alarming negative 1\n",
+      "alarming surprise 1\n",
+      "alb trust 1\n",
+      "alcoholism anger 1\n",
+      "alcoholism disgust 1\n",
+      "alcoholism fear 1\n",
+      "alcoholism negative 1\n",
+      "alcoholism sadness 1\n",
+      "alertness anticipation 1\n",
+      "alertness fear 1\n",
+      "alertness positive 1\n",
+      "alertness surprise 1\n",
+      "alerts anticipation 1\n",
+      "alerts fear 1\n",
+      "alerts surprise 1\n",
+      "alien disgust 1\n",
+      "alien fear 1\n",
+      "alien negative 1\n",
+      "alienate anger 1\n",
+      "alienate disgust 1\n",
+      "alienate negative 1\n",
+      "alienated negative 1\n",
+      "alienated sadness 1\n",
+      "alienation anger 1\n",
+      "alienation disgust 1\n",
+      "alienation fear 1\n",
+      "alienation negative 1\n",
+      "alienation sadness 1\n",
+      "alimentation positive 1\n",
+      "alimony negative 1\n",
+      "alive anticipation 1\n",
+      "alive joy 1\n",
+      "alive positive 1\n",
+      "alive trust 1\n",
+      "allay positive 1\n",
+      "allegation anger 1\n",
+      "allegation negative 1\n",
+      "allege negative 1\n",
+      "allegiance positive 1\n",
+      "allegiance trust 1\n",
+      "allegro positive 1\n",
+      "alleviate positive 1\n",
+      "alleviation positive 1\n",
+      "alliance trust 1\n",
+      "allied positive 1\n",
+      "allied trust 1\n",
+      "allowable positive 1\n",
+      "allure anticipation 1\n",
+      "allure joy 1\n",
+      "allure positive 1\n",
+      "allure surprise 1\n",
+      "alluring positive 1\n",
+      "ally positive 1\n",
+      "ally trust 1\n",
+      "almighty positive 1\n",
+      "aloha anticipation 1\n",
+      "aloha joy 1\n",
+      "aloha positive 1\n",
+      "aloof negative 1\n",
+      "altercation anger 1\n",
+      "altercation negative 1\n",
+      "amaze surprise 1\n",
+      "amazingly joy 1\n",
+      "amazingly positive 1\n",
+      "amazingly surprise 1\n",
+      "ambassador positive 1\n",
+      "ambassador trust 1\n",
+      "ambiguous negative 1\n",
+      "ambition anticipation 1\n",
+      "ambition joy 1\n",
+      "ambition positive 1\n",
+      "ambition trust 1\n",
+      "ambulance fear 1\n",
+      "ambulance trust 1\n",
+      "ambush anger 1\n",
+      "ambush fear 1\n",
+      "ambush negative 1\n",
+      "ambush surprise 1\n",
+      "ameliorate positive 1\n",
+      "amen joy 1\n",
+      "amen positive 1\n",
+      "amen trust 1\n",
+      "amenable positive 1\n",
+      "amend positive 1\n",
+      "amends positive 1\n",
+      "amenity positive 1\n",
+      "amiable positive 1\n",
+      "amicable joy 1\n",
+      "amicable positive 1\n",
+      "ammonia disgust 1\n",
+      "amnesia negative 1\n",
+      "amnesty joy 1\n",
+      "amnesty positive 1\n",
+      "amortization trust 1\n",
+      "amour anticipation 1\n",
+      "amour joy 1\n",
+      "amour positive 1\n",
+      "amour trust 1\n",
+      "amphetamines disgust 1\n",
+      "amphetamines negative 1\n",
+      "amuse joy 1\n",
+      "amuse positive 1\n",
+      "amused joy 1\n",
+      "amused positive 1\n",
+      "amusement joy 1\n",
+      "amusement positive 1\n",
+      "amusing joy 1\n",
+      "amusing positive 1\n",
+      "anaconda disgust 1\n",
+      "anaconda fear 1\n",
+      "anaconda negative 1\n",
+      "anal negative 1\n",
+      "analyst anticipation 1\n",
+      "analyst positive 1\n",
+      "analyst trust 1\n",
+      "anarchism anger 1\n",
+      "anarchism fear 1\n",
+      "anarchism negative 1\n",
+      "anarchist anger 1\n",
+      "anarchist fear 1\n",
+      "anarchist negative 1\n",
+      "anarchy anger 1\n",
+      "anarchy fear 1\n",
+      "anarchy negative 1\n",
+      "anathema anger 1\n",
+      "anathema disgust 1\n",
+      "anathema fear 1\n",
+      "anathema negative 1\n",
+      "anathema sadness 1\n",
+      "ancestral trust 1\n",
+      "anchor positive 1\n",
+      "anchorage positive 1\n",
+      "anchorage sadness 1\n",
+      "ancient negative 1\n",
+      "angel anticipation 1\n",
+      "angel joy 1\n",
+      "angel positive 1\n",
+      "angel surprise 1\n",
+      "angel trust 1\n",
+      "angelic joy 1\n",
+      "angelic positive 1\n",
+      "angelic trust 1\n",
+      "anger anger 1\n",
+      "anger negative 1\n",
+      "angina fear 1\n",
+      "angina negative 1\n",
+      "angling anticipation 1\n",
+      "angling negative 1\n",
+      "angry anger 1\n",
+      "angry disgust 1\n",
+      "angry negative 1\n",
+      "anguish anger 1\n",
+      "anguish fear 1\n",
+      "anguish negative 1\n",
+      "anguish sadness 1\n",
+      "animate positive 1\n",
+      "animated joy 1\n",
+      "animated positive 1\n",
+      "animosity anger 1\n",
+      "animosity disgust 1\n",
+      "animosity fear 1\n",
+      "animosity negative 1\n",
+      "animosity sadness 1\n",
+      "animus anger 1\n",
+      "animus negative 1\n",
+      "annihilate anger 1\n",
+      "annihilate fear 1\n",
+      "annihilate negative 1\n",
+      "annihilated anger 1\n",
+      "annihilated fear 1\n",
+      "annihilated negative 1\n",
+      "annihilated sadness 1\n",
+      "annihilation anger 1\n",
+      "annihilation fear 1\n",
+      "annihilation negative 1\n",
+      "annihilation sadness 1\n",
+      "announcement anticipation 1\n",
+      "annoy anger 1\n",
+      "annoy disgust 1\n",
+      "annoy negative 1\n",
+      "annoyance anger 1\n",
+      "annoyance disgust 1\n",
+      "annoyance negative 1\n",
+      "annoying anger 1\n",
+      "annoying negative 1\n",
+      "annul negative 1\n",
+      "annulment negative 1\n",
+      "annulment sadness 1\n",
+      "anomaly fear 1\n",
+      "anomaly negative 1\n",
+      "anomaly surprise 1\n",
+      "anonymous negative 1\n",
+      "answerable trust 1\n",
+      "antagonism anger 1\n",
+      "antagonism negative 1\n",
+      "antagonist anger 1\n",
+      "antagonist negative 1\n",
+      "antagonistic anger 1\n",
+      "antagonistic disgust 1\n",
+      "antagonistic negative 1\n",
+      "anthrax disgust 1\n",
+      "anthrax fear 1\n",
+      "anthrax negative 1\n",
+      "anthrax sadness 1\n",
+      "antibiotics positive 1\n",
+      "antichrist anger 1\n",
+      "antichrist disgust 1\n",
+      "antichrist fear 1\n",
+      "antichrist negative 1\n",
+      "anticipation anticipation 1\n",
+      "anticipatory anticipation 1\n",
+      "antidote anticipation 1\n",
+      "antidote positive 1\n",
+      "antidote trust 1\n",
+      "antifungal positive 1\n",
+      "antifungal trust 1\n",
+      "antipathy anger 1\n",
+      "antipathy disgust 1\n",
+      "antipathy negative 1\n",
+      "antiquated negative 1\n",
+      "antique positive 1\n",
+      "antiseptic positive 1\n",
+      "antiseptic trust 1\n",
+      "antisocial anger 1\n",
+      "antisocial disgust 1\n",
+      "antisocial fear 1\n",
+      "antisocial negative 1\n",
+      "antisocial sadness 1\n",
+      "antithesis anger 1\n",
+      "antithesis negative 1\n",
+      "anxiety anger 1\n",
+      "anxiety anticipation 1\n",
+      "anxiety fear 1\n",
+      "anxiety negative 1\n",
+      "anxiety sadness 1\n",
+      "anxious anticipation 1\n",
+      "anxious fear 1\n",
+      "anxious negative 1\n",
+      "apache fear 1\n",
+      "apache negative 1\n",
+      "apathetic negative 1\n",
+      "apathetic sadness 1\n",
+      "apathy negative 1\n",
+      "apathy sadness 1\n",
+      "aphid disgust 1\n",
+      "aphid negative 1\n",
+      "aplomb positive 1\n",
+      "apologetic positive 1\n",
+      "apologetic trust 1\n",
+      "apologize positive 1\n",
+      "apologize sadness 1\n",
+      "apologize trust 1\n",
+      "apology positive 1\n",
+      "apostle positive 1\n",
+      "apostle trust 1\n",
+      "apostolic trust 1\n",
+      "appalling disgust 1\n",
+      "appalling fear 1\n",
+      "appalling negative 1\n",
+      "apparition fear 1\n",
+      "apparition surprise 1\n",
+      "appeal anticipation 1\n",
+      "appendicitis fear 1\n",
+      "appendicitis negative 1\n",
+      "appendicitis sadness 1\n",
+      "applause joy 1\n",
+      "applause positive 1\n",
+      "applause surprise 1\n",
+      "applause trust 1\n",
+      "applicant anticipation 1\n",
+      "appreciation joy 1\n",
+      "appreciation positive 1\n",
+      "appreciation trust 1\n",
+      "apprehend fear 1\n",
+      "apprehension fear 1\n",
+      "apprehension negative 1\n",
+      "apprehensive anticipation 1\n",
+      "apprehensive fear 1\n",
+      "apprehensive negative 1\n",
+      "apprentice trust 1\n",
+      "approaching anticipation 1\n",
+      "approbation positive 1\n",
+      "approbation trust 1\n",
+      "appropriation negative 1\n",
+      "approval positive 1\n",
+      "approve joy 1\n",
+      "approve positive 1\n",
+      "approve trust 1\n",
+      "approving positive 1\n",
+      "apt positive 1\n",
+      "aptitude positive 1\n",
+      "arbiter trust 1\n",
+      "arbitration anticipation 1\n",
+      "arbitrator trust 1\n",
+      "archaeology anticipation 1\n",
+      "archaeology positive 1\n",
+      "archaic negative 1\n",
+      "architecture trust 1\n",
+      "ardent anticipation 1\n",
+      "ardent joy 1\n",
+      "ardent positive 1\n",
+      "ardor positive 1\n",
+      "arduous negative 1\n",
+      "argue anger 1\n",
+      "argue negative 1\n",
+      "argument anger 1\n",
+      "argument negative 1\n",
+      "argumentation anger 1\n",
+      "argumentative negative 1\n",
+      "arguments anger 1\n",
+      "arid negative 1\n",
+      "arid sadness 1\n",
+      "aristocracy positive 1\n",
+      "aristocratic positive 1\n",
+      "armament anger 1\n",
+      "armament fear 1\n",
+      "armaments fear 1\n",
+      "armaments negative 1\n",
+      "armed anger 1\n",
+      "armed fear 1\n",
+      "armed negative 1\n",
+      "armed positive 1\n",
+      "armor fear 1\n",
+      "armor positive 1\n",
+      "armor trust 1\n",
+      "armored fear 1\n",
+      "armory trust 1\n",
+      "aroma positive 1\n",
+      "arouse anticipation 1\n",
+      "arouse positive 1\n",
+      "arraignment anger 1\n",
+      "arraignment fear 1\n",
+      "arraignment negative 1\n",
+      "arraignment sadness 1\n",
+      "array positive 1\n",
+      "arrears negative 1\n",
+      "arrest negative 1\n",
+      "arrival anticipation 1\n",
+      "arrive anticipation 1\n",
+      "arrogance negative 1\n",
+      "arrogant anger 1\n",
+      "arrogant disgust 1\n",
+      "arrogant negative 1\n",
+      "arsenic disgust 1\n",
+      "arsenic fear 1\n",
+      "arsenic negative 1\n",
+      "arsenic sadness 1\n",
+      "arson anger 1\n",
+      "arson fear 1\n",
+      "arson negative 1\n",
+      "art anticipation 1\n",
+      "art joy 1\n",
+      "art positive 1\n",
+      "art sadness 1\n",
+      "art surprise 1\n",
+      "articulate positive 1\n",
+      "articulation positive 1\n",
+      "artillery fear 1\n",
+      "artillery negative 1\n",
+      "artisan positive 1\n",
+      "artiste positive 1\n",
+      "artistic positive 1\n",
+      "ascendancy positive 1\n",
+      "ascent positive 1\n",
+      "ash negative 1\n",
+      "ashamed disgust 1\n",
+      "ashamed negative 1\n",
+      "ashamed sadness 1\n",
+      "ashes negative 1\n",
+      "ashes sadness 1\n",
+      "asp fear 1\n",
+      "aspiration anticipation 1\n",
+      "aspiration joy 1\n",
+      "aspiration positive 1\n",
+      "aspiration surprise 1\n",
+      "aspiration trust 1\n",
+      "aspire anticipation 1\n",
+      "aspire joy 1\n",
+      "aspire positive 1\n",
+      "aspiring anticipation 1\n",
+      "aspiring joy 1\n",
+      "aspiring positive 1\n",
+      "aspiring trust 1\n",
+      "ass negative 1\n",
+      "assail anger 1\n",
+      "assail fear 1\n",
+      "assail negative 1\n",
+      "assail surprise 1\n",
+      "assailant anger 1\n",
+      "assailant fear 1\n",
+      "assailant negative 1\n",
+      "assailant sadness 1\n",
+      "assassin anger 1\n",
+      "assassin fear 1\n",
+      "assassin negative 1\n",
+      "assassin sadness 1\n",
+      "assassinate anger 1\n",
+      "assassinate fear 1\n",
+      "assassinate negative 1\n",
+      "assassination anger 1\n",
+      "assassination fear 1\n",
+      "assassination negative 1\n",
+      "assassination sadness 1\n",
+      "assault anger 1\n",
+      "assault fear 1\n",
+      "assault negative 1\n",
+      "assembly positive 1\n",
+      "assembly trust 1\n",
+      "assent positive 1\n",
+      "asserting positive 1\n",
+      "asserting trust 1\n",
+      "assessment surprise 1\n",
+      "assessment trust 1\n",
+      "assessor trust 1\n",
+      "assets positive 1\n",
+      "asshole anger 1\n",
+      "asshole disgust 1\n",
+      "asshole negative 1\n",
+      "assignee trust 1\n",
+      "assist positive 1\n",
+      "assist trust 1\n",
+      "assistance positive 1\n",
+      "associate positive 1\n",
+      "associate trust 1\n",
+      "association trust 1\n",
+      "assuage positive 1\n",
+      "assurance positive 1\n",
+      "assurance trust 1\n",
+      "assure trust 1\n",
+      "assured positive 1\n",
+      "assured trust 1\n",
+      "assuredly trust 1\n",
+      "astonishingly positive 1\n",
+      "astonishingly surprise 1\n",
+      "astonishment joy 1\n",
+      "astonishment positive 1\n",
+      "astonishment surprise 1\n",
+      "astray fear 1\n",
+      "astray negative 1\n",
+      "astringent negative 1\n",
+      "astrologer anticipation 1\n",
+      "astrologer positive 1\n",
+      "astronaut positive 1\n",
+      "astronomer anticipation 1\n",
+      "astronomer positive 1\n",
+      "astute positive 1\n",
+      "asylum fear 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "asylum negative 1\n",
+      "asymmetry disgust 1\n",
+      "atheism negative 1\n",
+      "atherosclerosis fear 1\n",
+      "atherosclerosis negative 1\n",
+      "atherosclerosis sadness 1\n",
+      "athlete positive 1\n",
+      "athletic positive 1\n",
+      "atom positive 1\n",
+      "atone anticipation 1\n",
+      "atone joy 1\n",
+      "atone positive 1\n",
+      "atone trust 1\n",
+      "atonement positive 1\n",
+      "atrocious anger 1\n",
+      "atrocious disgust 1\n",
+      "atrocious negative 1\n",
+      "atrocity anger 1\n",
+      "atrocity disgust 1\n",
+      "atrocity fear 1\n",
+      "atrocity negative 1\n",
+      "atrocity sadness 1\n",
+      "atrophy disgust 1\n",
+      "atrophy fear 1\n",
+      "atrophy negative 1\n",
+      "atrophy sadness 1\n",
+      "attachment positive 1\n",
+      "attack anger 1\n",
+      "attack fear 1\n",
+      "attack negative 1\n",
+      "attacking anger 1\n",
+      "attacking disgust 1\n",
+      "attacking fear 1\n",
+      "attacking negative 1\n",
+      "attacking sadness 1\n",
+      "attacking surprise 1\n",
+      "attainable anticipation 1\n",
+      "attainable positive 1\n",
+      "attainment positive 1\n",
+      "attempt anticipation 1\n",
+      "attendance anticipation 1\n",
+      "attendant positive 1\n",
+      "attendant trust 1\n",
+      "attention positive 1\n",
+      "attentive positive 1\n",
+      "attentive trust 1\n",
+      "attenuated negative 1\n",
+      "attenuation negative 1\n",
+      "attenuation sadness 1\n",
+      "attest positive 1\n",
+      "attest trust 1\n",
+      "attestation trust 1\n",
+      "attorney anger 1\n",
+      "attorney fear 1\n",
+      "attorney positive 1\n",
+      "attorney trust 1\n",
+      "attraction positive 1\n",
+      "attractiveness positive 1\n",
+      "auction anticipation 1\n",
+      "audacity negative 1\n",
+      "audience anticipation 1\n",
+      "auditor fear 1\n",
+      "auditor trust 1\n",
+      "augment positive 1\n",
+      "august positive 1\n",
+      "aunt positive 1\n",
+      "aunt trust 1\n",
+      "aura positive 1\n",
+      "auspicious anticipation 1\n",
+      "auspicious joy 1\n",
+      "auspicious positive 1\n",
+      "austere fear 1\n",
+      "austere negative 1\n",
+      "austere sadness 1\n",
+      "austerity negative 1\n",
+      "authentic joy 1\n",
+      "authentic positive 1\n",
+      "authentic trust 1\n",
+      "authenticate trust 1\n",
+      "authentication trust 1\n",
+      "authenticity positive 1\n",
+      "authenticity trust 1\n",
+      "author positive 1\n",
+      "author trust 1\n",
+      "authoritative positive 1\n",
+      "authoritative trust 1\n",
+      "authority positive 1\n",
+      "authority trust 1\n",
+      "authorization positive 1\n",
+      "authorization trust 1\n",
+      "authorize trust 1\n",
+      "authorized positive 1\n",
+      "autocratic negative 1\n",
+      "automatic trust 1\n",
+      "autopsy disgust 1\n",
+      "autopsy fear 1\n",
+      "autopsy negative 1\n",
+      "autopsy sadness 1\n",
+      "avalanche fear 1\n",
+      "avalanche negative 1\n",
+      "avalanche sadness 1\n",
+      "avalanche surprise 1\n",
+      "avarice anger 1\n",
+      "avarice disgust 1\n",
+      "avarice negative 1\n",
+      "avatar positive 1\n",
+      "avenger anger 1\n",
+      "avenger negative 1\n",
+      "averse anger 1\n",
+      "averse disgust 1\n",
+      "averse fear 1\n",
+      "averse negative 1\n",
+      "aversion anger 1\n",
+      "aversion disgust 1\n",
+      "aversion fear 1\n",
+      "aversion negative 1\n",
+      "avoid fear 1\n",
+      "avoid negative 1\n",
+      "avoidance fear 1\n",
+      "avoidance negative 1\n",
+      "avoiding fear 1\n",
+      "await anticipation 1\n",
+      "award anticipation 1\n",
+      "award joy 1\n",
+      "award positive 1\n",
+      "award surprise 1\n",
+      "award trust 1\n",
+      "awful anger 1\n",
+      "awful disgust 1\n",
+      "awful fear 1\n",
+      "awful negative 1\n",
+      "awful sadness 1\n",
+      "awkwardness disgust 1\n",
+      "awkwardness negative 1\n",
+      "awry negative 1\n",
+      "axiom trust 1\n",
+      "axiomatic trust 1\n",
+      "ay positive 1\n",
+      "aye positive 1\n",
+      "babble negative 1\n",
+      "babbling negative 1\n",
+      "baboon disgust 1\n",
+      "baboon negative 1\n",
+      "baby joy 1\n",
+      "baby positive 1\n",
+      "babysitter trust 1\n",
+      "baccalaureate positive 1\n",
+      "backbone anger 1\n",
+      "backbone positive 1\n",
+      "backbone trust 1\n",
+      "backer trust 1\n",
+      "backward negative 1\n",
+      "backwards disgust 1\n",
+      "backwards negative 1\n",
+      "backwater negative 1\n",
+      "backwater sadness 1\n",
+      "bacteria disgust 1\n",
+      "bacteria fear 1\n",
+      "bacteria negative 1\n",
+      "bacteria sadness 1\n",
+      "bacterium disgust 1\n",
+      "bacterium fear 1\n",
+      "bacterium negative 1\n",
+      "bad anger 1\n",
+      "bad disgust 1\n",
+      "bad fear 1\n",
+      "bad negative 1\n",
+      "bad sadness 1\n",
+      "badge trust 1\n",
+      "badger anger 1\n",
+      "badger negative 1\n",
+      "badly negative 1\n",
+      "badly sadness 1\n",
+      "badness anger 1\n",
+      "badness disgust 1\n",
+      "badness fear 1\n",
+      "badness negative 1\n",
+      "bailiff fear 1\n",
+      "bailiff negative 1\n",
+      "bailiff trust 1\n",
+      "bait fear 1\n",
+      "bait negative 1\n",
+      "bait trust 1\n",
+      "balance positive 1\n",
+      "balanced positive 1\n",
+      "bale fear 1\n",
+      "bale negative 1\n",
+      "balk negative 1\n",
+      "ballad positive 1\n",
+      "ballet positive 1\n",
+      "ballot anticipation 1\n",
+      "ballot positive 1\n",
+      "ballot trust 1\n",
+      "balm anticipation 1\n",
+      "balm joy 1\n",
+      "balm negative 1\n",
+      "balm positive 1\n",
+      "balsam positive 1\n",
+      "ban negative 1\n",
+      "bandit negative 1\n",
+      "bane anger 1\n",
+      "bane disgust 1\n",
+      "bane fear 1\n",
+      "bane negative 1\n",
+      "bang anger 1\n",
+      "bang disgust 1\n",
+      "bang fear 1\n",
+      "bang negative 1\n",
+      "bang sadness 1\n",
+      "bang surprise 1\n",
+      "banger anger 1\n",
+      "banger anticipation 1\n",
+      "banger fear 1\n",
+      "banger negative 1\n",
+      "banger surprise 1\n",
+      "banish anger 1\n",
+      "banish disgust 1\n",
+      "banish fear 1\n",
+      "banish negative 1\n",
+      "banish sadness 1\n",
+      "banished anger 1\n",
+      "banished fear 1\n",
+      "banished negative 1\n",
+      "banished sadness 1\n",
+      "banishment anger 1\n",
+      "banishment disgust 1\n",
+      "banishment negative 1\n",
+      "banishment sadness 1\n",
+      "bank trust 1\n",
+      "banker trust 1\n",
+      "bankrupt fear 1\n",
+      "bankrupt negative 1\n",
+      "bankrupt sadness 1\n",
+      "bankruptcy anger 1\n",
+      "bankruptcy disgust 1\n",
+      "bankruptcy fear 1\n",
+      "bankruptcy negative 1\n",
+      "bankruptcy sadness 1\n",
+      "banquet anticipation 1\n",
+      "banquet joy 1\n",
+      "banquet positive 1\n",
+      "banshee anger 1\n",
+      "banshee disgust 1\n",
+      "banshee fear 1\n",
+      "banshee negative 1\n",
+      "banshee sadness 1\n",
+      "baptism positive 1\n",
+      "baptismal joy 1\n",
+      "baptismal positive 1\n",
+      "barb anger 1\n",
+      "barb negative 1\n",
+      "barbarian fear 1\n",
+      "barbarian negative 1\n",
+      "barbaric anger 1\n",
+      "barbaric disgust 1\n",
+      "barbaric fear 1\n",
+      "barbaric negative 1\n",
+      "barbarism negative 1\n",
+      "bard positive 1\n",
+      "barf disgust 1\n",
+      "bargain positive 1\n",
+      "bargain trust 1\n",
+      "bark anger 1\n",
+      "bark negative 1\n",
+      "barred negative 1\n",
+      "barren negative 1\n",
+      "barren sadness 1\n",
+      "barricade fear 1\n",
+      "barricade negative 1\n",
+      "barrier anger 1\n",
+      "barrier negative 1\n",
+      "barrow disgust 1\n",
+      "bartender trust 1\n",
+      "barter trust 1\n",
+      "base trust 1\n",
+      "baseless negative 1\n",
+      "basketball anticipation 1\n",
+      "basketball joy 1\n",
+      "basketball positive 1\n",
+      "bastard disgust 1\n",
+      "bastard negative 1\n",
+      "bastard sadness 1\n",
+      "bastion anger 1\n",
+      "bastion positive 1\n",
+      "bath positive 1\n",
+      "battalion anger 1\n",
+      "batter anger 1\n",
+      "batter fear 1\n",
+      "batter negative 1\n",
+      "battered fear 1\n",
+      "battered negative 1\n",
+      "battered sadness 1\n",
+      "battery anger 1\n",
+      "battery negative 1\n",
+      "battle anger 1\n",
+      "battle negative 1\n",
+      "battled anger 1\n",
+      "battled fear 1\n",
+      "battled negative 1\n",
+      "battled sadness 1\n",
+      "battlefield fear 1\n",
+      "battlefield negative 1\n",
+      "bawdy negative 1\n",
+      "bayonet anger 1\n",
+      "bayonet fear 1\n",
+      "bayonet negative 1\n",
+      "beach joy 1\n",
+      "beam joy 1\n",
+      "beam positive 1\n",
+      "beaming anticipation 1\n",
+      "beaming joy 1\n",
+      "beaming positive 1\n",
+      "bear anger 1\n",
+      "bear fear 1\n",
+      "bearer negative 1\n",
+      "bearish anger 1\n",
+      "bearish fear 1\n",
+      "beast anger 1\n",
+      "beast fear 1\n",
+      "beast negative 1\n",
+      "beastly disgust 1\n",
+      "beastly fear 1\n",
+      "beastly negative 1\n",
+      "beating anger 1\n",
+      "beating fear 1\n",
+      "beating negative 1\n",
+      "beating sadness 1\n",
+      "beautification joy 1\n",
+      "beautification positive 1\n",
+      "beautification trust 1\n",
+      "beautiful joy 1\n",
+      "beautiful positive 1\n",
+      "beautify joy 1\n",
+      "beautify positive 1\n",
+      "beauty joy 1\n",
+      "beauty positive 1\n",
+      "bedrock positive 1\n",
+      "bedrock trust 1\n",
+      "bee anger 1\n",
+      "bee fear 1\n",
+      "beer joy 1\n",
+      "beer positive 1\n",
+      "befall negative 1\n",
+      "befitting positive 1\n",
+      "befriend joy 1\n",
+      "befriend positive 1\n",
+      "befriend trust 1\n",
+      "beg negative 1\n",
+      "beg sadness 1\n",
+      "beggar negative 1\n",
+      "beggar sadness 1\n",
+      "begging negative 1\n",
+      "begun anticipation 1\n",
+      "behemoth fear 1\n",
+      "behemoth negative 1\n",
+      "beholden negative 1\n",
+      "belated negative 1\n",
+      "believed trust 1\n",
+      "believer trust 1\n",
+      "believing positive 1\n",
+      "believing trust 1\n",
+      "belittle anger 1\n",
+      "belittle disgust 1\n",
+      "belittle fear 1\n",
+      "belittle negative 1\n",
+      "belittle sadness 1\n",
+      "belligerent anger 1\n",
+      "belligerent fear 1\n",
+      "belligerent negative 1\n",
+      "bellows anger 1\n",
+      "belt anger 1\n",
+      "belt fear 1\n",
+      "belt negative 1\n",
+      "bender negative 1\n",
+      "benefactor positive 1\n",
+      "benefactor trust 1\n",
+      "beneficial positive 1\n",
+      "benefit positive 1\n",
+      "benevolence joy 1\n",
+      "benevolence positive 1\n",
+      "benevolence trust 1\n",
+      "benign joy 1\n",
+      "benign positive 1\n",
+      "bequest trust 1\n",
+      "bereaved negative 1\n",
+      "bereaved sadness 1\n",
+      "bereavement negative 1\n",
+      "bereavement sadness 1\n",
+      "bereft negative 1\n",
+      "berserk anger 1\n",
+      "berserk negative 1\n",
+      "berth positive 1\n",
+      "bestial disgust 1\n",
+      "bestial fear 1\n",
+      "bestial negative 1\n",
+      "betray anger 1\n",
+      "betray disgust 1\n",
+      "betray negative 1\n",
+      "betray sadness 1\n",
+      "betray surprise 1\n",
+      "betrayal anger 1\n",
+      "betrayal disgust 1\n",
+      "betrayal negative 1\n",
+      "betrayal sadness 1\n",
+      "betrothed anticipation 1\n",
+      "betrothed joy 1\n",
+      "betrothed positive 1\n",
+      "betrothed trust 1\n",
+      "betterment positive 1\n",
+      "beverage positive 1\n",
+      "beware anticipation 1\n",
+      "beware fear 1\n",
+      "beware negative 1\n",
+      "bewildered fear 1\n",
+      "bewildered negative 1\n",
+      "bewildered surprise 1\n",
+      "bewilderment fear 1\n",
+      "bewilderment surprise 1\n",
+      "bias anger 1\n",
+      "bias negative 1\n",
+      "biased negative 1\n",
+      "biblical positive 1\n",
+      "bickering anger 1\n",
+      "bickering disgust 1\n",
+      "bickering negative 1\n",
+      "biennial anticipation 1\n",
+      "bier fear 1\n",
+      "bier negative 1\n",
+      "bier sadness 1\n",
+      "bigot anger 1\n",
+      "bigot disgust 1\n",
+      "bigot fear 1\n",
+      "bigot negative 1\n",
+      "bigoted anger 1\n",
+      "bigoted disgust 1\n",
+      "bigoted fear 1\n",
+      "bigoted negative 1\n",
+      "bigoted sadness 1\n",
+      "bile anger 1\n",
+      "bile disgust 1\n",
+      "bile negative 1\n",
+      "bilingual positive 1\n",
+      "biopsy fear 1\n",
+      "biopsy negative 1\n",
+      "birch anger 1\n",
+      "birch disgust 1\n",
+      "birch fear 1\n",
+      "birch negative 1\n",
+      "birth anticipation 1\n",
+      "birth fear 1\n",
+      "birth joy 1\n",
+      "birth positive 1\n",
+      "birth trust 1\n",
+      "birthday anticipation 1\n",
+      "birthday joy 1\n",
+      "birthday positive 1\n",
+      "birthday surprise 1\n",
+      "birthplace anger 1\n",
+      "birthplace negative 1\n",
+      "bitch anger 1\n",
+      "bitch disgust 1\n",
+      "bitch fear 1\n",
+      "bitch negative 1\n",
+      "bitch sadness 1\n",
+      "bite negative 1\n",
+      "bitterly anger 1\n",
+      "bitterly disgust 1\n",
+      "bitterly negative 1\n",
+      "bitterly sadness 1\n",
+      "bitterness anger 1\n",
+      "bitterness disgust 1\n",
+      "bitterness negative 1\n",
+      "bitterness sadness 1\n",
+      "bizarre negative 1\n",
+      "bizarre surprise 1\n",
+      "black negative 1\n",
+      "black sadness 1\n",
+      "blackjack negative 1\n",
+      "blackmail anger 1\n",
+      "blackmail fear 1\n",
+      "blackmail negative 1\n",
+      "blackness fear 1\n",
+      "blackness negative 1\n",
+      "blackness sadness 1\n",
+      "blame anger 1\n",
+      "blame disgust 1\n",
+      "blame negative 1\n",
+      "blameless positive 1\n",
+      "bland negative 1\n",
+      "blanket trust 1\n",
+      "blasphemous anger 1\n",
+      "blasphemous disgust 1\n",
+      "blasphemous negative 1\n",
+      "blasphemy anger 1\n",
+      "blasphemy negative 1\n",
+      "blast anger 1\n",
+      "blast fear 1\n",
+      "blast negative 1\n",
+      "blast surprise 1\n",
+      "blatant anger 1\n",
+      "blatant disgust 1\n",
+      "blatant negative 1\n",
+      "blather negative 1\n",
+      "blaze anger 1\n",
+      "blaze negative 1\n",
+      "bleak negative 1\n",
+      "bleak sadness 1\n",
+      "bleeding disgust 1\n",
+      "bleeding fear 1\n",
+      "bleeding negative 1\n",
+      "bleeding sadness 1\n",
+      "blemish anger 1\n",
+      "blemish disgust 1\n",
+      "blemish fear 1\n",
+      "blemish negative 1\n",
+      "blemish sadness 1\n",
+      "bless anticipation 1\n",
+      "bless joy 1\n",
+      "bless positive 1\n",
+      "bless trust 1\n",
+      "blessed joy 1\n",
+      "blessed positive 1\n",
+      "blessing anticipation 1\n",
+      "blessing joy 1\n",
+      "blessing positive 1\n",
+      "blessing trust 1\n",
+      "blessings anticipation 1\n",
+      "blessings joy 1\n",
+      "blessings positive 1\n",
+      "blessings surprise 1\n",
+      "blessings trust 1\n",
+      "blight disgust 1\n",
+      "blight fear 1\n",
+      "blight negative 1\n",
+      "blight sadness 1\n",
+      "blighted disgust 1\n",
+      "blighted negative 1\n",
+      "blighted sadness 1\n",
+      "blind negative 1\n",
+      "blinded negative 1\n",
+      "blindfold anticipation 1\n",
+      "blindfold fear 1\n",
+      "blindfold surprise 1\n",
+      "blindly negative 1\n",
+      "blindly sadness 1\n",
+      "blindness negative 1\n",
+      "blindness sadness 1\n",
+      "bliss joy 1\n",
+      "bliss positive 1\n",
+      "blissful joy 1\n",
+      "blissful positive 1\n",
+      "blister disgust 1\n",
+      "blister negative 1\n",
+      "blitz surprise 1\n",
+      "bloated disgust 1\n",
+      "bloated negative 1\n",
+      "blob disgust 1\n",
+      "blob fear 1\n",
+      "blob negative 1\n",
+      "blockade anger 1\n",
+      "blockade fear 1\n",
+      "blockade negative 1\n",
+      "blockade sadness 1\n",
+      "bloodless positive 1\n",
+      "bloodshed anger 1\n",
+      "bloodshed disgust 1\n",
+      "bloodshed fear 1\n",
+      "bloodshed negative 1\n",
+      "bloodshed sadness 1\n",
+      "bloodshed surprise 1\n",
+      "bloodthirsty anger 1\n",
+      "bloodthirsty disgust 1\n",
+      "bloodthirsty fear 1\n",
+      "bloodthirsty negative 1\n",
+      "bloody anger 1\n",
+      "bloody disgust 1\n",
+      "bloody fear 1\n",
+      "bloody negative 1\n",
+      "bloody sadness 1\n",
+      "bloom anticipation 1\n",
+      "bloom joy 1\n",
+      "bloom positive 1\n",
+      "bloom trust 1\n",
+      "blossom joy 1\n",
+      "blossom positive 1\n",
+      "blot negative 1\n",
+      "blower negative 1\n",
+      "blowout negative 1\n",
+      "blue sadness 1\n",
+      "blues fear 1\n",
+      "blues negative 1\n",
+      "blues sadness 1\n",
+      "bluff negative 1\n",
+      "blunder disgust 1\n",
+      "blunder negative 1\n",
+      "blunder sadness 1\n",
+      "blur negative 1\n",
+      "blurred negative 1\n",
+      "blush negative 1\n",
+      "board anticipation 1\n",
+      "boast negative 1\n",
+      "boast positive 1\n",
+      "boasting negative 1\n",
+      "bodyguard positive 1\n",
+      "bodyguard trust 1\n",
+      "bog negative 1\n",
+      "bogus anger 1\n",
+      "bogus disgust 1\n",
+      "bogus negative 1\n",
+      "boil disgust 1\n",
+      "boil negative 1\n",
+      "boilerplate negative 1\n",
+      "boisterous anger 1\n",
+      "boisterous anticipation 1\n",
+      "boisterous joy 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "boisterous negative 1\n",
+      "boisterous positive 1\n",
+      "bold positive 1\n",
+      "boldness positive 1\n",
+      "bolster positive 1\n",
+      "bomb anger 1\n",
+      "bomb fear 1\n",
+      "bomb negative 1\n",
+      "bomb sadness 1\n",
+      "bomb surprise 1\n",
+      "bombard anger 1\n",
+      "bombard fear 1\n",
+      "bombard negative 1\n",
+      "bombardment anger 1\n",
+      "bombardment fear 1\n",
+      "bombardment negative 1\n",
+      "bombed disgust 1\n",
+      "bombed negative 1\n",
+      "bomber fear 1\n",
+      "bomber sadness 1\n",
+      "bonanza joy 1\n",
+      "bonanza positive 1\n",
+      "bondage fear 1\n",
+      "bondage negative 1\n",
+      "bondage sadness 1\n",
+      "bonds negative 1\n",
+      "bonne positive 1\n",
+      "bonus anticipation 1\n",
+      "bonus joy 1\n",
+      "bonus positive 1\n",
+      "bonus surprise 1\n",
+      "boo negative 1\n",
+      "booby negative 1\n",
+      "bookish positive 1\n",
+      "bookshop positive 1\n",
+      "bookworm negative 1\n",
+      "bookworm positive 1\n",
+      "boomerang anticipation 1\n",
+      "boomerang trust 1\n",
+      "boon positive 1\n",
+      "booze negative 1\n",
+      "bore negative 1\n",
+      "boredom negative 1\n",
+      "boredom sadness 1\n",
+      "boring negative 1\n",
+      "borrower negative 1\n",
+      "bother negative 1\n",
+      "bothering anger 1\n",
+      "bothering negative 1\n",
+      "bothering sadness 1\n",
+      "bottom negative 1\n",
+      "bottom sadness 1\n",
+      "bottomless fear 1\n",
+      "bound negative 1\n",
+      "bountiful anticipation 1\n",
+      "bountiful joy 1\n",
+      "bountiful positive 1\n",
+      "bounty anticipation 1\n",
+      "bounty joy 1\n",
+      "bounty positive 1\n",
+      "bounty trust 1\n",
+      "bouquet joy 1\n",
+      "bouquet positive 1\n",
+      "bouquet trust 1\n",
+      "bout anger 1\n",
+      "bout negative 1\n",
+      "bovine disgust 1\n",
+      "bovine negative 1\n",
+      "bowels disgust 1\n",
+      "boxing anger 1\n",
+      "boy disgust 1\n",
+      "boy negative 1\n",
+      "boycott negative 1\n",
+      "brag negative 1\n",
+      "brains positive 1\n",
+      "bran disgust 1\n",
+      "brandy negative 1\n",
+      "bravado negative 1\n",
+      "bravery positive 1\n",
+      "brawl anger 1\n",
+      "brawl disgust 1\n",
+      "brawl fear 1\n",
+      "brawl negative 1\n",
+      "brazen anger 1\n",
+      "brazen negative 1\n",
+      "breach negative 1\n",
+      "break surprise 1\n",
+      "breakdown negative 1\n",
+      "breakfast positive 1\n",
+      "breakneck negative 1\n",
+      "breakup negative 1\n",
+      "breakup sadness 1\n",
+      "bribe negative 1\n",
+      "bribery disgust 1\n",
+      "bribery negative 1\n",
+      "bridal anticipation 1\n",
+      "bridal joy 1\n",
+      "bridal positive 1\n",
+      "bridal trust 1\n",
+      "bride anticipation 1\n",
+      "bride joy 1\n",
+      "bride positive 1\n",
+      "bride trust 1\n",
+      "bridegroom anticipation 1\n",
+      "bridegroom joy 1\n",
+      "bridegroom positive 1\n",
+      "bridegroom trust 1\n",
+      "bridesmaid joy 1\n",
+      "bridesmaid positive 1\n",
+      "bridesmaid trust 1\n",
+      "brigade fear 1\n",
+      "brigade negative 1\n",
+      "brighten joy 1\n",
+      "brighten positive 1\n",
+      "brighten surprise 1\n",
+      "brighten trust 1\n",
+      "brightness positive 1\n",
+      "brilliant anticipation 1\n",
+      "brilliant joy 1\n",
+      "brilliant positive 1\n",
+      "brilliant trust 1\n",
+      "brimstone anger 1\n",
+      "brimstone fear 1\n",
+      "brimstone negative 1\n",
+      "bristle negative 1\n",
+      "broadside anticipation 1\n",
+      "broadside negative 1\n",
+      "brocade positive 1\n",
+      "broil anger 1\n",
+      "broil negative 1\n",
+      "broke fear 1\n",
+      "broke negative 1\n",
+      "broke sadness 1\n",
+      "broken anger 1\n",
+      "broken fear 1\n",
+      "broken negative 1\n",
+      "broken sadness 1\n",
+      "brothel disgust 1\n",
+      "brothel negative 1\n",
+      "brother positive 1\n",
+      "brother trust 1\n",
+      "brotherhood positive 1\n",
+      "brotherhood trust 1\n",
+      "brotherly anticipation 1\n",
+      "brotherly joy 1\n",
+      "brotherly positive 1\n",
+      "brotherly trust 1\n",
+      "bruise anticipation 1\n",
+      "bruise negative 1\n",
+      "brunt anger 1\n",
+      "brunt negative 1\n",
+      "brutal anger 1\n",
+      "brutal fear 1\n",
+      "brutal negative 1\n",
+      "brutality anger 1\n",
+      "brutality fear 1\n",
+      "brutality negative 1\n",
+      "brute anger 1\n",
+      "brute fear 1\n",
+      "brute negative 1\n",
+      "brute sadness 1\n",
+      "buck fear 1\n",
+      "buck negative 1\n",
+      "buck positive 1\n",
+      "buck surprise 1\n",
+      "buddy anticipation 1\n",
+      "buddy joy 1\n",
+      "buddy positive 1\n",
+      "buddy trust 1\n",
+      "budget trust 1\n",
+      "buffet anger 1\n",
+      "buffet negative 1\n",
+      "bug disgust 1\n",
+      "bug fear 1\n",
+      "bug negative 1\n",
+      "bugaboo anger 1\n",
+      "bugaboo fear 1\n",
+      "bugaboo negative 1\n",
+      "bugaboo sadness 1\n",
+      "bugle anticipation 1\n",
+      "build positive 1\n",
+      "building positive 1\n",
+      "bulbous negative 1\n",
+      "bulldog positive 1\n",
+      "bulletproof positive 1\n",
+      "bully anger 1\n",
+      "bully fear 1\n",
+      "bully negative 1\n",
+      "bum disgust 1\n",
+      "bum negative 1\n",
+      "bum sadness 1\n",
+      "bummer anger 1\n",
+      "bummer disgust 1\n",
+      "bummer negative 1\n",
+      "bunker fear 1\n",
+      "buoy positive 1\n",
+      "burdensome fear 1\n",
+      "burdensome negative 1\n",
+      "burdensome sadness 1\n",
+      "bureaucracy negative 1\n",
+      "bureaucracy trust 1\n",
+      "bureaucrat disgust 1\n",
+      "bureaucrat negative 1\n",
+      "burglar disgust 1\n",
+      "burglar fear 1\n",
+      "burglar negative 1\n",
+      "burglary negative 1\n",
+      "burial anger 1\n",
+      "burial fear 1\n",
+      "burial negative 1\n",
+      "burial sadness 1\n",
+      "buried fear 1\n",
+      "buried negative 1\n",
+      "buried sadness 1\n",
+      "burke anger 1\n",
+      "burke disgust 1\n",
+      "burke fear 1\n",
+      "burke negative 1\n",
+      "burke sadness 1\n",
+      "burlesque surprise 1\n",
+      "burnt disgust 1\n",
+      "burnt negative 1\n",
+      "bursary trust 1\n",
+      "bury sadness 1\n",
+      "buss joy 1\n",
+      "buss positive 1\n",
+      "busted anger 1\n",
+      "busted fear 1\n",
+      "busted negative 1\n",
+      "butcher anger 1\n",
+      "butcher disgust 1\n",
+      "butcher fear 1\n",
+      "butcher negative 1\n",
+      "butler positive 1\n",
+      "butler trust 1\n",
+      "butt negative 1\n",
+      "buttery positive 1\n",
+      "buxom positive 1\n",
+      "buzz anticipation 1\n",
+      "buzz fear 1\n",
+      "buzz positive 1\n",
+      "buzzed negative 1\n",
+      "bye anticipation 1\n",
+      "bylaw trust 1\n",
+      "cab positive 1\n",
+      "cabal fear 1\n",
+      "cabal negative 1\n",
+      "cabinet positive 1\n",
+      "cabinet trust 1\n",
+      "cable surprise 1\n",
+      "cacophony anger 1\n",
+      "cacophony disgust 1\n",
+      "cacophony negative 1\n",
+      "cad anger 1\n",
+      "cad disgust 1\n",
+      "cad negative 1\n",
+      "cadaver disgust 1\n",
+      "cadaver fear 1\n",
+      "cadaver negative 1\n",
+      "cadaver sadness 1\n",
+      "cadaver surprise 1\n",
+      "cafe positive 1\n",
+      "cage negative 1\n",
+      "cage sadness 1\n",
+      "calamity sadness 1\n",
+      "calculating negative 1\n",
+      "calculation anticipation 1\n",
+      "calculator positive 1\n",
+      "calculator trust 1\n",
+      "calf joy 1\n",
+      "calf positive 1\n",
+      "calf trust 1\n",
+      "callous anger 1\n",
+      "callous disgust 1\n",
+      "callous negative 1\n",
+      "calls anticipation 1\n",
+      "calls negative 1\n",
+      "calls trust 1\n",
+      "calm positive 1\n",
+      "camouflage surprise 1\n",
+      "camouflaged surprise 1\n",
+      "campaigning anger 1\n",
+      "campaigning fear 1\n",
+      "campaigning negative 1\n",
+      "canary positive 1\n",
+      "cancel negative 1\n",
+      "cancel sadness 1\n",
+      "cancer anger 1\n",
+      "cancer disgust 1\n",
+      "cancer fear 1\n",
+      "cancer negative 1\n",
+      "cancer sadness 1\n",
+      "candid anticipation 1\n",
+      "candid joy 1\n",
+      "candid positive 1\n",
+      "candid surprise 1\n",
+      "candid trust 1\n",
+      "candidate positive 1\n",
+      "candied positive 1\n",
+      "cane anger 1\n",
+      "cane fear 1\n",
+      "canker anger 1\n",
+      "canker disgust 1\n",
+      "canker negative 1\n",
+      "cannibal disgust 1\n",
+      "cannibal fear 1\n",
+      "cannibal negative 1\n",
+      "cannibalism disgust 1\n",
+      "cannibalism negative 1\n",
+      "cannon anger 1\n",
+      "cannon fear 1\n",
+      "cannon negative 1\n",
+      "canons trust 1\n",
+      "cap anticipation 1\n",
+      "cap trust 1\n",
+      "capitalist positive 1\n",
+      "captain positive 1\n",
+      "captivate anticipation 1\n",
+      "captivate joy 1\n",
+      "captivate positive 1\n",
+      "captivate surprise 1\n",
+      "captivate trust 1\n",
+      "captivating positive 1\n",
+      "captive fear 1\n",
+      "captive negative 1\n",
+      "captive sadness 1\n",
+      "captivity negative 1\n",
+      "captivity sadness 1\n",
+      "captor fear 1\n",
+      "captor negative 1\n",
+      "capture negative 1\n",
+      "carcass disgust 1\n",
+      "carcass fear 1\n",
+      "carcass negative 1\n",
+      "carcass sadness 1\n",
+      "carcinoma fear 1\n",
+      "carcinoma negative 1\n",
+      "carcinoma sadness 1\n",
+      "cardiomyopathy fear 1\n",
+      "cardiomyopathy negative 1\n",
+      "cardiomyopathy sadness 1\n",
+      "career anticipation 1\n",
+      "career positive 1\n",
+      "careful positive 1\n",
+      "carefully positive 1\n",
+      "carelessness anger 1\n",
+      "carelessness disgust 1\n",
+      "carelessness negative 1\n",
+      "caress positive 1\n",
+      "caretaker positive 1\n",
+      "caretaker trust 1\n",
+      "caricature negative 1\n",
+      "caries disgust 1\n",
+      "caries negative 1\n",
+      "carnage anger 1\n",
+      "carnage disgust 1\n",
+      "carnage fear 1\n",
+      "carnage negative 1\n",
+      "carnage sadness 1\n",
+      "carnage surprise 1\n",
+      "carnal negative 1\n",
+      "carnivorous fear 1\n",
+      "carnivorous negative 1\n",
+      "carol joy 1\n",
+      "carol positive 1\n",
+      "carol trust 1\n",
+      "cartel negative 1\n",
+      "cartridge fear 1\n",
+      "cascade positive 1\n",
+      "case fear 1\n",
+      "case negative 1\n",
+      "case sadness 1\n",
+      "cash anger 1\n",
+      "cash anticipation 1\n",
+      "cash fear 1\n",
+      "cash joy 1\n",
+      "cash positive 1\n",
+      "cash trust 1\n",
+      "cashier trust 1\n",
+      "casket fear 1\n",
+      "casket negative 1\n",
+      "casket sadness 1\n",
+      "caste negative 1\n",
+      "casualty anger 1\n",
+      "casualty fear 1\n",
+      "casualty negative 1\n",
+      "casualty sadness 1\n",
+      "cataract anticipation 1\n",
+      "cataract fear 1\n",
+      "cataract negative 1\n",
+      "cataract sadness 1\n",
+      "catastrophe anger 1\n",
+      "catastrophe disgust 1\n",
+      "catastrophe fear 1\n",
+      "catastrophe negative 1\n",
+      "catastrophe sadness 1\n",
+      "catastrophe surprise 1\n",
+      "catch surprise 1\n",
+      "catechism disgust 1\n",
+      "categorical positive 1\n",
+      "cater positive 1\n",
+      "cathartic positive 1\n",
+      "cathedral joy 1\n",
+      "cathedral positive 1\n",
+      "cathedral trust 1\n",
+      "catheter negative 1\n",
+      "caution anger 1\n",
+      "caution anticipation 1\n",
+      "caution fear 1\n",
+      "caution negative 1\n",
+      "cautionary fear 1\n",
+      "cautious anticipation 1\n",
+      "cautious fear 1\n",
+      "cautious positive 1\n",
+      "cautious trust 1\n",
+      "cautiously fear 1\n",
+      "cautiously positive 1\n",
+      "cede negative 1\n",
+      "celebrated anticipation 1\n",
+      "celebrated joy 1\n",
+      "celebrated positive 1\n",
+      "celebrating anticipation 1\n",
+      "celebrating joy 1\n",
+      "celebrating positive 1\n",
+      "celebration anticipation 1\n",
+      "celebration joy 1\n",
+      "celebration positive 1\n",
+      "celebration surprise 1\n",
+      "celebration trust 1\n",
+      "celebrity anger 1\n",
+      "celebrity anticipation 1\n",
+      "celebrity disgust 1\n",
+      "celebrity joy 1\n",
+      "celebrity negative 1\n",
+      "celebrity positive 1\n",
+      "celebrity surprise 1\n",
+      "celebrity trust 1\n",
+      "celestial anticipation 1\n",
+      "celestial joy 1\n",
+      "celestial positive 1\n",
+      "cement anticipation 1\n",
+      "cement trust 1\n",
+      "cemetery fear 1\n",
+      "cemetery negative 1\n",
+      "cemetery sadness 1\n",
+      "censor anger 1\n",
+      "censor disgust 1\n",
+      "censor fear 1\n",
+      "censor negative 1\n",
+      "censor trust 1\n",
+      "censure negative 1\n",
+      "center positive 1\n",
+      "center trust 1\n",
+      "centurion positive 1\n",
+      "cerebral positive 1\n",
+      "ceremony joy 1\n",
+      "ceremony positive 1\n",
+      "ceremony surprise 1\n",
+      "certainty positive 1\n",
+      "certify trust 1\n",
+      "cess disgust 1\n",
+      "cess negative 1\n",
+      "cessation negative 1\n",
+      "chaff anger 1\n",
+      "chaff fear 1\n",
+      "chaff negative 1\n",
+      "chafing negative 1\n",
+      "chagrin disgust 1\n",
+      "chagrin negative 1\n",
+      "chagrin sadness 1\n",
+      "chairman positive 1\n",
+      "chairman trust 1\n",
+      "chairwoman positive 1\n",
+      "chairwoman trust 1\n",
+      "challenge anger 1\n",
+      "challenge fear 1\n",
+      "challenge negative 1\n",
+      "champion anticipation 1\n",
+      "champion joy 1\n",
+      "champion positive 1\n",
+      "champion trust 1\n",
+      "chance surprise 1\n",
+      "chancellor trust 1\n",
+      "change fear 1\n",
+      "changeable anticipation 1\n",
+      "changeable surprise 1\n",
+      "chant anger 1\n",
+      "chant anticipation 1\n",
+      "chant joy 1\n",
+      "chant positive 1\n",
+      "chant surprise 1\n",
+      "chaos anger 1\n",
+      "chaos fear 1\n",
+      "chaos negative 1\n",
+      "chaos sadness 1\n",
+      "chaotic anger 1\n",
+      "chaotic negative 1\n",
+      "chaplain trust 1\n",
+      "charade negative 1\n",
+      "chargeable fear 1\n",
+      "chargeable negative 1\n",
+      "chargeable sadness 1\n",
+      "charger positive 1\n",
+      "charitable anticipation 1\n",
+      "charitable joy 1\n",
+      "charitable positive 1\n",
+      "charitable trust 1\n",
+      "charity joy 1\n",
+      "charity positive 1\n",
+      "charm positive 1\n",
+      "charmed joy 1\n",
+      "charmed negative 1\n",
+      "charmed positive 1\n",
+      "charming positive 1\n",
+      "chart trust 1\n",
+      "chase negative 1\n",
+      "chasm fear 1\n",
+      "chastisement negative 1\n",
+      "chastity anticipation 1\n",
+      "chastity positive 1\n",
+      "chastity trust 1\n",
+      "chattering positive 1\n",
+      "chatty negative 1\n",
+      "cheap negative 1\n",
+      "cheat anger 1\n",
+      "cheat disgust 1\n",
+      "cheat negative 1\n",
+      "checklist positive 1\n",
+      "checklist trust 1\n",
+      "cheer anticipation 1\n",
+      "cheer joy 1\n",
+      "cheer positive 1\n",
+      "cheer surprise 1\n",
+      "cheer trust 1\n",
+      "cheerful joy 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "cheerful positive 1\n",
+      "cheerful surprise 1\n",
+      "cheerfulness anticipation 1\n",
+      "cheerfulness joy 1\n",
+      "cheerfulness positive 1\n",
+      "cheerfulness trust 1\n",
+      "cheering joy 1\n",
+      "cheering positive 1\n",
+      "cheery anticipation 1\n",
+      "cheery joy 1\n",
+      "cheery positive 1\n",
+      "cheesecake negative 1\n",
+      "chemist positive 1\n",
+      "chemist trust 1\n",
+      "cherish anticipation 1\n",
+      "cherish joy 1\n",
+      "cherish positive 1\n",
+      "cherish surprise 1\n",
+      "cherish trust 1\n",
+      "cherry positive 1\n",
+      "chicane anticipation 1\n",
+      "chicane negative 1\n",
+      "chicane surprise 1\n",
+      "chicane trust 1\n",
+      "chicken fear 1\n",
+      "chieftain positive 1\n",
+      "child anticipation 1\n",
+      "child joy 1\n",
+      "child positive 1\n",
+      "childhood joy 1\n",
+      "childhood positive 1\n",
+      "childish negative 1\n",
+      "chilly negative 1\n",
+      "chimera fear 1\n",
+      "chimera surprise 1\n",
+      "chirp joy 1\n",
+      "chirp positive 1\n",
+      "chisel positive 1\n",
+      "chivalry positive 1\n",
+      "chloroform negative 1\n",
+      "chocolate anticipation 1\n",
+      "chocolate joy 1\n",
+      "chocolate positive 1\n",
+      "chocolate trust 1\n",
+      "choice positive 1\n",
+      "choir joy 1\n",
+      "choir positive 1\n",
+      "choir trust 1\n",
+      "choke anger 1\n",
+      "choke negative 1\n",
+      "choke sadness 1\n",
+      "cholera disgust 1\n",
+      "cholera fear 1\n",
+      "cholera negative 1\n",
+      "cholera sadness 1\n",
+      "chop negative 1\n",
+      "choral joy 1\n",
+      "choral positive 1\n",
+      "chore negative 1\n",
+      "chorus positive 1\n",
+      "chosen positive 1\n",
+      "chowder positive 1\n",
+      "chronic negative 1\n",
+      "chronic sadness 1\n",
+      "chronicle positive 1\n",
+      "chronicle trust 1\n",
+      "chuckle anticipation 1\n",
+      "chuckle joy 1\n",
+      "chuckle positive 1\n",
+      "chuckle surprise 1\n",
+      "chuckle trust 1\n",
+      "church anticipation 1\n",
+      "church joy 1\n",
+      "church positive 1\n",
+      "church trust 1\n",
+      "cider positive 1\n",
+      "cigarette negative 1\n",
+      "circumcision positive 1\n",
+      "circumvention negative 1\n",
+      "circumvention positive 1\n",
+      "citizen positive 1\n",
+      "civil positive 1\n",
+      "civility positive 1\n",
+      "civilization positive 1\n",
+      "civilization trust 1\n",
+      "civilized joy 1\n",
+      "civilized positive 1\n",
+      "civilized trust 1\n",
+      "claimant anger 1\n",
+      "claimant disgust 1\n",
+      "clairvoyant positive 1\n",
+      "clamor anger 1\n",
+      "clamor anticipation 1\n",
+      "clamor disgust 1\n",
+      "clamor negative 1\n",
+      "clamor surprise 1\n",
+      "clan trust 1\n",
+      "clap anticipation 1\n",
+      "clap joy 1\n",
+      "clap positive 1\n",
+      "clap trust 1\n",
+      "clarify positive 1\n",
+      "clash anger 1\n",
+      "clash negative 1\n",
+      "clashing anger 1\n",
+      "clashing fear 1\n",
+      "clashing negative 1\n",
+      "classic positive 1\n",
+      "classical positive 1\n",
+      "classics joy 1\n",
+      "classics positive 1\n",
+      "classify positive 1\n",
+      "claw anger 1\n",
+      "claw fear 1\n",
+      "claw negative 1\n",
+      "clean joy 1\n",
+      "clean positive 1\n",
+      "clean trust 1\n",
+      "cleaning positive 1\n",
+      "cleanliness positive 1\n",
+      "cleanly positive 1\n",
+      "cleanse positive 1\n",
+      "cleansing positive 1\n",
+      "clearance positive 1\n",
+      "clearance trust 1\n",
+      "clearness positive 1\n",
+      "cleave fear 1\n",
+      "clerical positive 1\n",
+      "clerical trust 1\n",
+      "clever positive 1\n",
+      "cleverness positive 1\n",
+      "cliff fear 1\n",
+      "climax anticipation 1\n",
+      "climax joy 1\n",
+      "climax positive 1\n",
+      "climax surprise 1\n",
+      "climax trust 1\n",
+      "clock anticipation 1\n",
+      "cloister negative 1\n",
+      "closeness joy 1\n",
+      "closeness positive 1\n",
+      "closeness trust 1\n",
+      "closure anticipation 1\n",
+      "closure joy 1\n",
+      "closure positive 1\n",
+      "closure sadness 1\n",
+      "clothe positive 1\n",
+      "clouded negative 1\n",
+      "clouded sadness 1\n",
+      "cloudiness fear 1\n",
+      "cloudiness negative 1\n",
+      "cloudy sadness 1\n",
+      "clown anticipation 1\n",
+      "clown joy 1\n",
+      "clown positive 1\n",
+      "clown surprise 1\n",
+      "clue anticipation 1\n",
+      "clump negative 1\n",
+      "clumsy disgust 1\n",
+      "clumsy negative 1\n",
+      "coach trust 1\n",
+      "coalesce trust 1\n",
+      "coalition positive 1\n",
+      "coast positive 1\n",
+      "coax trust 1\n",
+      "cobra fear 1\n",
+      "cocaine negative 1\n",
+      "cocaine sadness 1\n",
+      "coerce anger 1\n",
+      "coerce disgust 1\n",
+      "coerce fear 1\n",
+      "coerce negative 1\n",
+      "coercion anger 1\n",
+      "coercion disgust 1\n",
+      "coercion fear 1\n",
+      "coercion negative 1\n",
+      "coercion sadness 1\n",
+      "coexist positive 1\n",
+      "coexist trust 1\n",
+      "coexisting trust 1\n",
+      "coffin fear 1\n",
+      "coffin negative 1\n",
+      "coffin sadness 1\n",
+      "cogent positive 1\n",
+      "cogent trust 1\n",
+      "cognitive positive 1\n",
+      "coherence positive 1\n",
+      "coherent positive 1\n",
+      "cohesion trust 1\n",
+      "cohesive positive 1\n",
+      "cohesive trust 1\n",
+      "coincidence surprise 1\n",
+      "cold negative 1\n",
+      "coldly negative 1\n",
+      "coldness anger 1\n",
+      "coldness disgust 1\n",
+      "coldness fear 1\n",
+      "coldness negative 1\n",
+      "coldness sadness 1\n",
+      "colic negative 1\n",
+      "collaborator trust 1\n",
+      "collapse disgust 1\n",
+      "collapse fear 1\n",
+      "collapse negative 1\n",
+      "collapse sadness 1\n",
+      "collateral trust 1\n",
+      "collectively positive 1\n",
+      "collectively trust 1\n",
+      "collision anger 1\n",
+      "collision negative 1\n",
+      "collusion anger 1\n",
+      "collusion disgust 1\n",
+      "collusion fear 1\n",
+      "collusion negative 1\n",
+      "collusion sadness 1\n",
+      "colonel positive 1\n",
+      "colonel trust 1\n",
+      "colossal positive 1\n",
+      "coma fear 1\n",
+      "coma negative 1\n",
+      "coma sadness 1\n",
+      "comatose fear 1\n",
+      "comatose negative 1\n",
+      "comatose sadness 1\n",
+      "combat anger 1\n",
+      "combat fear 1\n",
+      "combat negative 1\n",
+      "combatant anger 1\n",
+      "combatant fear 1\n",
+      "combatant negative 1\n",
+      "combative anger 1\n",
+      "combative fear 1\n",
+      "combative negative 1\n",
+      "comfort anticipation 1\n",
+      "comfort joy 1\n",
+      "comfort positive 1\n",
+      "comfort trust 1\n",
+      "coming anticipation 1\n",
+      "commandant positive 1\n",
+      "commandant trust 1\n",
+      "commanding positive 1\n",
+      "commanding trust 1\n",
+      "commemorate anticipation 1\n",
+      "commemorate joy 1\n",
+      "commemorate positive 1\n",
+      "commemorate sadness 1\n",
+      "commemoration anticipation 1\n",
+      "commemoration joy 1\n",
+      "commemoration positive 1\n",
+      "commemorative anticipation 1\n",
+      "commemorative positive 1\n",
+      "commend positive 1\n",
+      "commendable joy 1\n",
+      "commendable positive 1\n",
+      "commendable trust 1\n",
+      "commentator positive 1\n",
+      "commerce trust 1\n",
+      "commission trust 1\n",
+      "committal negative 1\n",
+      "committal sadness 1\n",
+      "committed positive 1\n",
+      "committed trust 1\n",
+      "committee trust 1\n",
+      "commodore positive 1\n",
+      "commodore trust 1\n",
+      "commonplace anticipation 1\n",
+      "commonplace trust 1\n",
+      "commonwealth positive 1\n",
+      "commonwealth trust 1\n",
+      "commotion anger 1\n",
+      "commotion negative 1\n",
+      "communicate positive 1\n",
+      "communicate trust 1\n",
+      "communication trust 1\n",
+      "communicative positive 1\n",
+      "communion joy 1\n",
+      "communion positive 1\n",
+      "communion trust 1\n",
+      "communism anger 1\n",
+      "communism fear 1\n",
+      "communism negative 1\n",
+      "communism sadness 1\n",
+      "communist negative 1\n",
+      "community positive 1\n",
+      "commutation positive 1\n",
+      "commute positive 1\n",
+      "compact trust 1\n",
+      "companion joy 1\n",
+      "companion positive 1\n",
+      "companion trust 1\n",
+      "compass trust 1\n",
+      "compassion fear 1\n",
+      "compassion positive 1\n",
+      "compassionate positive 1\n",
+      "compatibility positive 1\n",
+      "compatible positive 1\n",
+      "compelling positive 1\n",
+      "compensate anticipation 1\n",
+      "compensate joy 1\n",
+      "compensate positive 1\n",
+      "compensate surprise 1\n",
+      "compensate trust 1\n",
+      "compensatory positive 1\n",
+      "competence positive 1\n",
+      "competence trust 1\n",
+      "competency positive 1\n",
+      "competency trust 1\n",
+      "competent positive 1\n",
+      "competent trust 1\n",
+      "competition anticipation 1\n",
+      "competition negative 1\n",
+      "complacency positive 1\n",
+      "complain anger 1\n",
+      "complain negative 1\n",
+      "complain sadness 1\n",
+      "complaint anger 1\n",
+      "complaint negative 1\n",
+      "complement anticipation 1\n",
+      "complement joy 1\n",
+      "complement positive 1\n",
+      "complement surprise 1\n",
+      "complement trust 1\n",
+      "complementary positive 1\n",
+      "completely positive 1\n",
+      "completeness positive 1\n",
+      "completing anticipation 1\n",
+      "completing joy 1\n",
+      "completing positive 1\n",
+      "completion anticipation 1\n",
+      "completion joy 1\n",
+      "completion positive 1\n",
+      "complexed negative 1\n",
+      "complexity negative 1\n",
+      "compliance positive 1\n",
+      "compliance trust 1\n",
+      "compliant positive 1\n",
+      "complicate anger 1\n",
+      "complicate negative 1\n",
+      "complicated negative 1\n",
+      "complication negative 1\n",
+      "complicity negative 1\n",
+      "complicity positive 1\n",
+      "compliment anticipation 1\n",
+      "compliment joy 1\n",
+      "compliment positive 1\n",
+      "compliment surprise 1\n",
+      "compliment trust 1\n",
+      "composed positive 1\n",
+      "composer positive 1\n",
+      "compost disgust 1\n",
+      "compost negative 1\n",
+      "composure positive 1\n",
+      "comprehend positive 1\n",
+      "comprehensive positive 1\n",
+      "compress anger 1\n",
+      "comptroller trust 1\n",
+      "compulsion anger 1\n",
+      "compulsion negative 1\n",
+      "compulsory negative 1\n",
+      "comrade positive 1\n",
+      "comrade trust 1\n",
+      "conceal negative 1\n",
+      "conceal sadness 1\n",
+      "concealed anticipation 1\n",
+      "concealed fear 1\n",
+      "concealed negative 1\n",
+      "concealed surprise 1\n",
+      "concealment anger 1\n",
+      "concealment anticipation 1\n",
+      "concealment fear 1\n",
+      "concealment negative 1\n",
+      "conceit negative 1\n",
+      "conceited negative 1\n",
+      "concentric positive 1\n",
+      "concerned fear 1\n",
+      "concerned sadness 1\n",
+      "conciliation joy 1\n",
+      "conciliation positive 1\n",
+      "conciliation trust 1\n",
+      "concluding positive 1\n",
+      "concord positive 1\n",
+      "concord trust 1\n",
+      "concordance positive 1\n",
+      "concordance trust 1\n",
+      "concussion anger 1\n",
+      "concussion negative 1\n",
+      "concussion sadness 1\n",
+      "condemn anger 1\n",
+      "condemn negative 1\n",
+      "condemnation anger 1\n",
+      "condemnation anticipation 1\n",
+      "condemnation disgust 1\n",
+      "condemnation fear 1\n",
+      "condemnation negative 1\n",
+      "condemnation sadness 1\n",
+      "condescending negative 1\n",
+      "condescension anger 1\n",
+      "condescension disgust 1\n",
+      "condescension negative 1\n",
+      "condescension sadness 1\n",
+      "condolence positive 1\n",
+      "condolence sadness 1\n",
+      "condone positive 1\n",
+      "conducive positive 1\n",
+      "conductivity positive 1\n",
+      "confederate positive 1\n",
+      "confederate trust 1\n",
+      "confess negative 1\n",
+      "confess positive 1\n",
+      "confess trust 1\n",
+      "confession anticipation 1\n",
+      "confession fear 1\n",
+      "confession negative 1\n",
+      "confession sadness 1\n",
+      "confession surprise 1\n",
+      "confessional fear 1\n",
+      "confessional trust 1\n",
+      "confide trust 1\n",
+      "confidence fear 1\n",
+      "confidence joy 1\n",
+      "confidence positive 1\n",
+      "confidence trust 1\n",
+      "confident joy 1\n",
+      "confident positive 1\n",
+      "confident trust 1\n",
+      "confidential trust 1\n",
+      "confidentially trust 1\n",
+      "confine anger 1\n",
+      "confine fear 1\n",
+      "confine negative 1\n",
+      "confine sadness 1\n",
+      "confined anger 1\n",
+      "confined disgust 1\n",
+      "confined fear 1\n",
+      "confined negative 1\n",
+      "confined sadness 1\n",
+      "confinement anger 1\n",
+      "confinement fear 1\n",
+      "confinement negative 1\n",
+      "confinement sadness 1\n",
+      "confirmation trust 1\n",
+      "confirmed positive 1\n",
+      "confirmed trust 1\n",
+      "confiscate anger 1\n",
+      "confiscate negative 1\n",
+      "confiscate sadness 1\n",
+      "confiscation negative 1\n",
+      "conflagration anger 1\n",
+      "conflagration fear 1\n",
+      "conflagration negative 1\n",
+      "conflict anger 1\n",
+      "conflict fear 1\n",
+      "conflict negative 1\n",
+      "conflict sadness 1\n",
+      "conflicting negative 1\n",
+      "conformance positive 1\n",
+      "conformity trust 1\n",
+      "confound negative 1\n",
+      "confounded negative 1\n",
+      "confront anger 1\n",
+      "confuse negative 1\n",
+      "confusion anger 1\n",
+      "confusion fear 1\n",
+      "confusion negative 1\n",
+      "congenial positive 1\n",
+      "congestion negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "conglomerate trust 1\n",
+      "congratulatory joy 1\n",
+      "congratulatory positive 1\n",
+      "congregation positive 1\n",
+      "congregation trust 1\n",
+      "congress disgust 1\n",
+      "congress trust 1\n",
+      "congressman trust 1\n",
+      "congruence positive 1\n",
+      "congruence trust 1\n",
+      "conjecture anticipation 1\n",
+      "conjure anticipation 1\n",
+      "conjure surprise 1\n",
+      "conjuring negative 1\n",
+      "connective trust 1\n",
+      "connoisseur joy 1\n",
+      "connoisseur positive 1\n",
+      "connoisseur trust 1\n",
+      "conquest anger 1\n",
+      "conquest fear 1\n",
+      "conquest negative 1\n",
+      "conscience positive 1\n",
+      "conscience trust 1\n",
+      "conscientious positive 1\n",
+      "conscientious trust 1\n",
+      "consciousness positive 1\n",
+      "consecration anticipation 1\n",
+      "consecration joy 1\n",
+      "consecration positive 1\n",
+      "consecration sadness 1\n",
+      "consecration trust 1\n",
+      "consequent anticipation 1\n",
+      "conservation anticipation 1\n",
+      "conservation positive 1\n",
+      "conservation trust 1\n",
+      "conserve positive 1\n",
+      "considerable positive 1\n",
+      "considerate positive 1\n",
+      "considerate trust 1\n",
+      "consistency positive 1\n",
+      "consistency trust 1\n",
+      "console positive 1\n",
+      "console sadness 1\n",
+      "consonant positive 1\n",
+      "consort trust 1\n",
+      "conspiracy fear 1\n",
+      "conspirator anger 1\n",
+      "conspirator anticipation 1\n",
+      "conspirator disgust 1\n",
+      "conspirator fear 1\n",
+      "conspirator negative 1\n",
+      "conspire fear 1\n",
+      "conspire negative 1\n",
+      "constable trust 1\n",
+      "constancy positive 1\n",
+      "constancy trust 1\n",
+      "constant positive 1\n",
+      "constant trust 1\n",
+      "constantly trust 1\n",
+      "consternation anger 1\n",
+      "consternation fear 1\n",
+      "consternation negative 1\n",
+      "constipation disgust 1\n",
+      "constipation negative 1\n",
+      "constitute trust 1\n",
+      "constitutional positive 1\n",
+      "constitutional trust 1\n",
+      "constrain fear 1\n",
+      "constrain negative 1\n",
+      "constrained negative 1\n",
+      "constraint anger 1\n",
+      "constraint fear 1\n",
+      "constraint negative 1\n",
+      "constraint sadness 1\n",
+      "construct positive 1\n",
+      "consul trust 1\n",
+      "consult trust 1\n",
+      "consummate positive 1\n",
+      "contact positive 1\n",
+      "contagion anticipation 1\n",
+      "contagion disgust 1\n",
+      "contagion fear 1\n",
+      "contagion negative 1\n",
+      "contagious disgust 1\n",
+      "contagious fear 1\n",
+      "contagious negative 1\n",
+      "contaminate disgust 1\n",
+      "contaminate negative 1\n",
+      "contaminated disgust 1\n",
+      "contaminated fear 1\n",
+      "contaminated negative 1\n",
+      "contaminated sadness 1\n",
+      "contamination disgust 1\n",
+      "contamination negative 1\n",
+      "contemplation positive 1\n",
+      "contempt anger 1\n",
+      "contempt disgust 1\n",
+      "contempt fear 1\n",
+      "contempt negative 1\n",
+      "contemptible anger 1\n",
+      "contemptible disgust 1\n",
+      "contemptible negative 1\n",
+      "contemptuous anger 1\n",
+      "contemptuous negative 1\n",
+      "content joy 1\n",
+      "content positive 1\n",
+      "content trust 1\n",
+      "contentious anger 1\n",
+      "contentious disgust 1\n",
+      "contentious fear 1\n",
+      "contentious negative 1\n",
+      "contingent anticipation 1\n",
+      "continuation anticipation 1\n",
+      "continue anticipation 1\n",
+      "continue positive 1\n",
+      "continue trust 1\n",
+      "contour positive 1\n",
+      "contraband anger 1\n",
+      "contraband disgust 1\n",
+      "contraband fear 1\n",
+      "contraband negative 1\n",
+      "contracted negative 1\n",
+      "contradict anger 1\n",
+      "contradict negative 1\n",
+      "contradiction negative 1\n",
+      "contradictory negative 1\n",
+      "contrary negative 1\n",
+      "contrasted negative 1\n",
+      "contravene negative 1\n",
+      "contravention negative 1\n",
+      "contribute positive 1\n",
+      "contributor positive 1\n",
+      "contributor trust 1\n",
+      "controversial anger 1\n",
+      "controversial negative 1\n",
+      "controversy negative 1\n",
+      "convenience positive 1\n",
+      "convenient positive 1\n",
+      "convent positive 1\n",
+      "convent trust 1\n",
+      "convention positive 1\n",
+      "convergence anticipation 1\n",
+      "conversant positive 1\n",
+      "conversational positive 1\n",
+      "convert positive 1\n",
+      "conveyancing trust 1\n",
+      "convict anger 1\n",
+      "convict disgust 1\n",
+      "convict fear 1\n",
+      "convict negative 1\n",
+      "convict sadness 1\n",
+      "conviction negative 1\n",
+      "convince anticipation 1\n",
+      "convince positive 1\n",
+      "convince trust 1\n",
+      "convinced trust 1\n",
+      "convincing trust 1\n",
+      "cool positive 1\n",
+      "coolness positive 1\n",
+      "coop anger 1\n",
+      "coop disgust 1\n",
+      "coop negative 1\n",
+      "cooperate positive 1\n",
+      "cooperating positive 1\n",
+      "cooperating trust 1\n",
+      "cooperation positive 1\n",
+      "cooperation trust 1\n",
+      "cooperative positive 1\n",
+      "cooperative trust 1\n",
+      "cop fear 1\n",
+      "cop trust 1\n",
+      "copy negative 1\n",
+      "copycat anger 1\n",
+      "copycat disgust 1\n",
+      "copycat negative 1\n",
+      "core positive 1\n",
+      "coronation joy 1\n",
+      "coronation positive 1\n",
+      "coronation trust 1\n",
+      "coroner negative 1\n",
+      "corporal negative 1\n",
+      "corporation positive 1\n",
+      "corporation trust 1\n",
+      "corporeal positive 1\n",
+      "corpse disgust 1\n",
+      "corpse negative 1\n",
+      "corpse sadness 1\n",
+      "correction negative 1\n",
+      "corrective positive 1\n",
+      "correctness trust 1\n",
+      "correspondence anticipation 1\n",
+      "correspondence positive 1\n",
+      "corroborate positive 1\n",
+      "corroborate trust 1\n",
+      "corroboration trust 1\n",
+      "corrosion negative 1\n",
+      "corrosive fear 1\n",
+      "corrosive negative 1\n",
+      "corrupt negative 1\n",
+      "corrupting anger 1\n",
+      "corrupting disgust 1\n",
+      "corrupting fear 1\n",
+      "corrupting negative 1\n",
+      "corrupting sadness 1\n",
+      "corruption disgust 1\n",
+      "corruption negative 1\n",
+      "corse sadness 1\n",
+      "cosmopolitan positive 1\n",
+      "cosmopolitan trust 1\n",
+      "cosy positive 1\n",
+      "couch sadness 1\n",
+      "cough disgust 1\n",
+      "cough negative 1\n",
+      "council anticipation 1\n",
+      "council positive 1\n",
+      "council trust 1\n",
+      "counsel positive 1\n",
+      "counsel trust 1\n",
+      "counsellor anger 1\n",
+      "counsellor fear 1\n",
+      "counsellor negative 1\n",
+      "counsellor trust 1\n",
+      "counselor positive 1\n",
+      "counselor trust 1\n",
+      "count positive 1\n",
+      "count trust 1\n",
+      "countdown anticipation 1\n",
+      "countess positive 1\n",
+      "countryman trust 1\n",
+      "county trust 1\n",
+      "coup anger 1\n",
+      "coup surprise 1\n",
+      "courage positive 1\n",
+      "courageous fear 1\n",
+      "courageous positive 1\n",
+      "courier trust 1\n",
+      "coursing negative 1\n",
+      "court anger 1\n",
+      "court anticipation 1\n",
+      "court fear 1\n",
+      "courteous positive 1\n",
+      "courtesy positive 1\n",
+      "courtship anticipation 1\n",
+      "courtship joy 1\n",
+      "courtship positive 1\n",
+      "courtship trust 1\n",
+      "cove anticipation 1\n",
+      "cove disgust 1\n",
+      "cove fear 1\n",
+      "cove joy 1\n",
+      "cove positive 1\n",
+      "covenant positive 1\n",
+      "covenant trust 1\n",
+      "cover trust 1\n",
+      "covet negative 1\n",
+      "coward disgust 1\n",
+      "coward fear 1\n",
+      "coward negative 1\n",
+      "coward sadness 1\n",
+      "cowardice fear 1\n",
+      "cowardice negative 1\n",
+      "cowardly fear 1\n",
+      "cowardly negative 1\n",
+      "coy fear 1\n",
+      "coyote fear 1\n",
+      "crabby anger 1\n",
+      "crabby negative 1\n",
+      "crack negative 1\n",
+      "cracked anger 1\n",
+      "cracked fear 1\n",
+      "cracked negative 1\n",
+      "cracking negative 1\n",
+      "cradle anticipation 1\n",
+      "cradle joy 1\n",
+      "cradle positive 1\n",
+      "cradle trust 1\n",
+      "craft positive 1\n",
+      "craftsman positive 1\n",
+      "cramp anticipation 1\n",
+      "cramp negative 1\n",
+      "cramped negative 1\n",
+      "crank negative 1\n",
+      "cranky anger 1\n",
+      "cranky negative 1\n",
+      "crap disgust 1\n",
+      "crap negative 1\n",
+      "craps anticipation 1\n",
+      "crash fear 1\n",
+      "crash negative 1\n",
+      "crash sadness 1\n",
+      "crash surprise 1\n",
+      "crave anticipation 1\n",
+      "craving anticipation 1\n",
+      "crawl disgust 1\n",
+      "crawl negative 1\n",
+      "crazed anger 1\n",
+      "crazed fear 1\n",
+      "crazed negative 1\n",
+      "crazy anger 1\n",
+      "crazy fear 1\n",
+      "crazy negative 1\n",
+      "crazy sadness 1\n",
+      "creaking negative 1\n",
+      "cream anticipation 1\n",
+      "cream joy 1\n",
+      "cream positive 1\n",
+      "cream surprise 1\n",
+      "create joy 1\n",
+      "create positive 1\n",
+      "creative positive 1\n",
+      "creature disgust 1\n",
+      "creature fear 1\n",
+      "creature negative 1\n",
+      "credence positive 1\n",
+      "credence trust 1\n",
+      "credential positive 1\n",
+      "credential trust 1\n",
+      "credibility positive 1\n",
+      "credibility trust 1\n",
+      "credible positive 1\n",
+      "credible trust 1\n",
+      "credit positive 1\n",
+      "credit trust 1\n",
+      "creditable positive 1\n",
+      "creditable trust 1\n",
+      "credited positive 1\n",
+      "creep negative 1\n",
+      "creeping anticipation 1\n",
+      "cremation sadness 1\n",
+      "crescendo anticipation 1\n",
+      "crescendo joy 1\n",
+      "crescendo positive 1\n",
+      "crescendo surprise 1\n",
+      "crescendo trust 1\n",
+      "crew trust 1\n",
+      "crime anger 1\n",
+      "crime negative 1\n",
+      "criminal anger 1\n",
+      "criminal disgust 1\n",
+      "criminal fear 1\n",
+      "criminal negative 1\n",
+      "criminality anger 1\n",
+      "criminality disgust 1\n",
+      "criminality fear 1\n",
+      "criminality negative 1\n",
+      "cringe disgust 1\n",
+      "cringe fear 1\n",
+      "cringe negative 1\n",
+      "cringe sadness 1\n",
+      "cripple fear 1\n",
+      "cripple negative 1\n",
+      "cripple sadness 1\n",
+      "crippled negative 1\n",
+      "crippled sadness 1\n",
+      "crisis negative 1\n",
+      "crisp negative 1\n",
+      "crisp trust 1\n",
+      "critic negative 1\n",
+      "criticism anger 1\n",
+      "criticism negative 1\n",
+      "criticism sadness 1\n",
+      "criticize anger 1\n",
+      "criticize disgust 1\n",
+      "criticize fear 1\n",
+      "criticize negative 1\n",
+      "criticize sadness 1\n",
+      "critique positive 1\n",
+      "critter disgust 1\n",
+      "crocodile fear 1\n",
+      "crook negative 1\n",
+      "cross anger 1\n",
+      "cross fear 1\n",
+      "cross negative 1\n",
+      "cross sadness 1\n",
+      "crouch fear 1\n",
+      "crouching fear 1\n",
+      "crouching negative 1\n",
+      "crowning anticipation 1\n",
+      "crowning joy 1\n",
+      "crowning positive 1\n",
+      "crowning surprise 1\n",
+      "crowning trust 1\n",
+      "crucial positive 1\n",
+      "crucial trust 1\n",
+      "cruciate negative 1\n",
+      "crucifixion anger 1\n",
+      "crucifixion disgust 1\n",
+      "crucifixion fear 1\n",
+      "crucifixion negative 1\n",
+      "crucifixion sadness 1\n",
+      "crude disgust 1\n",
+      "crude negative 1\n",
+      "cruel anger 1\n",
+      "cruel disgust 1\n",
+      "cruel fear 1\n",
+      "cruel negative 1\n",
+      "cruel sadness 1\n",
+      "cruelly anger 1\n",
+      "cruelly fear 1\n",
+      "cruelly negative 1\n",
+      "cruelty anger 1\n",
+      "cruelty disgust 1\n",
+      "cruelty fear 1\n",
+      "cruelty negative 1\n",
+      "cruelty sadness 1\n",
+      "crumbling negative 1\n",
+      "crumbling sadness 1\n",
+      "crunch anger 1\n",
+      "crunch negative 1\n",
+      "crusade anger 1\n",
+      "crusade fear 1\n",
+      "crusade negative 1\n",
+      "crushed anger 1\n",
+      "crushed disgust 1\n",
+      "crushed fear 1\n",
+      "crushed negative 1\n",
+      "crushed sadness 1\n",
+      "crushing anger 1\n",
+      "crushing disgust 1\n",
+      "crushing fear 1\n",
+      "crushing negative 1\n",
+      "crusty disgust 1\n",
+      "crusty negative 1\n",
+      "cry negative 1\n",
+      "cry sadness 1\n",
+      "crying negative 1\n",
+      "crying sadness 1\n",
+      "crypt fear 1\n",
+      "crypt negative 1\n",
+      "crypt sadness 1\n",
+      "crystal positive 1\n",
+      "cube trust 1\n",
+      "cuckold disgust 1\n",
+      "cuckold negative 1\n",
+      "cuckoo negative 1\n",
+      "cuddle joy 1\n",
+      "cuddle positive 1\n",
+      "cuddle trust 1\n",
+      "cue anticipation 1\n",
+      "culinary positive 1\n",
+      "culinary trust 1\n",
+      "cull negative 1\n",
+      "culmination positive 1\n",
+      "culpability negative 1\n",
+      "culpable negative 1\n",
+      "culprit negative 1\n",
+      "cult fear 1\n",
+      "cult negative 1\n",
+      "cultivate anticipation 1\n",
+      "cultivate positive 1\n",
+      "cultivate trust 1\n",
+      "cultivated positive 1\n",
+      "cultivation positive 1\n",
+      "culture positive 1\n",
+      "cumbersome negative 1\n",
+      "cumbersome sadness 1\n",
+      "cunning negative 1\n",
+      "cunning positive 1\n",
+      "cupping disgust 1\n",
+      "cupping fear 1\n",
+      "cupping negative 1\n",
+      "cupping sadness 1\n",
+      "cur anger 1\n",
+      "cur disgust 1\n",
+      "cur fear 1\n",
+      "cur negative 1\n",
+      "curable positive 1\n",
+      "curable trust 1\n",
+      "curiosity anticipation 1\n",
+      "curiosity positive 1\n",
+      "curiosity surprise 1\n",
+      "curl positive 1\n",
+      "curse anger 1\n",
+      "curse disgust 1\n",
+      "curse fear 1\n",
+      "curse negative 1\n",
+      "curse sadness 1\n",
+      "cursed anger 1\n",
+      "cursed fear 1\n",
+      "cursed negative 1\n",
+      "cursed sadness 1\n",
+      "cursing anger 1\n",
+      "cursing disgust 1\n",
+      "cursing negative 1\n",
+      "cursory negative 1\n",
+      "cushion positive 1\n",
+      "cussed anger 1\n",
+      "custodian trust 1\n",
+      "custody trust 1\n",
+      "customer positive 1\n",
+      "cute positive 1\n",
+      "cutter fear 1\n",
+      "cutter negative 1\n",
+      "cutters positive 1\n",
+      "cutthroat anger 1\n",
+      "cutthroat fear 1\n",
+      "cutthroat negative 1\n",
+      "cutting anger 1\n",
+      "cutting disgust 1\n",
+      "cutting fear 1\n",
+      "cutting negative 1\n",
+      "cutting sadness 1\n",
+      "cyanide fear 1\n",
+      "cyanide negative 1\n",
+      "cyclone fear 1\n",
+      "cyclone negative 1\n",
+      "cyclone surprise 1\n",
+      "cyst fear 1\n",
+      "cyst negative 1\n",
+      "cyst sadness 1\n",
+      "cystic disgust 1\n",
+      "cytomegalovirus negative 1\n",
+      "cytomegalovirus sadness 1\n",
+      "dabbling anger 1\n",
+      "dabbling disgust 1\n",
+      "dabbling negative 1\n",
+      "daemon anger 1\n",
+      "daemon disgust 1\n",
+      "daemon fear 1\n",
+      "daemon negative 1\n",
+      "daemon sadness 1\n",
+      "daemon surprise 1\n",
+      "daft disgust 1\n",
+      "daft negative 1\n",
+      "dagger fear 1\n",
+      "dagger negative 1\n",
+      "daily anticipation 1\n",
+      "damage anger 1\n",
+      "damage disgust 1\n",
+      "damage negative 1\n",
+      "damage sadness 1\n",
+      "damages negative 1\n",
+      "damages sadness 1\n",
+      "dame anger 1\n",
+      "dame disgust 1\n",
+      "dame positive 1\n",
+      "dame trust 1\n",
+      "damn anger 1\n",
+      "damn disgust 1\n",
+      "damn negative 1\n",
+      "damnation anger 1\n",
+      "damnation fear 1\n",
+      "damnation negative 1\n",
+      "damnation sadness 1\n",
+      "damned negative 1\n",
+      "damper negative 1\n",
+      "dance joy 1\n",
+      "dance positive 1\n",
+      "dance trust 1\n",
+      "dandruff negative 1\n",
+      "dandy disgust 1\n",
+      "dandy negative 1\n",
+      "danger fear 1\n",
+      "danger negative 1\n",
+      "danger sadness 1\n",
+      "dangerous fear 1\n",
+      "dangerous negative 1\n",
+      "dank disgust 1\n",
+      "dare anticipation 1\n",
+      "dare trust 1\n",
+      "daring positive 1\n",
+      "dark sadness 1\n",
+      "darken fear 1\n",
+      "darken negative 1\n",
+      "darken sadness 1\n",
+      "darkened fear 1\n",
+      "darkened negative 1\n",
+      "darkened sadness 1\n",
+      "darkness anger 1\n",
+      "darkness fear 1\n",
+      "darkness negative 1\n",
+      "darkness sadness 1\n",
+      "darling joy 1\n",
+      "darling positive 1\n",
+      "darling trust 1\n",
+      "dart fear 1\n",
+      "dashed anger 1\n",
+      "dashed fear 1\n",
+      "dashed negative 1\n",
+      "dashed sadness 1\n",
+      "dashing positive 1\n",
+      "dastardly anger 1\n",
+      "dastardly disgust 1\n",
+      "dastardly fear 1\n",
+      "dastardly negative 1\n",
+      "daughter joy 1\n",
+      "daughter positive 1\n",
+      "dawn anticipation 1\n",
+      "dawn joy 1\n",
+      "dawn positive 1\n",
+      "dawn surprise 1\n",
+      "dawn trust 1\n",
+      "dazed negative 1\n",
+      "deacon trust 1\n",
+      "deactivate negative 1\n",
+      "deadlock negative 1\n",
+      "deadly anger 1\n",
+      "deadly disgust 1\n",
+      "deadly fear 1\n",
+      "deadly negative 1\n",
+      "deadly sadness 1\n",
+      "deaf negative 1\n",
+      "deal anticipation 1\n",
+      "deal joy 1\n",
+      "deal positive 1\n",
+      "deal surprise 1\n",
+      "deal trust 1\n",
+      "dealings trust 1\n",
+      "dear positive 1\n",
+      "death anger 1\n",
+      "death anticipation 1\n",
+      "death disgust 1\n",
+      "death fear 1\n",
+      "death negative 1\n",
+      "death sadness 1\n",
+      "death surprise 1\n",
+      "debacle fear 1\n",
+      "debacle negative 1\n",
+      "debacle sadness 1\n",
+      "debate positive 1\n",
+      "debauchery disgust 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "debauchery fear 1\n",
+      "debauchery negative 1\n",
+      "debenture anticipation 1\n",
+      "debris disgust 1\n",
+      "debris negative 1\n",
+      "debt negative 1\n",
+      "debt sadness 1\n",
+      "debtor negative 1\n",
+      "decay fear 1\n",
+      "decay negative 1\n",
+      "decay sadness 1\n",
+      "decayed disgust 1\n",
+      "decayed negative 1\n",
+      "decayed sadness 1\n",
+      "deceased negative 1\n",
+      "deceased sadness 1\n",
+      "deceit anger 1\n",
+      "deceit disgust 1\n",
+      "deceit fear 1\n",
+      "deceit negative 1\n",
+      "deceit sadness 1\n",
+      "deceit surprise 1\n",
+      "deceitful disgust 1\n",
+      "deceitful negative 1\n",
+      "deceitful sadness 1\n",
+      "deceive anger 1\n",
+      "deceive disgust 1\n",
+      "deceive negative 1\n",
+      "deceive sadness 1\n",
+      "deceived anger 1\n",
+      "deceived negative 1\n",
+      "deceiving negative 1\n",
+      "deceiving trust 1\n",
+      "decency positive 1\n",
+      "decent positive 1\n",
+      "deception negative 1\n",
+      "deceptive negative 1\n",
+      "declaratory positive 1\n",
+      "declination negative 1\n",
+      "decline negative 1\n",
+      "declining negative 1\n",
+      "decompose disgust 1\n",
+      "decomposed sadness 1\n",
+      "decomposition disgust 1\n",
+      "decomposition fear 1\n",
+      "decomposition negative 1\n",
+      "decomposition sadness 1\n",
+      "decoy surprise 1\n",
+      "decrease negative 1\n",
+      "decrement negative 1\n",
+      "decrepit negative 1\n",
+      "decry anger 1\n",
+      "decry negative 1\n",
+      "dedication positive 1\n",
+      "deduct negative 1\n",
+      "deed trust 1\n",
+      "defamation disgust 1\n",
+      "defamation fear 1\n",
+      "defamation negative 1\n",
+      "defamatory anger 1\n",
+      "defamatory negative 1\n",
+      "default disgust 1\n",
+      "default fear 1\n",
+      "default negative 1\n",
+      "default sadness 1\n",
+      "defeat negative 1\n",
+      "defeated negative 1\n",
+      "defeated sadness 1\n",
+      "defect anger 1\n",
+      "defect negative 1\n",
+      "defection fear 1\n",
+      "defection negative 1\n",
+      "defective disgust 1\n",
+      "defective negative 1\n",
+      "defend fear 1\n",
+      "defend positive 1\n",
+      "defendant anger 1\n",
+      "defendant fear 1\n",
+      "defendant sadness 1\n",
+      "defended positive 1\n",
+      "defended trust 1\n",
+      "defender positive 1\n",
+      "defender trust 1\n",
+      "defending positive 1\n",
+      "defense anger 1\n",
+      "defense anticipation 1\n",
+      "defense fear 1\n",
+      "defense positive 1\n",
+      "defenseless fear 1\n",
+      "defenseless negative 1\n",
+      "defenseless sadness 1\n",
+      "deference positive 1\n",
+      "deference trust 1\n",
+      "deferral negative 1\n",
+      "defiance anger 1\n",
+      "defiance disgust 1\n",
+      "defiance fear 1\n",
+      "defiance negative 1\n",
+      "defiant anger 1\n",
+      "defiant negative 1\n",
+      "deficiency negative 1\n",
+      "deficit negative 1\n",
+      "definitive positive 1\n",
+      "definitive trust 1\n",
+      "deflate anger 1\n",
+      "deflate negative 1\n",
+      "deflate sadness 1\n",
+      "deflation fear 1\n",
+      "deflation negative 1\n",
+      "deform disgust 1\n",
+      "deform negative 1\n",
+      "deformed disgust 1\n",
+      "deformed negative 1\n",
+      "deformed sadness 1\n",
+      "deformity disgust 1\n",
+      "deformity fear 1\n",
+      "deformity negative 1\n",
+      "deformity sadness 1\n",
+      "defraud anger 1\n",
+      "defraud disgust 1\n",
+      "defraud negative 1\n",
+      "defunct negative 1\n",
+      "defunct sadness 1\n",
+      "defy anger 1\n",
+      "defy fear 1\n",
+      "defy negative 1\n",
+      "defy sadness 1\n",
+      "defy surprise 1\n",
+      "degeneracy anger 1\n",
+      "degeneracy disgust 1\n",
+      "degeneracy negative 1\n",
+      "degeneracy sadness 1\n",
+      "degenerate negative 1\n",
+      "degradation negative 1\n",
+      "degrade disgust 1\n",
+      "degrade negative 1\n",
+      "degrading disgust 1\n",
+      "degrading fear 1\n",
+      "degrading negative 1\n",
+      "degrading sadness 1\n",
+      "degree positive 1\n",
+      "delay anger 1\n",
+      "delay disgust 1\n",
+      "delay fear 1\n",
+      "delay negative 1\n",
+      "delay sadness 1\n",
+      "delayed negative 1\n",
+      "delectable positive 1\n",
+      "delegate positive 1\n",
+      "delegate trust 1\n",
+      "deleterious anger 1\n",
+      "deleterious disgust 1\n",
+      "deleterious fear 1\n",
+      "deleterious negative 1\n",
+      "deletion negative 1\n",
+      "deliberate positive 1\n",
+      "delicious joy 1\n",
+      "delicious positive 1\n",
+      "delight anticipation 1\n",
+      "delight joy 1\n",
+      "delight positive 1\n",
+      "delighted anticipation 1\n",
+      "delighted joy 1\n",
+      "delighted positive 1\n",
+      "delighted surprise 1\n",
+      "delightful anticipation 1\n",
+      "delightful joy 1\n",
+      "delightful positive 1\n",
+      "delightful trust 1\n",
+      "delinquency negative 1\n",
+      "delinquent anger 1\n",
+      "delinquent disgust 1\n",
+      "delinquent negative 1\n",
+      "delirious negative 1\n",
+      "delirious sadness 1\n",
+      "delirium disgust 1\n",
+      "delirium negative 1\n",
+      "delirium sadness 1\n",
+      "deliverance anticipation 1\n",
+      "deliverance joy 1\n",
+      "deliverance positive 1\n",
+      "deliverance trust 1\n",
+      "delivery anticipation 1\n",
+      "delivery positive 1\n",
+      "deluge fear 1\n",
+      "deluge negative 1\n",
+      "deluge sadness 1\n",
+      "deluge surprise 1\n",
+      "delusion anger 1\n",
+      "delusion fear 1\n",
+      "delusion negative 1\n",
+      "delusion sadness 1\n",
+      "delusional anger 1\n",
+      "delusional fear 1\n",
+      "delusional negative 1\n",
+      "demand anger 1\n",
+      "demand negative 1\n",
+      "demanding negative 1\n",
+      "demented fear 1\n",
+      "demented negative 1\n",
+      "dementia fear 1\n",
+      "dementia negative 1\n",
+      "dementia sadness 1\n",
+      "demise fear 1\n",
+      "demise negative 1\n",
+      "demise sadness 1\n",
+      "democracy positive 1\n",
+      "demolish anger 1\n",
+      "demolish negative 1\n",
+      "demolish sadness 1\n",
+      "demolition negative 1\n",
+      "demon anger 1\n",
+      "demon disgust 1\n",
+      "demon fear 1\n",
+      "demon negative 1\n",
+      "demon sadness 1\n",
+      "demonic anger 1\n",
+      "demonic disgust 1\n",
+      "demonic fear 1\n",
+      "demonic negative 1\n",
+      "demonic sadness 1\n",
+      "demonstrable positive 1\n",
+      "demonstrative joy 1\n",
+      "demonstrative positive 1\n",
+      "demonstrative sadness 1\n",
+      "demoralized fear 1\n",
+      "demoralized negative 1\n",
+      "demoralized sadness 1\n",
+      "denial negative 1\n",
+      "denied negative 1\n",
+      "denied sadness 1\n",
+      "denounce anger 1\n",
+      "denounce disgust 1\n",
+      "denounce negative 1\n",
+      "dentistry fear 1\n",
+      "denunciation anger 1\n",
+      "denunciation disgust 1\n",
+      "denunciation fear 1\n",
+      "denunciation negative 1\n",
+      "deny anger 1\n",
+      "deny negative 1\n",
+      "denying anticipation 1\n",
+      "denying negative 1\n",
+      "depart anticipation 1\n",
+      "depart sadness 1\n",
+      "departed negative 1\n",
+      "departed sadness 1\n",
+      "departure negative 1\n",
+      "departure sadness 1\n",
+      "depend anticipation 1\n",
+      "depend trust 1\n",
+      "dependence fear 1\n",
+      "dependence negative 1\n",
+      "dependence sadness 1\n",
+      "dependency negative 1\n",
+      "dependent negative 1\n",
+      "dependent positive 1\n",
+      "dependent trust 1\n",
+      "deplorable anger 1\n",
+      "deplorable disgust 1\n",
+      "deplorable fear 1\n",
+      "deplorable negative 1\n",
+      "deplorable sadness 1\n",
+      "deplore anger 1\n",
+      "deplore disgust 1\n",
+      "deplore negative 1\n",
+      "deplore sadness 1\n",
+      "deport fear 1\n",
+      "deport negative 1\n",
+      "deport sadness 1\n",
+      "deportation anger 1\n",
+      "deportation fear 1\n",
+      "deportation negative 1\n",
+      "deportation sadness 1\n",
+      "depository trust 1\n",
+      "depraved anger 1\n",
+      "depraved anticipation 1\n",
+      "depraved disgust 1\n",
+      "depraved fear 1\n",
+      "depraved negative 1\n",
+      "depraved sadness 1\n",
+      "depravity anger 1\n",
+      "depravity disgust 1\n",
+      "depravity negative 1\n",
+      "depreciate anger 1\n",
+      "depreciate disgust 1\n",
+      "depreciate negative 1\n",
+      "depreciated anger 1\n",
+      "depreciated disgust 1\n",
+      "depreciated fear 1\n",
+      "depreciated negative 1\n",
+      "depreciated sadness 1\n",
+      "depreciation fear 1\n",
+      "depreciation negative 1\n",
+      "depress fear 1\n",
+      "depress negative 1\n",
+      "depress sadness 1\n",
+      "depressed anger 1\n",
+      "depressed fear 1\n",
+      "depressed negative 1\n",
+      "depressed sadness 1\n",
+      "depressing disgust 1\n",
+      "depressing negative 1\n",
+      "depressing sadness 1\n",
+      "depression negative 1\n",
+      "depression sadness 1\n",
+      "depressive negative 1\n",
+      "depressive sadness 1\n",
+      "deprivation anger 1\n",
+      "deprivation disgust 1\n",
+      "deprivation fear 1\n",
+      "deprivation negative 1\n",
+      "deprivation sadness 1\n",
+      "depth positive 1\n",
+      "depth trust 1\n",
+      "deputy trust 1\n",
+      "deranged anger 1\n",
+      "deranged disgust 1\n",
+      "deranged fear 1\n",
+      "deranged negative 1\n",
+      "derelict negative 1\n",
+      "derision anger 1\n",
+      "derision disgust 1\n",
+      "derision negative 1\n",
+      "dermatologist trust 1\n",
+      "derogation anger 1\n",
+      "derogation disgust 1\n",
+      "derogation fear 1\n",
+      "derogation negative 1\n",
+      "derogation sadness 1\n",
+      "derogatory anger 1\n",
+      "derogatory disgust 1\n",
+      "derogatory fear 1\n",
+      "derogatory negative 1\n",
+      "derogatory sadness 1\n",
+      "descent fear 1\n",
+      "descent sadness 1\n",
+      "descriptive positive 1\n",
+      "desecration anger 1\n",
+      "desecration disgust 1\n",
+      "desecration fear 1\n",
+      "desecration negative 1\n",
+      "desecration sadness 1\n",
+      "desert anger 1\n",
+      "desert disgust 1\n",
+      "desert fear 1\n",
+      "desert negative 1\n",
+      "desert sadness 1\n",
+      "deserted anger 1\n",
+      "deserted disgust 1\n",
+      "deserted fear 1\n",
+      "deserted negative 1\n",
+      "deserted sadness 1\n",
+      "desertion negative 1\n",
+      "deserve anger 1\n",
+      "deserve anticipation 1\n",
+      "deserve positive 1\n",
+      "deserve trust 1\n",
+      "deserved positive 1\n",
+      "designation trust 1\n",
+      "designer positive 1\n",
+      "desirable positive 1\n",
+      "desiring positive 1\n",
+      "desirous positive 1\n",
+      "desist anger 1\n",
+      "desist disgust 1\n",
+      "desist negative 1\n",
+      "desolation fear 1\n",
+      "desolation negative 1\n",
+      "desolation sadness 1\n",
+      "despair anger 1\n",
+      "despair disgust 1\n",
+      "despair fear 1\n",
+      "despair negative 1\n",
+      "despair sadness 1\n",
+      "despairing fear 1\n",
+      "despairing negative 1\n",
+      "despairing sadness 1\n",
+      "desperate negative 1\n",
+      "despicable anger 1\n",
+      "despicable disgust 1\n",
+      "despicable negative 1\n",
+      "despise anger 1\n",
+      "despise disgust 1\n",
+      "despise negative 1\n",
+      "despotic fear 1\n",
+      "despotic negative 1\n",
+      "despotism anger 1\n",
+      "despotism disgust 1\n",
+      "despotism fear 1\n",
+      "despotism negative 1\n",
+      "despotism sadness 1\n",
+      "destination anticipation 1\n",
+      "destination fear 1\n",
+      "destination joy 1\n",
+      "destination positive 1\n",
+      "destination sadness 1\n",
+      "destination surprise 1\n",
+      "destined anticipation 1\n",
+      "destitute fear 1\n",
+      "destitute negative 1\n",
+      "destitute sadness 1\n",
+      "destroyed anger 1\n",
+      "destroyed fear 1\n",
+      "destroyed negative 1\n",
+      "destroyed sadness 1\n",
+      "destroyer anger 1\n",
+      "destroyer fear 1\n",
+      "destroyer negative 1\n",
+      "destroying anger 1\n",
+      "destroying fear 1\n",
+      "destroying negative 1\n",
+      "destroying sadness 1\n",
+      "destruction anger 1\n",
+      "destruction negative 1\n",
+      "destructive anger 1\n",
+      "destructive disgust 1\n",
+      "destructive fear 1\n",
+      "destructive negative 1\n",
+      "detachment negative 1\n",
+      "detain negative 1\n",
+      "detainee anger 1\n",
+      "detainee anticipation 1\n",
+      "detainee fear 1\n",
+      "detainee negative 1\n",
+      "detainee sadness 1\n",
+      "detect positive 1\n",
+      "detection positive 1\n",
+      "detention negative 1\n",
+      "detention sadness 1\n",
+      "deteriorate fear 1\n",
+      "deteriorate negative 1\n",
+      "deteriorate sadness 1\n",
+      "deteriorated disgust 1\n",
+      "deteriorated negative 1\n",
+      "deteriorated sadness 1\n",
+      "deterioration anger 1\n",
+      "deterioration disgust 1\n",
+      "deterioration fear 1\n",
+      "deterioration negative 1\n",
+      "deterioration sadness 1\n",
+      "determinate anticipation 1\n",
+      "determinate trust 1\n",
+      "determination positive 1\n",
+      "determination trust 1\n",
+      "determined positive 1\n",
+      "detest anger 1\n",
+      "detest disgust 1\n",
+      "detest negative 1\n",
+      "detonate fear 1\n",
+      "detonate negative 1\n",
+      "detonate surprise 1\n",
+      "detonation anger 1\n",
+      "detract anger 1\n",
+      "detract negative 1\n",
+      "detriment negative 1\n",
+      "detrimental negative 1\n",
+      "detritus negative 1\n",
+      "devastate anger 1\n",
+      "devastate fear 1\n",
+      "devastate negative 1\n",
+      "devastate sadness 1\n",
+      "devastating anger 1\n",
+      "devastating disgust 1\n",
+      "devastating fear 1\n",
+      "devastating negative 1\n",
+      "devastating sadness 1\n",
+      "devastating trust 1\n",
+      "devastation anger 1\n",
+      "devastation fear 1\n",
+      "devastation negative 1\n",
+      "devastation sadness 1\n",
+      "devastation surprise 1\n",
+      "develop anticipation 1\n",
+      "develop positive 1\n",
+      "deviation sadness 1\n",
+      "devil anger 1\n",
+      "devil anticipation 1\n",
+      "devil disgust 1\n",
+      "devil fear 1\n",
+      "devil negative 1\n",
+      "devil sadness 1\n",
+      "devilish disgust 1\n",
+      "devilish fear 1\n",
+      "devilish negative 1\n",
+      "devious negative 1\n",
+      "devolution negative 1\n",
+      "devotional positive 1\n",
+      "devotional trust 1\n",
+      "devour negative 1\n",
+      "devout anticipation 1\n",
+      "devout joy 1\n",
+      "devout positive 1\n",
+      "devout trust 1\n",
+      "dexterity positive 1\n",
+      "diabolical anger 1\n",
+      "diabolical disgust 1\n",
+      "diabolical fear 1\n",
+      "diabolical negative 1\n",
+      "diagnosis anticipation 1\n",
+      "diagnosis fear 1\n",
+      "diagnosis negative 1\n",
+      "diagnosis trust 1\n",
+      "diamond joy 1\n",
+      "diamond positive 1\n",
+      "diaper disgust 1\n",
+      "diarrhoea disgust 1\n",
+      "diary joy 1\n",
+      "diary positive 1\n",
+      "diary trust 1\n",
+      "diatribe anger 1\n",
+      "diatribe disgust 1\n",
+      "diatribe negative 1\n",
+      "dictator fear 1\n",
+      "dictator negative 1\n",
+      "dictatorial anger 1\n",
+      "dictatorial negative 1\n",
+      "dictatorship anger 1\n",
+      "dictatorship anticipation 1\n",
+      "dictatorship disgust 1\n",
+      "dictatorship fear 1\n",
+      "dictatorship negative 1\n",
+      "dictatorship sadness 1\n",
+      "dictionary positive 1\n",
+      "dictionary trust 1\n",
+      "dictum trust 1\n",
+      "didactic positive 1\n",
+      "die fear 1\n",
+      "die negative 1\n",
+      "die sadness 1\n",
+      "dietary anticipation 1\n",
+      "dietary positive 1\n",
+      "differential trust 1\n",
+      "differently surprise 1\n",
+      "difficult fear 1\n",
+      "difficulties negative 1\n",
+      "difficulties sadness 1\n",
+      "difficulty anger 1\n",
+      "difficulty fear 1\n",
+      "difficulty negative 1\n",
+      "difficulty sadness 1\n",
+      "digit trust 1\n",
+      "dignified positive 1\n",
+      "dignity positive 1\n",
+      "dignity trust 1\n",
+      "digress anticipation 1\n",
+      "digress negative 1\n",
+      "dike fear 1\n",
+      "dilapidated disgust 1\n",
+      "dilapidated negative 1\n",
+      "dilapidated sadness 1\n",
+      "diligence positive 1\n",
+      "diligence trust 1\n",
+      "dilute negative 1\n",
+      "diminish negative 1\n",
+      "diminish sadness 1\n",
+      "diminished negative 1\n",
+      "din negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "dinner positive 1\n",
+      "dinosaur fear 1\n",
+      "diplomacy anticipation 1\n",
+      "diplomacy positive 1\n",
+      "diplomacy trust 1\n",
+      "diplomatic positive 1\n",
+      "diplomatic trust 1\n",
+      "dire disgust 1\n",
+      "dire fear 1\n",
+      "dire negative 1\n",
+      "dire sadness 1\n",
+      "dire surprise 1\n",
+      "director positive 1\n",
+      "director trust 1\n",
+      "dirt disgust 1\n",
+      "dirt negative 1\n",
+      "dirty disgust 1\n",
+      "dirty negative 1\n",
+      "disability negative 1\n",
+      "disability sadness 1\n",
+      "disable fear 1\n",
+      "disable negative 1\n",
+      "disable sadness 1\n",
+      "disabled fear 1\n",
+      "disabled negative 1\n",
+      "disabled sadness 1\n",
+      "disaffected negative 1\n",
+      "disagree anger 1\n",
+      "disagree negative 1\n",
+      "disagreeing anger 1\n",
+      "disagreeing negative 1\n",
+      "disagreeing sadness 1\n",
+      "disagreement anger 1\n",
+      "disagreement negative 1\n",
+      "disagreement sadness 1\n",
+      "disallowed anger 1\n",
+      "disallowed disgust 1\n",
+      "disallowed fear 1\n",
+      "disallowed negative 1\n",
+      "disallowed sadness 1\n",
+      "disappear fear 1\n",
+      "disappoint anger 1\n",
+      "disappoint disgust 1\n",
+      "disappoint negative 1\n",
+      "disappoint sadness 1\n",
+      "disappointed anger 1\n",
+      "disappointed disgust 1\n",
+      "disappointed negative 1\n",
+      "disappointed sadness 1\n",
+      "disappointing negative 1\n",
+      "disappointing sadness 1\n",
+      "disappointment disgust 1\n",
+      "disappointment negative 1\n",
+      "disappointment sadness 1\n",
+      "disapproval negative 1\n",
+      "disapproval sadness 1\n",
+      "disapprove anger 1\n",
+      "disapprove disgust 1\n",
+      "disapprove fear 1\n",
+      "disapprove negative 1\n",
+      "disapprove sadness 1\n",
+      "disapproved anger 1\n",
+      "disapproved negative 1\n",
+      "disapproved sadness 1\n",
+      "disapproving anger 1\n",
+      "disapproving disgust 1\n",
+      "disapproving negative 1\n",
+      "disapproving sadness 1\n",
+      "disaster anger 1\n",
+      "disaster disgust 1\n",
+      "disaster fear 1\n",
+      "disaster negative 1\n",
+      "disaster sadness 1\n",
+      "disaster surprise 1\n",
+      "disastrous anger 1\n",
+      "disastrous fear 1\n",
+      "disastrous negative 1\n",
+      "disastrous sadness 1\n",
+      "disbelieve negative 1\n",
+      "discards negative 1\n",
+      "discharge negative 1\n",
+      "disciple trust 1\n",
+      "discipline fear 1\n",
+      "discipline negative 1\n",
+      "disclaim anger 1\n",
+      "disclaim disgust 1\n",
+      "disclaim negative 1\n",
+      "disclaim trust 1\n",
+      "disclosed trust 1\n",
+      "discoloration disgust 1\n",
+      "discoloration negative 1\n",
+      "discolored disgust 1\n",
+      "discolored negative 1\n",
+      "discolored sadness 1\n",
+      "discomfort negative 1\n",
+      "discomfort sadness 1\n",
+      "disconnect negative 1\n",
+      "disconnect sadness 1\n",
+      "disconnected negative 1\n",
+      "disconnected sadness 1\n",
+      "disconnection negative 1\n",
+      "discontent anger 1\n",
+      "discontent disgust 1\n",
+      "discontent fear 1\n",
+      "discontent negative 1\n",
+      "discontent sadness 1\n",
+      "discontinue negative 1\n",
+      "discontinuity disgust 1\n",
+      "discontinuity fear 1\n",
+      "discontinuity negative 1\n",
+      "discontinuity sadness 1\n",
+      "discord anger 1\n",
+      "discord disgust 1\n",
+      "discord negative 1\n",
+      "discourage fear 1\n",
+      "discourage negative 1\n",
+      "discourage sadness 1\n",
+      "discouragement negative 1\n",
+      "discovery positive 1\n",
+      "discredit negative 1\n",
+      "discreet anticipation 1\n",
+      "discreet positive 1\n",
+      "discretion anticipation 1\n",
+      "discretion positive 1\n",
+      "discretion trust 1\n",
+      "discretionary positive 1\n",
+      "discriminate anger 1\n",
+      "discriminate negative 1\n",
+      "discriminate sadness 1\n",
+      "discriminating disgust 1\n",
+      "discriminating negative 1\n",
+      "discrimination anger 1\n",
+      "discrimination disgust 1\n",
+      "discrimination fear 1\n",
+      "discrimination negative 1\n",
+      "discrimination sadness 1\n",
+      "discussion positive 1\n",
+      "disdain anger 1\n",
+      "disdain disgust 1\n",
+      "disdain negative 1\n",
+      "disease anger 1\n",
+      "disease disgust 1\n",
+      "disease fear 1\n",
+      "disease negative 1\n",
+      "disease sadness 1\n",
+      "diseased disgust 1\n",
+      "diseased fear 1\n",
+      "diseased negative 1\n",
+      "diseased sadness 1\n",
+      "disembodied fear 1\n",
+      "disembodied negative 1\n",
+      "disembodied sadness 1\n",
+      "disengagement negative 1\n",
+      "disfigured anger 1\n",
+      "disfigured disgust 1\n",
+      "disfigured fear 1\n",
+      "disfigured negative 1\n",
+      "disfigured sadness 1\n",
+      "disgrace anger 1\n",
+      "disgrace disgust 1\n",
+      "disgrace negative 1\n",
+      "disgrace sadness 1\n",
+      "disgraced anger 1\n",
+      "disgraced disgust 1\n",
+      "disgraced negative 1\n",
+      "disgraced sadness 1\n",
+      "disgraceful anger 1\n",
+      "disgraceful disgust 1\n",
+      "disgraceful negative 1\n",
+      "disgruntled anger 1\n",
+      "disgruntled disgust 1\n",
+      "disgruntled negative 1\n",
+      "disgruntled sadness 1\n",
+      "disgust anger 1\n",
+      "disgust disgust 1\n",
+      "disgust fear 1\n",
+      "disgust negative 1\n",
+      "disgust sadness 1\n",
+      "disgusting anger 1\n",
+      "disgusting disgust 1\n",
+      "disgusting fear 1\n",
+      "disgusting negative 1\n",
+      "disheartened negative 1\n",
+      "disheartened sadness 1\n",
+      "disheartening negative 1\n",
+      "disheartening sadness 1\n",
+      "dishonest anger 1\n",
+      "dishonest disgust 1\n",
+      "dishonest negative 1\n",
+      "dishonest sadness 1\n",
+      "dishonesty disgust 1\n",
+      "dishonesty negative 1\n",
+      "dishonor anger 1\n",
+      "dishonor disgust 1\n",
+      "dishonor fear 1\n",
+      "dishonor negative 1\n",
+      "dishonor sadness 1\n",
+      "disillusionment anger 1\n",
+      "disillusionment disgust 1\n",
+      "disillusionment negative 1\n",
+      "disillusionment sadness 1\n",
+      "disinfection positive 1\n",
+      "disinformation anger 1\n",
+      "disinformation fear 1\n",
+      "disinformation negative 1\n",
+      "disingenuous disgust 1\n",
+      "disingenuous negative 1\n",
+      "disintegrate disgust 1\n",
+      "disintegrate fear 1\n",
+      "disintegrate negative 1\n",
+      "disintegration negative 1\n",
+      "disinterested negative 1\n",
+      "dislike anger 1\n",
+      "dislike disgust 1\n",
+      "dislike negative 1\n",
+      "disliked anger 1\n",
+      "disliked negative 1\n",
+      "disliked sadness 1\n",
+      "dislocated anger 1\n",
+      "dislocated disgust 1\n",
+      "dislocated fear 1\n",
+      "dislocated negative 1\n",
+      "dislocated sadness 1\n",
+      "dismal disgust 1\n",
+      "dismal fear 1\n",
+      "dismal negative 1\n",
+      "dismal sadness 1\n",
+      "dismay anger 1\n",
+      "dismay anticipation 1\n",
+      "dismay fear 1\n",
+      "dismay negative 1\n",
+      "dismay sadness 1\n",
+      "dismay surprise 1\n",
+      "dismemberment disgust 1\n",
+      "dismemberment fear 1\n",
+      "dismemberment negative 1\n",
+      "dismemberment sadness 1\n",
+      "dismissal anger 1\n",
+      "dismissal disgust 1\n",
+      "dismissal fear 1\n",
+      "dismissal negative 1\n",
+      "dismissal sadness 1\n",
+      "dismissal surprise 1\n",
+      "disobedience anger 1\n",
+      "disobedience disgust 1\n",
+      "disobedience negative 1\n",
+      "disobedient anger 1\n",
+      "disobedient negative 1\n",
+      "disobey anger 1\n",
+      "disobey disgust 1\n",
+      "disobey negative 1\n",
+      "disorder fear 1\n",
+      "disorder negative 1\n",
+      "disorderly negative 1\n",
+      "disorganized negative 1\n",
+      "disparage anger 1\n",
+      "disparage disgust 1\n",
+      "disparage negative 1\n",
+      "disparage sadness 1\n",
+      "disparaging anger 1\n",
+      "disparaging disgust 1\n",
+      "disparaging negative 1\n",
+      "disparaging sadness 1\n",
+      "disparity anger 1\n",
+      "disparity disgust 1\n",
+      "disparity negative 1\n",
+      "disparity sadness 1\n",
+      "dispassionate negative 1\n",
+      "dispassionate sadness 1\n",
+      "dispel negative 1\n",
+      "dispel sadness 1\n",
+      "dispersion negative 1\n",
+      "displace negative 1\n",
+      "displaced anger 1\n",
+      "displaced fear 1\n",
+      "displaced sadness 1\n",
+      "displeased anger 1\n",
+      "displeased disgust 1\n",
+      "displeased fear 1\n",
+      "displeased negative 1\n",
+      "displeased sadness 1\n",
+      "displeasure disgust 1\n",
+      "displeasure negative 1\n",
+      "disposal negative 1\n",
+      "dispose disgust 1\n",
+      "disposed anticipation 1\n",
+      "disposed positive 1\n",
+      "disposed trust 1\n",
+      "dispossessed anger 1\n",
+      "dispossessed fear 1\n",
+      "dispossessed negative 1\n",
+      "dispossessed sadness 1\n",
+      "dispute anger 1\n",
+      "dispute negative 1\n",
+      "disqualification negative 1\n",
+      "disqualified anger 1\n",
+      "disqualified disgust 1\n",
+      "disqualified negative 1\n",
+      "disqualified sadness 1\n",
+      "disqualify negative 1\n",
+      "disqualify sadness 1\n",
+      "disregard negative 1\n",
+      "disregarded disgust 1\n",
+      "disregarded negative 1\n",
+      "disreputable anger 1\n",
+      "disreputable disgust 1\n",
+      "disreputable fear 1\n",
+      "disreputable negative 1\n",
+      "disrespect anger 1\n",
+      "disrespect negative 1\n",
+      "disrespectful anger 1\n",
+      "disrespectful disgust 1\n",
+      "disrespectful fear 1\n",
+      "disrespectful negative 1\n",
+      "disrespectful sadness 1\n",
+      "disruption anger 1\n",
+      "disruption fear 1\n",
+      "disruption negative 1\n",
+      "disruption surprise 1\n",
+      "dissatisfaction negative 1\n",
+      "dissection disgust 1\n",
+      "disseminate positive 1\n",
+      "dissension anger 1\n",
+      "dissension negative 1\n",
+      "dissenting negative 1\n",
+      "disservice anger 1\n",
+      "disservice disgust 1\n",
+      "disservice negative 1\n",
+      "disservice sadness 1\n",
+      "dissident anger 1\n",
+      "dissident fear 1\n",
+      "dissident negative 1\n",
+      "dissolution anger 1\n",
+      "dissolution fear 1\n",
+      "dissolution negative 1\n",
+      "dissolution sadness 1\n",
+      "dissolution surprise 1\n",
+      "dissonance anger 1\n",
+      "dissonance negative 1\n",
+      "distaste disgust 1\n",
+      "distaste negative 1\n",
+      "distasteful disgust 1\n",
+      "distasteful negative 1\n",
+      "distillation positive 1\n",
+      "distinction positive 1\n",
+      "distorted disgust 1\n",
+      "distorted negative 1\n",
+      "distortion negative 1\n",
+      "distract negative 1\n",
+      "distracted anger 1\n",
+      "distracted negative 1\n",
+      "distracting anger 1\n",
+      "distracting anticipation 1\n",
+      "distracting negative 1\n",
+      "distraction negative 1\n",
+      "distraught negative 1\n",
+      "distraught sadness 1\n",
+      "distress anger 1\n",
+      "distress disgust 1\n",
+      "distress fear 1\n",
+      "distress negative 1\n",
+      "distress sadness 1\n",
+      "distress surprise 1\n",
+      "distressed fear 1\n",
+      "distressed negative 1\n",
+      "distressing anger 1\n",
+      "distressing fear 1\n",
+      "distressing negative 1\n",
+      "distrust anger 1\n",
+      "distrust disgust 1\n",
+      "distrust fear 1\n",
+      "distrust negative 1\n",
+      "disturbance anger 1\n",
+      "disturbance fear 1\n",
+      "disturbance negative 1\n",
+      "disturbance sadness 1\n",
+      "disturbance surprise 1\n",
+      "disturbed anger 1\n",
+      "disturbed negative 1\n",
+      "disturbed sadness 1\n",
+      "disuse negative 1\n",
+      "disused anger 1\n",
+      "disused negative 1\n",
+      "ditty joy 1\n",
+      "ditty positive 1\n",
+      "divan trust 1\n",
+      "divergent negative 1\n",
+      "divergent surprise 1\n",
+      "diverse negative 1\n",
+      "diverse positive 1\n",
+      "diversified positive 1\n",
+      "diversion positive 1\n",
+      "diversion surprise 1\n",
+      "divested negative 1\n",
+      "divestment negative 1\n",
+      "divination anticipation 1\n",
+      "divinity positive 1\n",
+      "divorce anger 1\n",
+      "divorce disgust 1\n",
+      "divorce fear 1\n",
+      "divorce negative 1\n",
+      "divorce sadness 1\n",
+      "divorce surprise 1\n",
+      "divorce trust 1\n",
+      "dizziness negative 1\n",
+      "dizzy negative 1\n",
+      "docked negative 1\n",
+      "doctor positive 1\n",
+      "doctor trust 1\n",
+      "doctrine trust 1\n",
+      "doer positive 1\n",
+      "dogged positive 1\n",
+      "dogma trust 1\n",
+      "doit negative 1\n",
+      "doldrums negative 1\n",
+      "doldrums sadness 1\n",
+      "dole negative 1\n",
+      "dole sadness 1\n",
+      "doll joy 1\n",
+      "dolor negative 1\n",
+      "dolor sadness 1\n",
+      "dolphin joy 1\n",
+      "dolphin positive 1\n",
+      "dolphin surprise 1\n",
+      "dolphin trust 1\n",
+      "dominant fear 1\n",
+      "dominant negative 1\n",
+      "dominate anger 1\n",
+      "dominate fear 1\n",
+      "dominate negative 1\n",
+      "dominate positive 1\n",
+      "domination anger 1\n",
+      "domination fear 1\n",
+      "domination negative 1\n",
+      "domination sadness 1\n",
+      "dominion fear 1\n",
+      "dominion trust 1\n",
+      "don positive 1\n",
+      "don trust 1\n",
+      "donation positive 1\n",
+      "donkey disgust 1\n",
+      "donkey negative 1\n",
+      "doodle negative 1\n",
+      "doom fear 1\n",
+      "doom negative 1\n",
+      "doomed fear 1\n",
+      "doomed negative 1\n",
+      "doomed sadness 1\n",
+      "doomsday anger 1\n",
+      "doomsday anticipation 1\n",
+      "doomsday disgust 1\n",
+      "doomsday fear 1\n",
+      "doomsday negative 1\n",
+      "doomsday sadness 1\n",
+      "doubt fear 1\n",
+      "doubt negative 1\n",
+      "doubt sadness 1\n",
+      "doubt trust 1\n",
+      "doubtful negative 1\n",
+      "doubting negative 1\n",
+      "doubtless positive 1\n",
+      "doubtless trust 1\n",
+      "douche negative 1\n",
+      "dour negative 1\n",
+      "dove anticipation 1\n",
+      "dove joy 1\n",
+      "dove positive 1\n",
+      "dove trust 1\n",
+      "downfall fear 1\n",
+      "downfall negative 1\n",
+      "downfall sadness 1\n",
+      "downright trust 1\n",
+      "downy positive 1\n",
+      "drab negative 1\n",
+      "drab sadness 1\n",
+      "draft anticipation 1\n",
+      "dragon fear 1\n",
+      "drainage negative 1\n",
+      "drawback negative 1\n",
+      "dread anticipation 1\n",
+      "dread fear 1\n",
+      "dread negative 1\n",
+      "dreadful anger 1\n",
+      "dreadful anticipation 1\n",
+      "dreadful disgust 1\n",
+      "dreadful fear 1\n",
+      "dreadful negative 1\n",
+      "dreadful sadness 1\n",
+      "dreadfully disgust 1\n",
+      "dreadfully fear 1\n",
+      "dreadfully negative 1\n",
+      "dreadfully sadness 1\n",
+      "dreadfully surprise 1\n",
+      "dreary negative 1\n",
+      "dreary sadness 1\n",
+      "drinking negative 1\n",
+      "drivel disgust 1\n",
+      "drivel negative 1\n",
+      "drone negative 1\n",
+      "drool disgust 1\n",
+      "drooping negative 1\n",
+      "drought negative 1\n",
+      "drown fear 1\n",
+      "drown negative 1\n",
+      "drown sadness 1\n",
+      "drowsiness negative 1\n",
+      "drudgery negative 1\n",
+      "drugged sadness 1\n",
+      "drunken disgust 1\n",
+      "drunken negative 1\n",
+      "drunkenness negative 1\n",
+      "dubious fear 1\n",
+      "dubious negative 1\n",
+      "dubious trust 1\n",
+      "duel anger 1\n",
+      "duel anticipation 1\n",
+      "duel fear 1\n",
+      "duet positive 1\n",
+      "duke positive 1\n",
+      "dull negative 1\n",
+      "dull sadness 1\n",
+      "dumb negative 1\n",
+      "dummy negative 1\n",
+      "dumps anger 1\n",
+      "dumps negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "dumps sadness 1\n",
+      "dun negative 1\n",
+      "dung disgust 1\n",
+      "dungeon fear 1\n",
+      "dungeon negative 1\n",
+      "dupe anger 1\n",
+      "dupe negative 1\n",
+      "duplicity anger 1\n",
+      "duplicity negative 1\n",
+      "durability positive 1\n",
+      "durability trust 1\n",
+      "durable positive 1\n",
+      "durable trust 1\n",
+      "duress anger 1\n",
+      "duress disgust 1\n",
+      "duress fear 1\n",
+      "duress negative 1\n",
+      "duress sadness 1\n",
+      "dust negative 1\n",
+      "dutiful anticipation 1\n",
+      "dutiful positive 1\n",
+      "dutiful trust 1\n",
+      "dwarfed fear 1\n",
+      "dwarfed negative 1\n",
+      "dwarfed sadness 1\n",
+      "dying anger 1\n",
+      "dying disgust 1\n",
+      "dying fear 1\n",
+      "dying negative 1\n",
+      "dying sadness 1\n",
+      "dynamic surprise 1\n",
+      "dysentery disgust 1\n",
+      "dysentery negative 1\n",
+      "dysentery sadness 1\n",
+      "eager anticipation 1\n",
+      "eager joy 1\n",
+      "eager positive 1\n",
+      "eager surprise 1\n",
+      "eager trust 1\n",
+      "eagerness anticipation 1\n",
+      "eagerness joy 1\n",
+      "eagerness positive 1\n",
+      "eagerness trust 1\n",
+      "eagle trust 1\n",
+      "earl positive 1\n",
+      "earn positive 1\n",
+      "earnest positive 1\n",
+      "earnestly positive 1\n",
+      "earnestness positive 1\n",
+      "earthquake anger 1\n",
+      "earthquake fear 1\n",
+      "earthquake negative 1\n",
+      "earthquake sadness 1\n",
+      "earthquake surprise 1\n",
+      "ease positive 1\n",
+      "easement positive 1\n",
+      "easygoing positive 1\n",
+      "eat positive 1\n",
+      "eavesdropping negative 1\n",
+      "economy trust 1\n",
+      "ecstasy anticipation 1\n",
+      "ecstasy joy 1\n",
+      "ecstasy positive 1\n",
+      "ecstatic anticipation 1\n",
+      "ecstatic joy 1\n",
+      "ecstatic positive 1\n",
+      "ecstatic surprise 1\n",
+      "edict fear 1\n",
+      "edict negative 1\n",
+      "edification anticipation 1\n",
+      "edification joy 1\n",
+      "edification positive 1\n",
+      "edification trust 1\n",
+      "edition anticipation 1\n",
+      "educate positive 1\n",
+      "educated positive 1\n",
+      "educational positive 1\n",
+      "educational trust 1\n",
+      "eel fear 1\n",
+      "effective positive 1\n",
+      "effective trust 1\n",
+      "effeminate negative 1\n",
+      "efficacy positive 1\n",
+      "efficiency positive 1\n",
+      "efficient anticipation 1\n",
+      "efficient positive 1\n",
+      "efficient trust 1\n",
+      "effigy anger 1\n",
+      "effort positive 1\n",
+      "egotistical disgust 1\n",
+      "egotistical negative 1\n",
+      "egregious anger 1\n",
+      "egregious disgust 1\n",
+      "egregious negative 1\n",
+      "ejaculation anticipation 1\n",
+      "ejaculation joy 1\n",
+      "ejaculation positive 1\n",
+      "ejaculation surprise 1\n",
+      "ejaculation trust 1\n",
+      "eject negative 1\n",
+      "ejection negative 1\n",
+      "elaboration positive 1\n",
+      "elated joy 1\n",
+      "elated positive 1\n",
+      "elbow anger 1\n",
+      "elder positive 1\n",
+      "elder trust 1\n",
+      "elders positive 1\n",
+      "elders trust 1\n",
+      "elect positive 1\n",
+      "elect trust 1\n",
+      "electorate trust 1\n",
+      "electric joy 1\n",
+      "electric positive 1\n",
+      "electric surprise 1\n",
+      "electricity positive 1\n",
+      "elegance anticipation 1\n",
+      "elegance joy 1\n",
+      "elegance positive 1\n",
+      "elegance trust 1\n",
+      "elegant joy 1\n",
+      "elegant positive 1\n",
+      "elevation anticipation 1\n",
+      "elevation fear 1\n",
+      "elevation joy 1\n",
+      "elevation positive 1\n",
+      "elevation trust 1\n",
+      "elf anger 1\n",
+      "elf disgust 1\n",
+      "elf fear 1\n",
+      "eligible positive 1\n",
+      "elimination anger 1\n",
+      "elimination disgust 1\n",
+      "elimination fear 1\n",
+      "elimination negative 1\n",
+      "elimination sadness 1\n",
+      "elite anticipation 1\n",
+      "elite joy 1\n",
+      "elite positive 1\n",
+      "elite trust 1\n",
+      "eloquence positive 1\n",
+      "eloquent positive 1\n",
+      "elucidate positive 1\n",
+      "elucidate trust 1\n",
+      "elusive negative 1\n",
+      "elusive surprise 1\n",
+      "emaciated fear 1\n",
+      "emaciated negative 1\n",
+      "emaciated sadness 1\n",
+      "emancipation anticipation 1\n",
+      "emancipation joy 1\n",
+      "emancipation positive 1\n",
+      "embargo negative 1\n",
+      "embarrass negative 1\n",
+      "embarrass sadness 1\n",
+      "embarrassing negative 1\n",
+      "embarrassment fear 1\n",
+      "embarrassment negative 1\n",
+      "embarrassment sadness 1\n",
+      "embarrassment surprise 1\n",
+      "embezzlement negative 1\n",
+      "embolism fear 1\n",
+      "embolism negative 1\n",
+      "embolism sadness 1\n",
+      "embrace anticipation 1\n",
+      "embrace joy 1\n",
+      "embrace positive 1\n",
+      "embrace surprise 1\n",
+      "embrace trust 1\n",
+      "embroiled negative 1\n",
+      "emergency fear 1\n",
+      "emergency negative 1\n",
+      "emergency sadness 1\n",
+      "emergency surprise 1\n",
+      "emeritus positive 1\n",
+      "eminence positive 1\n",
+      "eminence trust 1\n",
+      "eminent positive 1\n",
+      "eminently positive 1\n",
+      "emir positive 1\n",
+      "empathy positive 1\n",
+      "emphasize trust 1\n",
+      "employ trust 1\n",
+      "empower positive 1\n",
+      "emptiness sadness 1\n",
+      "emulate positive 1\n",
+      "enable positive 1\n",
+      "enable trust 1\n",
+      "enablement positive 1\n",
+      "enablement trust 1\n",
+      "enchant anticipation 1\n",
+      "enchant joy 1\n",
+      "enchant positive 1\n",
+      "enchant surprise 1\n",
+      "enchanted joy 1\n",
+      "enchanted positive 1\n",
+      "enchanted trust 1\n",
+      "enchanting anticipation 1\n",
+      "enchanting joy 1\n",
+      "enchanting positive 1\n",
+      "enclave negative 1\n",
+      "encore positive 1\n",
+      "encourage joy 1\n",
+      "encourage positive 1\n",
+      "encourage trust 1\n",
+      "encouragement positive 1\n",
+      "encroachment fear 1\n",
+      "encroachment negative 1\n",
+      "encumbrance anger 1\n",
+      "encumbrance fear 1\n",
+      "encumbrance negative 1\n",
+      "encumbrance sadness 1\n",
+      "encyclopedia positive 1\n",
+      "encyclopedia trust 1\n",
+      "endanger anticipation 1\n",
+      "endanger fear 1\n",
+      "endanger negative 1\n",
+      "endangered fear 1\n",
+      "endangered negative 1\n",
+      "endeavor anticipation 1\n",
+      "endeavor positive 1\n",
+      "endemic disgust 1\n",
+      "endemic fear 1\n",
+      "endemic negative 1\n",
+      "endemic sadness 1\n",
+      "endless anger 1\n",
+      "endless fear 1\n",
+      "endless joy 1\n",
+      "endless negative 1\n",
+      "endless positive 1\n",
+      "endless sadness 1\n",
+      "endless trust 1\n",
+      "endocarditis fear 1\n",
+      "endocarditis sadness 1\n",
+      "endow positive 1\n",
+      "endow trust 1\n",
+      "endowed positive 1\n",
+      "endowment positive 1\n",
+      "endowment trust 1\n",
+      "endurance positive 1\n",
+      "endure positive 1\n",
+      "enema disgust 1\n",
+      "enemy anger 1\n",
+      "enemy disgust 1\n",
+      "enemy fear 1\n",
+      "enemy negative 1\n",
+      "energetic positive 1\n",
+      "enforce anger 1\n",
+      "enforce fear 1\n",
+      "enforce negative 1\n",
+      "enforce positive 1\n",
+      "enforcement negative 1\n",
+      "engaged anticipation 1\n",
+      "engaged joy 1\n",
+      "engaged positive 1\n",
+      "engaged trust 1\n",
+      "engaging joy 1\n",
+      "engaging positive 1\n",
+      "engaging trust 1\n",
+      "engulf anticipation 1\n",
+      "enhance positive 1\n",
+      "enigmatic fear 1\n",
+      "enigmatic negative 1\n",
+      "enjoy anticipation 1\n",
+      "enjoy joy 1\n",
+      "enjoy positive 1\n",
+      "enjoy trust 1\n",
+      "enjoying anticipation 1\n",
+      "enjoying joy 1\n",
+      "enjoying positive 1\n",
+      "enjoying trust 1\n",
+      "enlighten joy 1\n",
+      "enlighten positive 1\n",
+      "enlighten trust 1\n",
+      "enlightenment joy 1\n",
+      "enlightenment positive 1\n",
+      "enlightenment trust 1\n",
+      "enliven joy 1\n",
+      "enliven positive 1\n",
+      "enliven surprise 1\n",
+      "enliven trust 1\n",
+      "enmity anger 1\n",
+      "enmity fear 1\n",
+      "enmity negative 1\n",
+      "enmity sadness 1\n",
+      "enrich positive 1\n",
+      "enroll anticipation 1\n",
+      "enroll trust 1\n",
+      "ensemble positive 1\n",
+      "ensemble trust 1\n",
+      "ensign positive 1\n",
+      "enslave negative 1\n",
+      "enslaved anger 1\n",
+      "enslaved disgust 1\n",
+      "enslaved fear 1\n",
+      "enslaved negative 1\n",
+      "enslaved sadness 1\n",
+      "enslavement negative 1\n",
+      "entangled anger 1\n",
+      "entangled disgust 1\n",
+      "entangled fear 1\n",
+      "entangled negative 1\n",
+      "entangled sadness 1\n",
+      "entanglement negative 1\n",
+      "enterprising positive 1\n",
+      "entertain joy 1\n",
+      "entertain positive 1\n",
+      "entertained joy 1\n",
+      "entertained positive 1\n",
+      "entertaining anticipation 1\n",
+      "entertaining joy 1\n",
+      "entertaining positive 1\n",
+      "entertainment anticipation 1\n",
+      "entertainment joy 1\n",
+      "entertainment positive 1\n",
+      "entertainment surprise 1\n",
+      "entertainment trust 1\n",
+      "enthusiasm anticipation 1\n",
+      "enthusiasm joy 1\n",
+      "enthusiasm positive 1\n",
+      "enthusiasm surprise 1\n",
+      "enthusiast anticipation 1\n",
+      "enthusiast joy 1\n",
+      "enthusiast positive 1\n",
+      "enthusiast surprise 1\n",
+      "entrails disgust 1\n",
+      "entrails negative 1\n",
+      "entrust trust 1\n",
+      "envious negative 1\n",
+      "environ positive 1\n",
+      "ephemeris positive 1\n",
+      "epic positive 1\n",
+      "epidemic anger 1\n",
+      "epidemic anticipation 1\n",
+      "epidemic disgust 1\n",
+      "epidemic fear 1\n",
+      "epidemic negative 1\n",
+      "epidemic sadness 1\n",
+      "epidemic surprise 1\n",
+      "epilepsy negative 1\n",
+      "episcopal trust 1\n",
+      "epitaph sadness 1\n",
+      "epitome positive 1\n",
+      "equality joy 1\n",
+      "equality positive 1\n",
+      "equality trust 1\n",
+      "equally positive 1\n",
+      "equilibrium positive 1\n",
+      "equity positive 1\n",
+      "eradicate anger 1\n",
+      "eradicate negative 1\n",
+      "eradication anger 1\n",
+      "eradication disgust 1\n",
+      "eradication fear 1\n",
+      "eradication negative 1\n",
+      "erase fear 1\n",
+      "erase negative 1\n",
+      "erosion negative 1\n",
+      "erotic anticipation 1\n",
+      "erotic joy 1\n",
+      "erotic negative 1\n",
+      "erotic positive 1\n",
+      "erotic surprise 1\n",
+      "erotic trust 1\n",
+      "err negative 1\n",
+      "errand anticipation 1\n",
+      "errand positive 1\n",
+      "errand trust 1\n",
+      "errant negative 1\n",
+      "erratic negative 1\n",
+      "erratic surprise 1\n",
+      "erratum negative 1\n",
+      "erroneous negative 1\n",
+      "error negative 1\n",
+      "error sadness 1\n",
+      "erudite positive 1\n",
+      "erupt anger 1\n",
+      "erupt negative 1\n",
+      "erupt surprise 1\n",
+      "eruption anger 1\n",
+      "eruption fear 1\n",
+      "eruption negative 1\n",
+      "eruption surprise 1\n",
+      "escalate anger 1\n",
+      "escalate negative 1\n",
+      "escape anticipation 1\n",
+      "escape fear 1\n",
+      "escape negative 1\n",
+      "escape positive 1\n",
+      "escaped fear 1\n",
+      "eschew anger 1\n",
+      "eschew negative 1\n",
+      "eschew sadness 1\n",
+      "escort trust 1\n",
+      "espionage negative 1\n",
+      "esprit positive 1\n",
+      "essential positive 1\n",
+      "establish trust 1\n",
+      "established joy 1\n",
+      "established positive 1\n",
+      "esteem joy 1\n",
+      "esteem positive 1\n",
+      "esteem sadness 1\n",
+      "esteem trust 1\n",
+      "esthetic positive 1\n",
+      "estranged negative 1\n",
+      "ethereal fear 1\n",
+      "ethical positive 1\n",
+      "ethics positive 1\n",
+      "euthanasia fear 1\n",
+      "euthanasia negative 1\n",
+      "euthanasia sadness 1\n",
+      "evacuate fear 1\n",
+      "evacuate negative 1\n",
+      "evacuation negative 1\n",
+      "evade anger 1\n",
+      "evade disgust 1\n",
+      "evade fear 1\n",
+      "evade negative 1\n",
+      "evanescence sadness 1\n",
+      "evanescence surprise 1\n",
+      "evasion fear 1\n",
+      "evasion negative 1\n",
+      "evasion sadness 1\n",
+      "eventual anticipation 1\n",
+      "eventuality anticipation 1\n",
+      "eventuality fear 1\n",
+      "evergreen joy 1\n",
+      "evergreen positive 1\n",
+      "evergreen trust 1\n",
+      "everlasting positive 1\n",
+      "evict negative 1\n",
+      "evict sadness 1\n",
+      "eviction anger 1\n",
+      "eviction disgust 1\n",
+      "eviction fear 1\n",
+      "eviction negative 1\n",
+      "eviction sadness 1\n",
+      "evident positive 1\n",
+      "evident trust 1\n",
+      "evil anger 1\n",
+      "evil disgust 1\n",
+      "evil fear 1\n",
+      "evil negative 1\n",
+      "evil sadness 1\n",
+      "evolution positive 1\n",
+      "exacerbate negative 1\n",
+      "exacerbation anger 1\n",
+      "exacerbation fear 1\n",
+      "exacerbation negative 1\n",
+      "exacting negative 1\n",
+      "exaggerate anger 1\n",
+      "exaggerate negative 1\n",
+      "exaggerated negative 1\n",
+      "exalt anticipation 1\n",
+      "exalt joy 1\n",
+      "exalt positive 1\n",
+      "exalt trust 1\n",
+      "exaltation joy 1\n",
+      "exaltation positive 1\n",
+      "exaltation trust 1\n",
+      "exalted joy 1\n",
+      "exalted positive 1\n",
+      "exalted trust 1\n",
+      "examination fear 1\n",
+      "examination negative 1\n",
+      "examination surprise 1\n",
+      "exasperation anger 1\n",
+      "exasperation disgust 1\n",
+      "exasperation negative 1\n",
+      "excavation anticipation 1\n",
+      "excavation negative 1\n",
+      "excavation surprise 1\n",
+      "exceed anticipation 1\n",
+      "exceed joy 1\n",
+      "exceed positive 1\n",
+      "excel anticipation 1\n",
+      "excel joy 1\n",
+      "excel positive 1\n",
+      "excel surprise 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "excel trust 1\n",
+      "excellence disgust 1\n",
+      "excellence joy 1\n",
+      "excellence positive 1\n",
+      "excellence trust 1\n",
+      "excellent joy 1\n",
+      "excellent positive 1\n",
+      "excellent trust 1\n",
+      "excess negative 1\n",
+      "exchange positive 1\n",
+      "exchange trust 1\n",
+      "excise negative 1\n",
+      "excitable positive 1\n",
+      "excitation anger 1\n",
+      "excitation anticipation 1\n",
+      "excitation fear 1\n",
+      "excitation joy 1\n",
+      "excitation positive 1\n",
+      "excitation surprise 1\n",
+      "excite anger 1\n",
+      "excite anticipation 1\n",
+      "excite fear 1\n",
+      "excite joy 1\n",
+      "excite positive 1\n",
+      "excite surprise 1\n",
+      "excited anticipation 1\n",
+      "excited joy 1\n",
+      "excited positive 1\n",
+      "excited surprise 1\n",
+      "excited trust 1\n",
+      "excitement anticipation 1\n",
+      "excitement joy 1\n",
+      "excitement positive 1\n",
+      "excitement surprise 1\n",
+      "exciting anticipation 1\n",
+      "exciting joy 1\n",
+      "exciting positive 1\n",
+      "exciting surprise 1\n",
+      "exclaim surprise 1\n",
+      "excluded disgust 1\n",
+      "excluded negative 1\n",
+      "excluded sadness 1\n",
+      "excluding negative 1\n",
+      "excluding sadness 1\n",
+      "exclusion disgust 1\n",
+      "exclusion fear 1\n",
+      "exclusion negative 1\n",
+      "exclusion sadness 1\n",
+      "excrement disgust 1\n",
+      "excrement negative 1\n",
+      "excretion disgust 1\n",
+      "excruciating fear 1\n",
+      "excruciating negative 1\n",
+      "excuse negative 1\n",
+      "execution anger 1\n",
+      "execution fear 1\n",
+      "execution negative 1\n",
+      "execution sadness 1\n",
+      "execution trust 1\n",
+      "executioner anger 1\n",
+      "executioner fear 1\n",
+      "executioner negative 1\n",
+      "executioner sadness 1\n",
+      "executor trust 1\n",
+      "exemplary positive 1\n",
+      "exemption positive 1\n",
+      "exhaust negative 1\n",
+      "exhausted negative 1\n",
+      "exhausted sadness 1\n",
+      "exhaustion anticipation 1\n",
+      "exhaustion negative 1\n",
+      "exhaustion sadness 1\n",
+      "exhaustive trust 1\n",
+      "exhilaration joy 1\n",
+      "exhilaration positive 1\n",
+      "exhilaration surprise 1\n",
+      "exhort positive 1\n",
+      "exhortation positive 1\n",
+      "exigent anticipation 1\n",
+      "exigent disgust 1\n",
+      "exigent fear 1\n",
+      "exigent negative 1\n",
+      "exigent surprise 1\n",
+      "exile anger 1\n",
+      "exile fear 1\n",
+      "exile negative 1\n",
+      "exile sadness 1\n",
+      "existence positive 1\n",
+      "exorcism fear 1\n",
+      "exorcism negative 1\n",
+      "exorcism sadness 1\n",
+      "exotic positive 1\n",
+      "expatriate negative 1\n",
+      "expect anticipation 1\n",
+      "expect positive 1\n",
+      "expect surprise 1\n",
+      "expect trust 1\n",
+      "expectancy anticipation 1\n",
+      "expectant anticipation 1\n",
+      "expectation anticipation 1\n",
+      "expectation positive 1\n",
+      "expected anticipation 1\n",
+      "expecting anticipation 1\n",
+      "expedient joy 1\n",
+      "expedient positive 1\n",
+      "expedient trust 1\n",
+      "expedition anticipation 1\n",
+      "expedition positive 1\n",
+      "expel anger 1\n",
+      "expel disgust 1\n",
+      "expel fear 1\n",
+      "expel negative 1\n",
+      "expel sadness 1\n",
+      "expenditure negative 1\n",
+      "expenses negative 1\n",
+      "experienced positive 1\n",
+      "experienced trust 1\n",
+      "experiment anticipation 1\n",
+      "experiment surprise 1\n",
+      "expert positive 1\n",
+      "expert trust 1\n",
+      "expertise positive 1\n",
+      "expertise trust 1\n",
+      "expire negative 1\n",
+      "expire sadness 1\n",
+      "expired negative 1\n",
+      "explain positive 1\n",
+      "explain trust 1\n",
+      "expletive anger 1\n",
+      "expletive negative 1\n",
+      "explode anger 1\n",
+      "explode fear 1\n",
+      "explode negative 1\n",
+      "explode sadness 1\n",
+      "explode surprise 1\n",
+      "explore anticipation 1\n",
+      "explosion fear 1\n",
+      "explosion negative 1\n",
+      "explosion surprise 1\n",
+      "explosive anger 1\n",
+      "explosive anticipation 1\n",
+      "explosive fear 1\n",
+      "explosive negative 1\n",
+      "explosive surprise 1\n",
+      "expose anticipation 1\n",
+      "expose fear 1\n",
+      "exposed negative 1\n",
+      "expropriation negative 1\n",
+      "expulsion anger 1\n",
+      "expulsion disgust 1\n",
+      "expulsion fear 1\n",
+      "expulsion negative 1\n",
+      "expulsion sadness 1\n",
+      "exquisite joy 1\n",
+      "exquisite positive 1\n",
+      "exquisitely positive 1\n",
+      "extend positive 1\n",
+      "extensive positive 1\n",
+      "exterminate fear 1\n",
+      "exterminate negative 1\n",
+      "exterminate sadness 1\n",
+      "extermination anger 1\n",
+      "extermination fear 1\n",
+      "extermination negative 1\n",
+      "extinct negative 1\n",
+      "extinct sadness 1\n",
+      "extinguish anger 1\n",
+      "extinguish negative 1\n",
+      "extra positive 1\n",
+      "extrajudicial fear 1\n",
+      "extrajudicial negative 1\n",
+      "extraordinary positive 1\n",
+      "extremity negative 1\n",
+      "extricate anticipation 1\n",
+      "extricate positive 1\n",
+      "exuberance joy 1\n",
+      "exuberance positive 1\n",
+      "eyewitness trust 1\n",
+      "fabricate negative 1\n",
+      "fabrication negative 1\n",
+      "fabrication trust 1\n",
+      "facilitate positive 1\n",
+      "fact trust 1\n",
+      "facts positive 1\n",
+      "facts trust 1\n",
+      "faculty positive 1\n",
+      "faculty trust 1\n",
+      "fade negative 1\n",
+      "faeces disgust 1\n",
+      "faeces negative 1\n",
+      "failing anger 1\n",
+      "failing anticipation 1\n",
+      "failing fear 1\n",
+      "failing negative 1\n",
+      "failing sadness 1\n",
+      "failure disgust 1\n",
+      "failure fear 1\n",
+      "failure negative 1\n",
+      "failure sadness 1\n",
+      "fain anticipation 1\n",
+      "fain joy 1\n",
+      "fain positive 1\n",
+      "fain trust 1\n",
+      "fainting fear 1\n",
+      "fainting negative 1\n",
+      "fainting sadness 1\n",
+      "fainting surprise 1\n",
+      "fair positive 1\n",
+      "fairly positive 1\n",
+      "fairly trust 1\n",
+      "faith anticipation 1\n",
+      "faith joy 1\n",
+      "faith positive 1\n",
+      "faith trust 1\n",
+      "faithful positive 1\n",
+      "faithful trust 1\n",
+      "faithless negative 1\n",
+      "faithless sadness 1\n",
+      "fake negative 1\n",
+      "fall negative 1\n",
+      "fall sadness 1\n",
+      "fallacious anger 1\n",
+      "fallacious negative 1\n",
+      "fallacy negative 1\n",
+      "fallible negative 1\n",
+      "falling negative 1\n",
+      "falling sadness 1\n",
+      "fallow negative 1\n",
+      "falsehood anger 1\n",
+      "falsehood negative 1\n",
+      "falsehood trust 1\n",
+      "falsely negative 1\n",
+      "falsification anger 1\n",
+      "falsification negative 1\n",
+      "falsify disgust 1\n",
+      "falsify negative 1\n",
+      "falsity disgust 1\n",
+      "falsity negative 1\n",
+      "falter fear 1\n",
+      "falter negative 1\n",
+      "fame positive 1\n",
+      "familiar positive 1\n",
+      "familiar trust 1\n",
+      "familiarity anticipation 1\n",
+      "familiarity joy 1\n",
+      "familiarity positive 1\n",
+      "familiarity trust 1\n",
+      "famine negative 1\n",
+      "famine sadness 1\n",
+      "famous positive 1\n",
+      "famously positive 1\n",
+      "fanatic negative 1\n",
+      "fanaticism fear 1\n",
+      "fancy anticipation 1\n",
+      "fancy joy 1\n",
+      "fancy positive 1\n",
+      "fanfare anticipation 1\n",
+      "fanfare joy 1\n",
+      "fanfare positive 1\n",
+      "fanfare surprise 1\n",
+      "fang fear 1\n",
+      "fangs fear 1\n",
+      "farce negative 1\n",
+      "farcical disgust 1\n",
+      "farcical negative 1\n",
+      "farm anticipation 1\n",
+      "fascinating positive 1\n",
+      "fascination positive 1\n",
+      "fashionable positive 1\n",
+      "fasting negative 1\n",
+      "fasting sadness 1\n",
+      "fat disgust 1\n",
+      "fat negative 1\n",
+      "fat sadness 1\n",
+      "fatal anger 1\n",
+      "fatal fear 1\n",
+      "fatal negative 1\n",
+      "fatal sadness 1\n",
+      "fatality fear 1\n",
+      "fatality negative 1\n",
+      "fatality sadness 1\n",
+      "fate anticipation 1\n",
+      "fate negative 1\n",
+      "father trust 1\n",
+      "fatigue negative 1\n",
+      "fatigued negative 1\n",
+      "fatigued sadness 1\n",
+      "fatty disgust 1\n",
+      "fatty negative 1\n",
+      "fatty sadness 1\n",
+      "fault negative 1\n",
+      "fault sadness 1\n",
+      "faultless positive 1\n",
+      "faultless trust 1\n",
+      "faulty negative 1\n",
+      "favorable anticipation 1\n",
+      "favorable joy 1\n",
+      "favorable positive 1\n",
+      "favorable surprise 1\n",
+      "favorable trust 1\n",
+      "favorite joy 1\n",
+      "favorite positive 1\n",
+      "favorite trust 1\n",
+      "favoritism positive 1\n",
+      "fawn negative 1\n",
+      "fear anger 1\n",
+      "fear fear 1\n",
+      "fear negative 1\n",
+      "fearful fear 1\n",
+      "fearful negative 1\n",
+      "fearful sadness 1\n",
+      "fearfully fear 1\n",
+      "fearfully negative 1\n",
+      "fearfully sadness 1\n",
+      "fearfully surprise 1\n",
+      "fearing fear 1\n",
+      "fearing negative 1\n",
+      "fearless fear 1\n",
+      "fearless positive 1\n",
+      "feat anticipation 1\n",
+      "feat joy 1\n",
+      "feat positive 1\n",
+      "feat surprise 1\n",
+      "feature positive 1\n",
+      "febrile negative 1\n",
+      "fecal disgust 1\n",
+      "fecal negative 1\n",
+      "feces disgust 1\n",
+      "feces negative 1\n",
+      "fee anger 1\n",
+      "fee negative 1\n",
+      "feeble negative 1\n",
+      "feeble sadness 1\n",
+      "feeling anger 1\n",
+      "feeling anticipation 1\n",
+      "feeling disgust 1\n",
+      "feeling fear 1\n",
+      "feeling joy 1\n",
+      "feeling negative 1\n",
+      "feeling positive 1\n",
+      "feeling sadness 1\n",
+      "feeling surprise 1\n",
+      "feeling trust 1\n",
+      "feigned negative 1\n",
+      "felicity joy 1\n",
+      "felicity positive 1\n",
+      "fell negative 1\n",
+      "fell sadness 1\n",
+      "fellow positive 1\n",
+      "fellow trust 1\n",
+      "fellowship positive 1\n",
+      "felon fear 1\n",
+      "felon negative 1\n",
+      "felony negative 1\n",
+      "female positive 1\n",
+      "fenced anger 1\n",
+      "fender trust 1\n",
+      "ferment anticipation 1\n",
+      "ferment negative 1\n",
+      "fermentation anticipation 1\n",
+      "ferocious anger 1\n",
+      "ferocious disgust 1\n",
+      "ferocious fear 1\n",
+      "ferocious negative 1\n",
+      "ferocity anger 1\n",
+      "ferocity negative 1\n",
+      "fertile positive 1\n",
+      "fervor anger 1\n",
+      "fervor joy 1\n",
+      "fervor positive 1\n",
+      "festival anticipation 1\n",
+      "festival joy 1\n",
+      "festival positive 1\n",
+      "festival surprise 1\n",
+      "festive joy 1\n",
+      "festive positive 1\n",
+      "fete anticipation 1\n",
+      "fete joy 1\n",
+      "fete positive 1\n",
+      "fete surprise 1\n",
+      "feud anger 1\n",
+      "feud negative 1\n",
+      "feudal negative 1\n",
+      "feudalism anger 1\n",
+      "feudalism negative 1\n",
+      "feudalism sadness 1\n",
+      "fever fear 1\n",
+      "feverish negative 1\n",
+      "fiasco negative 1\n",
+      "fib anger 1\n",
+      "fib negative 1\n",
+      "fickle negative 1\n",
+      "fictitious negative 1\n",
+      "fidelity joy 1\n",
+      "fidelity positive 1\n",
+      "fidelity trust 1\n",
+      "fiend anger 1\n",
+      "fiend disgust 1\n",
+      "fiend fear 1\n",
+      "fiend negative 1\n",
+      "fierce anger 1\n",
+      "fierce disgust 1\n",
+      "fierce fear 1\n",
+      "fierce negative 1\n",
+      "fiesta anticipation 1\n",
+      "fiesta joy 1\n",
+      "fiesta positive 1\n",
+      "fiesta surprise 1\n",
+      "fiesta trust 1\n",
+      "fight anger 1\n",
+      "fight fear 1\n",
+      "fight negative 1\n",
+      "fighting anger 1\n",
+      "fighting negative 1\n",
+      "filibuster negative 1\n",
+      "fill trust 1\n",
+      "filth disgust 1\n",
+      "filth negative 1\n",
+      "filthy disgust 1\n",
+      "filthy negative 1\n",
+      "finally anticipation 1\n",
+      "finally disgust 1\n",
+      "finally joy 1\n",
+      "finally positive 1\n",
+      "finally surprise 1\n",
+      "finally trust 1\n",
+      "finery positive 1\n",
+      "finesse positive 1\n",
+      "fire fear 1\n",
+      "firearms anger 1\n",
+      "firearms fear 1\n",
+      "firearms negative 1\n",
+      "fireball positive 1\n",
+      "fireman trust 1\n",
+      "fireproof positive 1\n",
+      "firmness positive 1\n",
+      "firmness trust 1\n",
+      "firstborn anticipation 1\n",
+      "firstborn joy 1\n",
+      "firstborn positive 1\n",
+      "firstborn trust 1\n",
+      "fits anger 1\n",
+      "fits negative 1\n",
+      "fitting anticipation 1\n",
+      "fitting joy 1\n",
+      "fitting positive 1\n",
+      "fitting trust 1\n",
+      "fixed trust 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "fixture positive 1\n",
+      "flabby disgust 1\n",
+      "flabby negative 1\n",
+      "flaccid negative 1\n",
+      "flaccid sadness 1\n",
+      "flagging negative 1\n",
+      "flagrant anger 1\n",
+      "flagrant disgust 1\n",
+      "flagrant negative 1\n",
+      "flagship trust 1\n",
+      "flake negative 1\n",
+      "flange trust 1\n",
+      "flap negative 1\n",
+      "flattering joy 1\n",
+      "flattering positive 1\n",
+      "flatulence disgust 1\n",
+      "flatulence negative 1\n",
+      "flaunt negative 1\n",
+      "flaw negative 1\n",
+      "flaw sadness 1\n",
+      "flea disgust 1\n",
+      "flea negative 1\n",
+      "fled fear 1\n",
+      "flee fear 1\n",
+      "flee negative 1\n",
+      "fleece anger 1\n",
+      "fleece disgust 1\n",
+      "fleece negative 1\n",
+      "fleece sadness 1\n",
+      "fleet positive 1\n",
+      "flesh disgust 1\n",
+      "fleshy negative 1\n",
+      "flexibility positive 1\n",
+      "flinch anticipation 1\n",
+      "flinch disgust 1\n",
+      "flinch fear 1\n",
+      "flinch negative 1\n",
+      "flinch sadness 1\n",
+      "flinch surprise 1\n",
+      "flirt anticipation 1\n",
+      "flirt joy 1\n",
+      "flirt negative 1\n",
+      "flirt positive 1\n",
+      "flirt surprise 1\n",
+      "flirt trust 1\n",
+      "flog anger 1\n",
+      "flog disgust 1\n",
+      "flog fear 1\n",
+      "flog negative 1\n",
+      "flog sadness 1\n",
+      "flood fear 1\n",
+      "flop disgust 1\n",
+      "flop negative 1\n",
+      "flop sadness 1\n",
+      "floral positive 1\n",
+      "flounder fear 1\n",
+      "flounder negative 1\n",
+      "flounder sadness 1\n",
+      "flow positive 1\n",
+      "flowery positive 1\n",
+      "flu fear 1\n",
+      "flu negative 1\n",
+      "fluctuation anger 1\n",
+      "fluctuation fear 1\n",
+      "fluctuation negative 1\n",
+      "fluke surprise 1\n",
+      "flush positive 1\n",
+      "flying fear 1\n",
+      "flying positive 1\n",
+      "focus positive 1\n",
+      "foe anger 1\n",
+      "foe fear 1\n",
+      "foe negative 1\n",
+      "foiled negative 1\n",
+      "follower trust 1\n",
+      "folly negative 1\n",
+      "fondness joy 1\n",
+      "fondness positive 1\n",
+      "food joy 1\n",
+      "food positive 1\n",
+      "food trust 1\n",
+      "fool disgust 1\n",
+      "fool negative 1\n",
+      "foolish negative 1\n",
+      "foolishness negative 1\n",
+      "football anticipation 1\n",
+      "football joy 1\n",
+      "football positive 1\n",
+      "footing trust 1\n",
+      "forage negative 1\n",
+      "foray anger 1\n",
+      "foray negative 1\n",
+      "forbearance positive 1\n",
+      "forbid negative 1\n",
+      "forbid sadness 1\n",
+      "forbidding anger 1\n",
+      "forbidding fear 1\n",
+      "forbidding negative 1\n",
+      "force anger 1\n",
+      "force fear 1\n",
+      "force negative 1\n",
+      "forced fear 1\n",
+      "forced negative 1\n",
+      "forcibly anger 1\n",
+      "forcibly fear 1\n",
+      "forcibly negative 1\n",
+      "fore positive 1\n",
+      "forearm anger 1\n",
+      "forearm anticipation 1\n",
+      "foreboding anticipation 1\n",
+      "foreboding fear 1\n",
+      "foreboding negative 1\n",
+      "forecast anticipation 1\n",
+      "forecast trust 1\n",
+      "foreclose fear 1\n",
+      "foreclose negative 1\n",
+      "foreclose sadness 1\n",
+      "forefathers joy 1\n",
+      "forefathers positive 1\n",
+      "forefathers trust 1\n",
+      "forego negative 1\n",
+      "foregoing positive 1\n",
+      "foreign negative 1\n",
+      "foreigner fear 1\n",
+      "foreigner negative 1\n",
+      "foreman positive 1\n",
+      "forerunner positive 1\n",
+      "foresee anticipation 1\n",
+      "foresee positive 1\n",
+      "foresee surprise 1\n",
+      "foresee trust 1\n",
+      "foreseen anticipation 1\n",
+      "foreseen positive 1\n",
+      "foresight anticipation 1\n",
+      "foresight positive 1\n",
+      "foresight trust 1\n",
+      "forewarned anticipation 1\n",
+      "forewarned fear 1\n",
+      "forewarned negative 1\n",
+      "forfeit anger 1\n",
+      "forfeit negative 1\n",
+      "forfeit sadness 1\n",
+      "forfeited negative 1\n",
+      "forfeiture fear 1\n",
+      "forfeiture negative 1\n",
+      "forfeiture sadness 1\n",
+      "forge positive 1\n",
+      "forgery negative 1\n",
+      "forget negative 1\n",
+      "forgive positive 1\n",
+      "forgiven positive 1\n",
+      "forgiving positive 1\n",
+      "forgiving trust 1\n",
+      "forgotten fear 1\n",
+      "forgotten negative 1\n",
+      "forgotten sadness 1\n",
+      "forlorn negative 1\n",
+      "forlorn sadness 1\n",
+      "formality trust 1\n",
+      "formative positive 1\n",
+      "formative trust 1\n",
+      "formidable fear 1\n",
+      "forming anticipation 1\n",
+      "formless negative 1\n",
+      "formula positive 1\n",
+      "formula trust 1\n",
+      "fornication negative 1\n",
+      "forsake negative 1\n",
+      "forsake sadness 1\n",
+      "forsaken anger 1\n",
+      "forsaken negative 1\n",
+      "forsaken sadness 1\n",
+      "fort trust 1\n",
+      "forte positive 1\n",
+      "forthcoming positive 1\n",
+      "fortify positive 1\n",
+      "fortitude joy 1\n",
+      "fortitude positive 1\n",
+      "fortitude trust 1\n",
+      "fortress fear 1\n",
+      "fortress positive 1\n",
+      "fortress sadness 1\n",
+      "fortress trust 1\n",
+      "fortunate positive 1\n",
+      "fortune anticipation 1\n",
+      "fortune joy 1\n",
+      "fortune positive 1\n",
+      "fortune surprise 1\n",
+      "fortune trust 1\n",
+      "forward positive 1\n",
+      "foul anger 1\n",
+      "foul disgust 1\n",
+      "foul fear 1\n",
+      "foul negative 1\n",
+      "found joy 1\n",
+      "found positive 1\n",
+      "found trust 1\n",
+      "foundation positive 1\n",
+      "fracture negative 1\n",
+      "fragile fear 1\n",
+      "fragile negative 1\n",
+      "fragile sadness 1\n",
+      "fragrant positive 1\n",
+      "frailty negative 1\n",
+      "frailty sadness 1\n",
+      "framework trust 1\n",
+      "frank positive 1\n",
+      "frank trust 1\n",
+      "frankness positive 1\n",
+      "frankness trust 1\n",
+      "frantic anticipation 1\n",
+      "frantic disgust 1\n",
+      "frantic fear 1\n",
+      "frantic negative 1\n",
+      "frantic surprise 1\n",
+      "fraternal joy 1\n",
+      "fraternal positive 1\n",
+      "fraternal trust 1\n",
+      "fraud anger 1\n",
+      "fraud negative 1\n",
+      "fraudulent anger 1\n",
+      "fraudulent disgust 1\n",
+      "fraudulent negative 1\n",
+      "fraught fear 1\n",
+      "fraught negative 1\n",
+      "fraught sadness 1\n",
+      "fray negative 1\n",
+      "frayed negative 1\n",
+      "frayed sadness 1\n",
+      "freakish disgust 1\n",
+      "freakish fear 1\n",
+      "freakish negative 1\n",
+      "freakish surprise 1\n",
+      "freedom joy 1\n",
+      "freedom positive 1\n",
+      "freedom trust 1\n",
+      "freely joy 1\n",
+      "freely positive 1\n",
+      "freely trust 1\n",
+      "freezing negative 1\n",
+      "frenetic anger 1\n",
+      "frenetic fear 1\n",
+      "frenetic negative 1\n",
+      "frenetic surprise 1\n",
+      "frenzied anger 1\n",
+      "frenzied fear 1\n",
+      "frenzied negative 1\n",
+      "frenzy negative 1\n",
+      "fret fear 1\n",
+      "fret negative 1\n",
+      "friction anger 1\n",
+      "friend joy 1\n",
+      "friend positive 1\n",
+      "friend trust 1\n",
+      "friendliness joy 1\n",
+      "friendliness positive 1\n",
+      "friendliness trust 1\n",
+      "friendly anticipation 1\n",
+      "friendly joy 1\n",
+      "friendly positive 1\n",
+      "friendly trust 1\n",
+      "friendship joy 1\n",
+      "friendship positive 1\n",
+      "friendship trust 1\n",
+      "frigate fear 1\n",
+      "fright fear 1\n",
+      "fright negative 1\n",
+      "fright surprise 1\n",
+      "frighten fear 1\n",
+      "frighten negative 1\n",
+      "frighten sadness 1\n",
+      "frighten surprise 1\n",
+      "frightened fear 1\n",
+      "frightened negative 1\n",
+      "frightened surprise 1\n",
+      "frightful anger 1\n",
+      "frightful fear 1\n",
+      "frightful negative 1\n",
+      "frightful sadness 1\n",
+      "frigid negative 1\n",
+      "frisky anticipation 1\n",
+      "frisky joy 1\n",
+      "frisky positive 1\n",
+      "frisky surprise 1\n",
+      "frivolous negative 1\n",
+      "frolic joy 1\n",
+      "frolic positive 1\n",
+      "frostbite negative 1\n",
+      "froth negative 1\n",
+      "frown negative 1\n",
+      "frown sadness 1\n",
+      "frowning anger 1\n",
+      "frowning disgust 1\n",
+      "frowning negative 1\n",
+      "frowning sadness 1\n",
+      "frugal positive 1\n",
+      "fruitful positive 1\n",
+      "fruitless negative 1\n",
+      "fruitless sadness 1\n",
+      "frustrate anger 1\n",
+      "frustrate disgust 1\n",
+      "frustrate negative 1\n",
+      "frustrate sadness 1\n",
+      "frustrated anger 1\n",
+      "frustrated negative 1\n",
+      "frustration anger 1\n",
+      "frustration negative 1\n",
+      "fudge negative 1\n",
+      "fugitive anger 1\n",
+      "fugitive disgust 1\n",
+      "fugitive fear 1\n",
+      "fugitive negative 1\n",
+      "fugitive sadness 1\n",
+      "fugitive trust 1\n",
+      "fulfill joy 1\n",
+      "fulfill positive 1\n",
+      "fulfillment anticipation 1\n",
+      "fulfillment joy 1\n",
+      "fulfillment positive 1\n",
+      "fulfillment trust 1\n",
+      "full positive 1\n",
+      "fully positive 1\n",
+      "fully trust 1\n",
+      "fumble negative 1\n",
+      "fume negative 1\n",
+      "fuming anger 1\n",
+      "fuming negative 1\n",
+      "fun anticipation 1\n",
+      "fun joy 1\n",
+      "fun positive 1\n",
+      "fundamental positive 1\n",
+      "fundamental trust 1\n",
+      "funeral sadness 1\n",
+      "fungus disgust 1\n",
+      "fungus negative 1\n",
+      "funk negative 1\n",
+      "funk sadness 1\n",
+      "furious anger 1\n",
+      "furious disgust 1\n",
+      "furious negative 1\n",
+      "furiously anger 1\n",
+      "furnace anger 1\n",
+      "furor anger 1\n",
+      "furor negative 1\n",
+      "furrow sadness 1\n",
+      "fury anger 1\n",
+      "fury fear 1\n",
+      "fury negative 1\n",
+      "fury sadness 1\n",
+      "fuse positive 1\n",
+      "fuse trust 1\n",
+      "fusion positive 1\n",
+      "fuss anger 1\n",
+      "fuss negative 1\n",
+      "fuss sadness 1\n",
+      "fussy disgust 1\n",
+      "fussy negative 1\n",
+      "futile negative 1\n",
+      "futile sadness 1\n",
+      "futility negative 1\n",
+      "gaby disgust 1\n",
+      "gaby negative 1\n",
+      "gag disgust 1\n",
+      "gag negative 1\n",
+      "gage trust 1\n",
+      "gain anticipation 1\n",
+      "gain joy 1\n",
+      "gain positive 1\n",
+      "gaining positive 1\n",
+      "gall anger 1\n",
+      "gall disgust 1\n",
+      "gall negative 1\n",
+      "gallant positive 1\n",
+      "gallantry positive 1\n",
+      "gallows anger 1\n",
+      "gallows fear 1\n",
+      "gallows negative 1\n",
+      "gallows sadness 1\n",
+      "galore positive 1\n",
+      "gamble negative 1\n",
+      "gambler anticipation 1\n",
+      "gambler negative 1\n",
+      "gambler surprise 1\n",
+      "gambling anticipation 1\n",
+      "gambling negative 1\n",
+      "gambling surprise 1\n",
+      "gang anger 1\n",
+      "gang fear 1\n",
+      "gang negative 1\n",
+      "gaol negative 1\n",
+      "gap negative 1\n",
+      "gape surprise 1\n",
+      "garbage disgust 1\n",
+      "garbage negative 1\n",
+      "garden joy 1\n",
+      "garden positive 1\n",
+      "garish disgust 1\n",
+      "garish negative 1\n",
+      "garish surprise 1\n",
+      "garnet positive 1\n",
+      "garnish negative 1\n",
+      "garrison positive 1\n",
+      "garrison trust 1\n",
+      "gash fear 1\n",
+      "gash negative 1\n",
+      "gasp surprise 1\n",
+      "gasping fear 1\n",
+      "gasping negative 1\n",
+      "gate trust 1\n",
+      "gateway trust 1\n",
+      "gauche negative 1\n",
+      "gauging trust 1\n",
+      "gaunt negative 1\n",
+      "gawk surprise 1\n",
+      "gazette positive 1\n",
+      "gazette trust 1\n",
+      "gear positive 1\n",
+      "gelatin disgust 1\n",
+      "gem joy 1\n",
+      "gem positive 1\n",
+      "general positive 1\n",
+      "general trust 1\n",
+      "generosity anticipation 1\n",
+      "generosity joy 1\n",
+      "generosity positive 1\n",
+      "generosity surprise 1\n",
+      "generosity trust 1\n",
+      "generous joy 1\n",
+      "generous positive 1\n",
+      "generous trust 1\n",
+      "genial joy 1\n",
+      "genial positive 1\n",
+      "genius positive 1\n",
+      "gent anger 1\n",
+      "gent disgust 1\n",
+      "gent fear 1\n",
+      "gent negative 1\n",
+      "genteel positive 1\n",
+      "gentleman positive 1\n",
+      "gentleman trust 1\n",
+      "gentleness positive 1\n",
+      "gentry positive 1\n",
+      "gentry trust 1\n",
+      "genuine positive 1\n",
+      "genuine trust 1\n",
+      "geranium positive 1\n",
+      "geriatric negative 1\n",
+      "geriatric sadness 1\n",
+      "germ anticipation 1\n",
+      "germ disgust 1\n",
+      "germination anticipation 1\n",
+      "ghastly disgust 1\n",
+      "ghastly fear 1\n",
+      "ghastly negative 1\n",
+      "ghetto disgust 1\n",
+      "ghetto fear 1\n",
+      "ghetto negative 1\n",
+      "ghetto sadness 1\n",
+      "ghost fear 1\n",
+      "ghostly fear 1\n",
+      "ghostly negative 1\n",
+      "giant fear 1\n",
+      "gibberish anger 1\n",
+      "gibberish negative 1\n",
+      "gift anticipation 1\n",
+      "gift joy 1\n",
+      "gift positive 1\n",
+      "gift surprise 1\n",
+      "gifted positive 1\n",
+      "gigantic positive 1\n",
+      "giggle joy 1\n",
+      "giggle positive 1\n",
+      "girder positive 1\n",
+      "girder trust 1\n",
+      "giving positive 1\n",
+      "glacial negative 1\n",
+      "glad anticipation 1\n",
+      "glad joy 1\n",
+      "glad positive 1\n",
+      "gladiator fear 1\n",
+      "gladness joy 1\n",
+      "gladness positive 1\n",
+      "glare anger 1\n",
+      "glare fear 1\n",
+      "glare negative 1\n",
+      "glaring anger 1\n",
+      "glaring negative 1\n",
+      "glee joy 1\n",
+      "glee positive 1\n",
+      "glib negative 1\n",
+      "glide anticipation 1\n",
+      "glide joy 1\n",
+      "glide positive 1\n",
+      "glimmer anticipation 1\n",
+      "glimmer joy 1\n",
+      "glimmer positive 1\n",
+      "glimmer surprise 1\n",
+      "glitter disgust 1\n",
+      "glitter joy 1\n",
+      "glittering positive 1\n",
+      "gloom negative 1\n",
+      "gloom sadness 1\n",
+      "gloomy negative 1\n",
+      "gloomy sadness 1\n",
+      "glorification joy 1\n",
+      "glorification positive 1\n",
+      "glorify anticipation 1\n",
+      "glorify joy 1\n",
+      "glorify positive 1\n",
+      "glorify surprise 1\n",
+      "glorify trust 1\n",
+      "glory anticipation 1\n",
+      "glory joy 1\n",
+      "glory positive 1\n",
+      "glory trust 1\n",
+      "gloss positive 1\n",
+      "glow anticipation 1\n",
+      "glow joy 1\n",
+      "glow positive 1\n",
+      "glow trust 1\n",
+      "glowing positive 1\n",
+      "glum negative 1\n",
+      "glum sadness 1\n",
+      "glut disgust 1\n",
+      "glut negative 1\n",
+      "gluttony disgust 1\n",
+      "gluttony negative 1\n",
+      "gnome anger 1\n",
+      "gnome disgust 1\n",
+      "gnome fear 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "gnome negative 1\n",
+      "gob disgust 1\n",
+      "goblin disgust 1\n",
+      "goblin fear 1\n",
+      "goblin negative 1\n",
+      "god anticipation 1\n",
+      "god fear 1\n",
+      "god joy 1\n",
+      "god positive 1\n",
+      "god trust 1\n",
+      "godless anger 1\n",
+      "godless negative 1\n",
+      "godly joy 1\n",
+      "godly positive 1\n",
+      "godly trust 1\n",
+      "godsend joy 1\n",
+      "godsend positive 1\n",
+      "godsend surprise 1\n",
+      "gold positive 1\n",
+      "gonorrhea anger 1\n",
+      "gonorrhea disgust 1\n",
+      "gonorrhea fear 1\n",
+      "gonorrhea negative 1\n",
+      "gonorrhea sadness 1\n",
+      "goo disgust 1\n",
+      "goo negative 1\n",
+      "good anticipation 1\n",
+      "good joy 1\n",
+      "good positive 1\n",
+      "good surprise 1\n",
+      "good trust 1\n",
+      "goodly positive 1\n",
+      "goodness anticipation 1\n",
+      "goodness joy 1\n",
+      "goodness positive 1\n",
+      "goodness surprise 1\n",
+      "goodness trust 1\n",
+      "goods positive 1\n",
+      "goodwill positive 1\n",
+      "gore anger 1\n",
+      "gore disgust 1\n",
+      "gore fear 1\n",
+      "gore negative 1\n",
+      "gore sadness 1\n",
+      "gorge disgust 1\n",
+      "gorge negative 1\n",
+      "gorgeous joy 1\n",
+      "gorgeous positive 1\n",
+      "gorilla negative 1\n",
+      "gory anger 1\n",
+      "gory disgust 1\n",
+      "gory fear 1\n",
+      "gory negative 1\n",
+      "gory sadness 1\n",
+      "gospel positive 1\n",
+      "gospel trust 1\n",
+      "gossip negative 1\n",
+      "gouge negative 1\n",
+      "gout negative 1\n",
+      "govern positive 1\n",
+      "govern trust 1\n",
+      "governess trust 1\n",
+      "government fear 1\n",
+      "government negative 1\n",
+      "governor trust 1\n",
+      "grab anger 1\n",
+      "grab negative 1\n",
+      "grace positive 1\n",
+      "graceful positive 1\n",
+      "gracious positive 1\n",
+      "graciously positive 1\n",
+      "gradual anticipation 1\n",
+      "graduation anticipation 1\n",
+      "graduation fear 1\n",
+      "graduation joy 1\n",
+      "graduation positive 1\n",
+      "graduation surprise 1\n",
+      "graduation trust 1\n",
+      "grammar trust 1\n",
+      "grandchildren anticipation 1\n",
+      "grandchildren joy 1\n",
+      "grandchildren positive 1\n",
+      "grandchildren trust 1\n",
+      "grandeur positive 1\n",
+      "grandfather trust 1\n",
+      "grandmother positive 1\n",
+      "grant anticipation 1\n",
+      "grant joy 1\n",
+      "grant positive 1\n",
+      "grant trust 1\n",
+      "granted positive 1\n",
+      "grasping anticipation 1\n",
+      "grasping negative 1\n",
+      "grate negative 1\n",
+      "grated anger 1\n",
+      "grated negative 1\n",
+      "grateful positive 1\n",
+      "gratify joy 1\n",
+      "gratify positive 1\n",
+      "gratify surprise 1\n",
+      "grating anger 1\n",
+      "grating disgust 1\n",
+      "grating negative 1\n",
+      "gratitude joy 1\n",
+      "gratitude positive 1\n",
+      "gratuitous disgust 1\n",
+      "grave fear 1\n",
+      "grave negative 1\n",
+      "grave sadness 1\n",
+      "gravitate anticipation 1\n",
+      "gray disgust 1\n",
+      "gray sadness 1\n",
+      "greasy disgust 1\n",
+      "greater positive 1\n",
+      "greatness joy 1\n",
+      "greatness positive 1\n",
+      "greatness surprise 1\n",
+      "greatness trust 1\n",
+      "greed anger 1\n",
+      "greed disgust 1\n",
+      "greed negative 1\n",
+      "greedy disgust 1\n",
+      "greedy negative 1\n",
+      "green joy 1\n",
+      "green positive 1\n",
+      "green trust 1\n",
+      "greeting positive 1\n",
+      "greeting surprise 1\n",
+      "gregarious positive 1\n",
+      "grenade fear 1\n",
+      "grenade negative 1\n",
+      "grief negative 1\n",
+      "grief sadness 1\n",
+      "grievance anger 1\n",
+      "grievance disgust 1\n",
+      "grievance negative 1\n",
+      "grievance sadness 1\n",
+      "grieve fear 1\n",
+      "grieve negative 1\n",
+      "grieve sadness 1\n",
+      "grievous anger 1\n",
+      "grievous fear 1\n",
+      "grievous negative 1\n",
+      "grievous sadness 1\n",
+      "grim anger 1\n",
+      "grim anticipation 1\n",
+      "grim disgust 1\n",
+      "grim fear 1\n",
+      "grim negative 1\n",
+      "grim sadness 1\n",
+      "grime disgust 1\n",
+      "grime negative 1\n",
+      "grimy disgust 1\n",
+      "grimy negative 1\n",
+      "grin anticipation 1\n",
+      "grin joy 1\n",
+      "grin positive 1\n",
+      "grin surprise 1\n",
+      "grin trust 1\n",
+      "grinding negative 1\n",
+      "grisly disgust 1\n",
+      "grisly fear 1\n",
+      "grisly negative 1\n",
+      "grist positive 1\n",
+      "grit positive 1\n",
+      "grit trust 1\n",
+      "grizzly fear 1\n",
+      "grizzly negative 1\n",
+      "groan disgust 1\n",
+      "groan negative 1\n",
+      "groan sadness 1\n",
+      "grope anger 1\n",
+      "grope disgust 1\n",
+      "grope fear 1\n",
+      "grope negative 1\n",
+      "gross disgust 1\n",
+      "gross negative 1\n",
+      "grotesque disgust 1\n",
+      "grotesque negative 1\n",
+      "ground trust 1\n",
+      "grounded fear 1\n",
+      "grounded negative 1\n",
+      "grounded sadness 1\n",
+      "groundless negative 1\n",
+      "groundwork positive 1\n",
+      "grow anticipation 1\n",
+      "grow joy 1\n",
+      "grow positive 1\n",
+      "grow trust 1\n",
+      "growl anger 1\n",
+      "growl fear 1\n",
+      "growl negative 1\n",
+      "growling anger 1\n",
+      "growling disgust 1\n",
+      "growling fear 1\n",
+      "growling negative 1\n",
+      "growth positive 1\n",
+      "grudge anger 1\n",
+      "grudge negative 1\n",
+      "grudgingly negative 1\n",
+      "gruesome disgust 1\n",
+      "gruesome negative 1\n",
+      "gruff anger 1\n",
+      "gruff disgust 1\n",
+      "gruff negative 1\n",
+      "grumble anger 1\n",
+      "grumble disgust 1\n",
+      "grumble negative 1\n",
+      "grumpy anger 1\n",
+      "grumpy disgust 1\n",
+      "grumpy negative 1\n",
+      "grumpy sadness 1\n",
+      "guarantee positive 1\n",
+      "guarantee trust 1\n",
+      "guard fear 1\n",
+      "guard positive 1\n",
+      "guard trust 1\n",
+      "guarded trust 1\n",
+      "guardian positive 1\n",
+      "guardian trust 1\n",
+      "guardianship positive 1\n",
+      "guardianship trust 1\n",
+      "gubernatorial positive 1\n",
+      "gubernatorial trust 1\n",
+      "guerilla fear 1\n",
+      "guerilla negative 1\n",
+      "guess surprise 1\n",
+      "guidance positive 1\n",
+      "guidance trust 1\n",
+      "guide positive 1\n",
+      "guide trust 1\n",
+      "guidebook positive 1\n",
+      "guidebook trust 1\n",
+      "guile negative 1\n",
+      "guillotine anger 1\n",
+      "guillotine anticipation 1\n",
+      "guillotine disgust 1\n",
+      "guillotine fear 1\n",
+      "guillotine negative 1\n",
+      "guillotine sadness 1\n",
+      "guilt disgust 1\n",
+      "guilt negative 1\n",
+      "guilt sadness 1\n",
+      "guilty anger 1\n",
+      "guilty negative 1\n",
+      "guilty sadness 1\n",
+      "guise negative 1\n",
+      "gull negative 1\n",
+      "gullible negative 1\n",
+      "gullible sadness 1\n",
+      "gullible trust 1\n",
+      "gulp fear 1\n",
+      "gulp surprise 1\n",
+      "gun anger 1\n",
+      "gun fear 1\n",
+      "gun negative 1\n",
+      "gunpowder fear 1\n",
+      "guru positive 1\n",
+      "guru trust 1\n",
+      "gush disgust 1\n",
+      "gush joy 1\n",
+      "gush negative 1\n",
+      "gusset trust 1\n",
+      "gut disgust 1\n",
+      "guts positive 1\n",
+      "gutter disgust 1\n",
+      "guzzling negative 1\n",
+      "gymnast positive 1\n",
+      "gypsy negative 1\n",
+      "habitat positive 1\n",
+      "habitual anticipation 1\n",
+      "hag disgust 1\n",
+      "hag fear 1\n",
+      "hag negative 1\n",
+      "haggard negative 1\n",
+      "haggard sadness 1\n",
+      "hail negative 1\n",
+      "hail positive 1\n",
+      "hail trust 1\n",
+      "hairy disgust 1\n",
+      "hairy negative 1\n",
+      "hale positive 1\n",
+      "halfway negative 1\n",
+      "hallucination fear 1\n",
+      "hallucination negative 1\n",
+      "halter anger 1\n",
+      "halter fear 1\n",
+      "halter negative 1\n",
+      "halter sadness 1\n",
+      "halting fear 1\n",
+      "halting negative 1\n",
+      "halting sadness 1\n",
+      "hamper negative 1\n",
+      "hamstring anger 1\n",
+      "hamstring negative 1\n",
+      "hamstring sadness 1\n",
+      "handbook trust 1\n",
+      "handicap negative 1\n",
+      "handicap sadness 1\n",
+      "handy positive 1\n",
+      "hanging anger 1\n",
+      "hanging disgust 1\n",
+      "hanging fear 1\n",
+      "hanging negative 1\n",
+      "hanging sadness 1\n",
+      "hangman fear 1\n",
+      "hangman negative 1\n",
+      "hankering anticipation 1\n",
+      "hap anticipation 1\n",
+      "hap surprise 1\n",
+      "happen anticipation 1\n",
+      "happily joy 1\n",
+      "happily positive 1\n",
+      "happiness anticipation 1\n",
+      "happiness joy 1\n",
+      "happiness positive 1\n",
+      "happy anticipation 1\n",
+      "happy joy 1\n",
+      "happy positive 1\n",
+      "happy trust 1\n",
+      "harass anger 1\n",
+      "harass disgust 1\n",
+      "harass negative 1\n",
+      "harassing anger 1\n",
+      "harbinger anger 1\n",
+      "harbinger anticipation 1\n",
+      "harbinger fear 1\n",
+      "harbinger negative 1\n",
+      "harbor trust 1\n",
+      "hardened anger 1\n",
+      "hardened disgust 1\n",
+      "hardened fear 1\n",
+      "hardened negative 1\n",
+      "hardness negative 1\n",
+      "hardship negative 1\n",
+      "hardship sadness 1\n",
+      "hardy joy 1\n",
+      "hardy positive 1\n",
+      "hardy trust 1\n",
+      "harlot disgust 1\n",
+      "harlot negative 1\n",
+      "harm fear 1\n",
+      "harm negative 1\n",
+      "harmful anger 1\n",
+      "harmful disgust 1\n",
+      "harmful fear 1\n",
+      "harmful negative 1\n",
+      "harmful sadness 1\n",
+      "harmoniously joy 1\n",
+      "harmoniously positive 1\n",
+      "harmoniously trust 1\n",
+      "harmony joy 1\n",
+      "harmony positive 1\n",
+      "harmony trust 1\n",
+      "harrowing fear 1\n",
+      "harrowing negative 1\n",
+      "harry anger 1\n",
+      "harry negative 1\n",
+      "harry sadness 1\n",
+      "harshness anger 1\n",
+      "harshness fear 1\n",
+      "harshness negative 1\n",
+      "harvest anticipation 1\n",
+      "harvest joy 1\n",
+      "harvest positive 1\n",
+      "hash negative 1\n",
+      "hashish negative 1\n",
+      "haste anticipation 1\n",
+      "hasty negative 1\n",
+      "hate anger 1\n",
+      "hate disgust 1\n",
+      "hate fear 1\n",
+      "hate negative 1\n",
+      "hate sadness 1\n",
+      "hateful anger 1\n",
+      "hateful disgust 1\n",
+      "hateful fear 1\n",
+      "hateful negative 1\n",
+      "hateful sadness 1\n",
+      "hating anger 1\n",
+      "hating negative 1\n",
+      "hatred anger 1\n",
+      "hatred disgust 1\n",
+      "hatred fear 1\n",
+      "hatred negative 1\n",
+      "hatred sadness 1\n",
+      "haughty anger 1\n",
+      "haughty negative 1\n",
+      "haunt fear 1\n",
+      "haunt negative 1\n",
+      "haunted fear 1\n",
+      "haunted negative 1\n",
+      "haunted sadness 1\n",
+      "haven positive 1\n",
+      "haven trust 1\n",
+      "havoc anger 1\n",
+      "havoc fear 1\n",
+      "havoc negative 1\n",
+      "hawk fear 1\n",
+      "hazard fear 1\n",
+      "hazard negative 1\n",
+      "hazardous fear 1\n",
+      "hazardous negative 1\n",
+      "haze fear 1\n",
+      "haze negative 1\n",
+      "headache negative 1\n",
+      "headlight anticipation 1\n",
+      "headway positive 1\n",
+      "heady negative 1\n",
+      "heal joy 1\n",
+      "heal positive 1\n",
+      "heal trust 1\n",
+      "healing anticipation 1\n",
+      "healing joy 1\n",
+      "healing positive 1\n",
+      "healing trust 1\n",
+      "healthful joy 1\n",
+      "healthful positive 1\n",
+      "healthy positive 1\n",
+      "hearing fear 1\n",
+      "hearing negative 1\n",
+      "hearsay negative 1\n",
+      "hearse fear 1\n",
+      "hearse negative 1\n",
+      "hearse sadness 1\n",
+      "heartache negative 1\n",
+      "heartache sadness 1\n",
+      "heartburn negative 1\n",
+      "heartfelt joy 1\n",
+      "heartfelt positive 1\n",
+      "heartfelt sadness 1\n",
+      "heartfelt trust 1\n",
+      "hearth positive 1\n",
+      "heartily joy 1\n",
+      "heartily positive 1\n",
+      "heartless negative 1\n",
+      "heartless sadness 1\n",
+      "heartworm disgust 1\n",
+      "heathen fear 1\n",
+      "heathen negative 1\n",
+      "heavenly anticipation 1\n",
+      "heavenly joy 1\n",
+      "heavenly positive 1\n",
+      "heavenly trust 1\n",
+      "heavens joy 1\n",
+      "heavens positive 1\n",
+      "heavens trust 1\n",
+      "heavily negative 1\n",
+      "hedonism joy 1\n",
+      "hedonism negative 1\n",
+      "hedonism positive 1\n",
+      "heel negative 1\n",
+      "heft anticipation 1\n",
+      "heft fear 1\n",
+      "heft positive 1\n",
+      "heighten fear 1\n",
+      "heighten negative 1\n",
+      "heinous negative 1\n",
+      "hell anger 1\n",
+      "hell disgust 1\n",
+      "hell fear 1\n",
+      "hell negative 1\n",
+      "hell sadness 1\n",
+      "hellish anger 1\n",
+      "hellish disgust 1\n",
+      "hellish fear 1\n",
+      "hellish negative 1\n",
+      "hellish sadness 1\n",
+      "helmet fear 1\n",
+      "helmet positive 1\n",
+      "helper positive 1\n",
+      "helper trust 1\n",
+      "helpful joy 1\n",
+      "helpful positive 1\n",
+      "helpful trust 1\n",
+      "helpless fear 1\n",
+      "helpless negative 1\n",
+      "helpless sadness 1\n",
+      "helplessness fear 1\n",
+      "helplessness negative 1\n",
+      "helplessness sadness 1\n",
+      "hemorrhage disgust 1\n",
+      "hemorrhage fear 1\n",
+      "hemorrhage negative 1\n",
+      "hemorrhage sadness 1\n",
+      "hemorrhoids negative 1\n",
+      "herbal positive 1\n",
+      "heresy negative 1\n",
+      "heretic disgust 1\n",
+      "heretic negative 1\n",
+      "heritage trust 1\n",
+      "hermaphrodite negative 1\n",
+      "hermaphrodite surprise 1\n",
+      "hermit sadness 1\n",
+      "hermit trust 1\n",
+      "hero anticipation 1\n",
+      "hero joy 1\n",
+      "hero positive 1\n",
+      "hero surprise 1\n",
+      "hero trust 1\n",
+      "heroic joy 1\n",
+      "heroic positive 1\n",
+      "heroic surprise 1\n",
+      "heroic trust 1\n",
+      "heroics positive 1\n",
+      "heroin negative 1\n",
+      "heroine positive 1\n",
+      "heroine trust 1\n",
+      "heroism anticipation 1\n",
+      "heroism joy 1\n",
+      "heroism positive 1\n",
+      "heroism surprise 1\n",
+      "heroism trust 1\n",
+      "herpes disgust 1\n",
+      "herpes negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "herpesvirus disgust 1\n",
+      "herpesvirus negative 1\n",
+      "hesitation fear 1\n",
+      "hesitation negative 1\n",
+      "heyday anticipation 1\n",
+      "heyday joy 1\n",
+      "heyday positive 1\n",
+      "heyday trust 1\n",
+      "hidden negative 1\n",
+      "hide fear 1\n",
+      "hideous disgust 1\n",
+      "hideous fear 1\n",
+      "hideous negative 1\n",
+      "hideous sadness 1\n",
+      "hiding fear 1\n",
+      "highest anticipation 1\n",
+      "highest fear 1\n",
+      "highest joy 1\n",
+      "highest negative 1\n",
+      "highest positive 1\n",
+      "highest surprise 1\n",
+      "hilarious joy 1\n",
+      "hilarious positive 1\n",
+      "hilarious surprise 1\n",
+      "hilarity joy 1\n",
+      "hilarity positive 1\n",
+      "hindering negative 1\n",
+      "hindering sadness 1\n",
+      "hindrance negative 1\n",
+      "hippie negative 1\n",
+      "hire anticipation 1\n",
+      "hire joy 1\n",
+      "hire positive 1\n",
+      "hire trust 1\n",
+      "hiss anger 1\n",
+      "hiss fear 1\n",
+      "hiss negative 1\n",
+      "hissing negative 1\n",
+      "hit anger 1\n",
+      "hit negative 1\n",
+      "hitherto negative 1\n",
+      "hive negative 1\n",
+      "hoarse negative 1\n",
+      "hoary negative 1\n",
+      "hoary sadness 1\n",
+      "hoax anger 1\n",
+      "hoax disgust 1\n",
+      "hoax negative 1\n",
+      "hoax sadness 1\n",
+      "hoax surprise 1\n",
+      "hobby joy 1\n",
+      "hobby positive 1\n",
+      "hobo negative 1\n",
+      "hobo sadness 1\n",
+      "hog disgust 1\n",
+      "hog negative 1\n",
+      "holiday anticipation 1\n",
+      "holiday joy 1\n",
+      "holiday positive 1\n",
+      "holiness anticipation 1\n",
+      "holiness fear 1\n",
+      "holiness joy 1\n",
+      "holiness positive 1\n",
+      "holiness surprise 1\n",
+      "holiness trust 1\n",
+      "hollow negative 1\n",
+      "hollow sadness 1\n",
+      "holocaust anger 1\n",
+      "holocaust disgust 1\n",
+      "holocaust fear 1\n",
+      "holocaust negative 1\n",
+      "holocaust sadness 1\n",
+      "holy positive 1\n",
+      "homage positive 1\n",
+      "homeless anger 1\n",
+      "homeless anticipation 1\n",
+      "homeless disgust 1\n",
+      "homeless fear 1\n",
+      "homeless negative 1\n",
+      "homeless sadness 1\n",
+      "homesick negative 1\n",
+      "homesick sadness 1\n",
+      "homework fear 1\n",
+      "homicidal anger 1\n",
+      "homicidal fear 1\n",
+      "homicidal negative 1\n",
+      "homicide anger 1\n",
+      "homicide disgust 1\n",
+      "homicide fear 1\n",
+      "homicide negative 1\n",
+      "homicide sadness 1\n",
+      "homology positive 1\n",
+      "homosexuality negative 1\n",
+      "honest anger 1\n",
+      "honest disgust 1\n",
+      "honest fear 1\n",
+      "honest joy 1\n",
+      "honest positive 1\n",
+      "honest sadness 1\n",
+      "honest trust 1\n",
+      "honesty positive 1\n",
+      "honesty trust 1\n",
+      "honey positive 1\n",
+      "honeymoon anticipation 1\n",
+      "honeymoon joy 1\n",
+      "honeymoon positive 1\n",
+      "honeymoon surprise 1\n",
+      "honeymoon trust 1\n",
+      "honor positive 1\n",
+      "honor trust 1\n",
+      "honorable positive 1\n",
+      "honorable trust 1\n",
+      "hood anger 1\n",
+      "hood disgust 1\n",
+      "hood fear 1\n",
+      "hood negative 1\n",
+      "hooded fear 1\n",
+      "hooked negative 1\n",
+      "hoot anger 1\n",
+      "hoot disgust 1\n",
+      "hoot negative 1\n",
+      "hope anticipation 1\n",
+      "hope joy 1\n",
+      "hope positive 1\n",
+      "hope surprise 1\n",
+      "hope trust 1\n",
+      "hopeful anticipation 1\n",
+      "hopeful joy 1\n",
+      "hopeful positive 1\n",
+      "hopeful surprise 1\n",
+      "hopeful trust 1\n",
+      "hopeless fear 1\n",
+      "hopeless negative 1\n",
+      "hopeless sadness 1\n",
+      "hopelessness anger 1\n",
+      "hopelessness disgust 1\n",
+      "hopelessness fear 1\n",
+      "hopelessness negative 1\n",
+      "hopelessness sadness 1\n",
+      "horde negative 1\n",
+      "horde surprise 1\n",
+      "horizon anticipation 1\n",
+      "horizon positive 1\n",
+      "horoscope anticipation 1\n",
+      "horrible anger 1\n",
+      "horrible disgust 1\n",
+      "horrible fear 1\n",
+      "horrible negative 1\n",
+      "horribly negative 1\n",
+      "horrid anger 1\n",
+      "horrid disgust 1\n",
+      "horrid fear 1\n",
+      "horrid negative 1\n",
+      "horrid sadness 1\n",
+      "horrific anger 1\n",
+      "horrific disgust 1\n",
+      "horrific fear 1\n",
+      "horrific negative 1\n",
+      "horrific sadness 1\n",
+      "horrified fear 1\n",
+      "horrified negative 1\n",
+      "horrifying disgust 1\n",
+      "horrifying fear 1\n",
+      "horrifying negative 1\n",
+      "horrifying sadness 1\n",
+      "horror anger 1\n",
+      "horror disgust 1\n",
+      "horror fear 1\n",
+      "horror negative 1\n",
+      "horror sadness 1\n",
+      "horror surprise 1\n",
+      "horrors fear 1\n",
+      "horrors negative 1\n",
+      "horrors sadness 1\n",
+      "horse trust 1\n",
+      "hospice sadness 1\n",
+      "hospital fear 1\n",
+      "hospital sadness 1\n",
+      "hospital trust 1\n",
+      "hospitality positive 1\n",
+      "hostage anger 1\n",
+      "hostage fear 1\n",
+      "hostage negative 1\n",
+      "hostile anger 1\n",
+      "hostile disgust 1\n",
+      "hostile fear 1\n",
+      "hostile negative 1\n",
+      "hostilities anger 1\n",
+      "hostilities fear 1\n",
+      "hostilities negative 1\n",
+      "hostility anger 1\n",
+      "hostility disgust 1\n",
+      "hostility negative 1\n",
+      "hot anger 1\n",
+      "household positive 1\n",
+      "housekeeping positive 1\n",
+      "howl anger 1\n",
+      "howl disgust 1\n",
+      "howl fear 1\n",
+      "howl negative 1\n",
+      "howl sadness 1\n",
+      "howl surprise 1\n",
+      "huff anger 1\n",
+      "huff disgust 1\n",
+      "huff negative 1\n",
+      "hug joy 1\n",
+      "hug positive 1\n",
+      "hug trust 1\n",
+      "hulk disgust 1\n",
+      "humane positive 1\n",
+      "humanitarian anticipation 1\n",
+      "humanitarian joy 1\n",
+      "humanitarian positive 1\n",
+      "humanitarian surprise 1\n",
+      "humanitarian trust 1\n",
+      "humanity joy 1\n",
+      "humanity positive 1\n",
+      "humanity trust 1\n",
+      "humble disgust 1\n",
+      "humble negative 1\n",
+      "humble positive 1\n",
+      "humble sadness 1\n",
+      "humbled positive 1\n",
+      "humbled sadness 1\n",
+      "humbly positive 1\n",
+      "humbug anger 1\n",
+      "humbug disgust 1\n",
+      "humbug negative 1\n",
+      "humbug sadness 1\n",
+      "humiliate anger 1\n",
+      "humiliate negative 1\n",
+      "humiliate sadness 1\n",
+      "humiliating disgust 1\n",
+      "humiliating negative 1\n",
+      "humiliation disgust 1\n",
+      "humiliation negative 1\n",
+      "humiliation sadness 1\n",
+      "humility positive 1\n",
+      "humility trust 1\n",
+      "humorist positive 1\n",
+      "humorous joy 1\n",
+      "humorous positive 1\n",
+      "hunch negative 1\n",
+      "hungry anticipation 1\n",
+      "hungry negative 1\n",
+      "hunter anticipation 1\n",
+      "hunter fear 1\n",
+      "hunter negative 1\n",
+      "hunter sadness 1\n",
+      "hunting anger 1\n",
+      "hunting anticipation 1\n",
+      "hunting fear 1\n",
+      "hunting negative 1\n",
+      "hurrah joy 1\n",
+      "hurrah positive 1\n",
+      "hurricane fear 1\n",
+      "hurricane negative 1\n",
+      "hurried anticipation 1\n",
+      "hurried negative 1\n",
+      "hurry anticipation 1\n",
+      "hurt anger 1\n",
+      "hurt fear 1\n",
+      "hurt negative 1\n",
+      "hurt sadness 1\n",
+      "hurtful anger 1\n",
+      "hurtful disgust 1\n",
+      "hurtful fear 1\n",
+      "hurtful negative 1\n",
+      "hurtful sadness 1\n",
+      "hurting anger 1\n",
+      "hurting fear 1\n",
+      "hurting negative 1\n",
+      "hurting sadness 1\n",
+      "husbandry positive 1\n",
+      "husbandry trust 1\n",
+      "hush positive 1\n",
+      "hustler negative 1\n",
+      "hut positive 1\n",
+      "hut sadness 1\n",
+      "hydra fear 1\n",
+      "hydra negative 1\n",
+      "hydrocephalus disgust 1\n",
+      "hydrocephalus fear 1\n",
+      "hydrocephalus negative 1\n",
+      "hydrocephalus sadness 1\n",
+      "hygienic positive 1\n",
+      "hymn anticipation 1\n",
+      "hymn joy 1\n",
+      "hymn positive 1\n",
+      "hymn sadness 1\n",
+      "hymn trust 1\n",
+      "hype anticipation 1\n",
+      "hype negative 1\n",
+      "hyperbole negative 1\n",
+      "hypertrophy disgust 1\n",
+      "hypertrophy fear 1\n",
+      "hypertrophy surprise 1\n",
+      "hypocrisy negative 1\n",
+      "hypocrite disgust 1\n",
+      "hypocrite negative 1\n",
+      "hypocritical disgust 1\n",
+      "hypocritical negative 1\n",
+      "hypothesis anticipation 1\n",
+      "hypothesis surprise 1\n",
+      "hysteria fear 1\n",
+      "hysteria negative 1\n",
+      "hysterical anger 1\n",
+      "hysterical fear 1\n",
+      "hysterical negative 1\n",
+      "idealism positive 1\n",
+      "idiocy anger 1\n",
+      "idiocy disgust 1\n",
+      "idiocy negative 1\n",
+      "idiocy sadness 1\n",
+      "idiot disgust 1\n",
+      "idiot negative 1\n",
+      "idiotic anger 1\n",
+      "idiotic disgust 1\n",
+      "idiotic negative 1\n",
+      "idler negative 1\n",
+      "idol positive 1\n",
+      "idolatry disgust 1\n",
+      "idolatry fear 1\n",
+      "idolatry negative 1\n",
+      "ignorance negative 1\n",
+      "ignorant disgust 1\n",
+      "ignorant negative 1\n",
+      "ignore negative 1\n",
+      "ill anger 1\n",
+      "ill disgust 1\n",
+      "ill fear 1\n",
+      "ill negative 1\n",
+      "ill sadness 1\n",
+      "illegal anger 1\n",
+      "illegal disgust 1\n",
+      "illegal fear 1\n",
+      "illegal negative 1\n",
+      "illegal sadness 1\n",
+      "illegality anger 1\n",
+      "illegality disgust 1\n",
+      "illegality fear 1\n",
+      "illegality negative 1\n",
+      "illegible negative 1\n",
+      "illegitimate anger 1\n",
+      "illegitimate disgust 1\n",
+      "illegitimate fear 1\n",
+      "illegitimate negative 1\n",
+      "illegitimate sadness 1\n",
+      "illegitimate surprise 1\n",
+      "illicit anger 1\n",
+      "illicit disgust 1\n",
+      "illicit fear 1\n",
+      "illicit negative 1\n",
+      "illiterate disgust 1\n",
+      "illiterate negative 1\n",
+      "illness fear 1\n",
+      "illness negative 1\n",
+      "illness sadness 1\n",
+      "illogical negative 1\n",
+      "illuminate anticipation 1\n",
+      "illuminate joy 1\n",
+      "illuminate positive 1\n",
+      "illuminate surprise 1\n",
+      "illumination joy 1\n",
+      "illumination positive 1\n",
+      "illumination surprise 1\n",
+      "illumination trust 1\n",
+      "illusion negative 1\n",
+      "illusion surprise 1\n",
+      "illustrate positive 1\n",
+      "illustrious positive 1\n",
+      "imaginative positive 1\n",
+      "imitated negative 1\n",
+      "imitation negative 1\n",
+      "immaculate joy 1\n",
+      "immaculate positive 1\n",
+      "immaculate trust 1\n",
+      "immature anticipation 1\n",
+      "immature negative 1\n",
+      "immaturity anger 1\n",
+      "immaturity anticipation 1\n",
+      "immaturity negative 1\n",
+      "immediacy surprise 1\n",
+      "immediately anticipation 1\n",
+      "immediately negative 1\n",
+      "immediately positive 1\n",
+      "immense positive 1\n",
+      "immerse anticipation 1\n",
+      "immerse fear 1\n",
+      "immerse joy 1\n",
+      "immerse positive 1\n",
+      "immerse surprise 1\n",
+      "immerse trust 1\n",
+      "immigrant fear 1\n",
+      "imminent anticipation 1\n",
+      "imminent fear 1\n",
+      "immoral anger 1\n",
+      "immoral disgust 1\n",
+      "immoral fear 1\n",
+      "immoral negative 1\n",
+      "immoral sadness 1\n",
+      "immorality anger 1\n",
+      "immorality disgust 1\n",
+      "immorality negative 1\n",
+      "immortal positive 1\n",
+      "immortality anticipation 1\n",
+      "immovable negative 1\n",
+      "immovable positive 1\n",
+      "immovable trust 1\n",
+      "immunization trust 1\n",
+      "impair negative 1\n",
+      "impairment negative 1\n",
+      "impart positive 1\n",
+      "impart trust 1\n",
+      "impartial positive 1\n",
+      "impartial trust 1\n",
+      "impartiality positive 1\n",
+      "impartiality trust 1\n",
+      "impassable negative 1\n",
+      "impatience negative 1\n",
+      "impatient anticipation 1\n",
+      "impatient negative 1\n",
+      "impeach disgust 1\n",
+      "impeach fear 1\n",
+      "impeach negative 1\n",
+      "impeachment negative 1\n",
+      "impeccable positive 1\n",
+      "impeccable trust 1\n",
+      "impede negative 1\n",
+      "impending anticipation 1\n",
+      "impending fear 1\n",
+      "impenetrable trust 1\n",
+      "imperfection negative 1\n",
+      "imperfectly negative 1\n",
+      "impermeable anger 1\n",
+      "impermeable fear 1\n",
+      "impersonate negative 1\n",
+      "impersonation negative 1\n",
+      "impervious positive 1\n",
+      "implacable negative 1\n",
+      "implicate anger 1\n",
+      "implicate negative 1\n",
+      "impolite disgust 1\n",
+      "impolite negative 1\n",
+      "importance anticipation 1\n",
+      "importance positive 1\n",
+      "important positive 1\n",
+      "important trust 1\n",
+      "imposition negative 1\n",
+      "impossible negative 1\n",
+      "impossible sadness 1\n",
+      "impotence anger 1\n",
+      "impotence fear 1\n",
+      "impotence negative 1\n",
+      "impotence sadness 1\n",
+      "impotent negative 1\n",
+      "impound negative 1\n",
+      "impracticable negative 1\n",
+      "impress positive 1\n",
+      "impression positive 1\n",
+      "impressionable trust 1\n",
+      "imprison negative 1\n",
+      "imprisoned anger 1\n",
+      "imprisoned disgust 1\n",
+      "imprisoned fear 1\n",
+      "imprisoned negative 1\n",
+      "imprisoned sadness 1\n",
+      "imprisonment anger 1\n",
+      "imprisonment disgust 1\n",
+      "imprisonment fear 1\n",
+      "imprisonment negative 1\n",
+      "imprisonment sadness 1\n",
+      "impropriety negative 1\n",
+      "improve anticipation 1\n",
+      "improve joy 1\n",
+      "improve positive 1\n",
+      "improve trust 1\n",
+      "improved positive 1\n",
+      "improvement joy 1\n",
+      "improvement positive 1\n",
+      "improvement trust 1\n",
+      "improving positive 1\n",
+      "improvisation surprise 1\n",
+      "improvise anticipation 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "improvise positive 1\n",
+      "improvise surprise 1\n",
+      "imprudent negative 1\n",
+      "imprudent sadness 1\n",
+      "impure disgust 1\n",
+      "impure negative 1\n",
+      "impurity disgust 1\n",
+      "impurity negative 1\n",
+      "imputation negative 1\n",
+      "inability negative 1\n",
+      "inability sadness 1\n",
+      "inaccessible negative 1\n",
+      "inaccurate negative 1\n",
+      "inaction negative 1\n",
+      "inactivity negative 1\n",
+      "inadequacy negative 1\n",
+      "inadequate negative 1\n",
+      "inadequate sadness 1\n",
+      "inadmissible anger 1\n",
+      "inadmissible disgust 1\n",
+      "inadmissible negative 1\n",
+      "inalienable positive 1\n",
+      "inane negative 1\n",
+      "inapplicable negative 1\n",
+      "inappropriate anger 1\n",
+      "inappropriate disgust 1\n",
+      "inappropriate negative 1\n",
+      "inappropriate sadness 1\n",
+      "inattention anger 1\n",
+      "inattention negative 1\n",
+      "inaudible negative 1\n",
+      "inaugural anticipation 1\n",
+      "inauguration anticipation 1\n",
+      "inauguration joy 1\n",
+      "inauguration positive 1\n",
+      "inauguration trust 1\n",
+      "incalculable negative 1\n",
+      "incapacity negative 1\n",
+      "incarceration anger 1\n",
+      "incarceration disgust 1\n",
+      "incarceration fear 1\n",
+      "incarceration negative 1\n",
+      "incarceration sadness 1\n",
+      "incase anger 1\n",
+      "incase disgust 1\n",
+      "incase fear 1\n",
+      "incase negative 1\n",
+      "incase sadness 1\n",
+      "incendiary anger 1\n",
+      "incendiary fear 1\n",
+      "incendiary negative 1\n",
+      "incendiary surprise 1\n",
+      "incense anger 1\n",
+      "incense negative 1\n",
+      "incessant negative 1\n",
+      "incest anger 1\n",
+      "incest disgust 1\n",
+      "incest fear 1\n",
+      "incest negative 1\n",
+      "incest sadness 1\n",
+      "incestuous disgust 1\n",
+      "incestuous negative 1\n",
+      "incident surprise 1\n",
+      "incineration negative 1\n",
+      "incisive positive 1\n",
+      "incite anger 1\n",
+      "incite anticipation 1\n",
+      "incite fear 1\n",
+      "incite negative 1\n",
+      "inclement negative 1\n",
+      "incline trust 1\n",
+      "include positive 1\n",
+      "included positive 1\n",
+      "including positive 1\n",
+      "inclusion trust 1\n",
+      "inclusive positive 1\n",
+      "incoherent negative 1\n",
+      "income anticipation 1\n",
+      "income joy 1\n",
+      "income negative 1\n",
+      "income positive 1\n",
+      "income sadness 1\n",
+      "income trust 1\n",
+      "incompatible anger 1\n",
+      "incompatible disgust 1\n",
+      "incompatible negative 1\n",
+      "incompatible sadness 1\n",
+      "incompetence negative 1\n",
+      "incompetent anger 1\n",
+      "incompetent negative 1\n",
+      "incompetent sadness 1\n",
+      "incompleteness negative 1\n",
+      "incomprehensible negative 1\n",
+      "incongruous anger 1\n",
+      "incongruous negative 1\n",
+      "inconsequential negative 1\n",
+      "inconsequential sadness 1\n",
+      "inconsiderate anger 1\n",
+      "inconsiderate disgust 1\n",
+      "inconsiderate negative 1\n",
+      "inconsiderate sadness 1\n",
+      "inconsistency negative 1\n",
+      "incontinence surprise 1\n",
+      "inconvenient anger 1\n",
+      "inconvenient disgust 1\n",
+      "inconvenient negative 1\n",
+      "inconvenient sadness 1\n",
+      "incorrect negative 1\n",
+      "increase positive 1\n",
+      "incredulous anger 1\n",
+      "incredulous disgust 1\n",
+      "incredulous negative 1\n",
+      "incrimination fear 1\n",
+      "incrimination negative 1\n",
+      "incrimination sadness 1\n",
+      "incubus disgust 1\n",
+      "incubus fear 1\n",
+      "incubus negative 1\n",
+      "incur negative 1\n",
+      "incurable anger 1\n",
+      "incurable disgust 1\n",
+      "incurable fear 1\n",
+      "incurable negative 1\n",
+      "incurable sadness 1\n",
+      "incursion fear 1\n",
+      "incursion negative 1\n",
+      "indecency anger 1\n",
+      "indecency disgust 1\n",
+      "indecent disgust 1\n",
+      "indecent negative 1\n",
+      "indecision negative 1\n",
+      "indecisive negative 1\n",
+      "indefensible fear 1\n",
+      "indefensible negative 1\n",
+      "indelible positive 1\n",
+      "indelible trust 1\n",
+      "indemnify negative 1\n",
+      "indemnity positive 1\n",
+      "indemnity trust 1\n",
+      "indent trust 1\n",
+      "indenture anger 1\n",
+      "indenture negative 1\n",
+      "independence anticipation 1\n",
+      "independence joy 1\n",
+      "independence positive 1\n",
+      "independence surprise 1\n",
+      "independence trust 1\n",
+      "indestructible positive 1\n",
+      "indestructible trust 1\n",
+      "indeterminate negative 1\n",
+      "indict anger 1\n",
+      "indict fear 1\n",
+      "indict negative 1\n",
+      "indictment fear 1\n",
+      "indictment negative 1\n",
+      "indifference anger 1\n",
+      "indifference disgust 1\n",
+      "indifference fear 1\n",
+      "indifference negative 1\n",
+      "indifference sadness 1\n",
+      "indigent negative 1\n",
+      "indigent sadness 1\n",
+      "indignant anger 1\n",
+      "indignant negative 1\n",
+      "indignation anger 1\n",
+      "indignation disgust 1\n",
+      "indignation negative 1\n",
+      "indistinct negative 1\n",
+      "individuality positive 1\n",
+      "indivisible trust 1\n",
+      "indoctrination anger 1\n",
+      "indoctrination fear 1\n",
+      "indoctrination negative 1\n",
+      "indolent negative 1\n",
+      "indomitable fear 1\n",
+      "indomitable positive 1\n",
+      "ineffable positive 1\n",
+      "ineffective negative 1\n",
+      "ineffectual disgust 1\n",
+      "ineffectual negative 1\n",
+      "inefficiency disgust 1\n",
+      "inefficiency negative 1\n",
+      "inefficiency sadness 1\n",
+      "inefficient negative 1\n",
+      "inefficient sadness 1\n",
+      "inept anger 1\n",
+      "inept disgust 1\n",
+      "inept negative 1\n",
+      "ineptitude disgust 1\n",
+      "ineptitude fear 1\n",
+      "ineptitude negative 1\n",
+      "ineptitude sadness 1\n",
+      "inequality anger 1\n",
+      "inequality fear 1\n",
+      "inequality negative 1\n",
+      "inequality sadness 1\n",
+      "inequitable negative 1\n",
+      "inert negative 1\n",
+      "inexcusable anger 1\n",
+      "inexcusable disgust 1\n",
+      "inexcusable negative 1\n",
+      "inexcusable sadness 1\n",
+      "inexpensive positive 1\n",
+      "inexperience negative 1\n",
+      "inexperienced negative 1\n",
+      "inexplicable negative 1\n",
+      "inexplicable surprise 1\n",
+      "infallibility trust 1\n",
+      "infallible positive 1\n",
+      "infamous anger 1\n",
+      "infamous disgust 1\n",
+      "infamous fear 1\n",
+      "infamous negative 1\n",
+      "infamy negative 1\n",
+      "infamy sadness 1\n",
+      "infant anticipation 1\n",
+      "infant fear 1\n",
+      "infant joy 1\n",
+      "infant positive 1\n",
+      "infant surprise 1\n",
+      "infanticide anger 1\n",
+      "infanticide anticipation 1\n",
+      "infanticide disgust 1\n",
+      "infanticide fear 1\n",
+      "infanticide negative 1\n",
+      "infanticide sadness 1\n",
+      "infantile anger 1\n",
+      "infantile disgust 1\n",
+      "infantile negative 1\n",
+      "infarct fear 1\n",
+      "infarct negative 1\n",
+      "infarct surprise 1\n",
+      "infect disgust 1\n",
+      "infect negative 1\n",
+      "infection fear 1\n",
+      "infection negative 1\n",
+      "infectious disgust 1\n",
+      "infectious fear 1\n",
+      "infectious negative 1\n",
+      "infectious sadness 1\n",
+      "inferior negative 1\n",
+      "inferior sadness 1\n",
+      "inferiority negative 1\n",
+      "inferno anger 1\n",
+      "inferno fear 1\n",
+      "inferno negative 1\n",
+      "infertility negative 1\n",
+      "infertility sadness 1\n",
+      "infestation disgust 1\n",
+      "infestation fear 1\n",
+      "infestation negative 1\n",
+      "infidel anger 1\n",
+      "infidel disgust 1\n",
+      "infidel fear 1\n",
+      "infidel negative 1\n",
+      "infidelity anger 1\n",
+      "infidelity disgust 1\n",
+      "infidelity fear 1\n",
+      "infidelity negative 1\n",
+      "infidelity sadness 1\n",
+      "infiltration negative 1\n",
+      "infiltration positive 1\n",
+      "infinite positive 1\n",
+      "infinity anticipation 1\n",
+      "infinity joy 1\n",
+      "infinity positive 1\n",
+      "infinity trust 1\n",
+      "infirm negative 1\n",
+      "infirmity fear 1\n",
+      "infirmity negative 1\n",
+      "inflammation negative 1\n",
+      "inflated negative 1\n",
+      "inflation fear 1\n",
+      "inflation negative 1\n",
+      "inflict anger 1\n",
+      "inflict fear 1\n",
+      "inflict negative 1\n",
+      "inflict sadness 1\n",
+      "infliction fear 1\n",
+      "infliction negative 1\n",
+      "infliction sadness 1\n",
+      "influence negative 1\n",
+      "influence positive 1\n",
+      "influential positive 1\n",
+      "influential trust 1\n",
+      "influenza negative 1\n",
+      "inform trust 1\n",
+      "information positive 1\n",
+      "informer negative 1\n",
+      "infraction anger 1\n",
+      "infraction negative 1\n",
+      "infrequent surprise 1\n",
+      "infrequently negative 1\n",
+      "infringement negative 1\n",
+      "ingenious positive 1\n",
+      "inheritance anticipation 1\n",
+      "inheritance joy 1\n",
+      "inheritance positive 1\n",
+      "inheritance surprise 1\n",
+      "inheritance trust 1\n",
+      "inhibit anger 1\n",
+      "inhibit disgust 1\n",
+      "inhibit negative 1\n",
+      "inhibit sadness 1\n",
+      "inhospitable negative 1\n",
+      "inhospitable sadness 1\n",
+      "inhuman anger 1\n",
+      "inhuman disgust 1\n",
+      "inhuman fear 1\n",
+      "inhuman negative 1\n",
+      "inhuman sadness 1\n",
+      "inhumanity negative 1\n",
+      "inhumanity sadness 1\n",
+      "inimical anger 1\n",
+      "inimical negative 1\n",
+      "inimical sadness 1\n",
+      "inimitable positive 1\n",
+      "inimitable trust 1\n",
+      "iniquity disgust 1\n",
+      "iniquity negative 1\n",
+      "injection fear 1\n",
+      "injunction negative 1\n",
+      "injure anger 1\n",
+      "injure fear 1\n",
+      "injure negative 1\n",
+      "injure sadness 1\n",
+      "injured fear 1\n",
+      "injured negative 1\n",
+      "injured sadness 1\n",
+      "injurious anger 1\n",
+      "injurious fear 1\n",
+      "injurious negative 1\n",
+      "injurious sadness 1\n",
+      "injury anger 1\n",
+      "injury fear 1\n",
+      "injury negative 1\n",
+      "injury sadness 1\n",
+      "injustice anger 1\n",
+      "injustice negative 1\n",
+      "inmate disgust 1\n",
+      "inmate fear 1\n",
+      "inmate negative 1\n",
+      "innocence positive 1\n",
+      "innocent positive 1\n",
+      "innocent trust 1\n",
+      "innocently positive 1\n",
+      "innocuous positive 1\n",
+      "innovate positive 1\n",
+      "innovation positive 1\n",
+      "inoculation anticipation 1\n",
+      "inoculation trust 1\n",
+      "inoperative anger 1\n",
+      "inoperative negative 1\n",
+      "inquirer positive 1\n",
+      "inquiry anticipation 1\n",
+      "inquiry positive 1\n",
+      "inquisitive positive 1\n",
+      "insane anger 1\n",
+      "insane fear 1\n",
+      "insane negative 1\n",
+      "insanity anger 1\n",
+      "insanity disgust 1\n",
+      "insanity fear 1\n",
+      "insanity negative 1\n",
+      "insanity sadness 1\n",
+      "insecure anger 1\n",
+      "insecure fear 1\n",
+      "insecure negative 1\n",
+      "insecure sadness 1\n",
+      "insecurity fear 1\n",
+      "insecurity negative 1\n",
+      "inseparable joy 1\n",
+      "inseparable positive 1\n",
+      "inseparable trust 1\n",
+      "insidious anger 1\n",
+      "insidious disgust 1\n",
+      "insidious fear 1\n",
+      "insidious negative 1\n",
+      "insignia positive 1\n",
+      "insignificance negative 1\n",
+      "insignificant anger 1\n",
+      "insignificant negative 1\n",
+      "insignificant sadness 1\n",
+      "insipid negative 1\n",
+      "insolent negative 1\n",
+      "insolvency fear 1\n",
+      "insolvency negative 1\n",
+      "insolvency sadness 1\n",
+      "insolvency surprise 1\n",
+      "insolvent fear 1\n",
+      "insolvent negative 1\n",
+      "insolvent sadness 1\n",
+      "insolvent trust 1\n",
+      "inspector positive 1\n",
+      "inspiration anticipation 1\n",
+      "inspiration joy 1\n",
+      "inspiration positive 1\n",
+      "inspire anticipation 1\n",
+      "inspire joy 1\n",
+      "inspire positive 1\n",
+      "inspire trust 1\n",
+      "inspired joy 1\n",
+      "inspired positive 1\n",
+      "inspired surprise 1\n",
+      "inspired trust 1\n",
+      "instability disgust 1\n",
+      "instability fear 1\n",
+      "instability negative 1\n",
+      "install anticipation 1\n",
+      "instigate negative 1\n",
+      "instigation negative 1\n",
+      "instinctive anger 1\n",
+      "instinctive disgust 1\n",
+      "instinctive fear 1\n",
+      "instinctive positive 1\n",
+      "institute trust 1\n",
+      "instruct positive 1\n",
+      "instruct trust 1\n",
+      "instruction positive 1\n",
+      "instruction trust 1\n",
+      "instructions anticipation 1\n",
+      "instructions trust 1\n",
+      "instructor anticipation 1\n",
+      "instructor positive 1\n",
+      "instructor trust 1\n",
+      "instrumental positive 1\n",
+      "insufficiency anger 1\n",
+      "insufficiency negative 1\n",
+      "insufficient negative 1\n",
+      "insufficiently negative 1\n",
+      "insulation trust 1\n",
+      "insult anger 1\n",
+      "insult disgust 1\n",
+      "insult negative 1\n",
+      "insult sadness 1\n",
+      "insult surprise 1\n",
+      "insulting anger 1\n",
+      "insulting disgust 1\n",
+      "insulting fear 1\n",
+      "insulting negative 1\n",
+      "insulting sadness 1\n",
+      "insure positive 1\n",
+      "insure trust 1\n",
+      "insurgent negative 1\n",
+      "insurmountable fear 1\n",
+      "insurmountable negative 1\n",
+      "insurmountable sadness 1\n",
+      "insurrection anger 1\n",
+      "insurrection negative 1\n",
+      "intact positive 1\n",
+      "intact trust 1\n",
+      "integrity positive 1\n",
+      "integrity trust 1\n",
+      "intellect positive 1\n",
+      "intellectual positive 1\n",
+      "intelligence fear 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "intelligence joy 1\n",
+      "intelligence positive 1\n",
+      "intelligence trust 1\n",
+      "intelligent positive 1\n",
+      "intelligent trust 1\n",
+      "intend trust 1\n",
+      "intended anticipation 1\n",
+      "intended positive 1\n",
+      "intense anger 1\n",
+      "intense disgust 1\n",
+      "intense fear 1\n",
+      "intense joy 1\n",
+      "intense negative 1\n",
+      "intense positive 1\n",
+      "intense surprise 1\n",
+      "intense trust 1\n",
+      "inter negative 1\n",
+      "inter sadness 1\n",
+      "intercede fear 1\n",
+      "intercede sadness 1\n",
+      "intercession trust 1\n",
+      "intercourse positive 1\n",
+      "interdiction negative 1\n",
+      "interest positive 1\n",
+      "interested disgust 1\n",
+      "interested positive 1\n",
+      "interested sadness 1\n",
+      "interesting positive 1\n",
+      "interference negative 1\n",
+      "interim anticipation 1\n",
+      "interior disgust 1\n",
+      "interior positive 1\n",
+      "interior trust 1\n",
+      "interlocutory positive 1\n",
+      "interlude positive 1\n",
+      "interment negative 1\n",
+      "interment sadness 1\n",
+      "interminable anger 1\n",
+      "interminable anticipation 1\n",
+      "interminable negative 1\n",
+      "interminable positive 1\n",
+      "intermission anticipation 1\n",
+      "interrogate fear 1\n",
+      "interrogation fear 1\n",
+      "interrupt anger 1\n",
+      "interrupt negative 1\n",
+      "interrupt surprise 1\n",
+      "interrupted negative 1\n",
+      "interrupted sadness 1\n",
+      "intervention negative 1\n",
+      "intervention positive 1\n",
+      "intervention sadness 1\n",
+      "interviewer fear 1\n",
+      "intestate negative 1\n",
+      "intestinal disgust 1\n",
+      "intimate anticipation 1\n",
+      "intimate joy 1\n",
+      "intimate positive 1\n",
+      "intimate trust 1\n",
+      "intimately anticipation 1\n",
+      "intimately fear 1\n",
+      "intimately joy 1\n",
+      "intimidate fear 1\n",
+      "intimidate negative 1\n",
+      "intimidation anger 1\n",
+      "intimidation fear 1\n",
+      "intimidation negative 1\n",
+      "intolerable anger 1\n",
+      "intolerable negative 1\n",
+      "intolerance anger 1\n",
+      "intolerance disgust 1\n",
+      "intolerance fear 1\n",
+      "intolerance negative 1\n",
+      "intolerant anger 1\n",
+      "intolerant disgust 1\n",
+      "intolerant fear 1\n",
+      "intolerant negative 1\n",
+      "intolerant sadness 1\n",
+      "intonation positive 1\n",
+      "intoxicated disgust 1\n",
+      "intoxicated negative 1\n",
+      "intractable anger 1\n",
+      "intractable negative 1\n",
+      "intrepid positive 1\n",
+      "intrigue anticipation 1\n",
+      "intrigue fear 1\n",
+      "intrigue negative 1\n",
+      "intrigue surprise 1\n",
+      "intruder anger 1\n",
+      "intruder fear 1\n",
+      "intruder negative 1\n",
+      "intruder surprise 1\n",
+      "intrusion fear 1\n",
+      "intrusion negative 1\n",
+      "intrusive anger 1\n",
+      "intrusive disgust 1\n",
+      "intrusive fear 1\n",
+      "intrusive negative 1\n",
+      "intrusive surprise 1\n",
+      "intuition positive 1\n",
+      "intuition trust 1\n",
+      "intuitive positive 1\n",
+      "intuitively anticipation 1\n",
+      "invade anger 1\n",
+      "invade fear 1\n",
+      "invade negative 1\n",
+      "invade sadness 1\n",
+      "invade surprise 1\n",
+      "invader anger 1\n",
+      "invader fear 1\n",
+      "invader negative 1\n",
+      "invader sadness 1\n",
+      "invalid sadness 1\n",
+      "invalidate negative 1\n",
+      "invalidation negative 1\n",
+      "invalidity negative 1\n",
+      "invariably positive 1\n",
+      "invasion anger 1\n",
+      "invasion negative 1\n",
+      "inventive positive 1\n",
+      "inventor positive 1\n",
+      "investigate positive 1\n",
+      "investigation anticipation 1\n",
+      "invigorate positive 1\n",
+      "invitation anticipation 1\n",
+      "invitation positive 1\n",
+      "invite anticipation 1\n",
+      "invite joy 1\n",
+      "invite positive 1\n",
+      "invite surprise 1\n",
+      "invite trust 1\n",
+      "inviting anticipation 1\n",
+      "inviting joy 1\n",
+      "inviting positive 1\n",
+      "inviting surprise 1\n",
+      "inviting trust 1\n",
+      "invocation anticipation 1\n",
+      "invocation trust 1\n",
+      "invoke anticipation 1\n",
+      "involuntary negative 1\n",
+      "involution anger 1\n",
+      "involution negative 1\n",
+      "involvement anger 1\n",
+      "irate anger 1\n",
+      "irate negative 1\n",
+      "ire anger 1\n",
+      "ire negative 1\n",
+      "iris fear 1\n",
+      "iron positive 1\n",
+      "iron trust 1\n",
+      "irons negative 1\n",
+      "irrational disgust 1\n",
+      "irrational fear 1\n",
+      "irrational negative 1\n",
+      "irrationality negative 1\n",
+      "irreconcilable anger 1\n",
+      "irreconcilable fear 1\n",
+      "irreconcilable negative 1\n",
+      "irreconcilable sadness 1\n",
+      "irreducible positive 1\n",
+      "irrefutable positive 1\n",
+      "irrefutable trust 1\n",
+      "irregular negative 1\n",
+      "irregularity negative 1\n",
+      "irrelevant negative 1\n",
+      "irreparable fear 1\n",
+      "irreparable negative 1\n",
+      "irreparable sadness 1\n",
+      "irresponsible negative 1\n",
+      "irreverent negative 1\n",
+      "irrevocable negative 1\n",
+      "irritability anger 1\n",
+      "irritability negative 1\n",
+      "irritable anger 1\n",
+      "irritable negative 1\n",
+      "irritating anger 1\n",
+      "irritating disgust 1\n",
+      "irritating negative 1\n",
+      "irritation anger 1\n",
+      "irritation disgust 1\n",
+      "irritation negative 1\n",
+      "irritation sadness 1\n",
+      "isolate sadness 1\n",
+      "isolated fear 1\n",
+      "isolated negative 1\n",
+      "isolated sadness 1\n",
+      "isolation negative 1\n",
+      "isolation sadness 1\n",
+      "jab anger 1\n",
+      "jabber negative 1\n",
+      "jackpot anticipation 1\n",
+      "jackpot joy 1\n",
+      "jackpot positive 1\n",
+      "jackpot surprise 1\n",
+      "jail fear 1\n",
+      "jail negative 1\n",
+      "jail sadness 1\n",
+      "jam positive 1\n",
+      "janitor disgust 1\n",
+      "jargon negative 1\n",
+      "jarring fear 1\n",
+      "jarring negative 1\n",
+      "jarring sadness 1\n",
+      "jaundice fear 1\n",
+      "jaundice negative 1\n",
+      "jaws fear 1\n",
+      "jealous anger 1\n",
+      "jealous disgust 1\n",
+      "jealous negative 1\n",
+      "jealousy anger 1\n",
+      "jealousy disgust 1\n",
+      "jealousy fear 1\n",
+      "jealousy negative 1\n",
+      "jealousy sadness 1\n",
+      "jeopardize anger 1\n",
+      "jeopardize fear 1\n",
+      "jeopardize negative 1\n",
+      "jeopardy anticipation 1\n",
+      "jeopardy fear 1\n",
+      "jeopardy negative 1\n",
+      "jerk anger 1\n",
+      "jerk surprise 1\n",
+      "jest joy 1\n",
+      "jest positive 1\n",
+      "jest surprise 1\n",
+      "job positive 1\n",
+      "john disgust 1\n",
+      "john negative 1\n",
+      "join positive 1\n",
+      "joined positive 1\n",
+      "joke negative 1\n",
+      "joker joy 1\n",
+      "joker positive 1\n",
+      "joker surprise 1\n",
+      "joking positive 1\n",
+      "jolt surprise 1\n",
+      "jornada negative 1\n",
+      "journalism trust 1\n",
+      "journalist positive 1\n",
+      "journey anticipation 1\n",
+      "journey fear 1\n",
+      "journey joy 1\n",
+      "journey positive 1\n",
+      "journeyman trust 1\n",
+      "jovial joy 1\n",
+      "jovial positive 1\n",
+      "joy joy 1\n",
+      "joy positive 1\n",
+      "joyful joy 1\n",
+      "joyful positive 1\n",
+      "joyful trust 1\n",
+      "joyous joy 1\n",
+      "joyous positive 1\n",
+      "jubilant joy 1\n",
+      "jubilant positive 1\n",
+      "jubilant surprise 1\n",
+      "jubilant trust 1\n",
+      "jubilee joy 1\n",
+      "jubilee positive 1\n",
+      "jubilee surprise 1\n",
+      "judgment surprise 1\n",
+      "judicial anticipation 1\n",
+      "judicial positive 1\n",
+      "judicial trust 1\n",
+      "judiciary anticipation 1\n",
+      "judiciary trust 1\n",
+      "judicious positive 1\n",
+      "judicious trust 1\n",
+      "jumble negative 1\n",
+      "jump joy 1\n",
+      "jump positive 1\n",
+      "jungle fear 1\n",
+      "junk negative 1\n",
+      "junta negative 1\n",
+      "jurisprudence sadness 1\n",
+      "jurist trust 1\n",
+      "jury trust 1\n",
+      "justice positive 1\n",
+      "justice trust 1\n",
+      "justifiable positive 1\n",
+      "justifiable trust 1\n",
+      "justification positive 1\n",
+      "juvenile negative 1\n",
+      "keepsake positive 1\n",
+      "ken positive 1\n",
+      "kennel sadness 1\n",
+      "kern negative 1\n",
+      "kerosene fear 1\n",
+      "keynote positive 1\n",
+      "keystone positive 1\n",
+      "khan fear 1\n",
+      "khan trust 1\n",
+      "kick anger 1\n",
+      "kick negative 1\n",
+      "kicking anger 1\n",
+      "kidnap anger 1\n",
+      "kidnap fear 1\n",
+      "kidnap negative 1\n",
+      "kidnap sadness 1\n",
+      "kidnap surprise 1\n",
+      "kill fear 1\n",
+      "kill negative 1\n",
+      "kill sadness 1\n",
+      "killing anger 1\n",
+      "killing fear 1\n",
+      "killing negative 1\n",
+      "killing sadness 1\n",
+      "kind joy 1\n",
+      "kind positive 1\n",
+      "kind trust 1\n",
+      "kindness positive 1\n",
+      "kindred anticipation 1\n",
+      "kindred joy 1\n",
+      "kindred positive 1\n",
+      "kindred trust 1\n",
+      "king positive 1\n",
+      "kiss anticipation 1\n",
+      "kiss joy 1\n",
+      "kiss positive 1\n",
+      "kiss surprise 1\n",
+      "kite disgust 1\n",
+      "kite negative 1\n",
+      "kitten joy 1\n",
+      "kitten positive 1\n",
+      "kitten trust 1\n",
+      "knack positive 1\n",
+      "knell fear 1\n",
+      "knell negative 1\n",
+      "knell sadness 1\n",
+      "knickers trust 1\n",
+      "knight positive 1\n",
+      "knotted negative 1\n",
+      "knowing positive 1\n",
+      "knowledge positive 1\n",
+      "kudos joy 1\n",
+      "kudos positive 1\n",
+      "label trust 1\n",
+      "labor anticipation 1\n",
+      "labor joy 1\n",
+      "labor positive 1\n",
+      "labor surprise 1\n",
+      "labor trust 1\n",
+      "labored negative 1\n",
+      "labored sadness 1\n",
+      "laborious negative 1\n",
+      "labyrinth anticipation 1\n",
+      "labyrinth negative 1\n",
+      "lace anger 1\n",
+      "lace fear 1\n",
+      "lace negative 1\n",
+      "lace positive 1\n",
+      "lace sadness 1\n",
+      "lace trust 1\n",
+      "lack negative 1\n",
+      "lacking negative 1\n",
+      "lackluster negative 1\n",
+      "laden negative 1\n",
+      "lag negative 1\n",
+      "lagging anger 1\n",
+      "lagging anticipation 1\n",
+      "lagging disgust 1\n",
+      "lagging negative 1\n",
+      "lagging sadness 1\n",
+      "lair negative 1\n",
+      "lamb joy 1\n",
+      "lamb positive 1\n",
+      "lamb trust 1\n",
+      "lament disgust 1\n",
+      "lament fear 1\n",
+      "lament negative 1\n",
+      "lament sadness 1\n",
+      "lamenting sadness 1\n",
+      "land positive 1\n",
+      "landed positive 1\n",
+      "landmark trust 1\n",
+      "landslide fear 1\n",
+      "landslide negative 1\n",
+      "landslide sadness 1\n",
+      "languid negative 1\n",
+      "languish negative 1\n",
+      "languishing fear 1\n",
+      "languishing negative 1\n",
+      "languishing sadness 1\n",
+      "lapse negative 1\n",
+      "larceny disgust 1\n",
+      "larceny negative 1\n",
+      "larger disgust 1\n",
+      "larger surprise 1\n",
+      "larger trust 1\n",
+      "laser positive 1\n",
+      "laser trust 1\n",
+      "lash anger 1\n",
+      "lash fear 1\n",
+      "lash negative 1\n",
+      "late negative 1\n",
+      "late sadness 1\n",
+      "lateness negative 1\n",
+      "latent anger 1\n",
+      "latent anticipation 1\n",
+      "latent disgust 1\n",
+      "latent negative 1\n",
+      "latent surprise 1\n",
+      "latrines disgust 1\n",
+      "latrines negative 1\n",
+      "laudable positive 1\n",
+      "laugh joy 1\n",
+      "laugh positive 1\n",
+      "laugh surprise 1\n",
+      "laughable disgust 1\n",
+      "laughable negative 1\n",
+      "laughing joy 1\n",
+      "laughing positive 1\n",
+      "laughter anticipation 1\n",
+      "laughter joy 1\n",
+      "laughter positive 1\n",
+      "laughter surprise 1\n",
+      "launch anticipation 1\n",
+      "launch positive 1\n",
+      "laureate positive 1\n",
+      "laureate trust 1\n",
+      "laurel positive 1\n",
+      "laurels joy 1\n",
+      "laurels positive 1\n",
+      "lava anger 1\n",
+      "lava fear 1\n",
+      "lava negative 1\n",
+      "lavatory disgust 1\n",
+      "lavish positive 1\n",
+      "law trust 1\n",
+      "lawful positive 1\n",
+      "lawful trust 1\n",
+      "lawlessness anger 1\n",
+      "lawlessness fear 1\n",
+      "lawlessness negative 1\n",
+      "lawsuit anger 1\n",
+      "lawsuit disgust 1\n",
+      "lawsuit fear 1\n",
+      "lawsuit negative 1\n",
+      "lawsuit sadness 1\n",
+      "lawsuit surprise 1\n",
+      "lawyer anger 1\n",
+      "lawyer disgust 1\n",
+      "lawyer fear 1\n",
+      "lawyer negative 1\n",
+      "lax negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "lax sadness 1\n",
+      "laxative disgust 1\n",
+      "laxative fear 1\n",
+      "laxative negative 1\n",
+      "lazy negative 1\n",
+      "lead positive 1\n",
+      "leader positive 1\n",
+      "leader trust 1\n",
+      "leading trust 1\n",
+      "league positive 1\n",
+      "leak negative 1\n",
+      "leakage negative 1\n",
+      "leaky negative 1\n",
+      "leaning trust 1\n",
+      "learn positive 1\n",
+      "learning positive 1\n",
+      "leave negative 1\n",
+      "leave sadness 1\n",
+      "leave surprise 1\n",
+      "lecturer positive 1\n",
+      "leech negative 1\n",
+      "leeches disgust 1\n",
+      "leeches fear 1\n",
+      "leeches negative 1\n",
+      "leer disgust 1\n",
+      "leer negative 1\n",
+      "leery surprise 1\n",
+      "leeway positive 1\n",
+      "legal positive 1\n",
+      "legal trust 1\n",
+      "legalized anger 1\n",
+      "legalized fear 1\n",
+      "legalized joy 1\n",
+      "legalized positive 1\n",
+      "legalized trust 1\n",
+      "legendary positive 1\n",
+      "legibility positive 1\n",
+      "legible positive 1\n",
+      "legislator trust 1\n",
+      "legislature trust 1\n",
+      "legitimacy trust 1\n",
+      "leisure anticipation 1\n",
+      "leisure joy 1\n",
+      "leisure positive 1\n",
+      "leisure surprise 1\n",
+      "leisure trust 1\n",
+      "leisurely positive 1\n",
+      "lemma positive 1\n",
+      "lemon disgust 1\n",
+      "lemon negative 1\n",
+      "lender trust 1\n",
+      "lenient positive 1\n",
+      "leprosy disgust 1\n",
+      "leprosy fear 1\n",
+      "leprosy negative 1\n",
+      "leprosy sadness 1\n",
+      "lesbian disgust 1\n",
+      "lesbian negative 1\n",
+      "lesbian sadness 1\n",
+      "lessen anticipation 1\n",
+      "lessen negative 1\n",
+      "lesser disgust 1\n",
+      "lesser negative 1\n",
+      "lesson anticipation 1\n",
+      "lesson positive 1\n",
+      "lesson trust 1\n",
+      "lethal disgust 1\n",
+      "lethal fear 1\n",
+      "lethal negative 1\n",
+      "lethal sadness 1\n",
+      "lethargy negative 1\n",
+      "lethargy sadness 1\n",
+      "letter anticipation 1\n",
+      "lettered anticipation 1\n",
+      "lettered positive 1\n",
+      "lettered trust 1\n",
+      "leukemia anger 1\n",
+      "leukemia fear 1\n",
+      "leukemia negative 1\n",
+      "leukemia sadness 1\n",
+      "levee trust 1\n",
+      "level positive 1\n",
+      "level trust 1\n",
+      "leverage positive 1\n",
+      "levy negative 1\n",
+      "lewd disgust 1\n",
+      "lewd negative 1\n",
+      "liaison negative 1\n",
+      "liar disgust 1\n",
+      "liar negative 1\n",
+      "libel anger 1\n",
+      "libel fear 1\n",
+      "libel negative 1\n",
+      "libel trust 1\n",
+      "liberal negative 1\n",
+      "liberal positive 1\n",
+      "liberate anger 1\n",
+      "liberate anticipation 1\n",
+      "liberate joy 1\n",
+      "liberate positive 1\n",
+      "liberate surprise 1\n",
+      "liberate trust 1\n",
+      "liberation anticipation 1\n",
+      "liberation joy 1\n",
+      "liberation positive 1\n",
+      "liberation surprise 1\n",
+      "liberty anticipation 1\n",
+      "liberty joy 1\n",
+      "liberty positive 1\n",
+      "liberty surprise 1\n",
+      "liberty trust 1\n",
+      "library positive 1\n",
+      "lick disgust 1\n",
+      "lick negative 1\n",
+      "lie anger 1\n",
+      "lie disgust 1\n",
+      "lie negative 1\n",
+      "lie sadness 1\n",
+      "lieutenant trust 1\n",
+      "lifeblood positive 1\n",
+      "lifeless fear 1\n",
+      "lifeless negative 1\n",
+      "lifeless sadness 1\n",
+      "lighthouse positive 1\n",
+      "lightning anger 1\n",
+      "lightning fear 1\n",
+      "lightning surprise 1\n",
+      "liking joy 1\n",
+      "liking positive 1\n",
+      "liking trust 1\n",
+      "limited anger 1\n",
+      "limited negative 1\n",
+      "limited sadness 1\n",
+      "limp negative 1\n",
+      "lines fear 1\n",
+      "linger anticipation 1\n",
+      "linguist positive 1\n",
+      "linguist trust 1\n",
+      "lint negative 1\n",
+      "lion fear 1\n",
+      "lion positive 1\n",
+      "liquor anger 1\n",
+      "liquor joy 1\n",
+      "liquor negative 1\n",
+      "liquor sadness 1\n",
+      "listless negative 1\n",
+      "listless sadness 1\n",
+      "lithe positive 1\n",
+      "litigant negative 1\n",
+      "litigate anger 1\n",
+      "litigate anticipation 1\n",
+      "litigate disgust 1\n",
+      "litigate fear 1\n",
+      "litigate negative 1\n",
+      "litigate sadness 1\n",
+      "litigation negative 1\n",
+      "litigious anger 1\n",
+      "litigious disgust 1\n",
+      "litigious negative 1\n",
+      "litter negative 1\n",
+      "livid anger 1\n",
+      "livid disgust 1\n",
+      "livid negative 1\n",
+      "loaf negative 1\n",
+      "loafer negative 1\n",
+      "loath anger 1\n",
+      "loath negative 1\n",
+      "loathe anger 1\n",
+      "loathe disgust 1\n",
+      "loathe negative 1\n",
+      "loathing disgust 1\n",
+      "loathing negative 1\n",
+      "loathsome anger 1\n",
+      "loathsome disgust 1\n",
+      "loathsome negative 1\n",
+      "lobbyist negative 1\n",
+      "localize anticipation 1\n",
+      "lockup fear 1\n",
+      "lockup negative 1\n",
+      "lockup sadness 1\n",
+      "locust fear 1\n",
+      "locust negative 1\n",
+      "lodging trust 1\n",
+      "lofty negative 1\n",
+      "logical positive 1\n",
+      "lone sadness 1\n",
+      "loneliness fear 1\n",
+      "loneliness negative 1\n",
+      "loneliness sadness 1\n",
+      "lonely anger 1\n",
+      "lonely disgust 1\n",
+      "lonely fear 1\n",
+      "lonely negative 1\n",
+      "lonely sadness 1\n",
+      "lonesome negative 1\n",
+      "lonesome sadness 1\n",
+      "long anticipation 1\n",
+      "longevity positive 1\n",
+      "longing anticipation 1\n",
+      "longing sadness 1\n",
+      "loo disgust 1\n",
+      "loo negative 1\n",
+      "loom anticipation 1\n",
+      "loom fear 1\n",
+      "loom negative 1\n",
+      "loon disgust 1\n",
+      "loon negative 1\n",
+      "loony negative 1\n",
+      "loot negative 1\n",
+      "lord disgust 1\n",
+      "lord negative 1\n",
+      "lord positive 1\n",
+      "lord trust 1\n",
+      "lordship positive 1\n",
+      "lose anger 1\n",
+      "lose disgust 1\n",
+      "lose fear 1\n",
+      "lose negative 1\n",
+      "lose sadness 1\n",
+      "lose surprise 1\n",
+      "losing anger 1\n",
+      "losing negative 1\n",
+      "losing sadness 1\n",
+      "loss anger 1\n",
+      "loss fear 1\n",
+      "loss negative 1\n",
+      "loss sadness 1\n",
+      "lost negative 1\n",
+      "lost sadness 1\n",
+      "lottery anticipation 1\n",
+      "loudness anger 1\n",
+      "loudness negative 1\n",
+      "lounge negative 1\n",
+      "louse disgust 1\n",
+      "louse negative 1\n",
+      "lovable joy 1\n",
+      "lovable positive 1\n",
+      "lovable trust 1\n",
+      "love joy 1\n",
+      "love positive 1\n",
+      "lovely anticipation 1\n",
+      "lovely joy 1\n",
+      "lovely positive 1\n",
+      "lovely sadness 1\n",
+      "lovely surprise 1\n",
+      "lovely trust 1\n",
+      "lovemaking joy 1\n",
+      "lovemaking positive 1\n",
+      "lovemaking trust 1\n",
+      "lover anticipation 1\n",
+      "lover joy 1\n",
+      "lover positive 1\n",
+      "lover trust 1\n",
+      "loving joy 1\n",
+      "loving positive 1\n",
+      "loving trust 1\n",
+      "lower negative 1\n",
+      "lower sadness 1\n",
+      "lowering negative 1\n",
+      "lowest negative 1\n",
+      "lowest sadness 1\n",
+      "lowlands negative 1\n",
+      "lowly negative 1\n",
+      "lowly sadness 1\n",
+      "loyal fear 1\n",
+      "loyal joy 1\n",
+      "loyal positive 1\n",
+      "loyal surprise 1\n",
+      "loyal trust 1\n",
+      "loyalty positive 1\n",
+      "loyalty trust 1\n",
+      "luck anticipation 1\n",
+      "luck joy 1\n",
+      "luck positive 1\n",
+      "luck surprise 1\n",
+      "lucky joy 1\n",
+      "lucky positive 1\n",
+      "lucky surprise 1\n",
+      "ludicrous negative 1\n",
+      "lull anticipation 1\n",
+      "lumbering negative 1\n",
+      "lump negative 1\n",
+      "lumpy disgust 1\n",
+      "lumpy negative 1\n",
+      "lunacy anger 1\n",
+      "lunacy disgust 1\n",
+      "lunacy fear 1\n",
+      "lunacy negative 1\n",
+      "lunacy sadness 1\n",
+      "lunatic anger 1\n",
+      "lunatic disgust 1\n",
+      "lunatic fear 1\n",
+      "lunatic negative 1\n",
+      "lunge surprise 1\n",
+      "lurch negative 1\n",
+      "lure negative 1\n",
+      "lurid disgust 1\n",
+      "lurid negative 1\n",
+      "lurk negative 1\n",
+      "lurking negative 1\n",
+      "luscious anticipation 1\n",
+      "luscious joy 1\n",
+      "luscious positive 1\n",
+      "lush disgust 1\n",
+      "lush negative 1\n",
+      "lush sadness 1\n",
+      "lust anticipation 1\n",
+      "lust negative 1\n",
+      "luster joy 1\n",
+      "luster positive 1\n",
+      "lustful negative 1\n",
+      "lustrous positive 1\n",
+      "lusty disgust 1\n",
+      "luxuriant positive 1\n",
+      "luxurious joy 1\n",
+      "luxurious positive 1\n",
+      "luxury joy 1\n",
+      "luxury positive 1\n",
+      "lying anger 1\n",
+      "lying disgust 1\n",
+      "lying negative 1\n",
+      "lynch anger 1\n",
+      "lynch disgust 1\n",
+      "lynch fear 1\n",
+      "lynch negative 1\n",
+      "lynch sadness 1\n",
+      "lyre joy 1\n",
+      "lyre positive 1\n",
+      "lyrical joy 1\n",
+      "lyrical positive 1\n",
+      "mace fear 1\n",
+      "mace negative 1\n",
+      "machine trust 1\n",
+      "mad anger 1\n",
+      "mad disgust 1\n",
+      "mad fear 1\n",
+      "mad negative 1\n",
+      "mad sadness 1\n",
+      "madden anger 1\n",
+      "madden fear 1\n",
+      "madden negative 1\n",
+      "madman anger 1\n",
+      "madman fear 1\n",
+      "madman negative 1\n",
+      "madness anger 1\n",
+      "madness fear 1\n",
+      "madness negative 1\n",
+      "mafia fear 1\n",
+      "mafia negative 1\n",
+      "mage fear 1\n",
+      "maggot disgust 1\n",
+      "maggot negative 1\n",
+      "magical anticipation 1\n",
+      "magical joy 1\n",
+      "magical positive 1\n",
+      "magical surprise 1\n",
+      "magician surprise 1\n",
+      "magnet positive 1\n",
+      "magnet trust 1\n",
+      "magnetism positive 1\n",
+      "magnetite positive 1\n",
+      "magnificence anticipation 1\n",
+      "magnificence joy 1\n",
+      "magnificence positive 1\n",
+      "magnificence trust 1\n",
+      "magnificent anticipation 1\n",
+      "magnificent joy 1\n",
+      "magnificent positive 1\n",
+      "magnificent surprise 1\n",
+      "magnificent trust 1\n",
+      "maiden positive 1\n",
+      "mail anticipation 1\n",
+      "main positive 1\n",
+      "mainstay positive 1\n",
+      "mainstay trust 1\n",
+      "maintenance trust 1\n",
+      "majestic anticipation 1\n",
+      "majestic joy 1\n",
+      "majestic positive 1\n",
+      "majestic surprise 1\n",
+      "majestic trust 1\n",
+      "majesty positive 1\n",
+      "majesty trust 1\n",
+      "major positive 1\n",
+      "majority joy 1\n",
+      "majority positive 1\n",
+      "majority trust 1\n",
+      "makeshift negative 1\n",
+      "malady negative 1\n",
+      "malaise negative 1\n",
+      "malaise sadness 1\n",
+      "malaria disgust 1\n",
+      "malaria fear 1\n",
+      "malaria negative 1\n",
+      "malaria sadness 1\n",
+      "malevolent anger 1\n",
+      "malevolent disgust 1\n",
+      "malevolent fear 1\n",
+      "malevolent negative 1\n",
+      "malevolent sadness 1\n",
+      "malfeasance disgust 1\n",
+      "malfeasance negative 1\n",
+      "malformation negative 1\n",
+      "malice anger 1\n",
+      "malice fear 1\n",
+      "malice negative 1\n",
+      "malicious anger 1\n",
+      "malicious disgust 1\n",
+      "malicious fear 1\n",
+      "malicious negative 1\n",
+      "malicious sadness 1\n",
+      "malign anger 1\n",
+      "malign disgust 1\n",
+      "malign negative 1\n",
+      "malignancy fear 1\n",
+      "malignancy negative 1\n",
+      "malignancy sadness 1\n",
+      "malignant anger 1\n",
+      "malignant fear 1\n",
+      "malignant negative 1\n",
+      "malpractice anger 1\n",
+      "malpractice negative 1\n",
+      "mamma trust 1\n",
+      "manage positive 1\n",
+      "manage trust 1\n",
+      "management positive 1\n",
+      "management trust 1\n",
+      "mandamus fear 1\n",
+      "mandamus negative 1\n",
+      "mandarin positive 1\n",
+      "mandarin trust 1\n",
+      "mange disgust 1\n",
+      "mange fear 1\n",
+      "mange negative 1\n",
+      "mangle anger 1\n",
+      "mangle disgust 1\n",
+      "mangle fear 1\n",
+      "mangle negative 1\n",
+      "mangle sadness 1\n",
+      "manhood positive 1\n",
+      "mania negative 1\n",
+      "maniac anger 1\n",
+      "maniac fear 1\n",
+      "maniac negative 1\n",
+      "maniacal negative 1\n",
+      "manifestation fear 1\n",
+      "manifested positive 1\n",
+      "manipulate negative 1\n",
+      "manipulation anger 1\n",
+      "manipulation fear 1\n",
+      "manipulation negative 1\n",
+      "manly positive 1\n",
+      "manna positive 1\n",
+      "mannered positive 1\n",
+      "manners positive 1\n",
+      "manslaughter anger 1\n",
+      "manslaughter disgust 1\n",
+      "manslaughter fear 1\n",
+      "manslaughter negative 1\n",
+      "manslaughter sadness 1\n",
+      "manslaughter surprise 1\n",
+      "manual trust 1\n",
+      "manufacturer positive 1\n",
+      "manure disgust 1\n",
+      "manure negative 1\n",
+      "mar negative 1\n",
+      "march positive 1\n",
+      "margin negative 1\n",
+      "margin sadness 1\n",
+      "marine trust 1\n",
+      "marked positive 1\n",
+      "marketable positive 1\n",
+      "maroon negative 1\n",
+      "marquis positive 1\n",
+      "marriage anticipation 1\n",
+      "marriage joy 1\n",
+      "marriage positive 1\n",
+      "marriage trust 1\n",
+      "marrow joy 1\n",
+      "marrow positive 1\n",
+      "marrow trust 1\n",
+      "marry anticipation 1\n",
+      "marry fear 1\n",
+      "marry joy 1\n",
+      "marry positive 1\n",
+      "marry surprise 1\n",
+      "marry trust 1\n",
+      "marshal positive 1\n",
+      "marshal trust 1\n",
+      "martial anger 1\n",
+      "martingale negative 1\n",
+      "martyr fear 1\n",
+      "martyr negative 1\n",
+      "martyr sadness 1\n",
+      "martyrdom fear 1\n",
+      "martyrdom negative 1\n",
+      "martyrdom sadness 1\n",
+      "marvel positive 1\n",
+      "marvel surprise 1\n",
+      "marvelous joy 1\n",
+      "marvelous positive 1\n",
+      "marvelously joy 1\n",
+      "marvelously positive 1\n",
+      "masculine positive 1\n",
+      "masochism anger 1\n",
+      "masochism disgust 1\n",
+      "masochism fear 1\n",
+      "masochism negative 1\n",
+      "massacre anger 1\n",
+      "massacre disgust 1\n",
+      "massacre fear 1\n",
+      "massacre negative 1\n",
+      "massacre sadness 1\n",
+      "massage joy 1\n",
+      "massage positive 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "master positive 1\n",
+      "masterpiece joy 1\n",
+      "masterpiece positive 1\n",
+      "mastery anger 1\n",
+      "mastery joy 1\n",
+      "mastery positive 1\n",
+      "mastery trust 1\n",
+      "matchmaker anticipation 1\n",
+      "mate positive 1\n",
+      "mate trust 1\n",
+      "materialism negative 1\n",
+      "materialist disgust 1\n",
+      "materialist negative 1\n",
+      "maternal anticipation 1\n",
+      "maternal negative 1\n",
+      "maternal positive 1\n",
+      "mathematical trust 1\n",
+      "matrimony anticipation 1\n",
+      "matrimony joy 1\n",
+      "matrimony positive 1\n",
+      "matrimony trust 1\n",
+      "matron positive 1\n",
+      "matron trust 1\n",
+      "mausoleum sadness 1\n",
+      "maxim trust 1\n",
+      "maximum positive 1\n",
+      "mayor positive 1\n",
+      "meadow positive 1\n",
+      "meandering negative 1\n",
+      "meaningless negative 1\n",
+      "meaningless sadness 1\n",
+      "measles disgust 1\n",
+      "measles fear 1\n",
+      "measles negative 1\n",
+      "measles sadness 1\n",
+      "measure trust 1\n",
+      "measured positive 1\n",
+      "measured trust 1\n",
+      "medal anticipation 1\n",
+      "medal joy 1\n",
+      "medal positive 1\n",
+      "medal surprise 1\n",
+      "medal trust 1\n",
+      "meddle anger 1\n",
+      "meddle negative 1\n",
+      "mediate anticipation 1\n",
+      "mediate positive 1\n",
+      "mediate trust 1\n",
+      "mediation positive 1\n",
+      "mediator anticipation 1\n",
+      "mediator positive 1\n",
+      "mediator trust 1\n",
+      "medical anticipation 1\n",
+      "medical fear 1\n",
+      "medical positive 1\n",
+      "medical trust 1\n",
+      "mediocre negative 1\n",
+      "mediocrity negative 1\n",
+      "meditate anticipation 1\n",
+      "meditate joy 1\n",
+      "meditate positive 1\n",
+      "meditate trust 1\n",
+      "mediterranean positive 1\n",
+      "medley positive 1\n",
+      "meek sadness 1\n",
+      "melancholic negative 1\n",
+      "melancholic sadness 1\n",
+      "melancholy negative 1\n",
+      "melancholy sadness 1\n",
+      "melee fear 1\n",
+      "melee negative 1\n",
+      "melodrama anger 1\n",
+      "melodrama negative 1\n",
+      "melodrama sadness 1\n",
+      "meltdown negative 1\n",
+      "meltdown sadness 1\n",
+      "memento positive 1\n",
+      "memorable joy 1\n",
+      "memorable positive 1\n",
+      "memorable surprise 1\n",
+      "memorable trust 1\n",
+      "memorials sadness 1\n",
+      "menace anger 1\n",
+      "menace fear 1\n",
+      "menace negative 1\n",
+      "menacing anger 1\n",
+      "menacing fear 1\n",
+      "menacing negative 1\n",
+      "mending positive 1\n",
+      "menial negative 1\n",
+      "menses positive 1\n",
+      "mentor positive 1\n",
+      "mentor trust 1\n",
+      "mercenary fear 1\n",
+      "mercenary negative 1\n",
+      "merchant trust 1\n",
+      "merciful positive 1\n",
+      "merciless fear 1\n",
+      "merciless negative 1\n",
+      "mercy positive 1\n",
+      "merge anticipation 1\n",
+      "merge positive 1\n",
+      "merit positive 1\n",
+      "merit trust 1\n",
+      "meritorious joy 1\n",
+      "meritorious positive 1\n",
+      "meritorious trust 1\n",
+      "merriment joy 1\n",
+      "merriment positive 1\n",
+      "merriment surprise 1\n",
+      "merry joy 1\n",
+      "merry positive 1\n",
+      "mess disgust 1\n",
+      "mess negative 1\n",
+      "messenger trust 1\n",
+      "messy disgust 1\n",
+      "messy negative 1\n",
+      "metastasis negative 1\n",
+      "methanol negative 1\n",
+      "metropolitan positive 1\n",
+      "mettle positive 1\n",
+      "microscope trust 1\n",
+      "microscopy positive 1\n",
+      "midwife anticipation 1\n",
+      "midwife joy 1\n",
+      "midwife negative 1\n",
+      "midwife positive 1\n",
+      "midwife trust 1\n",
+      "midwifery positive 1\n",
+      "mighty anger 1\n",
+      "mighty fear 1\n",
+      "mighty joy 1\n",
+      "mighty positive 1\n",
+      "mighty trust 1\n",
+      "mildew disgust 1\n",
+      "mildew negative 1\n",
+      "military fear 1\n",
+      "militia anger 1\n",
+      "militia fear 1\n",
+      "militia negative 1\n",
+      "militia sadness 1\n",
+      "mill anticipation 1\n",
+      "mime positive 1\n",
+      "mimicry negative 1\n",
+      "mimicry surprise 1\n",
+      "mindful positive 1\n",
+      "mindfulness positive 1\n",
+      "minimize negative 1\n",
+      "minimum negative 1\n",
+      "ministry joy 1\n",
+      "ministry positive 1\n",
+      "ministry trust 1\n",
+      "minority negative 1\n",
+      "miracle anticipation 1\n",
+      "miracle joy 1\n",
+      "miracle positive 1\n",
+      "miracle surprise 1\n",
+      "miracle trust 1\n",
+      "miraculous joy 1\n",
+      "miraculous positive 1\n",
+      "miraculous surprise 1\n",
+      "mire disgust 1\n",
+      "mire negative 1\n",
+      "mirth joy 1\n",
+      "mirth positive 1\n",
+      "misbehavior anger 1\n",
+      "misbehavior disgust 1\n",
+      "misbehavior negative 1\n",
+      "misbehavior surprise 1\n",
+      "miscarriage fear 1\n",
+      "miscarriage negative 1\n",
+      "miscarriage sadness 1\n",
+      "mischief negative 1\n",
+      "mischievous negative 1\n",
+      "misconception anger 1\n",
+      "misconception disgust 1\n",
+      "misconception fear 1\n",
+      "misconception negative 1\n",
+      "misconduct disgust 1\n",
+      "misconduct negative 1\n",
+      "miserable anger 1\n",
+      "miserable disgust 1\n",
+      "miserable negative 1\n",
+      "miserable sadness 1\n",
+      "miserably negative 1\n",
+      "miserably sadness 1\n",
+      "misery anger 1\n",
+      "misery disgust 1\n",
+      "misery fear 1\n",
+      "misery negative 1\n",
+      "misery sadness 1\n",
+      "misfortune fear 1\n",
+      "misfortune negative 1\n",
+      "misfortune sadness 1\n",
+      "misguided disgust 1\n",
+      "misguided negative 1\n",
+      "mishap disgust 1\n",
+      "mishap fear 1\n",
+      "mishap negative 1\n",
+      "mishap sadness 1\n",
+      "mishap surprise 1\n",
+      "misinterpretation negative 1\n",
+      "mislead anger 1\n",
+      "mislead fear 1\n",
+      "mislead negative 1\n",
+      "mislead trust 1\n",
+      "misleading anger 1\n",
+      "misleading disgust 1\n",
+      "misleading negative 1\n",
+      "mismanagement negative 1\n",
+      "mismatch negative 1\n",
+      "misnomer negative 1\n",
+      "misplace anger 1\n",
+      "misplace disgust 1\n",
+      "misplace negative 1\n",
+      "misplaced negative 1\n",
+      "misrepresent negative 1\n",
+      "misrepresentation negative 1\n",
+      "misrepresentation sadness 1\n",
+      "misrepresented anger 1\n",
+      "misrepresented negative 1\n",
+      "missile fear 1\n",
+      "missing fear 1\n",
+      "missing negative 1\n",
+      "missing sadness 1\n",
+      "missionary positive 1\n",
+      "misstatement anger 1\n",
+      "misstatement disgust 1\n",
+      "misstatement negative 1\n",
+      "mistake negative 1\n",
+      "mistake sadness 1\n",
+      "mistaken fear 1\n",
+      "mistaken negative 1\n",
+      "mistress anger 1\n",
+      "mistress disgust 1\n",
+      "mistress negative 1\n",
+      "mistrust disgust 1\n",
+      "mistrust fear 1\n",
+      "mistrust negative 1\n",
+      "misunderstand negative 1\n",
+      "misunderstanding anger 1\n",
+      "misunderstanding negative 1\n",
+      "misunderstanding sadness 1\n",
+      "misuse negative 1\n",
+      "mite disgust 1\n",
+      "mite negative 1\n",
+      "moan fear 1\n",
+      "moan sadness 1\n",
+      "moat trust 1\n",
+      "mob anger 1\n",
+      "mob fear 1\n",
+      "mob negative 1\n",
+      "mobile anticipation 1\n",
+      "mockery disgust 1\n",
+      "mockery negative 1\n",
+      "mocking anger 1\n",
+      "mocking disgust 1\n",
+      "mocking negative 1\n",
+      "mocking sadness 1\n",
+      "model positive 1\n",
+      "moderate positive 1\n",
+      "moderator positive 1\n",
+      "moderator trust 1\n",
+      "modest positive 1\n",
+      "modest trust 1\n",
+      "modesty positive 1\n",
+      "modify surprise 1\n",
+      "molestation anger 1\n",
+      "molestation disgust 1\n",
+      "molestation fear 1\n",
+      "molestation negative 1\n",
+      "molestation sadness 1\n",
+      "momentum anticipation 1\n",
+      "momentum positive 1\n",
+      "monetary anticipation 1\n",
+      "monetary positive 1\n",
+      "money anger 1\n",
+      "money anticipation 1\n",
+      "money joy 1\n",
+      "money positive 1\n",
+      "money surprise 1\n",
+      "money trust 1\n",
+      "monk positive 1\n",
+      "monk trust 1\n",
+      "monochrome disgust 1\n",
+      "monochrome negative 1\n",
+      "monogamy trust 1\n",
+      "monopolist negative 1\n",
+      "monsoon negative 1\n",
+      "monsoon sadness 1\n",
+      "monster fear 1\n",
+      "monster negative 1\n",
+      "monstrosity anger 1\n",
+      "monstrosity disgust 1\n",
+      "monstrosity fear 1\n",
+      "monstrosity negative 1\n",
+      "monstrosity surprise 1\n",
+      "monument positive 1\n",
+      "moody anger 1\n",
+      "moody negative 1\n",
+      "moody sadness 1\n",
+      "moorings trust 1\n",
+      "moot negative 1\n",
+      "moral anger 1\n",
+      "moral positive 1\n",
+      "moral trust 1\n",
+      "morality positive 1\n",
+      "morality trust 1\n",
+      "morals anger 1\n",
+      "morals anticipation 1\n",
+      "morals disgust 1\n",
+      "morals joy 1\n",
+      "morals positive 1\n",
+      "morals surprise 1\n",
+      "morals trust 1\n",
+      "morbid negative 1\n",
+      "morbid sadness 1\n",
+      "morbidity anger 1\n",
+      "morbidity disgust 1\n",
+      "morbidity fear 1\n",
+      "morbidity negative 1\n",
+      "morbidity sadness 1\n",
+      "morgue disgust 1\n",
+      "morgue fear 1\n",
+      "morgue negative 1\n",
+      "morgue sadness 1\n",
+      "moribund negative 1\n",
+      "moribund sadness 1\n",
+      "morn anticipation 1\n",
+      "moron negative 1\n",
+      "moronic negative 1\n",
+      "morrow anticipation 1\n",
+      "morsel negative 1\n",
+      "mortal negative 1\n",
+      "mortality anger 1\n",
+      "mortality fear 1\n",
+      "mortality negative 1\n",
+      "mortality sadness 1\n",
+      "mortar positive 1\n",
+      "mortgage fear 1\n",
+      "mortgagee trust 1\n",
+      "mortgagor fear 1\n",
+      "mortification anticipation 1\n",
+      "mortification disgust 1\n",
+      "mortification fear 1\n",
+      "mortification negative 1\n",
+      "mortification sadness 1\n",
+      "mortuary fear 1\n",
+      "mortuary negative 1\n",
+      "mortuary sadness 1\n",
+      "mosque anger 1\n",
+      "mosquito anger 1\n",
+      "mosquito disgust 1\n",
+      "mosquito negative 1\n",
+      "mother anticipation 1\n",
+      "mother joy 1\n",
+      "mother negative 1\n",
+      "mother positive 1\n",
+      "mother sadness 1\n",
+      "mother trust 1\n",
+      "motherhood joy 1\n",
+      "motherhood positive 1\n",
+      "motherhood trust 1\n",
+      "motion anticipation 1\n",
+      "motive positive 1\n",
+      "mountain anticipation 1\n",
+      "mourn negative 1\n",
+      "mourn sadness 1\n",
+      "mournful anger 1\n",
+      "mournful fear 1\n",
+      "mournful negative 1\n",
+      "mournful sadness 1\n",
+      "mourning negative 1\n",
+      "mourning sadness 1\n",
+      "mouth surprise 1\n",
+      "mouthful disgust 1\n",
+      "movable positive 1\n",
+      "mover positive 1\n",
+      "muck disgust 1\n",
+      "muck negative 1\n",
+      "mucous disgust 1\n",
+      "mucus disgust 1\n",
+      "mud negative 1\n",
+      "muddle negative 1\n",
+      "muddled negative 1\n",
+      "muddy disgust 1\n",
+      "muddy negative 1\n",
+      "muff anger 1\n",
+      "muff disgust 1\n",
+      "muff negative 1\n",
+      "mug anger 1\n",
+      "mug fear 1\n",
+      "mug negative 1\n",
+      "mug positive 1\n",
+      "mug sadness 1\n",
+      "mule anger 1\n",
+      "mule negative 1\n",
+      "mule trust 1\n",
+      "mum fear 1\n",
+      "mum negative 1\n",
+      "mumble negative 1\n",
+      "mumps negative 1\n",
+      "murder anger 1\n",
+      "murder disgust 1\n",
+      "murder fear 1\n",
+      "murder negative 1\n",
+      "murder sadness 1\n",
+      "murder surprise 1\n",
+      "murderer anger 1\n",
+      "murderer disgust 1\n",
+      "murderer fear 1\n",
+      "murderer negative 1\n",
+      "murderer sadness 1\n",
+      "murderous anger 1\n",
+      "murderous disgust 1\n",
+      "murderous fear 1\n",
+      "murderous negative 1\n",
+      "murderous sadness 1\n",
+      "murderous surprise 1\n",
+      "murky disgust 1\n",
+      "murky negative 1\n",
+      "murky sadness 1\n",
+      "muscular positive 1\n",
+      "music joy 1\n",
+      "music positive 1\n",
+      "music sadness 1\n",
+      "musical anger 1\n",
+      "musical anticipation 1\n",
+      "musical joy 1\n",
+      "musical positive 1\n",
+      "musical sadness 1\n",
+      "musical surprise 1\n",
+      "musical trust 1\n",
+      "musket fear 1\n",
+      "muss negative 1\n",
+      "musty disgust 1\n",
+      "musty negative 1\n",
+      "mutable anticipation 1\n",
+      "mutable positive 1\n",
+      "mutant negative 1\n",
+      "mutilated disgust 1\n",
+      "mutilated negative 1\n",
+      "mutilation anger 1\n",
+      "mutilation disgust 1\n",
+      "mutilation fear 1\n",
+      "mutilation negative 1\n",
+      "mutilation sadness 1\n",
+      "mutiny anger 1\n",
+      "mutiny disgust 1\n",
+      "mutiny fear 1\n",
+      "mutiny negative 1\n",
+      "mutiny surprise 1\n",
+      "mutter anger 1\n",
+      "mutter negative 1\n",
+      "mutual positive 1\n",
+      "muzzle fear 1\n",
+      "muzzle negative 1\n",
+      "myopia anger 1\n",
+      "myopia negative 1\n",
+      "myopia sadness 1\n",
+      "mysterious anticipation 1\n",
+      "mysterious fear 1\n",
+      "mysterious surprise 1\n",
+      "mystery anticipation 1\n",
+      "mystery surprise 1\n",
+      "mystic surprise 1\n",
+      "nab negative 1\n",
+      "nab surprise 1\n",
+      "nadir negative 1\n",
+      "nag anger 1\n",
+      "nag negative 1\n",
+      "naive negative 1\n",
+      "nameless disgust 1\n",
+      "nameless negative 1\n",
+      "nap joy 1\n",
+      "nap positive 1\n",
+      "napkin sadness 1\n",
+      "nappy disgust 1\n",
+      "nappy negative 1\n",
+      "narcotic negative 1\n",
+      "nascent anticipation 1\n",
+      "nasty anger 1\n",
+      "nasty disgust 1\n",
+      "nasty fear 1\n",
+      "nasty negative 1\n",
+      "nasty sadness 1\n",
+      "nation trust 1\n",
+      "naturalist positive 1\n",
+      "naughty negative 1\n",
+      "nausea disgust 1\n",
+      "nausea negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "nauseous disgust 1\n",
+      "nauseous negative 1\n",
+      "nauseous sadness 1\n",
+      "navigable anticipation 1\n",
+      "navigable positive 1\n",
+      "navigator anticipation 1\n",
+      "navigator trust 1\n",
+      "nay negative 1\n",
+      "neatly positive 1\n",
+      "necessity sadness 1\n",
+      "nectar positive 1\n",
+      "needful negative 1\n",
+      "needle positive 1\n",
+      "needy negative 1\n",
+      "nefarious disgust 1\n",
+      "nefarious fear 1\n",
+      "nefarious negative 1\n",
+      "nefarious sadness 1\n",
+      "nefarious surprise 1\n",
+      "negation anger 1\n",
+      "negation negative 1\n",
+      "negative negative 1\n",
+      "negative sadness 1\n",
+      "neglect negative 1\n",
+      "neglected anger 1\n",
+      "neglected disgust 1\n",
+      "neglected negative 1\n",
+      "neglected sadness 1\n",
+      "neglecting negative 1\n",
+      "negligence negative 1\n",
+      "negligent negative 1\n",
+      "negligently negative 1\n",
+      "negotiate positive 1\n",
+      "negotiate trust 1\n",
+      "negotiator positive 1\n",
+      "negro negative 1\n",
+      "negro sadness 1\n",
+      "neighbor anticipation 1\n",
+      "neighbor positive 1\n",
+      "neighbor trust 1\n",
+      "neighborhood anticipation 1\n",
+      "nepotism anger 1\n",
+      "nepotism disgust 1\n",
+      "nepotism negative 1\n",
+      "nepotism sadness 1\n",
+      "nerve positive 1\n",
+      "nervous anticipation 1\n",
+      "nervous fear 1\n",
+      "nervous negative 1\n",
+      "nervousness fear 1\n",
+      "nest trust 1\n",
+      "nestle positive 1\n",
+      "nestle trust 1\n",
+      "nether anger 1\n",
+      "nether fear 1\n",
+      "nether negative 1\n",
+      "nether sadness 1\n",
+      "nettle anger 1\n",
+      "nettle disgust 1\n",
+      "nettle negative 1\n",
+      "network anticipation 1\n",
+      "neuralgia fear 1\n",
+      "neuralgia negative 1\n",
+      "neuralgia sadness 1\n",
+      "neurosis fear 1\n",
+      "neurosis negative 1\n",
+      "neurosis sadness 1\n",
+      "neurotic disgust 1\n",
+      "neurotic fear 1\n",
+      "neurotic negative 1\n",
+      "neutral anticipation 1\n",
+      "neutral trust 1\n",
+      "neutrality trust 1\n",
+      "newcomer fear 1\n",
+      "newcomer surprise 1\n",
+      "nicotine disgust 1\n",
+      "nicotine negative 1\n",
+      "nigger negative 1\n",
+      "nightmare fear 1\n",
+      "nightmare negative 1\n",
+      "nihilism negative 1\n",
+      "nobility anticipation 1\n",
+      "nobility positive 1\n",
+      "nobility trust 1\n",
+      "noble positive 1\n",
+      "noble trust 1\n",
+      "nobleman positive 1\n",
+      "nobleman trust 1\n",
+      "noise negative 1\n",
+      "noisy anger 1\n",
+      "noisy negative 1\n",
+      "nomination positive 1\n",
+      "noncompliance anger 1\n",
+      "noncompliance anticipation 1\n",
+      "noncompliance fear 1\n",
+      "noncompliance negative 1\n",
+      "noncompliance sadness 1\n",
+      "nonsense negative 1\n",
+      "nonsensical negative 1\n",
+      "nonsensical sadness 1\n",
+      "noose negative 1\n",
+      "noose sadness 1\n",
+      "normality positive 1\n",
+      "nose disgust 1\n",
+      "notable joy 1\n",
+      "notable positive 1\n",
+      "notable trust 1\n",
+      "notables positive 1\n",
+      "notary trust 1\n",
+      "noted positive 1\n",
+      "nothingness negative 1\n",
+      "nothingness sadness 1\n",
+      "notification anticipation 1\n",
+      "notion positive 1\n",
+      "notoriety anger 1\n",
+      "notoriety disgust 1\n",
+      "notoriety fear 1\n",
+      "notoriety negative 1\n",
+      "notoriety positive 1\n",
+      "nourishment positive 1\n",
+      "noxious disgust 1\n",
+      "noxious fear 1\n",
+      "noxious negative 1\n",
+      "nuisance anger 1\n",
+      "nuisance negative 1\n",
+      "nul negative 1\n",
+      "nullify negative 1\n",
+      "nullify surprise 1\n",
+      "numb negative 1\n",
+      "numbers positive 1\n",
+      "numbness negative 1\n",
+      "numbness sadness 1\n",
+      "nun negative 1\n",
+      "nun trust 1\n",
+      "nurse positive 1\n",
+      "nurse trust 1\n",
+      "nursery joy 1\n",
+      "nursery positive 1\n",
+      "nursery trust 1\n",
+      "nurture anger 1\n",
+      "nurture anticipation 1\n",
+      "nurture disgust 1\n",
+      "nurture fear 1\n",
+      "nurture joy 1\n",
+      "nurture positive 1\n",
+      "nurture trust 1\n",
+      "nutritious positive 1\n",
+      "nutritious sadness 1\n",
+      "oaf negative 1\n",
+      "oak positive 1\n",
+      "oasis anticipation 1\n",
+      "oasis joy 1\n",
+      "oasis positive 1\n",
+      "oasis trust 1\n",
+      "oath positive 1\n",
+      "oath trust 1\n",
+      "obedience positive 1\n",
+      "obedience trust 1\n",
+      "obese disgust 1\n",
+      "obese negative 1\n",
+      "obesity disgust 1\n",
+      "obesity negative 1\n",
+      "obesity sadness 1\n",
+      "obey fear 1\n",
+      "obey trust 1\n",
+      "obi disgust 1\n",
+      "obi fear 1\n",
+      "obi negative 1\n",
+      "obit negative 1\n",
+      "obit sadness 1\n",
+      "obit surprise 1\n",
+      "obituary negative 1\n",
+      "obituary sadness 1\n",
+      "objection anger 1\n",
+      "objection negative 1\n",
+      "objectionable negative 1\n",
+      "objective anticipation 1\n",
+      "objective positive 1\n",
+      "objective trust 1\n",
+      "oblige negative 1\n",
+      "oblige trust 1\n",
+      "obliging anger 1\n",
+      "obliging anticipation 1\n",
+      "obliging disgust 1\n",
+      "obliging fear 1\n",
+      "obliging joy 1\n",
+      "obliging positive 1\n",
+      "obliging surprise 1\n",
+      "obliging trust 1\n",
+      "obligor fear 1\n",
+      "obligor negative 1\n",
+      "obliterate anger 1\n",
+      "obliterate fear 1\n",
+      "obliterate negative 1\n",
+      "obliterate sadness 1\n",
+      "obliterated anger 1\n",
+      "obliterated fear 1\n",
+      "obliterated negative 1\n",
+      "obliteration fear 1\n",
+      "obliteration negative 1\n",
+      "obliteration sadness 1\n",
+      "oblivion anger 1\n",
+      "oblivion fear 1\n",
+      "oblivion negative 1\n",
+      "obnoxious anger 1\n",
+      "obnoxious disgust 1\n",
+      "obnoxious negative 1\n",
+      "obnoxious sadness 1\n",
+      "obscene disgust 1\n",
+      "obscene negative 1\n",
+      "obscenity anger 1\n",
+      "obscenity disgust 1\n",
+      "obscenity negative 1\n",
+      "obscurity negative 1\n",
+      "observant positive 1\n",
+      "obstacle anger 1\n",
+      "obstacle fear 1\n",
+      "obstacle negative 1\n",
+      "obstacle sadness 1\n",
+      "obstetrician trust 1\n",
+      "obstinate negative 1\n",
+      "obstruct anger 1\n",
+      "obstruct fear 1\n",
+      "obstruct negative 1\n",
+      "obstruction negative 1\n",
+      "obstructive anger 1\n",
+      "obstructive negative 1\n",
+      "obtainable joy 1\n",
+      "obtainable positive 1\n",
+      "obtuse negative 1\n",
+      "obvious positive 1\n",
+      "obvious trust 1\n",
+      "occasional surprise 1\n",
+      "occult disgust 1\n",
+      "occult fear 1\n",
+      "occult negative 1\n",
+      "occupant positive 1\n",
+      "occupant trust 1\n",
+      "occupation positive 1\n",
+      "occupy positive 1\n",
+      "octopus disgust 1\n",
+      "oddity disgust 1\n",
+      "oddity negative 1\n",
+      "oddity sadness 1\n",
+      "oddity surprise 1\n",
+      "odious anger 1\n",
+      "odious disgust 1\n",
+      "odious fear 1\n",
+      "odious negative 1\n",
+      "odor negative 1\n",
+      "offend anger 1\n",
+      "offend disgust 1\n",
+      "offend negative 1\n",
+      "offended anger 1\n",
+      "offended negative 1\n",
+      "offended sadness 1\n",
+      "offender anger 1\n",
+      "offender disgust 1\n",
+      "offender fear 1\n",
+      "offender negative 1\n",
+      "offender sadness 1\n",
+      "offense anger 1\n",
+      "offense disgust 1\n",
+      "offense fear 1\n",
+      "offense negative 1\n",
+      "offense sadness 1\n",
+      "offensive anger 1\n",
+      "offensive disgust 1\n",
+      "offensive negative 1\n",
+      "offer positive 1\n",
+      "offering trust 1\n",
+      "offhand negative 1\n",
+      "officer positive 1\n",
+      "officer trust 1\n",
+      "official trust 1\n",
+      "offing negative 1\n",
+      "offset anticipation 1\n",
+      "offset positive 1\n",
+      "offshoot positive 1\n",
+      "ogre disgust 1\n",
+      "ogre fear 1\n",
+      "ogre negative 1\n",
+      "older sadness 1\n",
+      "olfactory anticipation 1\n",
+      "olfactory negative 1\n",
+      "oligarchy negative 1\n",
+      "omen anticipation 1\n",
+      "omen fear 1\n",
+      "omen negative 1\n",
+      "ominous anticipation 1\n",
+      "ominous fear 1\n",
+      "ominous negative 1\n",
+      "omit negative 1\n",
+      "omnipotence fear 1\n",
+      "omnipotence negative 1\n",
+      "omnipotence positive 1\n",
+      "omniscient positive 1\n",
+      "omniscient trust 1\n",
+      "onerous anger 1\n",
+      "onerous negative 1\n",
+      "onerous sadness 1\n",
+      "ongoing anticipation 1\n",
+      "onset anticipation 1\n",
+      "onus negative 1\n",
+      "ooze disgust 1\n",
+      "ooze negative 1\n",
+      "opaque negative 1\n",
+      "openness positive 1\n",
+      "opera anger 1\n",
+      "opera anticipation 1\n",
+      "opera fear 1\n",
+      "opera joy 1\n",
+      "opera positive 1\n",
+      "opera sadness 1\n",
+      "opera surprise 1\n",
+      "opera trust 1\n",
+      "operatic negative 1\n",
+      "operation fear 1\n",
+      "operation trust 1\n",
+      "opiate negative 1\n",
+      "opinionated anger 1\n",
+      "opinionated negative 1\n",
+      "opium anger 1\n",
+      "opium disgust 1\n",
+      "opium fear 1\n",
+      "opium negative 1\n",
+      "opium sadness 1\n",
+      "opponent anger 1\n",
+      "opponent anticipation 1\n",
+      "opponent disgust 1\n",
+      "opponent fear 1\n",
+      "opponent negative 1\n",
+      "opportune joy 1\n",
+      "opportune positive 1\n",
+      "opportunity anticipation 1\n",
+      "opportunity positive 1\n",
+      "oppose negative 1\n",
+      "opposed anger 1\n",
+      "opposed fear 1\n",
+      "opposed negative 1\n",
+      "opposition anger 1\n",
+      "opposition negative 1\n",
+      "oppress anger 1\n",
+      "oppress disgust 1\n",
+      "oppress fear 1\n",
+      "oppress negative 1\n",
+      "oppress sadness 1\n",
+      "oppression anger 1\n",
+      "oppression disgust 1\n",
+      "oppression fear 1\n",
+      "oppression negative 1\n",
+      "oppression sadness 1\n",
+      "oppressive anger 1\n",
+      "oppressive disgust 1\n",
+      "oppressive fear 1\n",
+      "oppressive negative 1\n",
+      "oppressive sadness 1\n",
+      "oppressor anger 1\n",
+      "oppressor fear 1\n",
+      "oppressor negative 1\n",
+      "oppressor sadness 1\n",
+      "optimism anticipation 1\n",
+      "optimism joy 1\n",
+      "optimism positive 1\n",
+      "optimism surprise 1\n",
+      "optimism trust 1\n",
+      "optimist positive 1\n",
+      "optimist trust 1\n",
+      "option positive 1\n",
+      "optional positive 1\n",
+      "oracle anticipation 1\n",
+      "oracle positive 1\n",
+      "oracle trust 1\n",
+      "oration positive 1\n",
+      "orc anger 1\n",
+      "orc disgust 1\n",
+      "orc fear 1\n",
+      "orc negative 1\n",
+      "orchestra anger 1\n",
+      "orchestra joy 1\n",
+      "orchestra positive 1\n",
+      "orchestra sadness 1\n",
+      "orchestra trust 1\n",
+      "ordained positive 1\n",
+      "ordained trust 1\n",
+      "ordeal anger 1\n",
+      "ordeal negative 1\n",
+      "ordeal surprise 1\n",
+      "orderly positive 1\n",
+      "ordinance trust 1\n",
+      "ordination anticipation 1\n",
+      "ordination joy 1\n",
+      "ordination positive 1\n",
+      "ordination trust 1\n",
+      "ordnance fear 1\n",
+      "ordnance negative 1\n",
+      "organ anticipation 1\n",
+      "organ joy 1\n",
+      "organic positive 1\n",
+      "organization anticipation 1\n",
+      "organization joy 1\n",
+      "organization positive 1\n",
+      "organization surprise 1\n",
+      "organization trust 1\n",
+      "organize positive 1\n",
+      "organized positive 1\n",
+      "orgasm anticipation 1\n",
+      "orgasm joy 1\n",
+      "orgasm positive 1\n",
+      "originality positive 1\n",
+      "originality surprise 1\n",
+      "ornamented positive 1\n",
+      "ornate positive 1\n",
+      "orphan fear 1\n",
+      "orphan negative 1\n",
+      "orphan sadness 1\n",
+      "orthodoxy trust 1\n",
+      "ostensibly negative 1\n",
+      "oust anger 1\n",
+      "oust negative 1\n",
+      "oust sadness 1\n",
+      "outburst anger 1\n",
+      "outburst fear 1\n",
+      "outburst joy 1\n",
+      "outburst negative 1\n",
+      "outburst positive 1\n",
+      "outburst sadness 1\n",
+      "outburst surprise 1\n",
+      "outcast disgust 1\n",
+      "outcast fear 1\n",
+      "outcast negative 1\n",
+      "outcast sadness 1\n",
+      "outcome positive 1\n",
+      "outcry anger 1\n",
+      "outcry fear 1\n",
+      "outcry negative 1\n",
+      "outcry surprise 1\n",
+      "outdo anticipation 1\n",
+      "outdo positive 1\n",
+      "outhouse disgust 1\n",
+      "outhouse negative 1\n",
+      "outlandish negative 1\n",
+      "outlaw negative 1\n",
+      "outpost fear 1\n",
+      "outrage anger 1\n",
+      "outrage disgust 1\n",
+      "outrage negative 1\n",
+      "outrageous surprise 1\n",
+      "outsider fear 1\n",
+      "outstanding joy 1\n",
+      "outstanding negative 1\n",
+      "outstanding positive 1\n",
+      "outward positive 1\n",
+      "ovation negative 1\n",
+      "ovation sadness 1\n",
+      "overbearing anger 1\n",
+      "overbearing negative 1\n",
+      "overburden negative 1\n",
+      "overcast negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "overdo negative 1\n",
+      "overdose negative 1\n",
+      "overdue anticipation 1\n",
+      "overdue negative 1\n",
+      "overdue sadness 1\n",
+      "overdue surprise 1\n",
+      "overestimate surprise 1\n",
+      "overestimated negative 1\n",
+      "overflow negative 1\n",
+      "overgrown negative 1\n",
+      "overjoyed joy 1\n",
+      "overjoyed positive 1\n",
+      "overload negative 1\n",
+      "overload sadness 1\n",
+      "overpaid negative 1\n",
+      "overpower negative 1\n",
+      "overpowering anger 1\n",
+      "overpowering fear 1\n",
+      "overpowering negative 1\n",
+      "overpriced anger 1\n",
+      "overpriced disgust 1\n",
+      "overpriced negative 1\n",
+      "overpriced sadness 1\n",
+      "oversight negative 1\n",
+      "overt fear 1\n",
+      "overthrow anticipation 1\n",
+      "overthrow fear 1\n",
+      "overthrow negative 1\n",
+      "overture anticipation 1\n",
+      "overturn negative 1\n",
+      "overwhelm negative 1\n",
+      "overwhelmed negative 1\n",
+      "overwhelmed sadness 1\n",
+      "overwhelming positive 1\n",
+      "owing anger 1\n",
+      "owing anticipation 1\n",
+      "owing disgust 1\n",
+      "owing fear 1\n",
+      "owing negative 1\n",
+      "owing sadness 1\n",
+      "owing trust 1\n",
+      "ownership positive 1\n",
+      "oxidation negative 1\n",
+      "pacific positive 1\n",
+      "pact trust 1\n",
+      "pad positive 1\n",
+      "padding positive 1\n",
+      "paddle anticipation 1\n",
+      "paddle positive 1\n",
+      "pain fear 1\n",
+      "pain negative 1\n",
+      "pain sadness 1\n",
+      "pained fear 1\n",
+      "pained negative 1\n",
+      "pained sadness 1\n",
+      "painful anger 1\n",
+      "painful disgust 1\n",
+      "painful fear 1\n",
+      "painful negative 1\n",
+      "painful sadness 1\n",
+      "painfully negative 1\n",
+      "painfully sadness 1\n",
+      "pains negative 1\n",
+      "palatable positive 1\n",
+      "palliative positive 1\n",
+      "palpable surprise 1\n",
+      "palsy disgust 1\n",
+      "palsy fear 1\n",
+      "palsy negative 1\n",
+      "palsy sadness 1\n",
+      "panacea positive 1\n",
+      "panache positive 1\n",
+      "pandemic fear 1\n",
+      "pandemic negative 1\n",
+      "pandemic sadness 1\n",
+      "pang negative 1\n",
+      "pang surprise 1\n",
+      "panic fear 1\n",
+      "panic negative 1\n",
+      "panier positive 1\n",
+      "paprika positive 1\n",
+      "parachute fear 1\n",
+      "parade anticipation 1\n",
+      "parade fear 1\n",
+      "parade joy 1\n",
+      "parade negative 1\n",
+      "parade positive 1\n",
+      "parade surprise 1\n",
+      "paragon anticipation 1\n",
+      "paragon joy 1\n",
+      "paragon positive 1\n",
+      "paragon trust 1\n",
+      "paralysis anger 1\n",
+      "paralysis anticipation 1\n",
+      "paralysis fear 1\n",
+      "paralysis negative 1\n",
+      "paralysis sadness 1\n",
+      "paralyzed anger 1\n",
+      "paralyzed fear 1\n",
+      "paralyzed negative 1\n",
+      "paralyzed sadness 1\n",
+      "paralyzed surprise 1\n",
+      "paramount positive 1\n",
+      "paranoia fear 1\n",
+      "paranoia negative 1\n",
+      "paraphrase negative 1\n",
+      "paraphrase positive 1\n",
+      "parasite disgust 1\n",
+      "parasite fear 1\n",
+      "parasite negative 1\n",
+      "pardon positive 1\n",
+      "pare anger 1\n",
+      "pare anticipation 1\n",
+      "pare fear 1\n",
+      "pare negative 1\n",
+      "pare sadness 1\n",
+      "parentage positive 1\n",
+      "parietal positive 1\n",
+      "parietal trust 1\n",
+      "parish trust 1\n",
+      "parliament trust 1\n",
+      "parole anticipation 1\n",
+      "parrot disgust 1\n",
+      "parrot negative 1\n",
+      "parsimonious negative 1\n",
+      "partake positive 1\n",
+      "partake trust 1\n",
+      "participation positive 1\n",
+      "parting sadness 1\n",
+      "partisan negative 1\n",
+      "partner positive 1\n",
+      "partnership positive 1\n",
+      "partnership trust 1\n",
+      "passe negative 1\n",
+      "passenger anticipation 1\n",
+      "passion anticipation 1\n",
+      "passion joy 1\n",
+      "passion positive 1\n",
+      "passion trust 1\n",
+      "passionate anticipation 1\n",
+      "passionate joy 1\n",
+      "passionate positive 1\n",
+      "passionate trust 1\n",
+      "passive negative 1\n",
+      "passivity negative 1\n",
+      "pastime positive 1\n",
+      "pastor joy 1\n",
+      "pastor positive 1\n",
+      "pastor trust 1\n",
+      "pastry joy 1\n",
+      "pastry positive 1\n",
+      "pasture positive 1\n",
+      "patch negative 1\n",
+      "patent positive 1\n",
+      "pathetic disgust 1\n",
+      "pathetic negative 1\n",
+      "pathetic sadness 1\n",
+      "patience anticipation 1\n",
+      "patience positive 1\n",
+      "patience trust 1\n",
+      "patient anticipation 1\n",
+      "patient positive 1\n",
+      "patriarchal positive 1\n",
+      "patriarchal trust 1\n",
+      "patrol trust 1\n",
+      "patron positive 1\n",
+      "patron trust 1\n",
+      "patronage positive 1\n",
+      "patronage trust 1\n",
+      "patronizing negative 1\n",
+      "patter anger 1\n",
+      "patter negative 1\n",
+      "paucity anger 1\n",
+      "paucity disgust 1\n",
+      "paucity negative 1\n",
+      "paucity sadness 1\n",
+      "pauper negative 1\n",
+      "pauper sadness 1\n",
+      "pavement trust 1\n",
+      "pawn negative 1\n",
+      "pawn trust 1\n",
+      "pay anticipation 1\n",
+      "pay joy 1\n",
+      "pay positive 1\n",
+      "pay trust 1\n",
+      "payback anger 1\n",
+      "payback negative 1\n",
+      "payment negative 1\n",
+      "peace anticipation 1\n",
+      "peace joy 1\n",
+      "peace positive 1\n",
+      "peace trust 1\n",
+      "peaceable positive 1\n",
+      "peaceful anticipation 1\n",
+      "peaceful joy 1\n",
+      "peaceful positive 1\n",
+      "peaceful surprise 1\n",
+      "peaceful trust 1\n",
+      "peacock positive 1\n",
+      "peck positive 1\n",
+      "peculiarities negative 1\n",
+      "peculiarity positive 1\n",
+      "pedestrian negative 1\n",
+      "pedigree positive 1\n",
+      "pedigree trust 1\n",
+      "peerless positive 1\n",
+      "penal fear 1\n",
+      "penal negative 1\n",
+      "penal sadness 1\n",
+      "penalty anger 1\n",
+      "penalty fear 1\n",
+      "penalty negative 1\n",
+      "penalty sadness 1\n",
+      "penance fear 1\n",
+      "penance sadness 1\n",
+      "penchant positive 1\n",
+      "penetration anger 1\n",
+      "penetration fear 1\n",
+      "penetration negative 1\n",
+      "penitentiary anger 1\n",
+      "penitentiary negative 1\n",
+      "pensive sadness 1\n",
+      "perceive positive 1\n",
+      "perceive trust 1\n",
+      "perceptible positive 1\n",
+      "perchance surprise 1\n",
+      "perdition anger 1\n",
+      "perdition disgust 1\n",
+      "perdition fear 1\n",
+      "perdition negative 1\n",
+      "perdition sadness 1\n",
+      "perennial positive 1\n",
+      "perennial trust 1\n",
+      "perfect anticipation 1\n",
+      "perfect joy 1\n",
+      "perfect positive 1\n",
+      "perfect trust 1\n",
+      "perfection anticipation 1\n",
+      "perfection joy 1\n",
+      "perfection positive 1\n",
+      "perfection surprise 1\n",
+      "perfection trust 1\n",
+      "performer positive 1\n",
+      "peri surprise 1\n",
+      "peril anticipation 1\n",
+      "peril fear 1\n",
+      "peril negative 1\n",
+      "peril sadness 1\n",
+      "perilous anticipation 1\n",
+      "perilous fear 1\n",
+      "perilous negative 1\n",
+      "perilous sadness 1\n",
+      "periodicity trust 1\n",
+      "perish fear 1\n",
+      "perish negative 1\n",
+      "perish sadness 1\n",
+      "perishable negative 1\n",
+      "perished negative 1\n",
+      "perished sadness 1\n",
+      "perishing fear 1\n",
+      "perishing negative 1\n",
+      "perishing sadness 1\n",
+      "perjury fear 1\n",
+      "perjury negative 1\n",
+      "perjury surprise 1\n",
+      "perk positive 1\n",
+      "permission positive 1\n",
+      "pernicious anger 1\n",
+      "pernicious fear 1\n",
+      "pernicious negative 1\n",
+      "pernicious sadness 1\n",
+      "perpetrator anger 1\n",
+      "perpetrator disgust 1\n",
+      "perpetrator fear 1\n",
+      "perpetrator negative 1\n",
+      "perpetrator sadness 1\n",
+      "perpetuate anticipation 1\n",
+      "perpetuation negative 1\n",
+      "perpetuity anticipation 1\n",
+      "perpetuity positive 1\n",
+      "perpetuity trust 1\n",
+      "perplexed negative 1\n",
+      "perplexity negative 1\n",
+      "perplexity sadness 1\n",
+      "persecute anger 1\n",
+      "persecute fear 1\n",
+      "persecute negative 1\n",
+      "persecution anger 1\n",
+      "persecution disgust 1\n",
+      "persecution fear 1\n",
+      "persecution negative 1\n",
+      "persecution sadness 1\n",
+      "persistence positive 1\n",
+      "persistent positive 1\n",
+      "personable positive 1\n",
+      "personal trust 1\n",
+      "perspiration disgust 1\n",
+      "persuade trust 1\n",
+      "pertinent positive 1\n",
+      "pertinent trust 1\n",
+      "perturbation fear 1\n",
+      "perturbation negative 1\n",
+      "pertussis negative 1\n",
+      "perverse anger 1\n",
+      "perverse disgust 1\n",
+      "perverse fear 1\n",
+      "perverse negative 1\n",
+      "perversion anger 1\n",
+      "perversion disgust 1\n",
+      "perversion negative 1\n",
+      "perversion sadness 1\n",
+      "pervert anger 1\n",
+      "pervert disgust 1\n",
+      "pervert negative 1\n",
+      "perverted disgust 1\n",
+      "perverted negative 1\n",
+      "pessimism anger 1\n",
+      "pessimism fear 1\n",
+      "pessimism negative 1\n",
+      "pessimism sadness 1\n",
+      "pessimist fear 1\n",
+      "pessimist negative 1\n",
+      "pessimist sadness 1\n",
+      "pest anger 1\n",
+      "pest disgust 1\n",
+      "pest fear 1\n",
+      "pest negative 1\n",
+      "pestilence disgust 1\n",
+      "pestilence fear 1\n",
+      "pestilence negative 1\n",
+      "pet negative 1\n",
+      "petroleum disgust 1\n",
+      "petroleum negative 1\n",
+      "petroleum positive 1\n",
+      "petty negative 1\n",
+      "phalanx fear 1\n",
+      "phalanx trust 1\n",
+      "phantom fear 1\n",
+      "phantom negative 1\n",
+      "pharmaceutical positive 1\n",
+      "philanthropic trust 1\n",
+      "philanthropist positive 1\n",
+      "philanthropist trust 1\n",
+      "philanthropy positive 1\n",
+      "philosopher positive 1\n",
+      "philosopher trust 1\n",
+      "phlegm disgust 1\n",
+      "phlegm negative 1\n",
+      "phoenix positive 1\n",
+      "phonetic positive 1\n",
+      "phony anger 1\n",
+      "phony disgust 1\n",
+      "phony negative 1\n",
+      "physician positive 1\n",
+      "physician trust 1\n",
+      "physicist trust 1\n",
+      "physics positive 1\n",
+      "physiology positive 1\n",
+      "physique positive 1\n",
+      "pick positive 1\n",
+      "picket anger 1\n",
+      "picket anticipation 1\n",
+      "picket fear 1\n",
+      "picket negative 1\n",
+      "picketing anger 1\n",
+      "picketing negative 1\n",
+      "pickle negative 1\n",
+      "picnic anticipation 1\n",
+      "picnic joy 1\n",
+      "picnic positive 1\n",
+      "picnic surprise 1\n",
+      "picnic trust 1\n",
+      "picturesque joy 1\n",
+      "picturesque positive 1\n",
+      "piety positive 1\n",
+      "pig disgust 1\n",
+      "pig negative 1\n",
+      "pigeon negative 1\n",
+      "piles disgust 1\n",
+      "piles negative 1\n",
+      "pill positive 1\n",
+      "pill trust 1\n",
+      "pillage anger 1\n",
+      "pillage disgust 1\n",
+      "pillage fear 1\n",
+      "pillage negative 1\n",
+      "pillow positive 1\n",
+      "pilot positive 1\n",
+      "pilot trust 1\n",
+      "pimp negative 1\n",
+      "pimple disgust 1\n",
+      "pimple negative 1\n",
+      "pine negative 1\n",
+      "pine sadness 1\n",
+      "pinion fear 1\n",
+      "pinion negative 1\n",
+      "pinnacle positive 1\n",
+      "pioneer positive 1\n",
+      "pious disgust 1\n",
+      "pious positive 1\n",
+      "pious sadness 1\n",
+      "pious trust 1\n",
+      "pique anger 1\n",
+      "pique negative 1\n",
+      "piracy negative 1\n",
+      "pirate anger 1\n",
+      "pirate negative 1\n",
+      "pistol negative 1\n",
+      "pitfall anger 1\n",
+      "pitfall disgust 1\n",
+      "pitfall fear 1\n",
+      "pitfall negative 1\n",
+      "pitfall sadness 1\n",
+      "pitfall surprise 1\n",
+      "pith positive 1\n",
+      "pith trust 1\n",
+      "pity sadness 1\n",
+      "pivot positive 1\n",
+      "pivot trust 1\n",
+      "placard surprise 1\n",
+      "placid positive 1\n",
+      "plagiarism disgust 1\n",
+      "plagiarism negative 1\n",
+      "plague disgust 1\n",
+      "plague fear 1\n",
+      "plague negative 1\n",
+      "plague sadness 1\n",
+      "plaintiff negative 1\n",
+      "plaintive sadness 1\n",
+      "plan anticipation 1\n",
+      "planning anticipation 1\n",
+      "planning positive 1\n",
+      "planning trust 1\n",
+      "plated negative 1\n",
+      "player negative 1\n",
+      "playful anger 1\n",
+      "playful joy 1\n",
+      "playful positive 1\n",
+      "playful surprise 1\n",
+      "playful trust 1\n",
+      "playground anticipation 1\n",
+      "playground joy 1\n",
+      "playground positive 1\n",
+      "playground surprise 1\n",
+      "playground trust 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "playhouse joy 1\n",
+      "playhouse positive 1\n",
+      "plea anticipation 1\n",
+      "plea fear 1\n",
+      "plea negative 1\n",
+      "plea sadness 1\n",
+      "pleasant anticipation 1\n",
+      "pleasant joy 1\n",
+      "pleasant positive 1\n",
+      "pleasant surprise 1\n",
+      "pleasant trust 1\n",
+      "pleased joy 1\n",
+      "pleased positive 1\n",
+      "pleasurable joy 1\n",
+      "pleasurable positive 1\n",
+      "pledge joy 1\n",
+      "pledge positive 1\n",
+      "pledge trust 1\n",
+      "plenary positive 1\n",
+      "plentiful positive 1\n",
+      "plexus positive 1\n",
+      "plight anticipation 1\n",
+      "plight disgust 1\n",
+      "plight fear 1\n",
+      "plight negative 1\n",
+      "plight sadness 1\n",
+      "plodding negative 1\n",
+      "plum positive 1\n",
+      "plumb positive 1\n",
+      "plummet fear 1\n",
+      "plummet negative 1\n",
+      "plump anticipation 1\n",
+      "plunder anger 1\n",
+      "plunder disgust 1\n",
+      "plunder fear 1\n",
+      "plunder negative 1\n",
+      "plunder sadness 1\n",
+      "plunder surprise 1\n",
+      "plunge fear 1\n",
+      "plunge negative 1\n",
+      "plush positive 1\n",
+      "ply positive 1\n",
+      "pneumonia fear 1\n",
+      "pneumonia negative 1\n",
+      "poaching anger 1\n",
+      "poaching disgust 1\n",
+      "poaching fear 1\n",
+      "poaching negative 1\n",
+      "poaching sadness 1\n",
+      "pointedly positive 1\n",
+      "pointless negative 1\n",
+      "pointless sadness 1\n",
+      "poison anger 1\n",
+      "poison disgust 1\n",
+      "poison fear 1\n",
+      "poison negative 1\n",
+      "poison sadness 1\n",
+      "poisoned anger 1\n",
+      "poisoned disgust 1\n",
+      "poisoned fear 1\n",
+      "poisoned negative 1\n",
+      "poisoned sadness 1\n",
+      "poisoning disgust 1\n",
+      "poisoning negative 1\n",
+      "poisonous anger 1\n",
+      "poisonous disgust 1\n",
+      "poisonous fear 1\n",
+      "poisonous negative 1\n",
+      "poisonous sadness 1\n",
+      "poke anticipation 1\n",
+      "poke negative 1\n",
+      "polarity surprise 1\n",
+      "polemic anger 1\n",
+      "polemic disgust 1\n",
+      "polemic negative 1\n",
+      "police fear 1\n",
+      "police positive 1\n",
+      "police trust 1\n",
+      "policeman fear 1\n",
+      "policeman positive 1\n",
+      "policeman trust 1\n",
+      "policy trust 1\n",
+      "polio fear 1\n",
+      "polio negative 1\n",
+      "polio sadness 1\n",
+      "polish positive 1\n",
+      "polished positive 1\n",
+      "polite positive 1\n",
+      "politeness positive 1\n",
+      "politic disgust 1\n",
+      "politic positive 1\n",
+      "politics anger 1\n",
+      "poll trust 1\n",
+      "pollute disgust 1\n",
+      "pollute negative 1\n",
+      "pollution disgust 1\n",
+      "pollution negative 1\n",
+      "polygamy disgust 1\n",
+      "polygamy negative 1\n",
+      "pomp negative 1\n",
+      "pompous disgust 1\n",
+      "pompous negative 1\n",
+      "ponderous negative 1\n",
+      "pontiff trust 1\n",
+      "pool positive 1\n",
+      "poorly negative 1\n",
+      "pop negative 1\n",
+      "pop surprise 1\n",
+      "pope positive 1\n",
+      "popularity positive 1\n",
+      "popularized positive 1\n",
+      "population positive 1\n",
+      "porcupine negative 1\n",
+      "porn disgust 1\n",
+      "porn negative 1\n",
+      "porno negative 1\n",
+      "pornographic negative 1\n",
+      "pornography disgust 1\n",
+      "pornography negative 1\n",
+      "portable positive 1\n",
+      "pose negative 1\n",
+      "posse fear 1\n",
+      "possess anticipation 1\n",
+      "possess joy 1\n",
+      "possess positive 1\n",
+      "possess trust 1\n",
+      "possessed anger 1\n",
+      "possessed disgust 1\n",
+      "possessed fear 1\n",
+      "possessed negative 1\n",
+      "possession anger 1\n",
+      "possession disgust 1\n",
+      "possession fear 1\n",
+      "possession negative 1\n",
+      "possibility anticipation 1\n",
+      "posthumous negative 1\n",
+      "posthumous sadness 1\n",
+      "postponement negative 1\n",
+      "postponement surprise 1\n",
+      "potable positive 1\n",
+      "potency positive 1\n",
+      "pound anger 1\n",
+      "pound negative 1\n",
+      "poverty anger 1\n",
+      "poverty disgust 1\n",
+      "poverty fear 1\n",
+      "poverty negative 1\n",
+      "poverty sadness 1\n",
+      "pow anger 1\n",
+      "powerful anger 1\n",
+      "powerful anticipation 1\n",
+      "powerful disgust 1\n",
+      "powerful fear 1\n",
+      "powerful joy 1\n",
+      "powerful positive 1\n",
+      "powerful trust 1\n",
+      "powerfully fear 1\n",
+      "powerfully positive 1\n",
+      "powerless anger 1\n",
+      "powerless disgust 1\n",
+      "powerless fear 1\n",
+      "powerless negative 1\n",
+      "powerless sadness 1\n",
+      "practice positive 1\n",
+      "practiced joy 1\n",
+      "practiced positive 1\n",
+      "practiced surprise 1\n",
+      "practiced trust 1\n",
+      "practise anticipation 1\n",
+      "practise positive 1\n",
+      "praise joy 1\n",
+      "praise positive 1\n",
+      "praise trust 1\n",
+      "praised joy 1\n",
+      "praised positive 1\n",
+      "praiseworthy anticipation 1\n",
+      "praiseworthy joy 1\n",
+      "praiseworthy positive 1\n",
+      "praiseworthy surprise 1\n",
+      "praiseworthy trust 1\n",
+      "prank negative 1\n",
+      "prank surprise 1\n",
+      "pray anticipation 1\n",
+      "pray fear 1\n",
+      "pray joy 1\n",
+      "pray positive 1\n",
+      "pray surprise 1\n",
+      "pray trust 1\n",
+      "precarious anticipation 1\n",
+      "precarious fear 1\n",
+      "precarious negative 1\n",
+      "precarious sadness 1\n",
+      "precaution positive 1\n",
+      "precede positive 1\n",
+      "precedence positive 1\n",
+      "precedence trust 1\n",
+      "precinct negative 1\n",
+      "precious anticipation 1\n",
+      "precious joy 1\n",
+      "precious positive 1\n",
+      "precious surprise 1\n",
+      "precipice fear 1\n",
+      "precise positive 1\n",
+      "precision positive 1\n",
+      "preclude anger 1\n",
+      "precursor anticipation 1\n",
+      "predatory negative 1\n",
+      "predicament fear 1\n",
+      "predicament negative 1\n",
+      "predict anticipation 1\n",
+      "prediction anticipation 1\n",
+      "predilection anticipation 1\n",
+      "predilection positive 1\n",
+      "predispose anticipation 1\n",
+      "predominant positive 1\n",
+      "predominant trust 1\n",
+      "preeminent positive 1\n",
+      "prefer positive 1\n",
+      "prefer trust 1\n",
+      "pregnancy disgust 1\n",
+      "pregnancy negative 1\n",
+      "prejudice anger 1\n",
+      "prejudice negative 1\n",
+      "prejudiced disgust 1\n",
+      "prejudiced fear 1\n",
+      "prejudiced negative 1\n",
+      "prejudicial anger 1\n",
+      "prejudicial negative 1\n",
+      "preliminary anticipation 1\n",
+      "premature surprise 1\n",
+      "premeditated fear 1\n",
+      "premeditated negative 1\n",
+      "premier positive 1\n",
+      "premises positive 1\n",
+      "preparation anticipation 1\n",
+      "preparatory anticipation 1\n",
+      "prepare anticipation 1\n",
+      "prepare positive 1\n",
+      "prepared anticipation 1\n",
+      "prepared positive 1\n",
+      "prepared trust 1\n",
+      "preparedness anticipation 1\n",
+      "preponderance trust 1\n",
+      "prerequisite anticipation 1\n",
+      "prescient anticipation 1\n",
+      "prescient positive 1\n",
+      "presence positive 1\n",
+      "present anticipation 1\n",
+      "present joy 1\n",
+      "present positive 1\n",
+      "present surprise 1\n",
+      "present trust 1\n",
+      "presentable positive 1\n",
+      "presentment negative 1\n",
+      "presentment positive 1\n",
+      "preservative anticipation 1\n",
+      "preservative joy 1\n",
+      "preservative positive 1\n",
+      "preservative surprise 1\n",
+      "preservative trust 1\n",
+      "preserve positive 1\n",
+      "president positive 1\n",
+      "president trust 1\n",
+      "pressure negative 1\n",
+      "prestige joy 1\n",
+      "prestige positive 1\n",
+      "prestige trust 1\n",
+      "presto joy 1\n",
+      "presto positive 1\n",
+      "presto surprise 1\n",
+      "presumption trust 1\n",
+      "presumptuous anger 1\n",
+      "presumptuous disgust 1\n",
+      "presumptuous negative 1\n",
+      "pretend negative 1\n",
+      "pretended negative 1\n",
+      "pretending anger 1\n",
+      "pretending negative 1\n",
+      "pretense negative 1\n",
+      "pretensions negative 1\n",
+      "pretty anticipation 1\n",
+      "pretty joy 1\n",
+      "pretty positive 1\n",
+      "pretty trust 1\n",
+      "prevail anticipation 1\n",
+      "prevail joy 1\n",
+      "prevail positive 1\n",
+      "prevalent trust 1\n",
+      "prevent fear 1\n",
+      "prevention anticipation 1\n",
+      "prevention positive 1\n",
+      "preventive negative 1\n",
+      "prey fear 1\n",
+      "prey negative 1\n",
+      "priceless positive 1\n",
+      "prick anger 1\n",
+      "prick disgust 1\n",
+      "prick fear 1\n",
+      "prick negative 1\n",
+      "prick surprise 1\n",
+      "prickly negative 1\n",
+      "pride joy 1\n",
+      "pride positive 1\n",
+      "priest positive 1\n",
+      "priest trust 1\n",
+      "priesthood anticipation 1\n",
+      "priesthood joy 1\n",
+      "priesthood positive 1\n",
+      "priesthood sadness 1\n",
+      "priesthood trust 1\n",
+      "priestly positive 1\n",
+      "primacy positive 1\n",
+      "primary positive 1\n",
+      "prime positive 1\n",
+      "primer positive 1\n",
+      "primer trust 1\n",
+      "prince positive 1\n",
+      "princely anticipation 1\n",
+      "princely joy 1\n",
+      "princely positive 1\n",
+      "princely surprise 1\n",
+      "princely trust 1\n",
+      "princess positive 1\n",
+      "principal positive 1\n",
+      "principal trust 1\n",
+      "prison anger 1\n",
+      "prison fear 1\n",
+      "prison negative 1\n",
+      "prison sadness 1\n",
+      "prisoner anger 1\n",
+      "prisoner disgust 1\n",
+      "prisoner fear 1\n",
+      "prisoner negative 1\n",
+      "prisoner sadness 1\n",
+      "pristine positive 1\n",
+      "privileged joy 1\n",
+      "privileged positive 1\n",
+      "privileged trust 1\n",
+      "privy negative 1\n",
+      "privy trust 1\n",
+      "probability anticipation 1\n",
+      "probation anticipation 1\n",
+      "probation fear 1\n",
+      "probation sadness 1\n",
+      "probity positive 1\n",
+      "probity trust 1\n",
+      "problem fear 1\n",
+      "problem negative 1\n",
+      "problem sadness 1\n",
+      "procedure fear 1\n",
+      "procedure positive 1\n",
+      "proceeding anticipation 1\n",
+      "procession joy 1\n",
+      "procession positive 1\n",
+      "procession sadness 1\n",
+      "procession surprise 1\n",
+      "procrastinate negative 1\n",
+      "procrastination negative 1\n",
+      "proctor positive 1\n",
+      "proctor trust 1\n",
+      "procure positive 1\n",
+      "prodigal negative 1\n",
+      "prodigal positive 1\n",
+      "prodigious positive 1\n",
+      "prodigy positive 1\n",
+      "producer positive 1\n",
+      "producing positive 1\n",
+      "production anticipation 1\n",
+      "production positive 1\n",
+      "productive positive 1\n",
+      "productivity positive 1\n",
+      "profane anger 1\n",
+      "profane negative 1\n",
+      "profanity anger 1\n",
+      "profanity negative 1\n",
+      "profession positive 1\n",
+      "professional positive 1\n",
+      "professional trust 1\n",
+      "professor positive 1\n",
+      "professor trust 1\n",
+      "professorship trust 1\n",
+      "proficiency anticipation 1\n",
+      "proficiency joy 1\n",
+      "proficiency positive 1\n",
+      "proficiency surprise 1\n",
+      "proficiency trust 1\n",
+      "proficient positive 1\n",
+      "proficient trust 1\n",
+      "profuse positive 1\n",
+      "profusion negative 1\n",
+      "prognosis anticipation 1\n",
+      "prognosis fear 1\n",
+      "prognostic anticipation 1\n",
+      "progress anticipation 1\n",
+      "progress joy 1\n",
+      "progress positive 1\n",
+      "progression anticipation 1\n",
+      "progression joy 1\n",
+      "progression positive 1\n",
+      "progression sadness 1\n",
+      "progression trust 1\n",
+      "progressive positive 1\n",
+      "prohibited anger 1\n",
+      "prohibited disgust 1\n",
+      "prohibited fear 1\n",
+      "prohibited negative 1\n",
+      "prohibition negative 1\n",
+      "projectile fear 1\n",
+      "projectiles fear 1\n",
+      "prolific positive 1\n",
+      "prologue anticipation 1\n",
+      "prolong disgust 1\n",
+      "prolong negative 1\n",
+      "prominence positive 1\n",
+      "prominently positive 1\n",
+      "promiscuous negative 1\n",
+      "promise joy 1\n",
+      "promise positive 1\n",
+      "promise trust 1\n",
+      "promising positive 1\n",
+      "promotion positive 1\n",
+      "proof trust 1\n",
+      "prop positive 1\n",
+      "propaganda negative 1\n",
+      "proper positive 1\n",
+      "prophecy anticipation 1\n",
+      "prophet anticipation 1\n",
+      "prophet positive 1\n",
+      "prophet trust 1\n",
+      "prophetic anticipation 1\n",
+      "prophylactic anticipation 1\n",
+      "prophylactic positive 1\n",
+      "prophylactic trust 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "proposition positive 1\n",
+      "prosecute anger 1\n",
+      "prosecute fear 1\n",
+      "prosecute negative 1\n",
+      "prosecute sadness 1\n",
+      "prosecution disgust 1\n",
+      "prosecution negative 1\n",
+      "prospect positive 1\n",
+      "prospectively anticipation 1\n",
+      "prosper anticipation 1\n",
+      "prosper joy 1\n",
+      "prosper positive 1\n",
+      "prosperity positive 1\n",
+      "prosperous joy 1\n",
+      "prosperous positive 1\n",
+      "prostitute disgust 1\n",
+      "prostitute negative 1\n",
+      "prostitution disgust 1\n",
+      "prostitution negative 1\n",
+      "prostitution sadness 1\n",
+      "protect positive 1\n",
+      "protected trust 1\n",
+      "protecting positive 1\n",
+      "protecting trust 1\n",
+      "protective positive 1\n",
+      "protector positive 1\n",
+      "protector trust 1\n",
+      "protestant fear 1\n",
+      "proud anticipation 1\n",
+      "proud joy 1\n",
+      "proud positive 1\n",
+      "proud trust 1\n",
+      "prove positive 1\n",
+      "proven trust 1\n",
+      "proverbial positive 1\n",
+      "provide positive 1\n",
+      "provide trust 1\n",
+      "providing anticipation 1\n",
+      "providing joy 1\n",
+      "providing positive 1\n",
+      "providing trust 1\n",
+      "proviso trust 1\n",
+      "provocation anger 1\n",
+      "provocation negative 1\n",
+      "provoking anger 1\n",
+      "provoking disgust 1\n",
+      "provoking negative 1\n",
+      "prowl fear 1\n",
+      "prowl surprise 1\n",
+      "proxy trust 1\n",
+      "prudence positive 1\n",
+      "prudent positive 1\n",
+      "prudent trust 1\n",
+      "pry anger 1\n",
+      "pry anticipation 1\n",
+      "pry negative 1\n",
+      "pry trust 1\n",
+      "prying negative 1\n",
+      "psalm positive 1\n",
+      "psychosis anger 1\n",
+      "psychosis fear 1\n",
+      "psychosis negative 1\n",
+      "psychosis sadness 1\n",
+      "public anticipation 1\n",
+      "public positive 1\n",
+      "publicist negative 1\n",
+      "puffy negative 1\n",
+      "puke disgust 1\n",
+      "pull positive 1\n",
+      "pulpit positive 1\n",
+      "puma fear 1\n",
+      "puma surprise 1\n",
+      "punch anger 1\n",
+      "punch fear 1\n",
+      "punch negative 1\n",
+      "punch sadness 1\n",
+      "punch surprise 1\n",
+      "punctual anticipation 1\n",
+      "punctual positive 1\n",
+      "punctual trust 1\n",
+      "punctuality positive 1\n",
+      "pungent disgust 1\n",
+      "pungent negative 1\n",
+      "punish fear 1\n",
+      "punish negative 1\n",
+      "punished anger 1\n",
+      "punished anticipation 1\n",
+      "punished disgust 1\n",
+      "punished fear 1\n",
+      "punished negative 1\n",
+      "punished sadness 1\n",
+      "punishing anger 1\n",
+      "punishing fear 1\n",
+      "punishing negative 1\n",
+      "punishing sadness 1\n",
+      "punishment anger 1\n",
+      "punishment disgust 1\n",
+      "punishment fear 1\n",
+      "punishment negative 1\n",
+      "punitive anger 1\n",
+      "punitive fear 1\n",
+      "punitive negative 1\n",
+      "punitive sadness 1\n",
+      "punt anticipation 1\n",
+      "puppy anticipation 1\n",
+      "puppy positive 1\n",
+      "puppy trust 1\n",
+      "purely positive 1\n",
+      "purely trust 1\n",
+      "purgatory disgust 1\n",
+      "purgatory fear 1\n",
+      "purgatory negative 1\n",
+      "purge fear 1\n",
+      "purge negative 1\n",
+      "purification positive 1\n",
+      "purification trust 1\n",
+      "purify joy 1\n",
+      "purify positive 1\n",
+      "purify trust 1\n",
+      "purist positive 1\n",
+      "purity positive 1\n",
+      "purity surprise 1\n",
+      "purr joy 1\n",
+      "purr positive 1\n",
+      "purr trust 1\n",
+      "pus disgust 1\n",
+      "pus negative 1\n",
+      "putative trust 1\n",
+      "quack disgust 1\n",
+      "quack negative 1\n",
+      "quagmire disgust 1\n",
+      "quagmire negative 1\n",
+      "quail fear 1\n",
+      "quail negative 1\n",
+      "quaint joy 1\n",
+      "quaint positive 1\n",
+      "quaint trust 1\n",
+      "quake fear 1\n",
+      "qualified positive 1\n",
+      "qualified trust 1\n",
+      "qualifying positive 1\n",
+      "quandary anger 1\n",
+      "quandary fear 1\n",
+      "quandary negative 1\n",
+      "quarantine fear 1\n",
+      "quarrel anger 1\n",
+      "quarrel negative 1\n",
+      "quash fear 1\n",
+      "quash negative 1\n",
+      "quell negative 1\n",
+      "quest anticipation 1\n",
+      "quest positive 1\n",
+      "question positive 1\n",
+      "questionable disgust 1\n",
+      "questionable negative 1\n",
+      "quicken anticipation 1\n",
+      "quickness positive 1\n",
+      "quickness surprise 1\n",
+      "quicksilver negative 1\n",
+      "quicksilver surprise 1\n",
+      "quiescent positive 1\n",
+      "quiet positive 1\n",
+      "quiet sadness 1\n",
+      "quinine positive 1\n",
+      "quit negative 1\n",
+      "quiver fear 1\n",
+      "quiver negative 1\n",
+      "quivering fear 1\n",
+      "quivering negative 1\n",
+      "quiz negative 1\n",
+      "quote anticipation 1\n",
+      "quote negative 1\n",
+      "quote positive 1\n",
+      "quote surprise 1\n",
+      "rabble anger 1\n",
+      "rabble fear 1\n",
+      "rabble negative 1\n",
+      "rabid anger 1\n",
+      "rabid anticipation 1\n",
+      "rabid disgust 1\n",
+      "rabid fear 1\n",
+      "rabid negative 1\n",
+      "rabid sadness 1\n",
+      "rabies negative 1\n",
+      "rack negative 1\n",
+      "rack sadness 1\n",
+      "racket negative 1\n",
+      "radar trust 1\n",
+      "radiance anticipation 1\n",
+      "radiance joy 1\n",
+      "radiance positive 1\n",
+      "radiance trust 1\n",
+      "radiant joy 1\n",
+      "radiant positive 1\n",
+      "radiate positive 1\n",
+      "radiation fear 1\n",
+      "radiation negative 1\n",
+      "radio positive 1\n",
+      "radioactive fear 1\n",
+      "radioactive negative 1\n",
+      "radon fear 1\n",
+      "radon negative 1\n",
+      "raffle anticipation 1\n",
+      "raffle surprise 1\n",
+      "rage anger 1\n",
+      "rage negative 1\n",
+      "raging anger 1\n",
+      "raging disgust 1\n",
+      "raging fear 1\n",
+      "raging negative 1\n",
+      "rags disgust 1\n",
+      "rags negative 1\n",
+      "raid anger 1\n",
+      "raid fear 1\n",
+      "raid negative 1\n",
+      "raid surprise 1\n",
+      "rail anger 1\n",
+      "rail anticipation 1\n",
+      "rail negative 1\n",
+      "rainy sadness 1\n",
+      "ram anger 1\n",
+      "ram anticipation 1\n",
+      "ram negative 1\n",
+      "rambling negative 1\n",
+      "rampage anger 1\n",
+      "rampage fear 1\n",
+      "rampage negative 1\n",
+      "rancid disgust 1\n",
+      "rancid negative 1\n",
+      "randomly surprise 1\n",
+      "ranger trust 1\n",
+      "ransom anger 1\n",
+      "ransom fear 1\n",
+      "ransom negative 1\n",
+      "rape anger 1\n",
+      "rape disgust 1\n",
+      "rape fear 1\n",
+      "rape negative 1\n",
+      "rape sadness 1\n",
+      "rapid surprise 1\n",
+      "rapping anger 1\n",
+      "rapt joy 1\n",
+      "rapt positive 1\n",
+      "rapt surprise 1\n",
+      "rapt trust 1\n",
+      "raptors fear 1\n",
+      "raptors negative 1\n",
+      "rapture anticipation 1\n",
+      "rapture joy 1\n",
+      "rapture positive 1\n",
+      "rarity surprise 1\n",
+      "rascal anger 1\n",
+      "rascal disgust 1\n",
+      "rascal fear 1\n",
+      "rascal negative 1\n",
+      "rash disgust 1\n",
+      "rash negative 1\n",
+      "rat disgust 1\n",
+      "rat fear 1\n",
+      "rat negative 1\n",
+      "ratify trust 1\n",
+      "rating anger 1\n",
+      "rating fear 1\n",
+      "rating negative 1\n",
+      "rating sadness 1\n",
+      "rational positive 1\n",
+      "rational trust 1\n",
+      "rattlesnake fear 1\n",
+      "raucous negative 1\n",
+      "rave anger 1\n",
+      "rave disgust 1\n",
+      "rave joy 1\n",
+      "rave negative 1\n",
+      "rave positive 1\n",
+      "rave surprise 1\n",
+      "rave trust 1\n",
+      "ravenous anger 1\n",
+      "ravenous fear 1\n",
+      "ravenous negative 1\n",
+      "ravenous sadness 1\n",
+      "ravine fear 1\n",
+      "raving anger 1\n",
+      "raving anticipation 1\n",
+      "raving fear 1\n",
+      "raving joy 1\n",
+      "raving negative 1\n",
+      "raving surprise 1\n",
+      "razor fear 1\n",
+      "react anger 1\n",
+      "react fear 1\n",
+      "reactionary negative 1\n",
+      "reader positive 1\n",
+      "readily positive 1\n",
+      "readiness anticipation 1\n",
+      "readiness joy 1\n",
+      "readiness positive 1\n",
+      "readiness trust 1\n",
+      "reading positive 1\n",
+      "ready anticipation 1\n",
+      "reaffirm positive 1\n",
+      "real positive 1\n",
+      "real trust 1\n",
+      "reappear surprise 1\n",
+      "rear negative 1\n",
+      "reason positive 1\n",
+      "reassurance positive 1\n",
+      "reassurance trust 1\n",
+      "reassure positive 1\n",
+      "reassure trust 1\n",
+      "rebate positive 1\n",
+      "rebel anger 1\n",
+      "rebel fear 1\n",
+      "rebel negative 1\n",
+      "rebellion anger 1\n",
+      "rebellion disgust 1\n",
+      "rebellion fear 1\n",
+      "rebuke negative 1\n",
+      "rebut negative 1\n",
+      "recalcitrant anger 1\n",
+      "recalcitrant disgust 1\n",
+      "recalcitrant negative 1\n",
+      "recast positive 1\n",
+      "received positive 1\n",
+      "receiving anticipation 1\n",
+      "receiving joy 1\n",
+      "receiving positive 1\n",
+      "receiving surprise 1\n",
+      "recesses fear 1\n",
+      "recession anger 1\n",
+      "recession disgust 1\n",
+      "recession fear 1\n",
+      "recession negative 1\n",
+      "recession sadness 1\n",
+      "recherche positive 1\n",
+      "recidivism anger 1\n",
+      "recidivism disgust 1\n",
+      "recidivism negative 1\n",
+      "recidivism sadness 1\n",
+      "recipient anticipation 1\n",
+      "reciprocate positive 1\n",
+      "reckless anger 1\n",
+      "reckless fear 1\n",
+      "reckless negative 1\n",
+      "recklessness anger 1\n",
+      "recklessness disgust 1\n",
+      "recklessness fear 1\n",
+      "recklessness negative 1\n",
+      "recklessness surprise 1\n",
+      "reclamation positive 1\n",
+      "recline positive 1\n",
+      "recline trust 1\n",
+      "recognizable anticipation 1\n",
+      "recognizable positive 1\n",
+      "recombination anticipation 1\n",
+      "recommend positive 1\n",
+      "recommend trust 1\n",
+      "reconciliation anticipation 1\n",
+      "reconciliation joy 1\n",
+      "reconciliation positive 1\n",
+      "reconciliation trust 1\n",
+      "reconsideration positive 1\n",
+      "reconsideration trust 1\n",
+      "reconstruct anticipation 1\n",
+      "reconstruct positive 1\n",
+      "reconstruction anticipation 1\n",
+      "reconstruction positive 1\n",
+      "recorder positive 1\n",
+      "recoup positive 1\n",
+      "recovery positive 1\n",
+      "recreation anticipation 1\n",
+      "recreation joy 1\n",
+      "recreation positive 1\n",
+      "recreational anticipation 1\n",
+      "recreational joy 1\n",
+      "recreational positive 1\n",
+      "recruits trust 1\n",
+      "rectify positive 1\n",
+      "recurrent anticipation 1\n",
+      "redemption positive 1\n",
+      "redress positive 1\n",
+      "redundant negative 1\n",
+      "referee trust 1\n",
+      "refine positive 1\n",
+      "refinement positive 1\n",
+      "reflex surprise 1\n",
+      "reflux disgust 1\n",
+      "reflux negative 1\n",
+      "reform positive 1\n",
+      "reformation positive 1\n",
+      "reformer positive 1\n",
+      "refractory negative 1\n",
+      "refreshing positive 1\n",
+      "refugee sadness 1\n",
+      "refurbish positive 1\n",
+      "refusal negative 1\n",
+      "refuse negative 1\n",
+      "refused negative 1\n",
+      "refused sadness 1\n",
+      "refutation fear 1\n",
+      "regal positive 1\n",
+      "regal trust 1\n",
+      "regatta anticipation 1\n",
+      "regent positive 1\n",
+      "regent trust 1\n",
+      "regiment fear 1\n",
+      "registry trust 1\n",
+      "regress negative 1\n",
+      "regression negative 1\n",
+      "regressive negative 1\n",
+      "regressive positive 1\n",
+      "regret negative 1\n",
+      "regret sadness 1\n",
+      "regrettable negative 1\n",
+      "regrettable sadness 1\n",
+      "regretted negative 1\n",
+      "regretted sadness 1\n",
+      "regretting negative 1\n",
+      "regretting sadness 1\n",
+      "regularity anticipation 1\n",
+      "regularity positive 1\n",
+      "regularity trust 1\n",
+      "regulate positive 1\n",
+      "regulatory fear 1\n",
+      "regulatory negative 1\n",
+      "regurgitation disgust 1\n",
+      "rehabilitate positive 1\n",
+      "rehabilitation anticipation 1\n",
+      "rehabilitation positive 1\n",
+      "reimburse positive 1\n",
+      "reimbursement positive 1\n",
+      "reimbursement trust 1\n",
+      "rein negative 1\n",
+      "reinforcement positive 1\n",
+      "reinforcement trust 1\n",
+      "reinforcements trust 1\n",
+      "reinstate positive 1\n",
+      "reject anger 1\n",
+      "reject fear 1\n",
+      "reject negative 1\n",
+      "reject sadness 1\n",
+      "rejected negative 1\n",
+      "rejection anger 1\n",
+      "rejection disgust 1\n",
+      "rejection fear 1\n",
+      "rejection negative 1\n",
+      "rejection sadness 1\n",
+      "rejects anger 1\n",
+      "rejects fear 1\n",
+      "rejects negative 1\n",
+      "rejects sadness 1\n",
+      "rejoice anticipation 1\n",
+      "rejoice joy 1\n",
+      "rejoice positive 1\n",
+      "rejoice surprise 1\n",
+      "rejoice trust 1\n",
+      "rejoicing anticipation 1\n",
+      "rejoicing joy 1\n",
+      "rejoicing positive 1\n",
+      "rejoicing surprise 1\n",
+      "rejuvenate positive 1\n",
+      "rejuvenated positive 1\n",
+      "rekindle anticipation 1\n",
+      "rekindle fear 1\n",
+      "rekindle joy 1\n",
+      "rekindle negative 1\n",
+      "rekindle positive 1\n",
+      "rekindle surprise 1\n",
+      "relapse fear 1\n",
+      "relapse negative 1\n",
+      "relapse sadness 1\n",
+      "related trust 1\n",
+      "relative trust 1\n",
+      "relaxation positive 1\n",
+      "relegation negative 1\n",
+      "relevant positive 1\n",
+      "relevant trust 1\n",
+      "reliability positive 1\n",
+      "reliability trust 1\n",
+      "reliable positive 1\n",
+      "reliable trust 1\n",
+      "reliance positive 1\n",
+      "reliance trust 1\n",
+      "relics sadness 1\n",
+      "relief positive 1\n",
+      "relieving positive 1\n",
+      "religion trust 1\n",
+      "relinquish negative 1\n",
+      "reluctant fear 1\n",
+      "reluctant negative 1\n",
+      "remains disgust 1\n",
+      "remains fear 1\n",
+      "remains negative 1\n",
+      "remains positive 1\n",
+      "remains trust 1\n",
+      "remake positive 1\n",
+      "remand anger 1\n",
+      "remand negative 1\n",
+      "remarkable joy 1\n",
+      "remarkable positive 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "remarkable surprise 1\n",
+      "remarkable trust 1\n",
+      "remarkably positive 1\n",
+      "remedial negative 1\n",
+      "remedy anticipation 1\n",
+      "remedy joy 1\n",
+      "remedy positive 1\n",
+      "remedy trust 1\n",
+      "remiss anger 1\n",
+      "remiss disgust 1\n",
+      "remiss negative 1\n",
+      "remiss sadness 1\n",
+      "remission positive 1\n",
+      "remodel positive 1\n",
+      "remorse negative 1\n",
+      "remorse sadness 1\n",
+      "removal negative 1\n",
+      "remove anger 1\n",
+      "remove fear 1\n",
+      "remove negative 1\n",
+      "remove sadness 1\n",
+      "renaissance positive 1\n",
+      "rencontre negative 1\n",
+      "rend negative 1\n",
+      "render positive 1\n",
+      "renegade anger 1\n",
+      "renegade negative 1\n",
+      "renewal positive 1\n",
+      "renounce anger 1\n",
+      "renounce negative 1\n",
+      "renovate anticipation 1\n",
+      "renovate positive 1\n",
+      "renovation anticipation 1\n",
+      "renovation joy 1\n",
+      "renovation positive 1\n",
+      "renown positive 1\n",
+      "renowned positive 1\n",
+      "renunciation negative 1\n",
+      "reorganize positive 1\n",
+      "reparation positive 1\n",
+      "reparation trust 1\n",
+      "repay anger 1\n",
+      "repay anticipation 1\n",
+      "repay joy 1\n",
+      "repay positive 1\n",
+      "repay trust 1\n",
+      "repellant disgust 1\n",
+      "repellant fear 1\n",
+      "repellant negative 1\n",
+      "repellent anger 1\n",
+      "repellent disgust 1\n",
+      "repellent fear 1\n",
+      "repellent negative 1\n",
+      "repelling disgust 1\n",
+      "repelling negative 1\n",
+      "repent fear 1\n",
+      "repent positive 1\n",
+      "replenish positive 1\n",
+      "replete positive 1\n",
+      "reporter positive 1\n",
+      "reporter trust 1\n",
+      "repose positive 1\n",
+      "represented positive 1\n",
+      "representing anticipation 1\n",
+      "repress negative 1\n",
+      "repress sadness 1\n",
+      "repression fear 1\n",
+      "repression negative 1\n",
+      "reprimand anger 1\n",
+      "reprimand negative 1\n",
+      "reprint negative 1\n",
+      "reprisal anger 1\n",
+      "reprisal fear 1\n",
+      "reprisal negative 1\n",
+      "reprisal sadness 1\n",
+      "reproach anger 1\n",
+      "reproach disgust 1\n",
+      "reproach negative 1\n",
+      "reproach sadness 1\n",
+      "reproductive joy 1\n",
+      "reproductive positive 1\n",
+      "republic negative 1\n",
+      "repudiation anger 1\n",
+      "repudiation disgust 1\n",
+      "repudiation negative 1\n",
+      "repulsion disgust 1\n",
+      "repulsion fear 1\n",
+      "repulsion negative 1\n",
+      "reputable positive 1\n",
+      "reputable trust 1\n",
+      "requiem sadness 1\n",
+      "rescind negative 1\n",
+      "rescission negative 1\n",
+      "rescue anticipation 1\n",
+      "rescue joy 1\n",
+      "rescue positive 1\n",
+      "rescue surprise 1\n",
+      "rescue trust 1\n",
+      "resection fear 1\n",
+      "resent anger 1\n",
+      "resent negative 1\n",
+      "resentful anger 1\n",
+      "resentful negative 1\n",
+      "resentment anger 1\n",
+      "resentment disgust 1\n",
+      "resentment negative 1\n",
+      "resentment sadness 1\n",
+      "reserve positive 1\n",
+      "resident positive 1\n",
+      "resign anger 1\n",
+      "resign disgust 1\n",
+      "resign fear 1\n",
+      "resign negative 1\n",
+      "resign sadness 1\n",
+      "resignation negative 1\n",
+      "resignation sadness 1\n",
+      "resignation surprise 1\n",
+      "resigned negative 1\n",
+      "resigned sadness 1\n",
+      "resilient positive 1\n",
+      "resist negative 1\n",
+      "resistance anger 1\n",
+      "resistance negative 1\n",
+      "resistant fear 1\n",
+      "resistant negative 1\n",
+      "resisting anger 1\n",
+      "resisting fear 1\n",
+      "resisting negative 1\n",
+      "resisting sadness 1\n",
+      "resistive positive 1\n",
+      "resolutely positive 1\n",
+      "resources joy 1\n",
+      "resources positive 1\n",
+      "resources trust 1\n",
+      "respect anticipation 1\n",
+      "respect joy 1\n",
+      "respect positive 1\n",
+      "respect trust 1\n",
+      "respectability positive 1\n",
+      "respectable positive 1\n",
+      "respectable trust 1\n",
+      "respectful positive 1\n",
+      "respectful trust 1\n",
+      "respecting positive 1\n",
+      "respects positive 1\n",
+      "respects trust 1\n",
+      "respite joy 1\n",
+      "respite positive 1\n",
+      "respite trust 1\n",
+      "resplendent joy 1\n",
+      "resplendent positive 1\n",
+      "responsible positive 1\n",
+      "responsible trust 1\n",
+      "responsive anticipation 1\n",
+      "responsive positive 1\n",
+      "responsive trust 1\n",
+      "rest positive 1\n",
+      "restful positive 1\n",
+      "restitution anger 1\n",
+      "restitution positive 1\n",
+      "restlessness anticipation 1\n",
+      "restorative anticipation 1\n",
+      "restorative joy 1\n",
+      "restorative positive 1\n",
+      "restorative trust 1\n",
+      "restoring positive 1\n",
+      "restrain anger 1\n",
+      "restrain fear 1\n",
+      "restrain negative 1\n",
+      "restrained fear 1\n",
+      "restraint positive 1\n",
+      "restrict negative 1\n",
+      "restrict sadness 1\n",
+      "restriction anger 1\n",
+      "restriction fear 1\n",
+      "restriction negative 1\n",
+      "restriction sadness 1\n",
+      "restrictive negative 1\n",
+      "result anticipation 1\n",
+      "resultant anticipation 1\n",
+      "resumption positive 1\n",
+      "retain trust 1\n",
+      "retaliate anger 1\n",
+      "retaliate negative 1\n",
+      "retaliation anger 1\n",
+      "retaliation fear 1\n",
+      "retaliation negative 1\n",
+      "retaliatory anger 1\n",
+      "retaliatory negative 1\n",
+      "retard disgust 1\n",
+      "retard fear 1\n",
+      "retard negative 1\n",
+      "retard sadness 1\n",
+      "retardation negative 1\n",
+      "retention positive 1\n",
+      "reticent fear 1\n",
+      "reticent negative 1\n",
+      "retirement anticipation 1\n",
+      "retirement fear 1\n",
+      "retirement joy 1\n",
+      "retirement negative 1\n",
+      "retirement positive 1\n",
+      "retirement sadness 1\n",
+      "retirement trust 1\n",
+      "retort negative 1\n",
+      "retract anger 1\n",
+      "retract negative 1\n",
+      "retraction negative 1\n",
+      "retrenchment fear 1\n",
+      "retrenchment negative 1\n",
+      "retribution anger 1\n",
+      "retribution fear 1\n",
+      "retribution negative 1\n",
+      "retribution sadness 1\n",
+      "retrograde negative 1\n",
+      "reunion anticipation 1\n",
+      "reunion positive 1\n",
+      "reunion trust 1\n",
+      "revel joy 1\n",
+      "revel positive 1\n",
+      "revels joy 1\n",
+      "revels positive 1\n",
+      "revenge anger 1\n",
+      "revenge anticipation 1\n",
+      "revenge fear 1\n",
+      "revenge negative 1\n",
+      "revenge surprise 1\n",
+      "revere anticipation 1\n",
+      "revere joy 1\n",
+      "revere positive 1\n",
+      "revere trust 1\n",
+      "reverence joy 1\n",
+      "reverence positive 1\n",
+      "reverence trust 1\n",
+      "reverend joy 1\n",
+      "reverend positive 1\n",
+      "reverie joy 1\n",
+      "reverie positive 1\n",
+      "reverie trust 1\n",
+      "reversal anger 1\n",
+      "reversal disgust 1\n",
+      "reversal negative 1\n",
+      "reversal surprise 1\n",
+      "revise positive 1\n",
+      "revival anticipation 1\n",
+      "revival joy 1\n",
+      "revival positive 1\n",
+      "revival trust 1\n",
+      "revive anticipation 1\n",
+      "revive negative 1\n",
+      "revive positive 1\n",
+      "revocation negative 1\n",
+      "revoke anger 1\n",
+      "revoke disgust 1\n",
+      "revoke fear 1\n",
+      "revoke negative 1\n",
+      "revoke sadness 1\n",
+      "revolt anger 1\n",
+      "revolt negative 1\n",
+      "revolt surprise 1\n",
+      "revolting anger 1\n",
+      "revolting disgust 1\n",
+      "revolting fear 1\n",
+      "revolting negative 1\n",
+      "revolution anger 1\n",
+      "revolution anticipation 1\n",
+      "revolution fear 1\n",
+      "revolution negative 1\n",
+      "revolution positive 1\n",
+      "revolution sadness 1\n",
+      "revolution surprise 1\n",
+      "revolutionary positive 1\n",
+      "revolver anger 1\n",
+      "revolver fear 1\n",
+      "revolver negative 1\n",
+      "revolver sadness 1\n",
+      "revulsion anger 1\n",
+      "revulsion disgust 1\n",
+      "revulsion fear 1\n",
+      "revulsion negative 1\n",
+      "reward anticipation 1\n",
+      "reward joy 1\n",
+      "reward positive 1\n",
+      "reward surprise 1\n",
+      "reward trust 1\n",
+      "rheumatism anger 1\n",
+      "rheumatism fear 1\n",
+      "rheumatism negative 1\n",
+      "rheumatism sadness 1\n",
+      "rhythm positive 1\n",
+      "rhythmical joy 1\n",
+      "rhythmical positive 1\n",
+      "rhythmical surprise 1\n",
+      "ribbon anger 1\n",
+      "ribbon anticipation 1\n",
+      "ribbon joy 1\n",
+      "ribbon positive 1\n",
+      "richness positive 1\n",
+      "rickety negative 1\n",
+      "riddle surprise 1\n",
+      "riddled negative 1\n",
+      "rider positive 1\n",
+      "ridicule anger 1\n",
+      "ridicule disgust 1\n",
+      "ridicule negative 1\n",
+      "ridicule sadness 1\n",
+      "ridiculous anger 1\n",
+      "ridiculous disgust 1\n",
+      "ridiculous negative 1\n",
+      "rife negative 1\n",
+      "rifle anger 1\n",
+      "rifle fear 1\n",
+      "rifle negative 1\n",
+      "rift negative 1\n",
+      "righteous positive 1\n",
+      "rightful positive 1\n",
+      "rightly positive 1\n",
+      "rigid negative 1\n",
+      "rigidity negative 1\n",
+      "rigor disgust 1\n",
+      "rigor fear 1\n",
+      "rigor negative 1\n",
+      "rigorous negative 1\n",
+      "ringer anger 1\n",
+      "ringer negative 1\n",
+      "riot anger 1\n",
+      "riot fear 1\n",
+      "riot negative 1\n",
+      "riotous anger 1\n",
+      "riotous fear 1\n",
+      "riotous negative 1\n",
+      "riotous surprise 1\n",
+      "ripe positive 1\n",
+      "ripen anticipation 1\n",
+      "ripen positive 1\n",
+      "rising anticipation 1\n",
+      "rising joy 1\n",
+      "rising positive 1\n",
+      "risk anticipation 1\n",
+      "risk fear 1\n",
+      "risk negative 1\n",
+      "risky anticipation 1\n",
+      "risky fear 1\n",
+      "risky negative 1\n",
+      "rivalry anger 1\n",
+      "rivalry negative 1\n",
+      "riveting positive 1\n",
+      "roadster joy 1\n",
+      "roadster positive 1\n",
+      "roadster trust 1\n",
+      "rob anger 1\n",
+      "rob disgust 1\n",
+      "rob fear 1\n",
+      "rob negative 1\n",
+      "rob sadness 1\n",
+      "robber disgust 1\n",
+      "robber fear 1\n",
+      "robber negative 1\n",
+      "robbery anger 1\n",
+      "robbery disgust 1\n",
+      "robbery fear 1\n",
+      "robbery negative 1\n",
+      "robbery sadness 1\n",
+      "robust positive 1\n",
+      "rock positive 1\n",
+      "rocket anger 1\n",
+      "rod fear 1\n",
+      "rod positive 1\n",
+      "rod trust 1\n",
+      "rogue disgust 1\n",
+      "rogue negative 1\n",
+      "rollicking joy 1\n",
+      "rollicking positive 1\n",
+      "romance anticipation 1\n",
+      "romance fear 1\n",
+      "romance joy 1\n",
+      "romance positive 1\n",
+      "romance sadness 1\n",
+      "romance surprise 1\n",
+      "romance trust 1\n",
+      "romantic anticipation 1\n",
+      "romantic joy 1\n",
+      "romantic positive 1\n",
+      "romantic trust 1\n",
+      "romanticism joy 1\n",
+      "romanticism positive 1\n",
+      "romp joy 1\n",
+      "romp positive 1\n",
+      "rook anger 1\n",
+      "rook disgust 1\n",
+      "rook negative 1\n",
+      "rooted positive 1\n",
+      "rooted trust 1\n",
+      "rosy positive 1\n",
+      "rot disgust 1\n",
+      "rot fear 1\n",
+      "rot negative 1\n",
+      "rot sadness 1\n",
+      "rota positive 1\n",
+      "rota trust 1\n",
+      "rotting disgust 1\n",
+      "rotting negative 1\n",
+      "roughness negative 1\n",
+      "roulette anticipation 1\n",
+      "rout negative 1\n",
+      "routine positive 1\n",
+      "routine trust 1\n",
+      "row anger 1\n",
+      "row negative 1\n",
+      "rowdy negative 1\n",
+      "royalty positive 1\n",
+      "rubbish disgust 1\n",
+      "rubbish negative 1\n",
+      "rubble fear 1\n",
+      "rubble negative 1\n",
+      "rubble sadness 1\n",
+      "rubric positive 1\n",
+      "rue negative 1\n",
+      "rue sadness 1\n",
+      "ruffle negative 1\n",
+      "rugged negative 1\n",
+      "ruin fear 1\n",
+      "ruin negative 1\n",
+      "ruin sadness 1\n",
+      "ruined anger 1\n",
+      "ruined disgust 1\n",
+      "ruined fear 1\n",
+      "ruined negative 1\n",
+      "ruined sadness 1\n",
+      "ruinous anger 1\n",
+      "ruinous disgust 1\n",
+      "ruinous fear 1\n",
+      "ruinous negative 1\n",
+      "ruinous sadness 1\n",
+      "rule fear 1\n",
+      "rule trust 1\n",
+      "rumor negative 1\n",
+      "rumor sadness 1\n",
+      "runaway negative 1\n",
+      "runaway sadness 1\n",
+      "rupture fear 1\n",
+      "rupture negative 1\n",
+      "rupture sadness 1\n",
+      "rupture surprise 1\n",
+      "ruse negative 1\n",
+      "rust negative 1\n",
+      "rusty negative 1\n",
+      "ruth positive 1\n",
+      "ruthless anger 1\n",
+      "ruthless disgust 1\n",
+      "ruthless fear 1\n",
+      "ruthless negative 1\n",
+      "saber anger 1\n",
+      "saber fear 1\n",
+      "saber negative 1\n",
+      "sabotage anger 1\n",
+      "sabotage disgust 1\n",
+      "sabotage fear 1\n",
+      "sabotage negative 1\n",
+      "sabotage sadness 1\n",
+      "sabotage surprise 1\n",
+      "sacrifices disgust 1\n",
+      "sacrifices fear 1\n",
+      "sacrifices negative 1\n",
+      "sacrifices sadness 1\n",
+      "sadly negative 1\n",
+      "sadly sadness 1\n",
+      "sadness negative 1\n",
+      "sadness sadness 1\n",
+      "sadness trust 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "safe joy 1\n",
+      "safe positive 1\n",
+      "safe trust 1\n",
+      "safeguard positive 1\n",
+      "safeguard trust 1\n",
+      "safekeeping trust 1\n",
+      "sag fear 1\n",
+      "sag negative 1\n",
+      "sage positive 1\n",
+      "sage trust 1\n",
+      "saint anticipation 1\n",
+      "saint joy 1\n",
+      "saint positive 1\n",
+      "saint surprise 1\n",
+      "saint trust 1\n",
+      "saintly anticipation 1\n",
+      "saintly joy 1\n",
+      "saintly positive 1\n",
+      "saintly surprise 1\n",
+      "saintly trust 1\n",
+      "salary anticipation 1\n",
+      "salary joy 1\n",
+      "salary positive 1\n",
+      "salary trust 1\n",
+      "salient positive 1\n",
+      "saliva anticipation 1\n",
+      "sally surprise 1\n",
+      "saloon anger 1\n",
+      "salutary joy 1\n",
+      "salutary positive 1\n",
+      "salutary trust 1\n",
+      "salute joy 1\n",
+      "salute positive 1\n",
+      "salvation anticipation 1\n",
+      "salvation joy 1\n",
+      "salvation positive 1\n",
+      "salvation trust 1\n",
+      "salve positive 1\n",
+      "samurai fear 1\n",
+      "samurai positive 1\n",
+      "sanctification joy 1\n",
+      "sanctification positive 1\n",
+      "sanctification trust 1\n",
+      "sanctify anticipation 1\n",
+      "sanctify joy 1\n",
+      "sanctify positive 1\n",
+      "sanctify sadness 1\n",
+      "sanctify surprise 1\n",
+      "sanctify trust 1\n",
+      "sanctuary anticipation 1\n",
+      "sanctuary joy 1\n",
+      "sanctuary positive 1\n",
+      "sanctuary trust 1\n",
+      "sanguine positive 1\n",
+      "sanitary positive 1\n",
+      "sap negative 1\n",
+      "sap sadness 1\n",
+      "sappy trust 1\n",
+      "sarcasm anger 1\n",
+      "sarcasm disgust 1\n",
+      "sarcasm negative 1\n",
+      "sarcasm sadness 1\n",
+      "sarcoma fear 1\n",
+      "sarcoma negative 1\n",
+      "sarcoma sadness 1\n",
+      "sardonic negative 1\n",
+      "satanic anger 1\n",
+      "satanic negative 1\n",
+      "satin positive 1\n",
+      "satisfactorily positive 1\n",
+      "satisfied joy 1\n",
+      "satisfied positive 1\n",
+      "saturated disgust 1\n",
+      "saturated negative 1\n",
+      "savage anger 1\n",
+      "savage fear 1\n",
+      "savage negative 1\n",
+      "savagery anger 1\n",
+      "savagery fear 1\n",
+      "savagery negative 1\n",
+      "save joy 1\n",
+      "save positive 1\n",
+      "save trust 1\n",
+      "savings positive 1\n",
+      "savor anticipation 1\n",
+      "savor disgust 1\n",
+      "savor joy 1\n",
+      "savor positive 1\n",
+      "savor sadness 1\n",
+      "savor trust 1\n",
+      "savory positive 1\n",
+      "savvy positive 1\n",
+      "scab negative 1\n",
+      "scaffold fear 1\n",
+      "scaffold negative 1\n",
+      "scalpel fear 1\n",
+      "scalpel negative 1\n",
+      "scaly negative 1\n",
+      "scandal fear 1\n",
+      "scandal negative 1\n",
+      "scandalous anger 1\n",
+      "scandalous negative 1\n",
+      "scanty negative 1\n",
+      "scapegoat anger 1\n",
+      "scapegoat fear 1\n",
+      "scapegoat negative 1\n",
+      "scar anger 1\n",
+      "scar disgust 1\n",
+      "scar fear 1\n",
+      "scar negative 1\n",
+      "scar sadness 1\n",
+      "scarce fear 1\n",
+      "scarce negative 1\n",
+      "scarce sadness 1\n",
+      "scarcely negative 1\n",
+      "scarcely sadness 1\n",
+      "scarcity anger 1\n",
+      "scarcity fear 1\n",
+      "scarcity negative 1\n",
+      "scarcity sadness 1\n",
+      "scare anger 1\n",
+      "scare anticipation 1\n",
+      "scare fear 1\n",
+      "scare negative 1\n",
+      "scare surprise 1\n",
+      "scarecrow fear 1\n",
+      "scarecrow negative 1\n",
+      "scarecrow positive 1\n",
+      "scavenger negative 1\n",
+      "sceptical trust 1\n",
+      "scheme negative 1\n",
+      "schism anger 1\n",
+      "schism negative 1\n",
+      "schizophrenia anger 1\n",
+      "schizophrenia disgust 1\n",
+      "schizophrenia fear 1\n",
+      "schizophrenia negative 1\n",
+      "schizophrenia sadness 1\n",
+      "scholar positive 1\n",
+      "scholarship joy 1\n",
+      "scholarship positive 1\n",
+      "school trust 1\n",
+      "sciatica negative 1\n",
+      "scientific positive 1\n",
+      "scientific trust 1\n",
+      "scientist anticipation 1\n",
+      "scientist positive 1\n",
+      "scientist trust 1\n",
+      "scintilla positive 1\n",
+      "scoff anger 1\n",
+      "scoff disgust 1\n",
+      "scoff negative 1\n",
+      "scold anger 1\n",
+      "scold disgust 1\n",
+      "scold fear 1\n",
+      "scold negative 1\n",
+      "scold sadness 1\n",
+      "scolding anger 1\n",
+      "scolding negative 1\n",
+      "scorching anger 1\n",
+      "scorching negative 1\n",
+      "score anticipation 1\n",
+      "score joy 1\n",
+      "score positive 1\n",
+      "score surprise 1\n",
+      "scorn anger 1\n",
+      "scorn negative 1\n",
+      "scorpion anger 1\n",
+      "scorpion disgust 1\n",
+      "scorpion fear 1\n",
+      "scorpion negative 1\n",
+      "scorpion surprise 1\n",
+      "scotch negative 1\n",
+      "scoundrel anger 1\n",
+      "scoundrel disgust 1\n",
+      "scoundrel fear 1\n",
+      "scoundrel negative 1\n",
+      "scoundrel trust 1\n",
+      "scourge anger 1\n",
+      "scourge fear 1\n",
+      "scourge negative 1\n",
+      "scourge sadness 1\n",
+      "scrambling negative 1\n",
+      "scrapie anger 1\n",
+      "scrapie fear 1\n",
+      "scrapie negative 1\n",
+      "scrapie sadness 1\n",
+      "scream anger 1\n",
+      "scream disgust 1\n",
+      "scream fear 1\n",
+      "scream negative 1\n",
+      "scream surprise 1\n",
+      "screaming anger 1\n",
+      "screaming disgust 1\n",
+      "screaming fear 1\n",
+      "screaming negative 1\n",
+      "screech fear 1\n",
+      "screech negative 1\n",
+      "screech surprise 1\n",
+      "screwed anger 1\n",
+      "screwed negative 1\n",
+      "scribe positive 1\n",
+      "scrimmage negative 1\n",
+      "scrimmage surprise 1\n",
+      "script positive 1\n",
+      "scripture trust 1\n",
+      "scrub disgust 1\n",
+      "scrub negative 1\n",
+      "scrumptious positive 1\n",
+      "scrutinize anticipation 1\n",
+      "scrutinize negative 1\n",
+      "scrutiny negative 1\n",
+      "sculpture positive 1\n",
+      "scum disgust 1\n",
+      "scum negative 1\n",
+      "sea positive 1\n",
+      "seal positive 1\n",
+      "seal trust 1\n",
+      "seals trust 1\n",
+      "sear negative 1\n",
+      "seasoned positive 1\n",
+      "secession negative 1\n",
+      "secluded negative 1\n",
+      "secluded sadness 1\n",
+      "seclusion fear 1\n",
+      "seclusion negative 1\n",
+      "seclusion positive 1\n",
+      "secondhand negative 1\n",
+      "secrecy surprise 1\n",
+      "secrecy trust 1\n",
+      "secret trust 1\n",
+      "secretariat positive 1\n",
+      "secrete disgust 1\n",
+      "secretion disgust 1\n",
+      "secretion negative 1\n",
+      "secretive negative 1\n",
+      "sectarian anger 1\n",
+      "sectarian fear 1\n",
+      "sectarian negative 1\n",
+      "secular anticipation 1\n",
+      "securities trust 1\n",
+      "sedition anger 1\n",
+      "sedition negative 1\n",
+      "sedition sadness 1\n",
+      "seduce negative 1\n",
+      "seduction negative 1\n",
+      "seductive anticipation 1\n",
+      "seek anticipation 1\n",
+      "segregate anger 1\n",
+      "segregate disgust 1\n",
+      "segregate negative 1\n",
+      "segregate sadness 1\n",
+      "segregated negative 1\n",
+      "seize fear 1\n",
+      "seize negative 1\n",
+      "seizure fear 1\n",
+      "selfish anger 1\n",
+      "selfish disgust 1\n",
+      "selfish negative 1\n",
+      "selfishness negative 1\n",
+      "senate trust 1\n",
+      "senile fear 1\n",
+      "senile negative 1\n",
+      "senile sadness 1\n",
+      "seniority positive 1\n",
+      "seniority trust 1\n",
+      "sensational joy 1\n",
+      "sensational positive 1\n",
+      "sense positive 1\n",
+      "senseless anger 1\n",
+      "senseless disgust 1\n",
+      "senseless fear 1\n",
+      "senseless negative 1\n",
+      "senseless sadness 1\n",
+      "senseless surprise 1\n",
+      "sensibility positive 1\n",
+      "sensibly positive 1\n",
+      "sensual anticipation 1\n",
+      "sensual joy 1\n",
+      "sensual negative 1\n",
+      "sensual positive 1\n",
+      "sensual surprise 1\n",
+      "sensual trust 1\n",
+      "sensuality anticipation 1\n",
+      "sensuality joy 1\n",
+      "sensuality positive 1\n",
+      "sensuous joy 1\n",
+      "sensuous positive 1\n",
+      "sentence anger 1\n",
+      "sentence anticipation 1\n",
+      "sentence disgust 1\n",
+      "sentence fear 1\n",
+      "sentence negative 1\n",
+      "sentence sadness 1\n",
+      "sentimental positive 1\n",
+      "sentimentality positive 1\n",
+      "sentinel positive 1\n",
+      "sentinel trust 1\n",
+      "sentry trust 1\n",
+      "separatist anger 1\n",
+      "separatist disgust 1\n",
+      "separatist negative 1\n",
+      "sepsis fear 1\n",
+      "sepsis negative 1\n",
+      "sepsis sadness 1\n",
+      "septic disgust 1\n",
+      "septic negative 1\n",
+      "sequel anticipation 1\n",
+      "sequestration negative 1\n",
+      "sequestration sadness 1\n",
+      "serene negative 1\n",
+      "serene trust 1\n",
+      "serenity anticipation 1\n",
+      "serenity joy 1\n",
+      "serenity positive 1\n",
+      "serenity trust 1\n",
+      "serial anticipation 1\n",
+      "series trust 1\n",
+      "seriousness fear 1\n",
+      "seriousness sadness 1\n",
+      "sermon positive 1\n",
+      "sermon trust 1\n",
+      "serpent disgust 1\n",
+      "serpent fear 1\n",
+      "serpent negative 1\n",
+      "serum positive 1\n",
+      "servant negative 1\n",
+      "servant trust 1\n",
+      "serve negative 1\n",
+      "serve trust 1\n",
+      "servile disgust 1\n",
+      "servile fear 1\n",
+      "servile negative 1\n",
+      "servile sadness 1\n",
+      "servitude negative 1\n",
+      "setback negative 1\n",
+      "setback sadness 1\n",
+      "settlor fear 1\n",
+      "settlor positive 1\n",
+      "sever negative 1\n",
+      "severance sadness 1\n",
+      "sewage disgust 1\n",
+      "sewage negative 1\n",
+      "sewer disgust 1\n",
+      "sewerage disgust 1\n",
+      "sewerage negative 1\n",
+      "sex anticipation 1\n",
+      "sex joy 1\n",
+      "sex positive 1\n",
+      "sex trust 1\n",
+      "shabby disgust 1\n",
+      "shabby negative 1\n",
+      "shack disgust 1\n",
+      "shack negative 1\n",
+      "shack sadness 1\n",
+      "shackle anger 1\n",
+      "shackle anticipation 1\n",
+      "shackle disgust 1\n",
+      "shackle fear 1\n",
+      "shackle negative 1\n",
+      "shackle sadness 1\n",
+      "shady fear 1\n",
+      "shady negative 1\n",
+      "shaking fear 1\n",
+      "shaking negative 1\n",
+      "shaky anger 1\n",
+      "shaky anticipation 1\n",
+      "shaky fear 1\n",
+      "shaky negative 1\n",
+      "sham anger 1\n",
+      "sham disgust 1\n",
+      "sham negative 1\n",
+      "shambles negative 1\n",
+      "shame disgust 1\n",
+      "shame fear 1\n",
+      "shame negative 1\n",
+      "shame sadness 1\n",
+      "shameful negative 1\n",
+      "shameful sadness 1\n",
+      "shameless disgust 1\n",
+      "shameless negative 1\n",
+      "shanghai disgust 1\n",
+      "shanghai fear 1\n",
+      "shanghai negative 1\n",
+      "shank fear 1\n",
+      "shape positive 1\n",
+      "shapely positive 1\n",
+      "share anticipation 1\n",
+      "share joy 1\n",
+      "share positive 1\n",
+      "share trust 1\n",
+      "shark negative 1\n",
+      "sharpen anger 1\n",
+      "sharpen anticipation 1\n",
+      "shatter anger 1\n",
+      "shatter fear 1\n",
+      "shatter negative 1\n",
+      "shatter sadness 1\n",
+      "shatter surprise 1\n",
+      "shattered negative 1\n",
+      "shattered sadness 1\n",
+      "shed negative 1\n",
+      "shell anger 1\n",
+      "shell fear 1\n",
+      "shell negative 1\n",
+      "shell sadness 1\n",
+      "shell surprise 1\n",
+      "shelter positive 1\n",
+      "shelter trust 1\n",
+      "shelved negative 1\n",
+      "shepherd positive 1\n",
+      "shepherd trust 1\n",
+      "sheriff trust 1\n",
+      "shine positive 1\n",
+      "shining anticipation 1\n",
+      "shining joy 1\n",
+      "shining positive 1\n",
+      "ship anticipation 1\n",
+      "shipwreck fear 1\n",
+      "shipwreck negative 1\n",
+      "shipwreck sadness 1\n",
+      "shit anger 1\n",
+      "shit disgust 1\n",
+      "shit negative 1\n",
+      "shiver anger 1\n",
+      "shiver anticipation 1\n",
+      "shiver fear 1\n",
+      "shiver negative 1\n",
+      "shiver sadness 1\n",
+      "shock anger 1\n",
+      "shock fear 1\n",
+      "shock negative 1\n",
+      "shock surprise 1\n",
+      "shockingly surprise 1\n",
+      "shoddy anger 1\n",
+      "shoddy disgust 1\n",
+      "shoddy negative 1\n",
+      "shoot anger 1\n",
+      "shoot fear 1\n",
+      "shoot negative 1\n",
+      "shooter fear 1\n",
+      "shooting anger 1\n",
+      "shooting fear 1\n",
+      "shooting negative 1\n",
+      "shopkeeper trust 1\n",
+      "shoplifting anger 1\n",
+      "shoplifting disgust 1\n",
+      "shoplifting negative 1\n",
+      "shopping anticipation 1\n",
+      "shopping joy 1\n",
+      "shopping positive 1\n",
+      "shopping surprise 1\n",
+      "shopping trust 1\n",
+      "shortage anger 1\n",
+      "shortage fear 1\n",
+      "shortage negative 1\n",
+      "shortage sadness 1\n",
+      "shortcoming negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "shortly anticipation 1\n",
+      "shot anger 1\n",
+      "shot fear 1\n",
+      "shot negative 1\n",
+      "shot sadness 1\n",
+      "shot surprise 1\n",
+      "shoulder positive 1\n",
+      "shoulder trust 1\n",
+      "shout anger 1\n",
+      "shout surprise 1\n",
+      "shove anger 1\n",
+      "shove negative 1\n",
+      "show trust 1\n",
+      "showy negative 1\n",
+      "shrapnel fear 1\n",
+      "shrewd positive 1\n",
+      "shriek anger 1\n",
+      "shriek fear 1\n",
+      "shriek negative 1\n",
+      "shriek sadness 1\n",
+      "shriek surprise 1\n",
+      "shrill anger 1\n",
+      "shrill fear 1\n",
+      "shrill negative 1\n",
+      "shrill surprise 1\n",
+      "shrink fear 1\n",
+      "shrink negative 1\n",
+      "shrink sadness 1\n",
+      "shroud sadness 1\n",
+      "shrunk negative 1\n",
+      "shudder fear 1\n",
+      "shudder negative 1\n",
+      "shun anger 1\n",
+      "shun disgust 1\n",
+      "shun negative 1\n",
+      "shun sadness 1\n",
+      "sib trust 1\n",
+      "sick disgust 1\n",
+      "sick negative 1\n",
+      "sick sadness 1\n",
+      "sickening anger 1\n",
+      "sickening disgust 1\n",
+      "sickening fear 1\n",
+      "sickening negative 1\n",
+      "sickening sadness 1\n",
+      "sickly disgust 1\n",
+      "sickly negative 1\n",
+      "sickly sadness 1\n",
+      "sickness disgust 1\n",
+      "sickness fear 1\n",
+      "sickness negative 1\n",
+      "sickness sadness 1\n",
+      "signature trust 1\n",
+      "signify anticipation 1\n",
+      "silk positive 1\n",
+      "silly joy 1\n",
+      "silly negative 1\n",
+      "simmer anger 1\n",
+      "simmer anticipation 1\n",
+      "simmering anticipation 1\n",
+      "simplify anticipation 1\n",
+      "simplify joy 1\n",
+      "simplify positive 1\n",
+      "simplify surprise 1\n",
+      "simplify trust 1\n",
+      "sin anger 1\n",
+      "sin disgust 1\n",
+      "sin fear 1\n",
+      "sin negative 1\n",
+      "sin sadness 1\n",
+      "sincere positive 1\n",
+      "sincere trust 1\n",
+      "sincerity positive 1\n",
+      "sinful anger 1\n",
+      "sinful disgust 1\n",
+      "sinful fear 1\n",
+      "sinful negative 1\n",
+      "sinful sadness 1\n",
+      "sing anticipation 1\n",
+      "sing joy 1\n",
+      "sing positive 1\n",
+      "sing sadness 1\n",
+      "sing trust 1\n",
+      "singly positive 1\n",
+      "singularly surprise 1\n",
+      "sinister anger 1\n",
+      "sinister disgust 1\n",
+      "sinister fear 1\n",
+      "sinister negative 1\n",
+      "sinner anger 1\n",
+      "sinner disgust 1\n",
+      "sinner fear 1\n",
+      "sinner negative 1\n",
+      "sinner sadness 1\n",
+      "sinning disgust 1\n",
+      "sinning negative 1\n",
+      "sir positive 1\n",
+      "sir trust 1\n",
+      "siren fear 1\n",
+      "siren negative 1\n",
+      "sissy negative 1\n",
+      "sisterhood anger 1\n",
+      "sisterhood positive 1\n",
+      "sisterhood sadness 1\n",
+      "sisterhood surprise 1\n",
+      "sisterhood trust 1\n",
+      "sizzle anger 1\n",
+      "skeptical negative 1\n",
+      "sketchy negative 1\n",
+      "skewed anger 1\n",
+      "skewed anticipation 1\n",
+      "skewed negative 1\n",
+      "skid anger 1\n",
+      "skid fear 1\n",
+      "skid negative 1\n",
+      "skid sadness 1\n",
+      "skilled positive 1\n",
+      "skillful positive 1\n",
+      "skillful trust 1\n",
+      "skip negative 1\n",
+      "skirmish anger 1\n",
+      "skirmish negative 1\n",
+      "sky positive 1\n",
+      "slack negative 1\n",
+      "slag negative 1\n",
+      "slam anger 1\n",
+      "slam fear 1\n",
+      "slam negative 1\n",
+      "slam surprise 1\n",
+      "slander anger 1\n",
+      "slander disgust 1\n",
+      "slander negative 1\n",
+      "slanderous negative 1\n",
+      "slap anger 1\n",
+      "slap negative 1\n",
+      "slap surprise 1\n",
+      "slash anger 1\n",
+      "slate positive 1\n",
+      "slaughter anger 1\n",
+      "slaughter disgust 1\n",
+      "slaughter fear 1\n",
+      "slaughter negative 1\n",
+      "slaughter sadness 1\n",
+      "slaughter surprise 1\n",
+      "slaughterhouse anger 1\n",
+      "slaughterhouse disgust 1\n",
+      "slaughterhouse fear 1\n",
+      "slaughterhouse negative 1\n",
+      "slaughterhouse sadness 1\n",
+      "slaughtering anger 1\n",
+      "slaughtering disgust 1\n",
+      "slaughtering fear 1\n",
+      "slaughtering negative 1\n",
+      "slaughtering sadness 1\n",
+      "slaughtering surprise 1\n",
+      "slave anger 1\n",
+      "slave fear 1\n",
+      "slave negative 1\n",
+      "slave sadness 1\n",
+      "slavery anger 1\n",
+      "slavery disgust 1\n",
+      "slavery fear 1\n",
+      "slavery negative 1\n",
+      "slavery sadness 1\n",
+      "slay anger 1\n",
+      "slay negative 1\n",
+      "slayer anger 1\n",
+      "slayer disgust 1\n",
+      "slayer fear 1\n",
+      "slayer negative 1\n",
+      "slayer sadness 1\n",
+      "slayer surprise 1\n",
+      "sleek positive 1\n",
+      "sleet negative 1\n",
+      "slender positive 1\n",
+      "slim positive 1\n",
+      "slime disgust 1\n",
+      "slimy disgust 1\n",
+      "slimy negative 1\n",
+      "slink negative 1\n",
+      "slip negative 1\n",
+      "slip surprise 1\n",
+      "slop disgust 1\n",
+      "slop negative 1\n",
+      "sloppy disgust 1\n",
+      "sloppy negative 1\n",
+      "sloth disgust 1\n",
+      "sloth negative 1\n",
+      "slouch negative 1\n",
+      "slough negative 1\n",
+      "slowness negative 1\n",
+      "sludge disgust 1\n",
+      "sludge negative 1\n",
+      "slug disgust 1\n",
+      "slug negative 1\n",
+      "sluggish negative 1\n",
+      "sluggish sadness 1\n",
+      "slum disgust 1\n",
+      "slum negative 1\n",
+      "slump negative 1\n",
+      "slump sadness 1\n",
+      "slur anger 1\n",
+      "slur disgust 1\n",
+      "slur negative 1\n",
+      "slur sadness 1\n",
+      "slush disgust 1\n",
+      "slush negative 1\n",
+      "slush surprise 1\n",
+      "slut anger 1\n",
+      "slut disgust 1\n",
+      "slut negative 1\n",
+      "sly anger 1\n",
+      "sly disgust 1\n",
+      "sly fear 1\n",
+      "sly negative 1\n",
+      "smack anger 1\n",
+      "smack negative 1\n",
+      "small negative 1\n",
+      "smash anger 1\n",
+      "smash fear 1\n",
+      "smash negative 1\n",
+      "smashed negative 1\n",
+      "smattering negative 1\n",
+      "smell anger 1\n",
+      "smell disgust 1\n",
+      "smell negative 1\n",
+      "smelling disgust 1\n",
+      "smelling negative 1\n",
+      "smile joy 1\n",
+      "smile positive 1\n",
+      "smile surprise 1\n",
+      "smile trust 1\n",
+      "smiling joy 1\n",
+      "smiling positive 1\n",
+      "smirk negative 1\n",
+      "smite anger 1\n",
+      "smite fear 1\n",
+      "smite negative 1\n",
+      "smite sadness 1\n",
+      "smith trust 1\n",
+      "smitten positive 1\n",
+      "smoker negative 1\n",
+      "smoothness positive 1\n",
+      "smother anger 1\n",
+      "smother negative 1\n",
+      "smudge negative 1\n",
+      "smug negative 1\n",
+      "smuggle fear 1\n",
+      "smuggle negative 1\n",
+      "smuggler anger 1\n",
+      "smuggler disgust 1\n",
+      "smuggler fear 1\n",
+      "smuggler negative 1\n",
+      "smuggling negative 1\n",
+      "smut disgust 1\n",
+      "smut fear 1\n",
+      "smut negative 1\n",
+      "snag negative 1\n",
+      "snag surprise 1\n",
+      "snags negative 1\n",
+      "snake disgust 1\n",
+      "snake fear 1\n",
+      "snake negative 1\n",
+      "snare fear 1\n",
+      "snare negative 1\n",
+      "snarl anger 1\n",
+      "snarl disgust 1\n",
+      "snarl negative 1\n",
+      "snarling anger 1\n",
+      "snarling negative 1\n",
+      "sneak anger 1\n",
+      "sneak fear 1\n",
+      "sneak negative 1\n",
+      "sneak surprise 1\n",
+      "sneaking anticipation 1\n",
+      "sneaking fear 1\n",
+      "sneaking negative 1\n",
+      "sneaking trust 1\n",
+      "sneer anger 1\n",
+      "sneer disgust 1\n",
+      "sneer negative 1\n",
+      "sneeze disgust 1\n",
+      "sneeze negative 1\n",
+      "sneeze surprise 1\n",
+      "snicker positive 1\n",
+      "snide negative 1\n",
+      "snob negative 1\n",
+      "snort sadness 1\n",
+      "soak negative 1\n",
+      "sob negative 1\n",
+      "sob sadness 1\n",
+      "sobriety positive 1\n",
+      "sobriety trust 1\n",
+      "sociable positive 1\n",
+      "socialism disgust 1\n",
+      "socialism fear 1\n",
+      "socialist anger 1\n",
+      "socialist disgust 1\n",
+      "socialist fear 1\n",
+      "socialist negative 1\n",
+      "socialist sadness 1\n",
+      "soil disgust 1\n",
+      "soil negative 1\n",
+      "soiled disgust 1\n",
+      "soiled negative 1\n",
+      "solace positive 1\n",
+      "soldier anger 1\n",
+      "soldier positive 1\n",
+      "soldier sadness 1\n",
+      "solid positive 1\n",
+      "solidarity trust 1\n",
+      "solidity positive 1\n",
+      "solidity trust 1\n",
+      "solution positive 1\n",
+      "solvency positive 1\n",
+      "somatic negative 1\n",
+      "somatic surprise 1\n",
+      "somber negative 1\n",
+      "somber sadness 1\n",
+      "sonar anticipation 1\n",
+      "sonar positive 1\n",
+      "sonata positive 1\n",
+      "sonnet joy 1\n",
+      "sonnet positive 1\n",
+      "sonnet sadness 1\n",
+      "sonorous joy 1\n",
+      "sonorous positive 1\n",
+      "soot disgust 1\n",
+      "soot negative 1\n",
+      "soothe positive 1\n",
+      "soothing joy 1\n",
+      "soothing positive 1\n",
+      "soothing trust 1\n",
+      "sorcery anticipation 1\n",
+      "sorcery fear 1\n",
+      "sorcery negative 1\n",
+      "sorcery surprise 1\n",
+      "sordid anger 1\n",
+      "sordid disgust 1\n",
+      "sordid fear 1\n",
+      "sordid negative 1\n",
+      "sordid sadness 1\n",
+      "sore anger 1\n",
+      "sore negative 1\n",
+      "sore sadness 1\n",
+      "sorely negative 1\n",
+      "sorely sadness 1\n",
+      "soreness disgust 1\n",
+      "soreness negative 1\n",
+      "soreness sadness 1\n",
+      "sorrow fear 1\n",
+      "sorrow negative 1\n",
+      "sorrow sadness 1\n",
+      "sorrowful negative 1\n",
+      "sorrowful sadness 1\n",
+      "sorter positive 1\n",
+      "sortie fear 1\n",
+      "sortie negative 1\n",
+      "soulless disgust 1\n",
+      "soulless fear 1\n",
+      "soulless negative 1\n",
+      "soulless sadness 1\n",
+      "soulmate fear 1\n",
+      "soulmate negative 1\n",
+      "soundness anticipation 1\n",
+      "soundness joy 1\n",
+      "soundness positive 1\n",
+      "soundness trust 1\n",
+      "soup positive 1\n",
+      "sour disgust 1\n",
+      "sour negative 1\n",
+      "sovereign trust 1\n",
+      "spa anticipation 1\n",
+      "spa joy 1\n",
+      "spa positive 1\n",
+      "spa surprise 1\n",
+      "spa trust 1\n",
+      "spacious positive 1\n",
+      "spaniel joy 1\n",
+      "spaniel positive 1\n",
+      "spaniel trust 1\n",
+      "spank anger 1\n",
+      "spank fear 1\n",
+      "spank negative 1\n",
+      "spank sadness 1\n",
+      "spanking anger 1\n",
+      "sparkle anticipation 1\n",
+      "sparkle joy 1\n",
+      "sparkle positive 1\n",
+      "sparkle surprise 1\n",
+      "spasm fear 1\n",
+      "spasm negative 1\n",
+      "spat anger 1\n",
+      "spat negative 1\n",
+      "spear anger 1\n",
+      "spear anticipation 1\n",
+      "spear fear 1\n",
+      "spear negative 1\n",
+      "special joy 1\n",
+      "special positive 1\n",
+      "specialist trust 1\n",
+      "specialize trust 1\n",
+      "specie positive 1\n",
+      "speck disgust 1\n",
+      "speck negative 1\n",
+      "spectacle negative 1\n",
+      "spectacle positive 1\n",
+      "spectacular anticipation 1\n",
+      "spectacular surprise 1\n",
+      "specter fear 1\n",
+      "specter negative 1\n",
+      "specter sadness 1\n",
+      "spectral negative 1\n",
+      "speculation fear 1\n",
+      "speculation negative 1\n",
+      "speculation sadness 1\n",
+      "speculative anticipation 1\n",
+      "speech positive 1\n",
+      "speedy positive 1\n",
+      "spelling positive 1\n",
+      "spent negative 1\n",
+      "spew disgust 1\n",
+      "spice positive 1\n",
+      "spider disgust 1\n",
+      "spider fear 1\n",
+      "spike fear 1\n",
+      "spine anger 1\n",
+      "spine negative 1\n",
+      "spine positive 1\n",
+      "spinster fear 1\n",
+      "spinster negative 1\n",
+      "spinster sadness 1\n",
+      "spirit positive 1\n",
+      "spirits anticipation 1\n",
+      "spirits joy 1\n",
+      "spirits positive 1\n",
+      "spirits surprise 1\n",
+      "spit disgust 1\n",
+      "spite anger 1\n",
+      "spite negative 1\n",
+      "spiteful anger 1\n",
+      "spiteful negative 1\n",
+      "splash surprise 1\n",
+      "splendid joy 1\n",
+      "splendid positive 1\n",
+      "splendid surprise 1\n",
+      "splendor anticipation 1\n",
+      "splendor joy 1\n",
+      "splendor positive 1\n",
+      "splendor surprise 1\n",
+      "splinter negative 1\n",
+      "split negative 1\n",
+      "splitting negative 1\n",
+      "splitting sadness 1\n",
+      "spoil disgust 1\n",
+      "spoil negative 1\n",
+      "spoiler negative 1\n",
+      "spoiler sadness 1\n",
+      "spoke negative 1\n",
+      "spokesman trust 1\n",
+      "sponge negative 1\n",
+      "sponsor positive 1\n",
+      "sponsor trust 1\n",
+      "spook fear 1\n",
+      "spook negative 1\n",
+      "spotless positive 1\n",
+      "spotless trust 1\n",
+      "spouse joy 1\n",
+      "spouse positive 1\n",
+      "spouse trust 1\n",
+      "sprain negative 1\n",
+      "sprain sadness 1\n",
+      "spree negative 1\n",
+      "sprite fear 1\n",
+      "sprite negative 1\n",
+      "spruce positive 1\n",
+      "spur fear 1\n",
+      "spurious disgust 1\n",
+      "spurious negative 1\n",
+      "squall fear 1\n",
+      "squall negative 1\n",
+      "squall sadness 1\n",
+      "squatter negative 1\n",
+      "squeamish disgust 1\n",
+      "squeamish fear 1\n",
+      "squeamish negative 1\n",
+      "squelch anger 1\n",
+      "squelch disgust 1\n",
+      "squelch negative 1\n",
+      "squirm disgust 1\n",
+      "squirm negative 1\n",
+      "stab anger 1\n",
+      "stab fear 1\n",
+      "stab negative 1\n",
+      "stab sadness 1\n",
+      "stab surprise 1\n",
+      "stable positive 1\n",
+      "stable trust 1\n",
+      "staccato positive 1\n",
+      "stagger surprise 1\n",
+      "staggering negative 1\n",
+      "stagnant negative 1\n",
+      "stagnant sadness 1\n",
+      "stain disgust 1\n",
+      "stain negative 1\n",
+      "stainless positive 1\n",
+      "stale negative 1\n",
+      "stalemate anger 1\n",
+      "stalemate disgust 1\n",
+      "stalk fear 1\n",
+      "stalk negative 1\n",
+      "stall disgust 1\n",
+      "stallion positive 1\n",
+      "stalwart positive 1\n",
+      "stamina positive 1\n",
+      "stamina trust 1\n",
+      "standing positive 1\n",
+      "standoff anger 1\n",
+      "standoff fear 1\n",
+      "standoff negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "standstill anger 1\n",
+      "standstill negative 1\n",
+      "star anticipation 1\n",
+      "star joy 1\n",
+      "star positive 1\n",
+      "star trust 1\n",
+      "staring negative 1\n",
+      "stark negative 1\n",
+      "stark trust 1\n",
+      "starlight positive 1\n",
+      "starry anticipation 1\n",
+      "starry joy 1\n",
+      "starry positive 1\n",
+      "start anticipation 1\n",
+      "startle fear 1\n",
+      "startle negative 1\n",
+      "startle surprise 1\n",
+      "startling surprise 1\n",
+      "starvation fear 1\n",
+      "starvation negative 1\n",
+      "starvation sadness 1\n",
+      "starved negative 1\n",
+      "starving negative 1\n",
+      "stately positive 1\n",
+      "statement positive 1\n",
+      "statement trust 1\n",
+      "stationary negative 1\n",
+      "statistical trust 1\n",
+      "statue positive 1\n",
+      "status positive 1\n",
+      "staunch positive 1\n",
+      "stave negative 1\n",
+      "steadfast positive 1\n",
+      "steadfast trust 1\n",
+      "steady surprise 1\n",
+      "steady trust 1\n",
+      "steal anger 1\n",
+      "steal fear 1\n",
+      "steal negative 1\n",
+      "steal sadness 1\n",
+      "stealing disgust 1\n",
+      "stealing fear 1\n",
+      "stealing negative 1\n",
+      "stealth surprise 1\n",
+      "stealthily surprise 1\n",
+      "stealthy anticipation 1\n",
+      "stealthy fear 1\n",
+      "stealthy negative 1\n",
+      "stealthy surprise 1\n",
+      "stellar positive 1\n",
+      "stereotype negative 1\n",
+      "stereotyped negative 1\n",
+      "sterile negative 1\n",
+      "sterile sadness 1\n",
+      "sterility negative 1\n",
+      "sterling anger 1\n",
+      "sterling anticipation 1\n",
+      "sterling joy 1\n",
+      "sterling negative 1\n",
+      "sterling positive 1\n",
+      "sterling trust 1\n",
+      "stern negative 1\n",
+      "steward positive 1\n",
+      "steward trust 1\n",
+      "sticky disgust 1\n",
+      "stiff negative 1\n",
+      "stiffness negative 1\n",
+      "stifle negative 1\n",
+      "stifled anger 1\n",
+      "stifled fear 1\n",
+      "stifled negative 1\n",
+      "stifled sadness 1\n",
+      "stigma anger 1\n",
+      "stigma disgust 1\n",
+      "stigma fear 1\n",
+      "stigma negative 1\n",
+      "stigma sadness 1\n",
+      "stillborn negative 1\n",
+      "stillborn sadness 1\n",
+      "stillness fear 1\n",
+      "stillness positive 1\n",
+      "stillness sadness 1\n",
+      "sting anger 1\n",
+      "sting fear 1\n",
+      "sting negative 1\n",
+      "stinging negative 1\n",
+      "stingy anger 1\n",
+      "stingy disgust 1\n",
+      "stingy fear 1\n",
+      "stingy negative 1\n",
+      "stingy sadness 1\n",
+      "stink disgust 1\n",
+      "stink negative 1\n",
+      "stinking disgust 1\n",
+      "stinking negative 1\n",
+      "stint fear 1\n",
+      "stint negative 1\n",
+      "stint sadness 1\n",
+      "stocks negative 1\n",
+      "stolen anger 1\n",
+      "stolen negative 1\n",
+      "stomach disgust 1\n",
+      "stone anger 1\n",
+      "stone negative 1\n",
+      "stoned negative 1\n",
+      "stools disgust 1\n",
+      "stools negative 1\n",
+      "stoppage negative 1\n",
+      "store anticipation 1\n",
+      "store positive 1\n",
+      "storm anger 1\n",
+      "storm negative 1\n",
+      "storming anger 1\n",
+      "stormy fear 1\n",
+      "stormy negative 1\n",
+      "straightforward positive 1\n",
+      "straightforward trust 1\n",
+      "strained anger 1\n",
+      "strained negative 1\n",
+      "straits fear 1\n",
+      "straits negative 1\n",
+      "stranded negative 1\n",
+      "stranger fear 1\n",
+      "stranger negative 1\n",
+      "strangle anger 1\n",
+      "strangle disgust 1\n",
+      "strangle fear 1\n",
+      "strangle negative 1\n",
+      "strangle sadness 1\n",
+      "strangle surprise 1\n",
+      "strategic positive 1\n",
+      "strategist anticipation 1\n",
+      "strategist positive 1\n",
+      "strategist trust 1\n",
+      "stray negative 1\n",
+      "strength positive 1\n",
+      "strength trust 1\n",
+      "strengthen positive 1\n",
+      "strengthening joy 1\n",
+      "strengthening positive 1\n",
+      "strengthening trust 1\n",
+      "stress negative 1\n",
+      "stretcher fear 1\n",
+      "stretcher sadness 1\n",
+      "stricken sadness 1\n",
+      "strife anger 1\n",
+      "strife negative 1\n",
+      "strike anger 1\n",
+      "strike negative 1\n",
+      "striking positive 1\n",
+      "strikingly positive 1\n",
+      "strip negative 1\n",
+      "strip sadness 1\n",
+      "stripe negative 1\n",
+      "stripped anger 1\n",
+      "stripped anticipation 1\n",
+      "stripped disgust 1\n",
+      "stripped fear 1\n",
+      "stripped negative 1\n",
+      "stripped sadness 1\n",
+      "strive anticipation 1\n",
+      "stroke fear 1\n",
+      "stroke negative 1\n",
+      "stroke sadness 1\n",
+      "strongly positive 1\n",
+      "structural trust 1\n",
+      "structure positive 1\n",
+      "structure trust 1\n",
+      "struggle anger 1\n",
+      "struggle fear 1\n",
+      "struggle negative 1\n",
+      "struggle sadness 1\n",
+      "strut negative 1\n",
+      "stud positive 1\n",
+      "study positive 1\n",
+      "stuffy negative 1\n",
+      "stumble negative 1\n",
+      "stunned fear 1\n",
+      "stunned negative 1\n",
+      "stunned surprise 1\n",
+      "stunted negative 1\n",
+      "stupid negative 1\n",
+      "stupidity negative 1\n",
+      "stupor negative 1\n",
+      "sturdy positive 1\n",
+      "sty disgust 1\n",
+      "sty negative 1\n",
+      "subdue negative 1\n",
+      "subito surprise 1\n",
+      "subject negative 1\n",
+      "subjected negative 1\n",
+      "subjected sadness 1\n",
+      "subjection negative 1\n",
+      "subjugation anger 1\n",
+      "subjugation disgust 1\n",
+      "subjugation fear 1\n",
+      "subjugation negative 1\n",
+      "subjugation sadness 1\n",
+      "sublimation joy 1\n",
+      "sublimation positive 1\n",
+      "submit anticipation 1\n",
+      "subordinate fear 1\n",
+      "subordinate negative 1\n",
+      "subpoena negative 1\n",
+      "subscribe anticipation 1\n",
+      "subsidence negative 1\n",
+      "subsidence sadness 1\n",
+      "subsidy anger 1\n",
+      "subsidy disgust 1\n",
+      "subsidy negative 1\n",
+      "subsist negative 1\n",
+      "substance positive 1\n",
+      "substantiate trust 1\n",
+      "substantive positive 1\n",
+      "subtract negative 1\n",
+      "subversion anger 1\n",
+      "subversion fear 1\n",
+      "subversion negative 1\n",
+      "subversive anger 1\n",
+      "subversive negative 1\n",
+      "subversive surprise 1\n",
+      "subvert disgust 1\n",
+      "subvert fear 1\n",
+      "subvert negative 1\n",
+      "subvert sadness 1\n",
+      "succeed anticipation 1\n",
+      "succeed joy 1\n",
+      "succeed positive 1\n",
+      "succeed surprise 1\n",
+      "succeed trust 1\n",
+      "succeeding anticipation 1\n",
+      "succeeding joy 1\n",
+      "succeeding positive 1\n",
+      "succeeding trust 1\n",
+      "success anticipation 1\n",
+      "success joy 1\n",
+      "success positive 1\n",
+      "successful anticipation 1\n",
+      "successful joy 1\n",
+      "successful positive 1\n",
+      "successful trust 1\n",
+      "succinct positive 1\n",
+      "succulent negative 1\n",
+      "succulent positive 1\n",
+      "succumb negative 1\n",
+      "suck negative 1\n",
+      "sucker anger 1\n",
+      "sucker negative 1\n",
+      "sudden surprise 1\n",
+      "suddenly surprise 1\n",
+      "sue anger 1\n",
+      "sue negative 1\n",
+      "sue sadness 1\n",
+      "suffer negative 1\n",
+      "sufferer fear 1\n",
+      "sufferer negative 1\n",
+      "sufferer sadness 1\n",
+      "suffering disgust 1\n",
+      "suffering fear 1\n",
+      "suffering negative 1\n",
+      "suffering sadness 1\n",
+      "sufficiency positive 1\n",
+      "suffocating disgust 1\n",
+      "suffocating fear 1\n",
+      "suffocating negative 1\n",
+      "suffocating sadness 1\n",
+      "suffocation anger 1\n",
+      "suffocation fear 1\n",
+      "suffocation negative 1\n",
+      "sugar positive 1\n",
+      "suggest trust 1\n",
+      "suicidal anger 1\n",
+      "suicidal disgust 1\n",
+      "suicidal fear 1\n",
+      "suicidal negative 1\n",
+      "suicidal sadness 1\n",
+      "suicide anger 1\n",
+      "suicide fear 1\n",
+      "suicide negative 1\n",
+      "suicide sadness 1\n",
+      "suitable positive 1\n",
+      "sullen anger 1\n",
+      "sullen negative 1\n",
+      "sullen sadness 1\n",
+      "sultan fear 1\n",
+      "sultry positive 1\n",
+      "summons negative 1\n",
+      "sump disgust 1\n",
+      "sun anticipation 1\n",
+      "sun joy 1\n",
+      "sun positive 1\n",
+      "sun surprise 1\n",
+      "sun trust 1\n",
+      "sundial anticipation 1\n",
+      "sundial trust 1\n",
+      "sunk disgust 1\n",
+      "sunk fear 1\n",
+      "sunk negative 1\n",
+      "sunk sadness 1\n",
+      "sunny anticipation 1\n",
+      "sunny joy 1\n",
+      "sunny positive 1\n",
+      "sunny surprise 1\n",
+      "sunset anticipation 1\n",
+      "sunset positive 1\n",
+      "sunshine joy 1\n",
+      "sunshine positive 1\n",
+      "superb positive 1\n",
+      "superficial negative 1\n",
+      "superfluous negative 1\n",
+      "superhuman positive 1\n",
+      "superior positive 1\n",
+      "superiority positive 1\n",
+      "superman joy 1\n",
+      "superman positive 1\n",
+      "superman trust 1\n",
+      "superstar joy 1\n",
+      "superstar positive 1\n",
+      "superstar trust 1\n",
+      "superstition fear 1\n",
+      "superstition negative 1\n",
+      "superstition positive 1\n",
+      "superstitious anticipation 1\n",
+      "superstitious fear 1\n",
+      "superstitious negative 1\n",
+      "supplication positive 1\n",
+      "supplication trust 1\n",
+      "supplies positive 1\n",
+      "supply positive 1\n",
+      "supported positive 1\n",
+      "supporter joy 1\n",
+      "supporter positive 1\n",
+      "supporter trust 1\n",
+      "supporting positive 1\n",
+      "supporting trust 1\n",
+      "suppress anger 1\n",
+      "suppress fear 1\n",
+      "suppress negative 1\n",
+      "suppress sadness 1\n",
+      "suppression anger 1\n",
+      "suppression disgust 1\n",
+      "suppression fear 1\n",
+      "suppression negative 1\n",
+      "supremacy anger 1\n",
+      "supremacy anticipation 1\n",
+      "supremacy fear 1\n",
+      "supremacy joy 1\n",
+      "supremacy negative 1\n",
+      "supremacy positive 1\n",
+      "supremacy surprise 1\n",
+      "supremacy trust 1\n",
+      "supreme positive 1\n",
+      "supremely positive 1\n",
+      "surcharge anger 1\n",
+      "surcharge negative 1\n",
+      "surety positive 1\n",
+      "surety trust 1\n",
+      "surge surprise 1\n",
+      "surgery fear 1\n",
+      "surgery sadness 1\n",
+      "surly anger 1\n",
+      "surly disgust 1\n",
+      "surly negative 1\n",
+      "surmise positive 1\n",
+      "surpassing positive 1\n",
+      "surprise fear 1\n",
+      "surprise joy 1\n",
+      "surprise positive 1\n",
+      "surprise surprise 1\n",
+      "surprised surprise 1\n",
+      "surprising surprise 1\n",
+      "surprisingly anticipation 1\n",
+      "surprisingly surprise 1\n",
+      "surrender fear 1\n",
+      "surrender negative 1\n",
+      "surrender sadness 1\n",
+      "surrendering negative 1\n",
+      "surrendering sadness 1\n",
+      "surrogate trust 1\n",
+      "surround anticipation 1\n",
+      "surround negative 1\n",
+      "surround positive 1\n",
+      "surveillance fear 1\n",
+      "surveying positive 1\n",
+      "survive positive 1\n",
+      "susceptible negative 1\n",
+      "suspect fear 1\n",
+      "suspect negative 1\n",
+      "suspense anticipation 1\n",
+      "suspense fear 1\n",
+      "suspense surprise 1\n",
+      "suspension fear 1\n",
+      "suspension negative 1\n",
+      "suspicion fear 1\n",
+      "suspicion negative 1\n",
+      "suspicious anger 1\n",
+      "suspicious anticipation 1\n",
+      "suspicious negative 1\n",
+      "swab negative 1\n",
+      "swamp disgust 1\n",
+      "swamp fear 1\n",
+      "swamp negative 1\n",
+      "swampy disgust 1\n",
+      "swampy fear 1\n",
+      "swampy negative 1\n",
+      "swarm disgust 1\n",
+      "swastika anger 1\n",
+      "swastika fear 1\n",
+      "swastika negative 1\n",
+      "swear positive 1\n",
+      "swear trust 1\n",
+      "sweat fear 1\n",
+      "sweet anticipation 1\n",
+      "sweet joy 1\n",
+      "sweet positive 1\n",
+      "sweet surprise 1\n",
+      "sweet trust 1\n",
+      "sweetheart anticipation 1\n",
+      "sweetheart joy 1\n",
+      "sweetheart positive 1\n",
+      "sweetheart sadness 1\n",
+      "sweetheart trust 1\n",
+      "sweetie positive 1\n",
+      "sweetness positive 1\n",
+      "sweets anticipation 1\n",
+      "sweets joy 1\n",
+      "sweets positive 1\n",
+      "swelling fear 1\n",
+      "swelling negative 1\n",
+      "swerve fear 1\n",
+      "swerve surprise 1\n",
+      "swift positive 1\n",
+      "swig disgust 1\n",
+      "swig negative 1\n",
+      "swim anticipation 1\n",
+      "swim fear 1\n",
+      "swim joy 1\n",
+      "swim positive 1\n",
+      "swine disgust 1\n",
+      "swine negative 1\n",
+      "swollen negative 1\n",
+      "symbolic positive 1\n",
+      "symmetrical positive 1\n",
+      "symmetry joy 1\n",
+      "symmetry positive 1\n",
+      "symmetry trust 1\n",
+      "sympathetic fear 1\n",
+      "sympathetic joy 1\n",
+      "sympathetic positive 1\n",
+      "sympathetic sadness 1\n",
+      "sympathetic trust 1\n",
+      "sympathize sadness 1\n",
+      "sympathy positive 1\n",
+      "sympathy sadness 1\n",
+      "symphony anticipation 1\n",
+      "symphony joy 1\n",
+      "symphony positive 1\n",
+      "symptom negative 1\n",
+      "synchronize anticipation 1\n",
+      "synchronize joy 1\n",
+      "synchronize positive 1\n",
+      "synchronize surprise 1\n",
+      "synchronize trust 1\n",
+      "syncope fear 1\n",
+      "syncope negative 1\n",
+      "syncope sadness 1\n",
+      "syncope surprise 1\n",
+      "synergistic positive 1\n",
+      "synergistic trust 1\n",
+      "synod positive 1\n",
+      "synod trust 1\n",
+      "synonymous fear 1\n",
+      "synonymous negative 1\n",
+      "synonymous positive 1\n",
+      "synonymous trust 1\n",
+      "syringe fear 1\n",
+      "system trust 1\n",
+      "taboo disgust 1\n",
+      "taboo fear 1\n",
+      "taboo negative 1\n",
+      "tabulate anticipation 1\n",
+      "tackle anger 1\n",
+      "tackle surprise 1\n",
+      "tact positive 1\n",
+      "tactics fear 1\n",
+      "tactics trust 1\n",
+      "taint negative 1\n",
+      "taint sadness 1\n",
+      "tale positive 1\n",
+      "talent positive 1\n",
+      "talisman positive 1\n",
+      "talk positive 1\n",
+      "talons anger 1\n",
+      "talons fear 1\n",
+      "talons negative 1\n",
+      "tandem trust 1\n",
+      "tangled negative 1\n",
+      "tanned positive 1\n",
+      "tantalizing anticipation 1\n",
+      "tantalizing joy 1\n",
+      "tantalizing negative 1\n",
+      "tantalizing positive 1\n",
+      "tantalizing surprise 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "tantamount trust 1\n",
+      "tardiness negative 1\n",
+      "tardy negative 1\n",
+      "tariff anger 1\n",
+      "tariff disgust 1\n",
+      "tariff negative 1\n",
+      "tarnish disgust 1\n",
+      "tarnish negative 1\n",
+      "tarnish sadness 1\n",
+      "tarry negative 1\n",
+      "task positive 1\n",
+      "tasteful positive 1\n",
+      "tasteless disgust 1\n",
+      "tasteless negative 1\n",
+      "tasty positive 1\n",
+      "taught trust 1\n",
+      "taunt anger 1\n",
+      "taunt fear 1\n",
+      "taunt negative 1\n",
+      "taunt sadness 1\n",
+      "tawny disgust 1\n",
+      "tax negative 1\n",
+      "tax sadness 1\n",
+      "teach joy 1\n",
+      "teach positive 1\n",
+      "teach surprise 1\n",
+      "teach trust 1\n",
+      "teacher positive 1\n",
+      "teacher trust 1\n",
+      "team trust 1\n",
+      "tearful disgust 1\n",
+      "tearful fear 1\n",
+      "tearful sadness 1\n",
+      "tease anger 1\n",
+      "tease anticipation 1\n",
+      "tease negative 1\n",
+      "tease sadness 1\n",
+      "teasing anger 1\n",
+      "teasing fear 1\n",
+      "teasing negative 1\n",
+      "technology positive 1\n",
+      "tedious negative 1\n",
+      "tedium negative 1\n",
+      "teeming disgust 1\n",
+      "teens negative 1\n",
+      "teens positive 1\n",
+      "temperance positive 1\n",
+      "temperate trust 1\n",
+      "tempered positive 1\n",
+      "tempest anger 1\n",
+      "tempest anticipation 1\n",
+      "tempest fear 1\n",
+      "tempest negative 1\n",
+      "tempest sadness 1\n",
+      "tempest surprise 1\n",
+      "temptation negative 1\n",
+      "tenable positive 1\n",
+      "tenacious positive 1\n",
+      "tenacity positive 1\n",
+      "tenancy positive 1\n",
+      "tenant positive 1\n",
+      "tender joy 1\n",
+      "tender positive 1\n",
+      "tender trust 1\n",
+      "tenderness joy 1\n",
+      "tenderness positive 1\n",
+      "tenement negative 1\n",
+      "tension anger 1\n",
+      "terminal fear 1\n",
+      "terminal negative 1\n",
+      "terminal sadness 1\n",
+      "terminate sadness 1\n",
+      "termination negative 1\n",
+      "termination sadness 1\n",
+      "termite disgust 1\n",
+      "termite negative 1\n",
+      "terrible anger 1\n",
+      "terrible disgust 1\n",
+      "terrible fear 1\n",
+      "terrible negative 1\n",
+      "terrible sadness 1\n",
+      "terribly sadness 1\n",
+      "terrific sadness 1\n",
+      "terror fear 1\n",
+      "terror negative 1\n",
+      "terrorism anger 1\n",
+      "terrorism disgust 1\n",
+      "terrorism fear 1\n",
+      "terrorism negative 1\n",
+      "terrorism sadness 1\n",
+      "terrorist anger 1\n",
+      "terrorist disgust 1\n",
+      "terrorist fear 1\n",
+      "terrorist negative 1\n",
+      "terrorist sadness 1\n",
+      "terrorist surprise 1\n",
+      "terrorize anger 1\n",
+      "terrorize fear 1\n",
+      "terrorize negative 1\n",
+      "terrorize sadness 1\n",
+      "testament anticipation 1\n",
+      "testament trust 1\n",
+      "testimony trust 1\n",
+      "tetanus disgust 1\n",
+      "tetanus negative 1\n",
+      "tether negative 1\n",
+      "thankful joy 1\n",
+      "thankful positive 1\n",
+      "thanksgiving joy 1\n",
+      "thanksgiving positive 1\n",
+      "theft anger 1\n",
+      "theft disgust 1\n",
+      "theft fear 1\n",
+      "theft negative 1\n",
+      "theft sadness 1\n",
+      "theism disgust 1\n",
+      "theism negative 1\n",
+      "theocratic anger 1\n",
+      "theocratic fear 1\n",
+      "theocratic negative 1\n",
+      "theocratic sadness 1\n",
+      "theocratic trust 1\n",
+      "theological trust 1\n",
+      "theology anticipation 1\n",
+      "theorem trust 1\n",
+      "theoretical positive 1\n",
+      "theory anticipation 1\n",
+      "theory trust 1\n",
+      "therapeutic joy 1\n",
+      "therapeutic positive 1\n",
+      "therapeutic trust 1\n",
+      "therapeutics positive 1\n",
+      "thermocouple anticipation 1\n",
+      "thermometer trust 1\n",
+      "thief anger 1\n",
+      "thief disgust 1\n",
+      "thief fear 1\n",
+      "thief negative 1\n",
+      "thief sadness 1\n",
+      "thief surprise 1\n",
+      "thinker positive 1\n",
+      "thirst anticipation 1\n",
+      "thirst sadness 1\n",
+      "thirst surprise 1\n",
+      "thirsty negative 1\n",
+      "thirteenth fear 1\n",
+      "thorn negative 1\n",
+      "thorny fear 1\n",
+      "thorny negative 1\n",
+      "thoroughbred positive 1\n",
+      "thought anticipation 1\n",
+      "thoughtful positive 1\n",
+      "thoughtful trust 1\n",
+      "thoughtfulness positive 1\n",
+      "thoughtless anger 1\n",
+      "thoughtless disgust 1\n",
+      "thoughtless negative 1\n",
+      "thrash anger 1\n",
+      "thrash disgust 1\n",
+      "thrash fear 1\n",
+      "thrash negative 1\n",
+      "thrash sadness 1\n",
+      "threat anger 1\n",
+      "threat fear 1\n",
+      "threat negative 1\n",
+      "threaten anger 1\n",
+      "threaten anticipation 1\n",
+      "threaten fear 1\n",
+      "threaten negative 1\n",
+      "threatening anger 1\n",
+      "threatening disgust 1\n",
+      "threatening fear 1\n",
+      "threatening negative 1\n",
+      "thresh anger 1\n",
+      "thresh fear 1\n",
+      "thresh negative 1\n",
+      "thresh sadness 1\n",
+      "thrift disgust 1\n",
+      "thrift positive 1\n",
+      "thrift trust 1\n",
+      "thrill anticipation 1\n",
+      "thrill fear 1\n",
+      "thrill joy 1\n",
+      "thrill positive 1\n",
+      "thrill surprise 1\n",
+      "thrilling anticipation 1\n",
+      "thrilling joy 1\n",
+      "thrilling positive 1\n",
+      "thrilling surprise 1\n",
+      "thriving anticipation 1\n",
+      "thriving joy 1\n",
+      "thriving positive 1\n",
+      "throb fear 1\n",
+      "throb negative 1\n",
+      "throb sadness 1\n",
+      "throne positive 1\n",
+      "throne trust 1\n",
+      "throttle anger 1\n",
+      "throttle negative 1\n",
+      "thug anger 1\n",
+      "thug disgust 1\n",
+      "thug fear 1\n",
+      "thug negative 1\n",
+      "thump anger 1\n",
+      "thump negative 1\n",
+      "thumping fear 1\n",
+      "thundering anger 1\n",
+      "thundering fear 1\n",
+      "thundering negative 1\n",
+      "thwart negative 1\n",
+      "thwart surprise 1\n",
+      "tickle anticipation 1\n",
+      "tickle joy 1\n",
+      "tickle positive 1\n",
+      "tickle surprise 1\n",
+      "tickle trust 1\n",
+      "tiff anger 1\n",
+      "tiff negative 1\n",
+      "tighten anger 1\n",
+      "tiling positive 1\n",
+      "time anticipation 1\n",
+      "timely positive 1\n",
+      "timid fear 1\n",
+      "timid negative 1\n",
+      "timid sadness 1\n",
+      "timidity anticipation 1\n",
+      "timidity fear 1\n",
+      "timidity negative 1\n",
+      "tinsel joy 1\n",
+      "tinsel positive 1\n",
+      "tipsy negative 1\n",
+      "tirade anger 1\n",
+      "tirade disgust 1\n",
+      "tirade negative 1\n",
+      "tired negative 1\n",
+      "tiredness negative 1\n",
+      "tiresome negative 1\n",
+      "tit negative 1\n",
+      "title positive 1\n",
+      "title trust 1\n",
+      "toad disgust 1\n",
+      "toad negative 1\n",
+      "toast joy 1\n",
+      "toast positive 1\n",
+      "tobacco negative 1\n",
+      "toilet disgust 1\n",
+      "toilet negative 1\n",
+      "toils negative 1\n",
+      "tolerant positive 1\n",
+      "tolerate anger 1\n",
+      "tolerate negative 1\n",
+      "tolerate sadness 1\n",
+      "toleration positive 1\n",
+      "tomb sadness 1\n",
+      "tomorrow anticipation 1\n",
+      "toothache fear 1\n",
+      "toothache negative 1\n",
+      "top anticipation 1\n",
+      "top positive 1\n",
+      "top trust 1\n",
+      "topple surprise 1\n",
+      "torment anger 1\n",
+      "torment fear 1\n",
+      "torment negative 1\n",
+      "torment sadness 1\n",
+      "torn negative 1\n",
+      "tornado fear 1\n",
+      "torpedo anger 1\n",
+      "torpedo negative 1\n",
+      "torrent fear 1\n",
+      "torrid negative 1\n",
+      "tort negative 1\n",
+      "tortious anger 1\n",
+      "tortious disgust 1\n",
+      "tortious negative 1\n",
+      "torture anger 1\n",
+      "torture anticipation 1\n",
+      "torture disgust 1\n",
+      "torture fear 1\n",
+      "torture negative 1\n",
+      "torture sadness 1\n",
+      "touched negative 1\n",
+      "touchy anger 1\n",
+      "touchy negative 1\n",
+      "touchy sadness 1\n",
+      "tough negative 1\n",
+      "tough sadness 1\n",
+      "toughness anger 1\n",
+      "toughness fear 1\n",
+      "toughness positive 1\n",
+      "toughness trust 1\n",
+      "tower positive 1\n",
+      "towering anticipation 1\n",
+      "towering fear 1\n",
+      "towering positive 1\n",
+      "toxic disgust 1\n",
+      "toxic negative 1\n",
+      "toxin fear 1\n",
+      "toxin negative 1\n",
+      "track anticipation 1\n",
+      "tract fear 1\n",
+      "trade trust 1\n",
+      "traditional positive 1\n",
+      "tragedy fear 1\n",
+      "tragedy negative 1\n",
+      "tragedy sadness 1\n",
+      "tragic negative 1\n",
+      "trainer trust 1\n",
+      "traitor anger 1\n",
+      "traitor disgust 1\n",
+      "traitor fear 1\n",
+      "traitor negative 1\n",
+      "traitor sadness 1\n",
+      "tramp disgust 1\n",
+      "tramp fear 1\n",
+      "tramp negative 1\n",
+      "tramp sadness 1\n",
+      "trance negative 1\n",
+      "tranquil joy 1\n",
+      "tranquil positive 1\n",
+      "tranquility joy 1\n",
+      "tranquility positive 1\n",
+      "tranquility trust 1\n",
+      "transaction trust 1\n",
+      "transcendence anticipation 1\n",
+      "transcendence joy 1\n",
+      "transcendence positive 1\n",
+      "transcendence surprise 1\n",
+      "transcendence trust 1\n",
+      "transcendental positive 1\n",
+      "transcript trust 1\n",
+      "transgression negative 1\n",
+      "transitional anticipation 1\n",
+      "translation trust 1\n",
+      "trappings negative 1\n",
+      "traps negative 1\n",
+      "trash disgust 1\n",
+      "trash negative 1\n",
+      "trash sadness 1\n",
+      "trashy disgust 1\n",
+      "trashy negative 1\n",
+      "traumatic anger 1\n",
+      "traumatic fear 1\n",
+      "traumatic negative 1\n",
+      "traumatic sadness 1\n",
+      "travail negative 1\n",
+      "traveling positive 1\n",
+      "travesty disgust 1\n",
+      "travesty fear 1\n",
+      "travesty negative 1\n",
+      "travesty sadness 1\n",
+      "treacherous anger 1\n",
+      "treacherous disgust 1\n",
+      "treacherous fear 1\n",
+      "treacherous negative 1\n",
+      "treachery anger 1\n",
+      "treachery fear 1\n",
+      "treachery negative 1\n",
+      "treachery sadness 1\n",
+      "treachery surprise 1\n",
+      "treadmill anticipation 1\n",
+      "treason anger 1\n",
+      "treason disgust 1\n",
+      "treason fear 1\n",
+      "treason negative 1\n",
+      "treason surprise 1\n",
+      "treasure anticipation 1\n",
+      "treasure joy 1\n",
+      "treasure positive 1\n",
+      "treasure trust 1\n",
+      "treasurer trust 1\n",
+      "treat anger 1\n",
+      "treat anticipation 1\n",
+      "treat disgust 1\n",
+      "treat fear 1\n",
+      "treat joy 1\n",
+      "treat negative 1\n",
+      "treat positive 1\n",
+      "treat sadness 1\n",
+      "treat surprise 1\n",
+      "treat trust 1\n",
+      "tree anger 1\n",
+      "tree anticipation 1\n",
+      "tree disgust 1\n",
+      "tree joy 1\n",
+      "tree positive 1\n",
+      "tree surprise 1\n",
+      "tree trust 1\n",
+      "trembling fear 1\n",
+      "trembling negative 1\n",
+      "tremendously positive 1\n",
+      "tremor anger 1\n",
+      "tremor anticipation 1\n",
+      "tremor fear 1\n",
+      "tremor negative 1\n",
+      "tremor sadness 1\n",
+      "trend positive 1\n",
+      "trendy positive 1\n",
+      "trepidation anticipation 1\n",
+      "trepidation fear 1\n",
+      "trepidation negative 1\n",
+      "trepidation surprise 1\n",
+      "trespass anger 1\n",
+      "trespass negative 1\n",
+      "tribe trust 1\n",
+      "tribulation fear 1\n",
+      "tribulation negative 1\n",
+      "tribulation sadness 1\n",
+      "tribunal anticipation 1\n",
+      "tribunal disgust 1\n",
+      "tribunal fear 1\n",
+      "tribunal negative 1\n",
+      "tribunal trust 1\n",
+      "tribune trust 1\n",
+      "tributary anticipation 1\n",
+      "tributary positive 1\n",
+      "tribute positive 1\n",
+      "trick negative 1\n",
+      "trick surprise 1\n",
+      "trickery anger 1\n",
+      "trickery disgust 1\n",
+      "trickery fear 1\n",
+      "trickery negative 1\n",
+      "trickery sadness 1\n",
+      "trickery surprise 1\n",
+      "trifle negative 1\n",
+      "trig positive 1\n",
+      "trip surprise 1\n",
+      "tripping anger 1\n",
+      "tripping negative 1\n",
+      "tripping sadness 1\n",
+      "triumph anticipation 1\n",
+      "triumph joy 1\n",
+      "triumph positive 1\n",
+      "triumphant anticipation 1\n",
+      "triumphant joy 1\n",
+      "triumphant positive 1\n",
+      "triumphant trust 1\n",
+      "troll anger 1\n",
+      "troll fear 1\n",
+      "troll negative 1\n",
+      "trophy anticipation 1\n",
+      "trophy joy 1\n",
+      "trophy positive 1\n",
+      "trophy surprise 1\n",
+      "trophy trust 1\n",
+      "troublesome anger 1\n",
+      "troublesome fear 1\n",
+      "troublesome negative 1\n",
+      "truce joy 1\n",
+      "truce positive 1\n",
+      "truce trust 1\n",
+      "truck trust 1\n",
+      "true joy 1\n",
+      "true positive 1\n",
+      "true trust 1\n",
+      "trump surprise 1\n",
+      "trumpet negative 1\n",
+      "truss trust 1\n",
+      "trust trust 1\n",
+      "trustee trust 1\n",
+      "trusty positive 1\n",
+      "truth positive 1\n",
+      "truth trust 1\n",
+      "truthful trust 1\n",
+      "truthfulness positive 1\n",
+      "truthfulness trust 1\n",
+      "tumble negative 1\n",
+      "tumor fear 1\n",
+      "tumor negative 1\n",
+      "tumour fear 1\n",
+      "tumour negative 1\n",
+      "tumour sadness 1\n",
+      "tumult anger 1\n",
+      "tumult fear 1\n",
+      "tumult negative 1\n",
+      "tumult surprise 1\n",
+      "tumultuous anger 1\n",
+      "tumultuous fear 1\n",
+      "tumultuous negative 1\n",
+      "turbulence anger 1\n",
+      "turbulence fear 1\n",
+      "turbulence negative 1\n",
+      "turbulent fear 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "turbulent negative 1\n",
+      "turmoil anger 1\n",
+      "turmoil fear 1\n",
+      "turmoil negative 1\n",
+      "turmoil sadness 1\n",
+      "tussle anger 1\n",
+      "tutelage positive 1\n",
+      "tutelage trust 1\n",
+      "tutor positive 1\n",
+      "twin positive 1\n",
+      "twinkle anticipation 1\n",
+      "twinkle joy 1\n",
+      "twinkle positive 1\n",
+      "twitch negative 1\n",
+      "typhoon fear 1\n",
+      "typhoon negative 1\n",
+      "tyrannical anger 1\n",
+      "tyrannical disgust 1\n",
+      "tyrannical fear 1\n",
+      "tyrannical negative 1\n",
+      "tyranny fear 1\n",
+      "tyranny negative 1\n",
+      "tyranny sadness 1\n",
+      "tyrant anger 1\n",
+      "tyrant disgust 1\n",
+      "tyrant fear 1\n",
+      "tyrant negative 1\n",
+      "tyrant sadness 1\n",
+      "ugliness disgust 1\n",
+      "ugliness fear 1\n",
+      "ugliness negative 1\n",
+      "ugliness sadness 1\n",
+      "ugly disgust 1\n",
+      "ugly negative 1\n",
+      "ulcer anger 1\n",
+      "ulcer disgust 1\n",
+      "ulcer fear 1\n",
+      "ulcer negative 1\n",
+      "ulcer sadness 1\n",
+      "ulterior negative 1\n",
+      "ultimate anticipation 1\n",
+      "ultimate sadness 1\n",
+      "ultimately anticipation 1\n",
+      "ultimately positive 1\n",
+      "ultimatum anger 1\n",
+      "ultimatum fear 1\n",
+      "ultimatum negative 1\n",
+      "umpire positive 1\n",
+      "umpire trust 1\n",
+      "unable negative 1\n",
+      "unable sadness 1\n",
+      "unacceptable negative 1\n",
+      "unacceptable sadness 1\n",
+      "unaccountable anticipation 1\n",
+      "unaccountable disgust 1\n",
+      "unaccountable negative 1\n",
+      "unaccountable sadness 1\n",
+      "unaccountable trust 1\n",
+      "unacknowledged sadness 1\n",
+      "unanimity positive 1\n",
+      "unanimous positive 1\n",
+      "unanticipated surprise 1\n",
+      "unapproved negative 1\n",
+      "unassuming positive 1\n",
+      "unattached negative 1\n",
+      "unattainable anger 1\n",
+      "unattainable negative 1\n",
+      "unattainable sadness 1\n",
+      "unattractive disgust 1\n",
+      "unattractive negative 1\n",
+      "unattractive sadness 1\n",
+      "unauthorized negative 1\n",
+      "unavoidable negative 1\n",
+      "unaware negative 1\n",
+      "unbearable disgust 1\n",
+      "unbearable negative 1\n",
+      "unbearable sadness 1\n",
+      "unbeaten anticipation 1\n",
+      "unbeaten joy 1\n",
+      "unbeaten negative 1\n",
+      "unbeaten positive 1\n",
+      "unbeaten sadness 1\n",
+      "unbeaten surprise 1\n",
+      "unbelief negative 1\n",
+      "unbelievable negative 1\n",
+      "unbiased positive 1\n",
+      "unborn negative 1\n",
+      "unbreakable positive 1\n",
+      "unbridled anger 1\n",
+      "unbridled anticipation 1\n",
+      "unbridled fear 1\n",
+      "unbridled negative 1\n",
+      "unbridled positive 1\n",
+      "unbridled surprise 1\n",
+      "unbroken positive 1\n",
+      "unbroken trust 1\n",
+      "uncanny fear 1\n",
+      "uncanny negative 1\n",
+      "uncanny surprise 1\n",
+      "uncaring anger 1\n",
+      "uncaring disgust 1\n",
+      "uncaring negative 1\n",
+      "uncaring sadness 1\n",
+      "uncertain anger 1\n",
+      "uncertain disgust 1\n",
+      "uncertain fear 1\n",
+      "uncertain negative 1\n",
+      "uncertain surprise 1\n",
+      "unchangeable negative 1\n",
+      "unclean disgust 1\n",
+      "unclean negative 1\n",
+      "uncomfortable negative 1\n",
+      "unconscionable disgust 1\n",
+      "unconscionable negative 1\n",
+      "unconscious negative 1\n",
+      "unconstitutional negative 1\n",
+      "unconstrained joy 1\n",
+      "unconstrained positive 1\n",
+      "uncontrollable anger 1\n",
+      "uncontrollable anticipation 1\n",
+      "uncontrollable negative 1\n",
+      "uncontrollable surprise 1\n",
+      "uncontrolled negative 1\n",
+      "uncover surprise 1\n",
+      "undecided anticipation 1\n",
+      "undecided fear 1\n",
+      "undecided negative 1\n",
+      "underestimate surprise 1\n",
+      "underline positive 1\n",
+      "undermined negative 1\n",
+      "underpaid anger 1\n",
+      "underpaid negative 1\n",
+      "underpaid sadness 1\n",
+      "undersized negative 1\n",
+      "understanding positive 1\n",
+      "understanding trust 1\n",
+      "undertaker sadness 1\n",
+      "undertaking anticipation 1\n",
+      "underwrite positive 1\n",
+      "underwrite trust 1\n",
+      "undesirable anger 1\n",
+      "undesirable disgust 1\n",
+      "undesirable fear 1\n",
+      "undesirable negative 1\n",
+      "undesirable sadness 1\n",
+      "undesired negative 1\n",
+      "undesired sadness 1\n",
+      "undisclosed anticipation 1\n",
+      "undiscovered surprise 1\n",
+      "undivided positive 1\n",
+      "undo negative 1\n",
+      "undoubted anticipation 1\n",
+      "undoubted disgust 1\n",
+      "undying anticipation 1\n",
+      "undying joy 1\n",
+      "undying positive 1\n",
+      "undying sadness 1\n",
+      "undying trust 1\n",
+      "uneasiness anticipation 1\n",
+      "uneasiness negative 1\n",
+      "uneasiness sadness 1\n",
+      "uneasy disgust 1\n",
+      "uneasy fear 1\n",
+      "uneasy negative 1\n",
+      "uneducated negative 1\n",
+      "uneducated sadness 1\n",
+      "unemployed fear 1\n",
+      "unemployed negative 1\n",
+      "unemployed sadness 1\n",
+      "unequal anger 1\n",
+      "unequal disgust 1\n",
+      "unequal fear 1\n",
+      "unequal negative 1\n",
+      "unequal sadness 1\n",
+      "unequivocal trust 1\n",
+      "unequivocally positive 1\n",
+      "uneven negative 1\n",
+      "unexpected anticipation 1\n",
+      "unexpected fear 1\n",
+      "unexpected joy 1\n",
+      "unexpected negative 1\n",
+      "unexpected positive 1\n",
+      "unexpected surprise 1\n",
+      "unexpectedly surprise 1\n",
+      "unexplained anticipation 1\n",
+      "unexplained negative 1\n",
+      "unexplained sadness 1\n",
+      "unfair anger 1\n",
+      "unfair disgust 1\n",
+      "unfair negative 1\n",
+      "unfair sadness 1\n",
+      "unfairness anger 1\n",
+      "unfairness negative 1\n",
+      "unfairness sadness 1\n",
+      "unfaithful disgust 1\n",
+      "unfaithful negative 1\n",
+      "unfavorable disgust 1\n",
+      "unfavorable negative 1\n",
+      "unfavorable sadness 1\n",
+      "unfinished negative 1\n",
+      "unfold anticipation 1\n",
+      "unfold positive 1\n",
+      "unforeseen surprise 1\n",
+      "unforgiving anger 1\n",
+      "unforgiving negative 1\n",
+      "unforgiving sadness 1\n",
+      "unfortunate negative 1\n",
+      "unfortunate sadness 1\n",
+      "unfriendly anger 1\n",
+      "unfriendly disgust 1\n",
+      "unfriendly fear 1\n",
+      "unfriendly negative 1\n",
+      "unfriendly sadness 1\n",
+      "unfulfilled anger 1\n",
+      "unfulfilled anticipation 1\n",
+      "unfulfilled negative 1\n",
+      "unfulfilled sadness 1\n",
+      "unfulfilled surprise 1\n",
+      "unfurnished negative 1\n",
+      "ungodly negative 1\n",
+      "ungodly sadness 1\n",
+      "ungrateful anger 1\n",
+      "ungrateful disgust 1\n",
+      "ungrateful negative 1\n",
+      "unguarded surprise 1\n",
+      "unhappiness negative 1\n",
+      "unhappiness sadness 1\n",
+      "unhappy anger 1\n",
+      "unhappy disgust 1\n",
+      "unhappy negative 1\n",
+      "unhappy sadness 1\n",
+      "unhealthy disgust 1\n",
+      "unhealthy fear 1\n",
+      "unhealthy negative 1\n",
+      "unhealthy sadness 1\n",
+      "unholy fear 1\n",
+      "unholy negative 1\n",
+      "unification anticipation 1\n",
+      "unification joy 1\n",
+      "unification positive 1\n",
+      "unification trust 1\n",
+      "uniformly positive 1\n",
+      "unimaginable negative 1\n",
+      "unimaginable positive 1\n",
+      "unimaginable surprise 1\n",
+      "unimportant negative 1\n",
+      "unimportant sadness 1\n",
+      "unimpressed negative 1\n",
+      "unimproved negative 1\n",
+      "uninfected positive 1\n",
+      "uninformed negative 1\n",
+      "uninitiated negative 1\n",
+      "uninspired negative 1\n",
+      "uninspired sadness 1\n",
+      "unintelligible negative 1\n",
+      "unintended surprise 1\n",
+      "unintentional surprise 1\n",
+      "unintentionally negative 1\n",
+      "unintentionally surprise 1\n",
+      "uninterested negative 1\n",
+      "uninterested sadness 1\n",
+      "uninteresting negative 1\n",
+      "uninteresting sadness 1\n",
+      "uninvited sadness 1\n",
+      "unique positive 1\n",
+      "unique surprise 1\n",
+      "unison positive 1\n",
+      "unitary positive 1\n",
+      "united positive 1\n",
+      "united trust 1\n",
+      "unity positive 1\n",
+      "unity trust 1\n",
+      "university anticipation 1\n",
+      "university positive 1\n",
+      "unjust anger 1\n",
+      "unjust negative 1\n",
+      "unjustifiable anger 1\n",
+      "unjustifiable disgust 1\n",
+      "unjustifiable fear 1\n",
+      "unjustifiable negative 1\n",
+      "unjustified negative 1\n",
+      "unkind anger 1\n",
+      "unkind disgust 1\n",
+      "unkind fear 1\n",
+      "unkind negative 1\n",
+      "unkind sadness 1\n",
+      "unknown anticipation 1\n",
+      "unknown fear 1\n",
+      "unknown negative 1\n",
+      "unlawful anger 1\n",
+      "unlawful disgust 1\n",
+      "unlawful fear 1\n",
+      "unlawful negative 1\n",
+      "unlawful sadness 1\n",
+      "unlicensed negative 1\n",
+      "unlimited positive 1\n",
+      "unlucky anger 1\n",
+      "unlucky disgust 1\n",
+      "unlucky fear 1\n",
+      "unlucky negative 1\n",
+      "unlucky sadness 1\n",
+      "unmanageable disgust 1\n",
+      "unmanageable negative 1\n",
+      "unnatural disgust 1\n",
+      "unnatural fear 1\n",
+      "unnatural negative 1\n",
+      "unofficial negative 1\n",
+      "unpaid anger 1\n",
+      "unpaid negative 1\n",
+      "unpaid sadness 1\n",
+      "unpleasant disgust 1\n",
+      "unpleasant negative 1\n",
+      "unpleasant sadness 1\n",
+      "unpopular disgust 1\n",
+      "unpopular negative 1\n",
+      "unpopular sadness 1\n",
+      "unprecedented surprise 1\n",
+      "unpredictable negative 1\n",
+      "unpredictable surprise 1\n",
+      "unprepared negative 1\n",
+      "unpretentious positive 1\n",
+      "unproductive negative 1\n",
+      "unprofitable negative 1\n",
+      "unprotected negative 1\n",
+      "unpublished anticipation 1\n",
+      "unpublished negative 1\n",
+      "unpublished sadness 1\n",
+      "unquestionable positive 1\n",
+      "unquestionable trust 1\n",
+      "unquestionably positive 1\n",
+      "unquestionably trust 1\n",
+      "unquestioned positive 1\n",
+      "unquestioned trust 1\n",
+      "unreliable negative 1\n",
+      "unreliable trust 1\n",
+      "unrequited negative 1\n",
+      "unrequited sadness 1\n",
+      "unresolved anticipation 1\n",
+      "unrest fear 1\n",
+      "unrest sadness 1\n",
+      "unruly anger 1\n",
+      "unruly disgust 1\n",
+      "unruly fear 1\n",
+      "unruly negative 1\n",
+      "unsafe fear 1\n",
+      "unsafe negative 1\n",
+      "unsatisfactory disgust 1\n",
+      "unsatisfactory negative 1\n",
+      "unsatisfied disgust 1\n",
+      "unsatisfied negative 1\n",
+      "unsatisfied sadness 1\n",
+      "unsavory negative 1\n",
+      "unscathed positive 1\n",
+      "unscrupulous negative 1\n",
+      "unseat sadness 1\n",
+      "unselfish positive 1\n",
+      "unsettled anger 1\n",
+      "unsettled disgust 1\n",
+      "unsettled fear 1\n",
+      "unsettled negative 1\n",
+      "unsightly disgust 1\n",
+      "unsightly negative 1\n",
+      "unsophisticated negative 1\n",
+      "unspeakable fear 1\n",
+      "unspeakable negative 1\n",
+      "unstable fear 1\n",
+      "unstable negative 1\n",
+      "unstable surprise 1\n",
+      "unsteady fear 1\n",
+      "unsuccessful negative 1\n",
+      "unsuccessful sadness 1\n",
+      "unsuitable negative 1\n",
+      "unsung negative 1\n",
+      "unsupported negative 1\n",
+      "unsurpassed anticipation 1\n",
+      "unsurpassed fear 1\n",
+      "unsurpassed joy 1\n",
+      "unsurpassed positive 1\n",
+      "unsurpassed trust 1\n",
+      "unsuspecting surprise 1\n",
+      "unsustainable negative 1\n",
+      "unsympathetic anger 1\n",
+      "unsympathetic negative 1\n",
+      "untamed negative 1\n",
+      "untenable negative 1\n",
+      "unthinkable anger 1\n",
+      "unthinkable disgust 1\n",
+      "unthinkable fear 1\n",
+      "unthinkable negative 1\n",
+      "untidy disgust 1\n",
+      "untidy negative 1\n",
+      "untie joy 1\n",
+      "untie negative 1\n",
+      "untie positive 1\n",
+      "untimely negative 1\n",
+      "untitled negative 1\n",
+      "untitled sadness 1\n",
+      "untold anticipation 1\n",
+      "untold negative 1\n",
+      "untoward anger 1\n",
+      "untoward disgust 1\n",
+      "untoward negative 1\n",
+      "untrained negative 1\n",
+      "untrue negative 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "untrustworthy anger 1\n",
+      "untrustworthy negative 1\n",
+      "unverified anticipation 1\n",
+      "unwarranted negative 1\n",
+      "unwashed disgust 1\n",
+      "unwashed negative 1\n",
+      "unwavering positive 1\n",
+      "unwavering trust 1\n",
+      "unwelcome negative 1\n",
+      "unwelcome sadness 1\n",
+      "unwell negative 1\n",
+      "unwell sadness 1\n",
+      "unwillingness negative 1\n",
+      "unwise negative 1\n",
+      "unwitting negative 1\n",
+      "unworthy disgust 1\n",
+      "unworthy negative 1\n",
+      "unyielding negative 1\n",
+      "upheaval anger 1\n",
+      "upheaval fear 1\n",
+      "upheaval negative 1\n",
+      "upheaval sadness 1\n",
+      "uphill anticipation 1\n",
+      "uphill fear 1\n",
+      "uphill negative 1\n",
+      "uphill positive 1\n",
+      "uplift anticipation 1\n",
+      "uplift joy 1\n",
+      "uplift positive 1\n",
+      "uplift trust 1\n",
+      "upright positive 1\n",
+      "upright trust 1\n",
+      "uprising anger 1\n",
+      "uprising anticipation 1\n",
+      "uprising fear 1\n",
+      "uprising negative 1\n",
+      "uproar negative 1\n",
+      "upset anger 1\n",
+      "upset negative 1\n",
+      "upset sadness 1\n",
+      "urchin negative 1\n",
+      "urgency anticipation 1\n",
+      "urgency fear 1\n",
+      "urgency surprise 1\n",
+      "urgent anticipation 1\n",
+      "urgent fear 1\n",
+      "urgent negative 1\n",
+      "urgent surprise 1\n",
+      "urn sadness 1\n",
+      "usefulness positive 1\n",
+      "useless negative 1\n",
+      "usher positive 1\n",
+      "usher trust 1\n",
+      "usual positive 1\n",
+      "usual trust 1\n",
+      "usurp anger 1\n",
+      "usurp negative 1\n",
+      "usurped anger 1\n",
+      "usurped fear 1\n",
+      "usurped negative 1\n",
+      "usury negative 1\n",
+      "utility positive 1\n",
+      "utopian anticipation 1\n",
+      "utopian joy 1\n",
+      "utopian positive 1\n",
+      "utopian trust 1\n",
+      "vacancy negative 1\n",
+      "vacation anticipation 1\n",
+      "vacation joy 1\n",
+      "vacation positive 1\n",
+      "vaccine positive 1\n",
+      "vacuous disgust 1\n",
+      "vacuous negative 1\n",
+      "vague negative 1\n",
+      "vagueness negative 1\n",
+      "vainly disgust 1\n",
+      "vainly negative 1\n",
+      "vainly sadness 1\n",
+      "valiant positive 1\n",
+      "validity fear 1\n",
+      "valor positive 1\n",
+      "valor trust 1\n",
+      "valuable positive 1\n",
+      "vampire anger 1\n",
+      "vampire disgust 1\n",
+      "vampire fear 1\n",
+      "vampire negative 1\n",
+      "vanguard positive 1\n",
+      "vanish surprise 1\n",
+      "vanished fear 1\n",
+      "vanished negative 1\n",
+      "vanished sadness 1\n",
+      "vanished surprise 1\n",
+      "vanity negative 1\n",
+      "vanquish positive 1\n",
+      "variable surprise 1\n",
+      "varicella disgust 1\n",
+      "varicella fear 1\n",
+      "varicella negative 1\n",
+      "varicella sadness 1\n",
+      "varicose negative 1\n",
+      "veal sadness 1\n",
+      "veal trust 1\n",
+      "veer fear 1\n",
+      "veer surprise 1\n",
+      "vegetative disgust 1\n",
+      "vegetative negative 1\n",
+      "vegetative sadness 1\n",
+      "vehement anger 1\n",
+      "vehement fear 1\n",
+      "vehement negative 1\n",
+      "velvet positive 1\n",
+      "velvety positive 1\n",
+      "vendetta anger 1\n",
+      "vendetta fear 1\n",
+      "vendetta negative 1\n",
+      "vendetta sadness 1\n",
+      "venerable anticipation 1\n",
+      "venerable joy 1\n",
+      "venerable positive 1\n",
+      "venerable trust 1\n",
+      "veneration positive 1\n",
+      "vengeance anger 1\n",
+      "vengeance negative 1\n",
+      "vengeful anger 1\n",
+      "vengeful fear 1\n",
+      "vengeful negative 1\n",
+      "venom anger 1\n",
+      "venom disgust 1\n",
+      "venom fear 1\n",
+      "venom negative 1\n",
+      "venomous anger 1\n",
+      "venomous disgust 1\n",
+      "venomous fear 1\n",
+      "venomous negative 1\n",
+      "vent anger 1\n",
+      "veracity anticipation 1\n",
+      "veracity joy 1\n",
+      "veracity positive 1\n",
+      "veracity surprise 1\n",
+      "veracity trust 1\n",
+      "verbosity negative 1\n",
+      "verdant positive 1\n",
+      "verdict fear 1\n",
+      "verge anticipation 1\n",
+      "verge fear 1\n",
+      "verge negative 1\n",
+      "verification positive 1\n",
+      "verification trust 1\n",
+      "verified positive 1\n",
+      "verified trust 1\n",
+      "verily positive 1\n",
+      "verily trust 1\n",
+      "veritable positive 1\n",
+      "vermin anger 1\n",
+      "vermin disgust 1\n",
+      "vermin fear 1\n",
+      "vermin negative 1\n",
+      "vernal joy 1\n",
+      "vernal positive 1\n",
+      "versus anger 1\n",
+      "versus negative 1\n",
+      "vertigo fear 1\n",
+      "vertigo negative 1\n",
+      "verve positive 1\n",
+      "vesicular disgust 1\n",
+      "veteran positive 1\n",
+      "veteran trust 1\n",
+      "veto anger 1\n",
+      "veto negative 1\n",
+      "vicar positive 1\n",
+      "vicar trust 1\n",
+      "vice negative 1\n",
+      "vicious anger 1\n",
+      "vicious disgust 1\n",
+      "vicious negative 1\n",
+      "victim anger 1\n",
+      "victim fear 1\n",
+      "victim negative 1\n",
+      "victim sadness 1\n",
+      "victimized anger 1\n",
+      "victimized disgust 1\n",
+      "victimized fear 1\n",
+      "victimized negative 1\n",
+      "victimized sadness 1\n",
+      "victimized surprise 1\n",
+      "victor joy 1\n",
+      "victor positive 1\n",
+      "victorious joy 1\n",
+      "victorious positive 1\n",
+      "victory anticipation 1\n",
+      "victory joy 1\n",
+      "victory positive 1\n",
+      "victory trust 1\n",
+      "vigil anticipation 1\n",
+      "vigilance anticipation 1\n",
+      "vigilance positive 1\n",
+      "vigilance trust 1\n",
+      "vigilant fear 1\n",
+      "vigilant positive 1\n",
+      "vigilant trust 1\n",
+      "vigor positive 1\n",
+      "vigorous positive 1\n",
+      "vigorous trust 1\n",
+      "villager positive 1\n",
+      "villager trust 1\n",
+      "villain fear 1\n",
+      "villain negative 1\n",
+      "villainous anger 1\n",
+      "villainous disgust 1\n",
+      "villainous fear 1\n",
+      "villainous negative 1\n",
+      "vindicate anger 1\n",
+      "vindicated positive 1\n",
+      "vindication anticipation 1\n",
+      "vindication joy 1\n",
+      "vindication positive 1\n",
+      "vindication trust 1\n",
+      "vindictive anger 1\n",
+      "vindictive disgust 1\n",
+      "vindictive negative 1\n",
+      "violation anger 1\n",
+      "violation fear 1\n",
+      "violation negative 1\n",
+      "violation sadness 1\n",
+      "violation surprise 1\n",
+      "violence anger 1\n",
+      "violence fear 1\n",
+      "violence negative 1\n",
+      "violence sadness 1\n",
+      "violent anger 1\n",
+      "violent disgust 1\n",
+      "violent fear 1\n",
+      "violent negative 1\n",
+      "violent surprise 1\n",
+      "violently anger 1\n",
+      "violently disgust 1\n",
+      "violently fear 1\n",
+      "violently negative 1\n",
+      "violently sadness 1\n",
+      "viper fear 1\n",
+      "viper negative 1\n",
+      "virgin positive 1\n",
+      "virgin trust 1\n",
+      "virginity anticipation 1\n",
+      "virginity positive 1\n",
+      "virtue positive 1\n",
+      "virtue trust 1\n",
+      "virtuous joy 1\n",
+      "virtuous positive 1\n",
+      "virtuous trust 1\n",
+      "virulence anger 1\n",
+      "virulence fear 1\n",
+      "virulence negative 1\n",
+      "virus negative 1\n",
+      "vision anticipation 1\n",
+      "vision positive 1\n",
+      "visionary anticipation 1\n",
+      "visionary joy 1\n",
+      "visionary positive 1\n",
+      "visionary trust 1\n",
+      "visit positive 1\n",
+      "visitation negative 1\n",
+      "visitor anticipation 1\n",
+      "visitor joy 1\n",
+      "visitor positive 1\n",
+      "visor anticipation 1\n",
+      "visor surprise 1\n",
+      "vital positive 1\n",
+      "vitality joy 1\n",
+      "vitality positive 1\n",
+      "vitality trust 1\n",
+      "vivacious joy 1\n",
+      "vivacious positive 1\n",
+      "vivid joy 1\n",
+      "vivid positive 1\n",
+      "vixen negative 1\n",
+      "vocabulary positive 1\n",
+      "volatility anger 1\n",
+      "volatility anticipation 1\n",
+      "volatility fear 1\n",
+      "volatility negative 1\n",
+      "volatility surprise 1\n",
+      "volcano fear 1\n",
+      "volcano negative 1\n",
+      "volcano surprise 1\n",
+      "volunteer anticipation 1\n",
+      "volunteer fear 1\n",
+      "volunteer joy 1\n",
+      "volunteer positive 1\n",
+      "volunteer trust 1\n",
+      "volunteers trust 1\n",
+      "voluptuous anticipation 1\n",
+      "voluptuous joy 1\n",
+      "voluptuous positive 1\n",
+      "vomit disgust 1\n",
+      "vomiting negative 1\n",
+      "voodoo negative 1\n",
+      "vote anger 1\n",
+      "vote anticipation 1\n",
+      "vote joy 1\n",
+      "vote negative 1\n",
+      "vote positive 1\n",
+      "vote sadness 1\n",
+      "vote surprise 1\n",
+      "vote trust 1\n",
+      "votive trust 1\n",
+      "vouch positive 1\n",
+      "vouch trust 1\n",
+      "voucher trust 1\n",
+      "vow anticipation 1\n",
+      "vow joy 1\n",
+      "vow positive 1\n",
+      "vow trust 1\n",
+      "voyage anticipation 1\n",
+      "vulgar disgust 1\n",
+      "vulgar negative 1\n",
+      "vulgarity anger 1\n",
+      "vulgarity disgust 1\n",
+      "vulgarity negative 1\n",
+      "vulgarity sadness 1\n",
+      "vulnerability fear 1\n",
+      "vulnerability negative 1\n",
+      "vulnerability sadness 1\n",
+      "vulture disgust 1\n",
+      "vulture fear 1\n",
+      "vulture negative 1\n",
+      "waffle anger 1\n",
+      "waffle negative 1\n",
+      "waffle sadness 1\n",
+      "wages joy 1\n",
+      "wages positive 1\n",
+      "wail fear 1\n",
+      "wail negative 1\n",
+      "wail sadness 1\n",
+      "wait anticipation 1\n",
+      "wait negative 1\n",
+      "wallow disgust 1\n",
+      "wallow negative 1\n",
+      "wallow sadness 1\n",
+      "wan fear 1\n",
+      "wan negative 1\n",
+      "wan sadness 1\n",
+      "wane negative 1\n",
+      "wane sadness 1\n",
+      "wanting negative 1\n",
+      "wanting sadness 1\n",
+      "war fear 1\n",
+      "war negative 1\n",
+      "warden anger 1\n",
+      "warden fear 1\n",
+      "warden negative 1\n",
+      "warden trust 1\n",
+      "ware fear 1\n",
+      "ware negative 1\n",
+      "warfare anger 1\n",
+      "warfare fear 1\n",
+      "warfare negative 1\n",
+      "warfare sadness 1\n",
+      "warlike anger 1\n",
+      "warlike fear 1\n",
+      "warlike negative 1\n",
+      "warlock fear 1\n",
+      "warn anticipation 1\n",
+      "warn fear 1\n",
+      "warn negative 1\n",
+      "warn surprise 1\n",
+      "warn trust 1\n",
+      "warned anticipation 1\n",
+      "warned fear 1\n",
+      "warned surprise 1\n",
+      "warning fear 1\n",
+      "warp anger 1\n",
+      "warp negative 1\n",
+      "warp sadness 1\n",
+      "warped negative 1\n",
+      "warranty positive 1\n",
+      "warranty trust 1\n",
+      "warrior anger 1\n",
+      "warrior fear 1\n",
+      "warrior positive 1\n",
+      "wart disgust 1\n",
+      "wart negative 1\n",
+      "wary fear 1\n",
+      "waste disgust 1\n",
+      "waste negative 1\n",
+      "wasted anger 1\n",
+      "wasted disgust 1\n",
+      "wasted negative 1\n",
+      "wasteful anger 1\n",
+      "wasteful disgust 1\n",
+      "wasteful negative 1\n",
+      "wasteful sadness 1\n",
+      "wasting disgust 1\n",
+      "wasting fear 1\n",
+      "wasting negative 1\n",
+      "wasting sadness 1\n",
+      "watch anticipation 1\n",
+      "watch fear 1\n",
+      "watchdog positive 1\n",
+      "watchdog trust 1\n",
+      "watchful positive 1\n",
+      "watchful trust 1\n",
+      "watchman positive 1\n",
+      "watchman trust 1\n",
+      "waterproof positive 1\n",
+      "watery negative 1\n",
+      "waver fear 1\n",
+      "waver negative 1\n",
+      "weakened negative 1\n",
+      "weakly fear 1\n",
+      "weakly negative 1\n",
+      "weakly sadness 1\n",
+      "weakness negative 1\n",
+      "wealth joy 1\n",
+      "wealth positive 1\n",
+      "wealth trust 1\n",
+      "wear negative 1\n",
+      "wear trust 1\n",
+      "wearily negative 1\n",
+      "wearily sadness 1\n",
+      "weariness negative 1\n",
+      "weariness sadness 1\n",
+      "weary negative 1\n",
+      "weary sadness 1\n",
+      "weatherproof positive 1\n",
+      "weeds negative 1\n",
+      "weeds sadness 1\n",
+      "weep negative 1\n",
+      "weep sadness 1\n",
+      "weeping sadness 1\n",
+      "weigh anticipation 1\n",
+      "weigh trust 1\n",
+      "weight anticipation 1\n",
+      "weight disgust 1\n",
+      "weight fear 1\n",
+      "weight joy 1\n",
+      "weight negative 1\n",
+      "weight positive 1\n",
+      "weight sadness 1\n",
+      "weight surprise 1\n",
+      "weight trust 1\n",
+      "weighty fear 1\n",
+      "weird disgust 1\n",
+      "weird negative 1\n",
+      "weirdo fear 1\n",
+      "weirdo negative 1\n",
+      "welcomed joy 1\n",
+      "welcomed positive 1\n",
+      "wen negative 1\n",
+      "wench anger 1\n",
+      "wench disgust 1\n",
+      "wench negative 1\n",
+      "whack negative 1\n",
+      "whim anticipation 1\n",
+      "whim joy 1\n",
+      "whim negative 1\n",
+      "whim surprise 1\n",
+      "whimper fear 1\n",
+      "whimper sadness 1\n",
+      "whimsical joy 1\n",
+      "whine disgust 1\n",
+      "whine negative 1\n",
+      "whine sadness 1\n",
+      "whip anger 1\n",
+      "whip negative 1\n",
+      "whirlpool fear 1\n",
+      "whirlwind fear 1\n",
+      "whirlwind negative 1\n",
+      "whisky negative 1\n",
+      "white anticipation 1\n",
+      "white joy 1\n",
+      "white positive 1\n",
+      "white trust 1\n",
+      "whiteness joy 1\n",
+      "whiteness positive 1\n",
+      "wholesome positive 1\n",
+      "wholesome trust 1\n",
+      "whore disgust 1\n",
+      "whore negative 1\n",
+      "wicked fear 1\n",
+      "wicked negative 1\n",
+      "wickedness disgust 1\n",
+      "wickedness negative 1\n",
+      "wicket positive 1\n",
+      "widespread positive 1\n",
+      "widow sadness 1\n",
+      "widower sadness 1\n",
+      "wild negative 1\n",
+      "wild surprise 1\n",
+      "wildcat negative 1\n",
+      "wilderness anticipation 1\n",
+      "wilderness fear 1\n",
+      "wilderness sadness 1\n",
+      "wildfire fear 1\n",
+      "wildfire negative 1\n",
+      "wildfire sadness 1\n",
+      "wildfire surprise 1\n",
+      "willful anger 1\n",
+      "willful negative 1\n",
+      "willful sadness 1\n",
+      "willingly positive 1\n",
+      "willingness positive 1\n",
+      "wimp disgust 1\n",
+      "wimp fear 1\n",
+      "wimp negative 1\n",
+      "wimpy anger 1\n",
+      "wimpy disgust 1\n",
+      "wimpy fear 1\n",
+      "wimpy negative 1\n",
+      "wimpy sadness 1\n",
+      "wince anger 1\n",
+      "wince disgust 1\n",
+      "wince fear 1\n",
+      "wince negative 1\n",
+      "wince sadness 1\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "windfall positive 1\n",
+      "winner anticipation 1\n",
+      "winner joy 1\n",
+      "winner positive 1\n",
+      "winner surprise 1\n",
+      "winning anticipation 1\n",
+      "winning disgust 1\n",
+      "winning joy 1\n",
+      "winning positive 1\n",
+      "winning sadness 1\n",
+      "winning surprise 1\n",
+      "winning trust 1\n",
+      "winnings anticipation 1\n",
+      "winnings joy 1\n",
+      "winnings positive 1\n",
+      "wireless anger 1\n",
+      "wireless anticipation 1\n",
+      "wireless positive 1\n",
+      "wireless surprise 1\n",
+      "wis positive 1\n",
+      "wisdom positive 1\n",
+      "wisdom trust 1\n",
+      "wise positive 1\n",
+      "wishful anticipation 1\n",
+      "wit positive 1\n",
+      "witch anger 1\n",
+      "witch disgust 1\n",
+      "witch fear 1\n",
+      "witch negative 1\n",
+      "witchcraft anger 1\n",
+      "witchcraft fear 1\n",
+      "witchcraft negative 1\n",
+      "witchcraft sadness 1\n",
+      "withdraw negative 1\n",
+      "withdraw sadness 1\n",
+      "wither negative 1\n",
+      "wither sadness 1\n",
+      "withered disgust 1\n",
+      "withered negative 1\n",
+      "withstand anticipation 1\n",
+      "withstand fear 1\n",
+      "withstand positive 1\n",
+      "witness trust 1\n",
+      "wits positive 1\n",
+      "witty joy 1\n",
+      "witty positive 1\n",
+      "wizard anticipation 1\n",
+      "wizard positive 1\n",
+      "wizard surprise 1\n",
+      "woe disgust 1\n",
+      "woe fear 1\n",
+      "woe negative 1\n",
+      "woe sadness 1\n",
+      "woeful negative 1\n",
+      "woeful sadness 1\n",
+      "woefully disgust 1\n",
+      "woefully negative 1\n",
+      "woefully sadness 1\n",
+      "womb positive 1\n",
+      "wonderful joy 1\n",
+      "wonderful positive 1\n",
+      "wonderful surprise 1\n",
+      "wonderful trust 1\n",
+      "wonderfully joy 1\n",
+      "wonderfully positive 1\n",
+      "wonderfully surprise 1\n",
+      "wondrous positive 1\n",
+      "wont anticipation 1\n",
+      "wop anger 1\n",
+      "word positive 1\n",
+      "word trust 1\n",
+      "words anger 1\n",
+      "words negative 1\n",
+      "working positive 1\n",
+      "worm anticipation 1\n",
+      "worm negative 1\n",
+      "worm surprise 1\n",
+      "worn negative 1\n",
+      "worn sadness 1\n",
+      "worried negative 1\n",
+      "worried sadness 1\n",
+      "worry anticipation 1\n",
+      "worry fear 1\n",
+      "worry negative 1\n",
+      "worry sadness 1\n",
+      "worrying anticipation 1\n",
+      "worrying fear 1\n",
+      "worrying negative 1\n",
+      "worrying sadness 1\n",
+      "worse fear 1\n",
+      "worse negative 1\n",
+      "worse sadness 1\n",
+      "worsening disgust 1\n",
+      "worsening negative 1\n",
+      "worsening sadness 1\n",
+      "worship anticipation 1\n",
+      "worship fear 1\n",
+      "worship joy 1\n",
+      "worship positive 1\n",
+      "worship trust 1\n",
+      "worth positive 1\n",
+      "worthless anger 1\n",
+      "worthless disgust 1\n",
+      "worthless negative 1\n",
+      "worthless sadness 1\n",
+      "worthy positive 1\n",
+      "worthy trust 1\n",
+      "wot positive 1\n",
+      "wot trust 1\n",
+      "wound anger 1\n",
+      "wound fear 1\n",
+      "wound negative 1\n",
+      "wound sadness 1\n",
+      "wrangling anger 1\n",
+      "wrangling disgust 1\n",
+      "wrangling fear 1\n",
+      "wrangling negative 1\n",
+      "wrangling sadness 1\n",
+      "wrath anger 1\n",
+      "wrath fear 1\n",
+      "wrath negative 1\n",
+      "wreak anger 1\n",
+      "wreak negative 1\n",
+      "wreck anger 1\n",
+      "wreck disgust 1\n",
+      "wreck fear 1\n",
+      "wreck negative 1\n",
+      "wreck sadness 1\n",
+      "wreck surprise 1\n",
+      "wrecked anger 1\n",
+      "wrecked fear 1\n",
+      "wrecked negative 1\n",
+      "wrecked sadness 1\n",
+      "wrench negative 1\n",
+      "wrestling negative 1\n",
+      "wretch anger 1\n",
+      "wretch disgust 1\n",
+      "wretch negative 1\n",
+      "wretch sadness 1\n",
+      "wretched disgust 1\n",
+      "wretched negative 1\n",
+      "wretched sadness 1\n",
+      "wring anger 1\n",
+      "wrinkled sadness 1\n",
+      "writer positive 1\n",
+      "wrong negative 1\n",
+      "wrongdoing anger 1\n",
+      "wrongdoing disgust 1\n",
+      "wrongdoing negative 1\n",
+      "wrongdoing sadness 1\n",
+      "wrongful anger 1\n",
+      "wrongful disgust 1\n",
+      "wrongful negative 1\n",
+      "wrongful sadness 1\n",
+      "wrongly anger 1\n",
+      "wrongly fear 1\n",
+      "wrongly negative 1\n",
+      "wrongly sadness 1\n",
+      "wrought negative 1\n",
+      "wry negative 1\n",
+      "xenophobia fear 1\n",
+      "xenophobia negative 1\n",
+      "yawn negative 1\n",
+      "yawning negative 1\n",
+      "yearning anticipation 1\n",
+      "yearning joy 1\n",
+      "yearning negative 1\n",
+      "yearning positive 1\n",
+      "yearning trust 1\n",
+      "yell anger 1\n",
+      "yell fear 1\n",
+      "yell negative 1\n",
+      "yell surprise 1\n",
+      "yellows negative 1\n",
+      "yelp anger 1\n",
+      "yelp fear 1\n",
+      "yelp negative 1\n",
+      "yelp surprise 1\n",
+      "young anticipation 1\n",
+      "young joy 1\n",
+      "young positive 1\n",
+      "young surprise 1\n",
+      "younger positive 1\n",
+      "youth anger 1\n",
+      "youth anticipation 1\n",
+      "youth fear 1\n",
+      "youth joy 1\n",
+      "youth positive 1\n",
+      "youth surprise 1\n",
+      "zany surprise 1\n",
+      "zeal anticipation 1\n",
+      "zeal joy 1\n",
+      "zeal positive 1\n",
+      "zeal surprise 1\n",
+      "zeal trust 1\n",
+      "zealous joy 1\n",
+      "zealous positive 1\n",
+      "zealous trust 1\n",
+      "zest anticipation 1\n",
+      "zest joy 1\n",
+      "zest positive 1\n",
+      "zest trust 1\n",
+      "zip negative 1\n"
+     ]
+    }
+   ],
+   "source": [
+    "with open('NRC-Sentiment-Emotion-Lexicons/Lexicons/NRC-Emotion-Lexicon-v0.92/NRC-Emotion-Lexicon-Wordlevel-v0.92.txt') as f:\n",
+    "    for line in f:\n",
+    "        if line.strip():\n",
+    "            word, sentiment, valence = line.split()\n",
+    "            if int(valence) == 1:\n",
+    "                sentiments.update_one({'word': word}, {'$push': {'sentiments': sentiment}}, upsert=True)\n",
+    "                print(word, sentiment, valence)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 19,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "{'_id': ObjectId('5a2550494b2473fe6d82f1bc'),\n",
+       " 'sentiments': ['fear', 'negative', 'sadness', 'surprise'],\n",
+       " 'word': 'abduction'}"
+      ]
+     },
+     "execution_count": 19,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "sentiments.find_one({'word': 'abduction'})"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 20,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "'word_1'"
+      ]
+     },
+     "execution_count": 20,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "sentiments.create_index('word')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.5.3"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}