chime 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTFhNjVlYzI0YmZmZTc0MTc0NmZjNjIxNmRiMDU2NDE3OTVmYTU0MQ==
5
+ data.tar.gz: !binary |-
6
+ YTkyZTM0OGRiZDM2ODlkNmExM2JhYWY2ZDdiZjAyZGQxNTkxYWE3Ng==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MTE1ZWZiYmU0ZmVkYmVlMmM2NDdmNmNmMmM0YTRmZTYwMWZjZTA4OGRmZmI5
10
+ YzU3YWI5MDQ0YjhhZjI3OGZmMGQ5MzczNjUwOGQxZjc0ZjY1ZTI3NTJkZTI1
11
+ NTM1NDVhNjExN2Q5Yzk2N2I2MDM4NjdiYjNmY2M3MWQ2ODc5NTU=
12
+ data.tar.gz: !binary |-
13
+ ZTExNGIwOTk5ZDA2ODExNTJmZDgwMTdlMWJiN2MwY2JlYzAxMzViMGI4ZGRj
14
+ MDE2NTUzODljNDMzZDhjN2M4ZTY4MWE0YzYxZDMwODJjZjM4Yzg5ZDE5Yjhl
15
+ MDI4YzZkNzg5Nzc1YzUzZTEzMWRmOGUyM2E4ODU2NTZhZWI1OTI=
data/.document ADDED
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/Gemfile ADDED
@@ -0,0 +1,14 @@
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+ group :development do
9
+ gem "shoulda", ">= 0"
10
+ gem "rdoc", "~> 3.12"
11
+ gem "bundler", "~> 1.0"
12
+ gem "jeweler", "~> 1.8.7"
13
+ gem 'rcov', '0.9.11'
14
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,74 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ activesupport (4.0.0)
5
+ i18n (~> 0.6, >= 0.6.4)
6
+ minitest (~> 4.2)
7
+ multi_json (~> 1.3)
8
+ thread_safe (~> 0.1)
9
+ tzinfo (~> 0.3.37)
10
+ addressable (2.3.5)
11
+ atomic (1.1.14)
12
+ builder (3.2.2)
13
+ faraday (0.8.8)
14
+ multipart-post (~> 1.2.0)
15
+ git (1.2.6)
16
+ github_api (0.10.1)
17
+ addressable
18
+ faraday (~> 0.8.1)
19
+ hashie (>= 1.2)
20
+ multi_json (~> 1.4)
21
+ nokogiri (~> 1.5.2)
22
+ oauth2
23
+ hashie (2.0.5)
24
+ highline (1.6.19)
25
+ httpauth (0.2.0)
26
+ i18n (0.6.5)
27
+ jeweler (1.8.8)
28
+ builder
29
+ bundler (~> 1.0)
30
+ git (>= 1.2.5)
31
+ github_api (= 0.10.1)
32
+ highline (>= 1.6.15)
33
+ nokogiri (= 1.5.10)
34
+ rake
35
+ rdoc
36
+ json (1.8.0)
37
+ jwt (0.1.8)
38
+ multi_json (>= 1.5)
39
+ minitest (4.7.5)
40
+ multi_json (1.8.2)
41
+ multi_xml (0.5.5)
42
+ multipart-post (1.2.0)
43
+ nokogiri (1.5.10)
44
+ oauth2 (0.9.2)
45
+ faraday (~> 0.8)
46
+ httpauth (~> 0.2)
47
+ jwt (~> 0.1.4)
48
+ multi_json (~> 1.0)
49
+ multi_xml (~> 0.5)
50
+ rack (~> 1.2)
51
+ rack (1.5.2)
52
+ rake (10.1.0)
53
+ rcov (0.9.11)
54
+ rdoc (3.12.2)
55
+ json (~> 1.4)
56
+ shoulda (3.5.0)
57
+ shoulda-context (~> 1.0, >= 1.0.1)
58
+ shoulda-matchers (>= 1.4.1, < 3.0)
59
+ shoulda-context (1.1.5)
60
+ shoulda-matchers (2.4.0)
61
+ activesupport (>= 3.0.0)
62
+ thread_safe (0.1.3)
63
+ atomic
64
+ tzinfo (0.3.38)
65
+
66
+ PLATFORMS
67
+ ruby
68
+
69
+ DEPENDENCIES
70
+ bundler (~> 1.0)
71
+ jeweler (~> 1.8.7)
72
+ rcov (= 0.9.11)
73
+ rdoc (~> 3.12)
74
+ shoulda
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2013 jonathanamccann
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ chime
2
+ =====
3
+
4
+ Text Analysis gem for Member Based Organizations
data/README.rdoc ADDED
@@ -0,0 +1,19 @@
1
+ = chime
2
+
3
+ Description goes here.
4
+
5
+ == Contributing to chime
6
+
7
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
+ * Fork the project.
10
+ * Start a feature/bugfix branch.
11
+ * Commit and push until you are happy with your contribution.
12
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
+
15
+ == Copyright
16
+
17
+ Copyright (c) 2013 jonathanamccann. See LICENSE.txt for
18
+ further details.
19
+
data/Rakefile ADDED
@@ -0,0 +1,53 @@
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+
14
+ require 'jeweler'
15
+ Jeweler::Tasks.new do |gem|
16
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
+ gem.name = "chime"
18
+ gem.homepage = "http://github.com/jonathanamccann/chime"
19
+ gem.license = "MIT"
20
+ gem.summary = "Text Analysis for Member Based Organizations"
21
+ gem.description = "Text Analysis for Member Based Organizations"
22
+ gem.email = "jonathanamccann@gmail.com"
23
+ gem.authors = ["jonathanamccann"]
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Jeweler::RubygemsDotOrgTasks.new
27
+
28
+ require 'rake/testtask'
29
+ Rake::TestTask.new(:test) do |test|
30
+ test.libs << 'lib' << 'test'
31
+ test.pattern = 'test/**/test_*.rb'
32
+ test.verbose = true
33
+ end
34
+
35
+ require 'rcov/rcovtask'
36
+ Rcov::RcovTask.new do |test|
37
+ test.libs << 'test'
38
+ test.pattern = 'test/**/test_*.rb'
39
+ test.verbose = true
40
+ test.rcov_opts << '--exclude "gems/*"'
41
+ end
42
+
43
+ task :default => :test
44
+
45
+ require 'rdoc/task'
46
+ Rake::RDocTask.new do |rdoc|
47
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
48
+
49
+ rdoc.rdoc_dir = 'rdoc'
50
+ rdoc.title = "chime #{version}"
51
+ rdoc.rdoc_files.include('README*')
52
+ rdoc.rdoc_files.include('lib/**/*.rb')
53
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.0
data/chime.gemspec ADDED
@@ -0,0 +1,70 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "chime"
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["jonathanamccann"]
12
+ s.date = "2013-10-15"
13
+ s.description = "Text Analysis for Member Based Organizations"
14
+ s.email = "jonathanamccann@gmail.com"
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.md",
18
+ "README.rdoc"
19
+ ]
20
+ s.files = [
21
+ ".document",
22
+ "Gemfile",
23
+ "Gemfile.lock",
24
+ "LICENSE.txt",
25
+ "README.md",
26
+ "README.rdoc",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "chime.gemspec",
30
+ "lib/chime.rb",
31
+ "lib/chime/emotions/emotion_bank.rb",
32
+ "lib/chime/emotions/emotions.csv",
33
+ "lib/chime/emotions/stopwords.rb",
34
+ "lib/chime/emotions/subjectivity.csv",
35
+ "lib/chime/emotions/term_polarities.rb",
36
+ "lib/chime/version.rb",
37
+ "test/helper.rb",
38
+ "test/test_chime.rb"
39
+ ]
40
+ s.homepage = "http://github.com/jonathanamccann/chime"
41
+ s.licenses = ["MIT"]
42
+ s.require_paths = ["lib"]
43
+ s.rubygems_version = "2.0.5"
44
+ s.summary = "Text Analysis for Member Based Organizations"
45
+
46
+ if s.respond_to? :specification_version then
47
+ s.specification_version = 4
48
+
49
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
50
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
51
+ s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
52
+ s.add_development_dependency(%q<bundler>, ["~> 1.0"])
53
+ s.add_development_dependency(%q<jeweler>, ["~> 1.8.7"])
54
+ s.add_development_dependency(%q<rcov>, ["= 0.9.11"])
55
+ else
56
+ s.add_dependency(%q<shoulda>, [">= 0"])
57
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
58
+ s.add_dependency(%q<bundler>, ["~> 1.0"])
59
+ s.add_dependency(%q<jeweler>, ["~> 1.8.7"])
60
+ s.add_dependency(%q<rcov>, ["= 0.9.11"])
61
+ end
62
+ else
63
+ s.add_dependency(%q<shoulda>, [">= 0"])
64
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
65
+ s.add_dependency(%q<bundler>, ["~> 1.0"])
66
+ s.add_dependency(%q<jeweler>, ["~> 1.8.7"])
67
+ s.add_dependency(%q<rcov>, ["= 0.9.11"])
68
+ end
69
+ end
70
+
@@ -0,0 +1,265 @@
1
+ module EmotionBank
2
+ # this method reads a csv file containing 'word,emotion' pairs,
3
+ # and groups them into a hash where the keys are the 7 available
4
+ # emotions ("anger", "disgust", "joy", "surprise", "fear", "sadness",
5
+ # , uneasiness) and the values are the words associated with them
6
+ def self.get_term_emotions
7
+ {"anger"=>["abhor", "abhorr", "abhorrence", "abomin", "abominate",
8
+ "abomination", "aggrav", "aggravate", "aggravated", "aggravation", "aggress",
9
+ "aggression", "aggressive", "aggressiveness", "amok", "amuck", "anger",
10
+ "angered", "angri", "angrili", "angrily", "angry", "animos", "animosity",
11
+ "animus", "annoy", "annoyance", "annoyed", "annoying", "antagon",
12
+ "antagonism", "avarici", "avaricious", "bad_blood", "bad_temp", "bad_temper",
13
+ "baffl", "baffled", "balk", "balked", "bedevil", "begrudg", "begrudge",
14
+ "begrudging", "belliger", "belligerence", "belligerency", "belligerent",
15
+ "belligerently", "bitter", "bitterness", "bother", "bothersom", "bothersome",
16
+ "brood", "chafe", "choler", "choleric", "class_feel", "class_feeling",
17
+ "contemn", "covet", "covetous", "covetously", "covetousness", "crucifi",
18
+ "crucify", "dander", "despis", "despisal", "despise", "despising", "despit",
19
+ "despiteful", "detest", "detestation", "devil", "discourag", "discouraged",
20
+ "disdain", "displeas", "displease", "displeased", "displeasing",
21
+ "displeasingly", "displeasur", "displeasure", "dudgeon", "dun", "enfuri",
22
+ "enfuriate", "enmiti", "enmity", "enrag", "enraged", "enragement", "envi",
23
+ "enviabl", "enviable", "enviably", "envious", "enviously", "enviousness",
24
+ "envy", "evil", "exacerb", "exacerbate", "exasper", "exasperate",
25
+ "exasperating", "exasperation", "execr", "execrate", "execration", "fit",
26
+ "frustrat", "frustrate", "frustrated", "frustrating", "frustration", "furi",
27
+ "furious", "furiously", "fury", "gall", "galling", "get_at", "get_to",
28
+ "grabbi", "grabby", "grasp", "grasping", "gravel", "greedi", "greedy", "green-
29
+ ey", "green-eyed", "green-eyed_monst", "green-eyed_monster", "grievanc",
30
+ "grievance", "grizzl", "grizzle", "grudg", "grudge", "grudging", "hackl",
31
+ "hackles", "harass", "harassed", "harassment", "harri", "harried", "hate",
32
+ "hateful", "hatefully", "hatr", "hatred", "heartburn", "heartburning",
33
+ "high_dudgeon", "hostil", "hostile", "hostilely", "hostility", "huffi",
34
+ "huffili", "huffily", "huffiness", "huffish", "huffishness", "huffy",
35
+ "ill_temp", "ill_temper", "ill_wil", "ill_will", "incens", "incense",
36
+ "incensed", "indign", "indignant", "indignantly", "indignation", "infuri",
37
+ "infuriate", "infuriated", "infuriating", "infuriation", "irasc",
38
+ "irascibility", "irascible", "ire", "irrit", "irritate", "irritated",
39
+ "irritating", "irritation", "jealous", "jealousi", "jealously", "jealousy",
40
+ "livid", "lividity", "lividly", "loath", "loathe", "loathing", "mad",
41
+ "madden", "maddened", "maddening", "madness", "malef", "malefic",
42
+ "maleficence", "malevol", "malevolence", "malevolent", "malevolently",
43
+ "malic", "malice", "malici", "malicious", "maliciously", "maliciousness",
44
+ "malign", "malignity", "misanthrop", "misanthropi", "misanthropic",
45
+ "misanthropical", "misanthropy", "misocainea", "misogami", "misogamy",
46
+ "misogyn", "misogyni", "misogynic", "misogynism", "misogyny", "misolog",
47
+ "misology", "mison", "misoneism", "misopedia", "murder", "murderously",
48
+ "murderousness", "nark", "nettl", "nettle", "nettled", "nettlesom",
49
+ "nettlesome", "odium", "offend", "offens", "offense", "oppress", "outrag",
50
+ "outrage", "outraged", "overjeal", "overjealous", "peev", "peeved",
51
+ "persecut", "persecute", "peski", "pesky", "pester", "pestered", "pestering",
52
+ "pestifer", "pestiferous", "piqu", "pique", "piss", "pissed", "plaguey",
53
+ "plaguy", "poop", "pout", "prehensil", "prehensile", "provok", "provoked",
54
+ "quick_temp", "quick_temper", "rag", "rage", "rancor", "rancour", "resent",
55
+ "resentful", "resentfully", "resentment", "reveng", "revengefully", "rile",
56
+ "riled", "roil", "roiled", "scene", "score", "scorn", "see_r", "see_red",
57
+ "short_temp", "short_temper", "sore", "spite", "spiteful", "spitefulness",
58
+ "spleen", "stew", "stung", "sulk", "sulki", "sulkiness", "sulky", "tantal",
59
+ "tantalize", "tantrum", "teas", "teasing", "temper", "the_green-eyed_monst",
60
+ "the_green-eyed_monster", "torment", "umbrag", "umbrage", "umbrageous",
61
+ "veng", "vengefully", "vengefulness", "venom", "vex", "vexat", "vexati",
62
+ "vexation", "vexatious", "vexed", "vexing", "vindict", "vindictive",
63
+ "vindictively", "vindictiveness", "warpath", "with_hostil", "with_hostility",
64
+ "wrath", "wrathful", "wrathfully", "wroth", "wrothful"], "disgust"=>["abhorr",
65
+ "abhorrent", "abomin", "abominably", "churn_up", "detest", "detestable",
66
+ "detestably", "disgust", "disgusted", "disgustedly", "disgustful",
67
+ "disgusting", "disgustingly", "distast", "distasteful", "distastefully",
68
+ "fed_up", "foul", "hideous", "horror", "loath", "loathly", "loathsom",
69
+ "loathsome", "nausea", "nauseat", "nauseate", "nauseated", "nauseating",
70
+ "nauseous", "noisom", "noisome", "obscen", "obscene", "odious", "odiously",
71
+ "offens", "offensive", "queasi", "queasy", "repel", "repellant", "repellent",
72
+ "repugn", "repugnance", "repugnant", "repuls", "repulse", "repulsion",
73
+ "repulsive", "repulsively", "revolt", "revolting", "revoltingly", "revuls",
74
+ "revulsion", "sick", "sick_of", "sicken", "sickening", "sickeningly",
75
+ "sickish", "tired_of", "turn_off", "vile", "wick", "wicked", "yucki",
76
+ "yucky"], "joy"=>["admir", "admirable", "admirably", "admiration", "admire",
77
+ "ador", "adorably", "adoration", "adoring", "affect", "affection",
78
+ "affectional", "affectionate", "affectionateness", "affective", "amat",
79
+ "amative", "amatori", "amatory", "amic", "amicability", "amicable",
80
+ "amicableness", "amicably", "amor", "amorous", "amorousness", "anticip",
81
+ "anticipate", "anticipation", "appreci", "appreciated", "approb",
82
+ "approbative", "approbatori", "approbatory", "approv", "approval", "approve",
83
+ "approved", "approving", "ardor", "ardour", "attach", "attachment", "avid",
84
+ "avidity", "avidness", "bang", "banter", "barrack", "be_on_cloud_nin",
85
+ "be_on_cloud_nine", "beam", "beaming", "becharm", "beguil", "beguile",
86
+ "beguiled", "belong", "belonging", "benef", "benefic", "beneficed",
87
+ "beneficence", "beneficent", "benefici", "beneficially", "benevol",
88
+ "benevolence", "benevolent", "benevolently", "bewitch", "bewitching", "blith",
89
+ "blithely", "blitheness", "bonheur", "brother", "brotherhood", "brotherlik",
90
+ "brotherlike", "brotherly", "buoyanc", "buoyancy", "calf_lov", "calf_love",
91
+ "captiv", "captivate", "captivated", "captivating", "captivation", "captur",
92
+ "capture", "care", "carefre", "carefree", "carefreeness", "caring", "catch",
93
+ "chaff", "charg", "charge", "charit", "charitable", "charm", "charmed",
94
+ "cheer", "cheer_up", "cheerful", "cheerfully", "cheerfulness", "cheeri",
95
+ "cheering", "cheery", "chirk_up", "cliff-hang", "cliff-hanging", "close",
96
+ "closeness", "comfort", "comfortable", "comfortableness", "comfortably",
97
+ "comforting", "commend", "commendable", "compat", "compatibility",
98
+ "compatible", "compatibly", "complac", "complacence", "complacency",
99
+ "complacent", "concern", "congratul", "congratulate", "consol", "console",
100
+ "content", "contented", "contentment", "crush", "delight", "delighted",
101
+ "devot", "devoted", "devotedness", "devotion", "eager", "eagerly",
102
+ "eagerness", "ebulli", "ebullient", "ebulliently", "elan", "elat", "elate",
103
+ "elated", "elating", "elation", "embolden", "emot", "emotive", "empath",
104
+ "empathet", "empathetic", "empathetically", "empathi", "empathic", "empathy",
105
+ "enamor", "enamored", "enamoredness", "enamour", "enchant", "enchanting",
106
+ "enchantment", "endear", "endearingly", "enjoy", "enthral", "enthralled",
107
+ "enthralling", "enthrallment", "enthusiasm", "enthusiast", "enthusiastic",
108
+ "enthusiastically", "entranc", "entrance", "entranced", "entrancing",
109
+ "esteem", "euphor", "euphori", "euphoria", "euphoriant", "euphoric", "exalt",
110
+ "excit", "excitement", "exciting", "exhilar", "exhilarate", "exhilarated",
111
+ "exhilarating", "exhilaration", "exhort", "expans", "expansively", "expect",
112
+ "expectancy", "exuber", "exuberance", "exuberant", "exuberantly", "exult",
113
+ "exultant", "exultantly", "exultation", "exulting", "exultingly", "fanci",
114
+ "fancy", "fascin", "fascinate", "fascinating", "fascination", "favor",
115
+ "favorable", "favorably", "favour", "favourable", "favourably",
116
+ "feeling_of_ident", "feeling_of_identity", "fellow_feel", "fellow_feeling",
117
+ "festal", "festiv", "festive", "flush", "fond", "fond_regard", "fondly",
118
+ "fondness", "fratern", "fraternal", "friend", "friendli", "friendliness",
119
+ "friendly","fulfil", "fulfill", "fulfillment", "fulfilment", "gaieti",
120
+ "gaiety", "gala", "gay", "gayli", "gayly", "giving_protect",
121
+ "giving_protection", "glad", "gladden", "gladdened", "gladfulness",
122
+ "gladness", "gladsom", "gladsome", "gladsomeness", "glee", "gleeful",
123
+ "gleefulli", "gleefully", "gleefulness", "gloat", "gloating", "gloatingly",
124
+ "good", "good_wil", "good_will", "goodwil", "goodwill", "gratifi", "gratify",
125
+ "gratifying", "gratifyingly", "great", "gusto", "happi", "happili", "happily",
126
+ "happiness", "happy", "heart", "hearten", "hero_worship", "high_spirit",
127
+ "high_spirits", "high-spirit", "high-spirited", "hilar", "hilari",
128
+ "hilarious", "hilariously", "hilarity", "identif", "identifi",
129
+ "identification", "identify", "impress", "infatu", "infatuation", "insouci",
130
+ "insouciance", "inspir", "inspire", "interest", "intimaci", "intimacy",
131
+ "intox", "intoxicate", "jocular", "jocularity", "jocund", "jocundity",
132
+ "jolli", "jolliti", "jollity", "jolly", "jolly_along", "jolly_up", "jovial",
133
+ "joviality", "joy", "joyful", "joyfully", "joyfulness", "joyous", "joyously",
134
+ "joyousness", "jubil", "jubilance", "jubilancy", "jubilant", "jubilantly",
135
+ "jubilate", "jubilation", "jump_for_joy", "keen", "keenness", "kick", "kid",
136
+ "kind", "kindheart", "kindhearted", "kindheartedness", "kindly", "laudabl",
137
+ "laudably", "lift_up", "lighthearted", "lightheartedness", "lightsom",
138
+ "lightsomeness", "likabl", "likable", "like", "likeabl", "likeable", "liking",
139
+ "live_up_to", "look_for", "look_to", "look_up_to", "love", "lovesom",
140
+ "lovesome", "loving", "lovingly", "lovingness", "loyalti", "loyalty", "merri",
141
+ "merrili", "merrily", "merriment", "merry", "mirth", "mirthful", "mirthfully",
142
+ "mirthfulness", "move", "near", "nigh", "occupi", "occupy",
143
+ "offering_protect", "offering_protection", "partial", "partiality",
144
+ "penchant", "pep_up", "perki", "perkiness", "pick_up", "pleas", "pleased",
145
+ "pleasing", "praiseworthili", "praiseworthily", "predilect", "predilection",
146
+ "preen", "prefer", "preference", "pride", "prideful", "protect", "protective",
147
+ "protectively", "protectiveness", "proud", "proudly", "puppy_lov",
148
+ "puppy_love", "rapport", "recreat", "recreate", "regard", "rejoic", "rejoice",
149
+ "rejoicing", "relish", "respect", "revel", "riotous", "riotously", "romant",
150
+ "romantic", "rush", "satiabl", "satiable", "satisfact", "satisfaction",
151
+ "satisfactori", "satisfactorili", "satisfactorily", "satisfactory", "satisfi",
152
+ "satisfiable", "satisfied", "satisfy", "satisfying", "satisfyingly",
153
+ "schadenfreud", "schadenfreude", "scream", "screaming", "self-complac", "self-
154
+ complacency", "self-satisfact", "self-satisfaction", "self-satisfi", "self-
155
+ satisfied", "smug", "smugness", "soft_spot", "soft-boil", "soft-boiled",
156
+ "softheart", "softhearted", "softheartedness", "solac", "solace", "sooth",
157
+ "soothe", "stimul", "stimulating", "strike", "sunni", "sunny", "suspens",
158
+ "suspense", "suspenseful", "suspensive", "sympathet", "sympathetic",
159
+ "sympathetically", "sympathi", "sympathy", "tast", "taste", "teas", "teased",
160
+ "tender", "tenderness", "thirstili", "thirstily", "thrill", "tickl", "tickle",
161
+ "titil", "titillate", "titillated", "titillating", "titillation", "togeth",
162
+ "togetherness", "tranc", "trance", "triumph", "triumphal", "triumphant",
163
+ "triumphantly", "unworri", "unworried", "uplift", "uproari", "uproarious",
164
+ "uproariously", "urg", "urge", "urge_on", "walk_on_air", "wallow", "warm",
165
+ "warmheart", "warmhearted", "warmheartedness", "warmth", "weak", "weakness",
166
+ "with_empathi", "with_empathy", "with_happi", "with_happiness", "with_prid",
167
+ "with_pride", "with_sympathi", "with_sympathy", "worri", "worry", "worship",
168
+ "worshipful", "zeal", "zealous", "zest", "zestfulness"], "surprise"=>["admir",
169
+ "admiration", "amaz", "amaze", "amazed", "amazement", "amazing", "amazingly",
170
+ "astoni", "astonied", "astonish", "astonished", "astonishing",
171
+ "astonishingly", "astonishment", "astound", "astounded", "astounding", "aw",
172
+ "awe", "awed", "awestricken", "awestruck", "awful", "baffl", "baffle", "beat",
173
+ "besot", "bewild", "bewilder", "daze", "dazed", "dumbfound", "dumbfounded",
174
+ "dumfound", "dumfounded", "fantast", "fantastic", "flabbergast",
175
+ "flabbergasted", "flummox", "get", "gravel", "howl", "howling", "in_awe_of",
176
+ "marvel", "marvellously", "marvelous", "marvelously", "mystifi", "mystify",
177
+ "nonplus", "perplex", "puzzl", "puzzle", "rattl", "rattling", "stagger",
178
+ "staggering", "stun", "stunned", "stupefact", "stupefaction", "stupefi",
179
+ "stupefied", "stupefy", "stupefying", "stupid", "stupifi", "stupify",
180
+ "superbl", "superbly", "surpris", "surprise", "surprised", "surprisedly",
181
+ "surprising", "surprisingly", "terrif", "terrific", "terrifically",
182
+ "thunderstruck", "top", "toppingly", "tremend", "tremendous", "trounc",
183
+ "trounce", "wonder", "wonderful", "wonderfully", "wonderment", "wondrous",
184
+ "wondrously"], "fear"=>["affright", "afraid", "alarm", "alarmed", "alert",
185
+ "anxious", "anxiously", "appal", "appall", "apprehens", "apprehension",
186
+ "apprehensive", "apprehensively", "apprehensiveness", "atroci", "atrocious",
187
+ "aw", "awful", "awfully", "bash", "bashfully", "bode", "boding", "browbeaten",
188
+ "bulli", "bullied", "chill", "chilling", "cliff-hang", "cliff-hanging",
189
+ "coldhearted", "coldheartedness", "constern", "consternation", "cow", "cowed",
190
+ "cower", "crawl", "creep", "creeps", "cring", "cringe", "cruel", "cruelli",
191
+ "cruelly", "cruelti", "cruelty", "dash", "daunt", "diffid", "diffidence",
192
+ "diffident", "diffidently", "dire", "direful", "dismay", "dread", "dreaded",
193
+ "dreadful", "dreadfully", "fawn", "fear", "fearful", "fearfully",
194
+ "fearfulness", "fearsom", "fearsome", "forebod", "foreboding", "fright",
195
+ "frighten", "frighten_away", "frighten_off", "frightened", "frightening",
196
+ "frighteningly", "frightful", "grovel", "hangdog", "hardheart", "hardhearted",
197
+ "hardheartedness", "heartless", "heartlessly", "heartlessness", "hesit",
198
+ "hesitance", "hesitancy", "hesitantly", "hesitatingly", "hideous",
199
+ "hideously", "horrend", "horrendous", "horribl", "horrible", "horribly",
200
+ "horrid", "horridly", "horrif", "horrifi", "horrific", "horrified", "horrify",
201
+ "horrifying", "horrifyingly", "horror", "horror-stricken", "horror-struck",
202
+ "hyster", "hysteria", "hysterical", "hysterically", "intimid", "intimidate",
203
+ "intimidated", "intimidation", "merciless", "mercilessness", "monstrous",
204
+ "monstrously", "outrag", "outrageous", "pall", "panic", "panic_attack",
205
+ "panic-stricken", "panic-struck", "panick", "panicked", "panicki", "panicky",
206
+ "pitiless", "pitilessness", "premonit", "premonition", "presag", "presage",
207
+ "presenti", "presentiment", "ruthless", "ruthlessness", "scare", "scare_away",
208
+ "scare_off", "scared", "scarey", "scari", "scarili", "scarily", "scary",
209
+ "self-distrust", "self-doubt", "shadow", "shi", "shiveri", "shivery",
210
+ "shudderi", "shuddery", "shy", "shyli", "shyly", "shyness", "stage_fright",
211
+ "suspens", "suspense", "suspenseful", "suspensive", "terribl", "terrible",
212
+ "terrifi", "terrified", "terror", "timid", "timidity", "timidly", "timidness",
213
+ "timor", "timorous", "timorously", "timorousness", "trepid", "trepidation",
214
+ "trepidly", "ugli", "ugly", "unassert", "unassertive", "unassertively",
215
+ "unassertiveness", "uneasili", "uneasily", "unkind", "unsur", "unsure"],
216
+ "sadness"=>["aggriev", "aggrieve", "attrit", "attrition", "bad", "bereav",
217
+ "bereaved", "bereft", "blue", "blue_devil", "blue_devils", "bore", "bored",
218
+ "brokenhearted", "brokenheartedness", "cast_down", "cheerless", "cheerlessly",
219
+ "cheerlessness", "compunct", "compunction", "contrit", "contrite",
220
+ "contritely", "contriteness", "contrition", "dark", "deject", "demor",
221
+ "demoralis", "demoralising", "demoralization", "demoralize", "demoralized",
222
+ "demoralizing", "deplor", "deplorable", "deplorably", "depress", "depressed",
223
+ "depressing", "depression", "depressive", "desol", "desolate", "desolation",
224
+ "despair", "despairingly", "despond", "despondence", "despondency",
225
+ "despondent", "despondently", "dingi", "dingy", "disconsol", "disconsolate",
226
+ "disconsolateness", "discourag", "discouraged", "dishearten", "disheartened",
227
+ "disheartening", "dismal", "dismay", "dispirit", "dispirited",
228
+ "dispiritedness", "dispiriting", "distress", "distressed", "dole", "doleful",
229
+ "dolefully", "dolefulness", "dolor", "dolorous", "dolour", "dolourous",
230
+ "down", "downcast", "downheart", "downhearted", "downheartedness",
231
+ "downtrodden", "drab", "drear", "dreari", "dreary", "dysphor", "dysphoria",
232
+ "dysphoric", "execr", "execrable", "forlorn", "forlornly", "forlornness",
233
+ "get_down", "gloom", "gloomful", "gloomi", "gloomili", "gloomily",
234
+ "gloominess", "glooming", "gloomy", "glum", "godforsaken", "grief", "grief-
235
+ stricken", "griev", "grieve", "grieving", "grievous", "grievously", "grim",
236
+ "guilt", "guilt_feel", "guilt_feelings", "guilt_trip", "guilti", "guilty",
237
+ "guilty_consci", "guilty_conscience", "hangdog", "hapless", "harass",
238
+ "heartach", "heartache", "heartbreak", "heartbreaking", "heartrend",
239
+ "heartrending", "heartsick", "heartsickness", "heavyheart", "heavyhearted",
240
+ "heavyheartedness", "helpless", "helplessness", "joyless", "joylessly",
241
+ "joylessness", "lachrymos", "lachrymose", "laden", "lament", "lamentably",
242
+ "loneli", "loneliness", "long-fac", "long-faced", "lorn", "low", "low-spirit",
243
+ "low-spirited", "low-spiritedness", "melanchol", "melancholi", "melancholic",
244
+ "melancholy", "miser", "miserable", "miserably", "miseri", "misery",
245
+ "misfortun", "misfortunate", "mourn", "mournful", "mournfully",
246
+ "mournfulness", "mourning", "oppress", "oppressed", "oppression",
247
+ "oppressive", "oppressively", "oppressiveness", "pathet", "pathetic",
248
+ "penanc", "penance", "penit", "penitence", "penitent", "penitenti",
249
+ "penitentially", "penitently", "persecut", "persecute", "persecuted",
250
+ "piteous", "piti", "pitiabl", "pitiable", "pitiful", "pitying", "plaintiv",
251
+ "plaintive", "plaintively", "plaintiveness", "poor", "regret", "regretful",
252
+ "remors", "remorse", "remorseful", "remorsefully", "repent", "repentance",
253
+ "repentant", "repentantly", "rue", "rueful", "ruefulli", "ruefully",
254
+ "ruefulness", "ruth", "ruthfulness", "sad", "sadden", "saddening", "sadly",
255
+ "sadness", "self-piti", "self-pity", "self-reproach", "shame", "shamed",
256
+ "shamefac", "shamefaced", "somber", "somberness", "sorri", "sorrow",
257
+ "sorrowful", "sorrowfully", "sorrowfulness", "sorrowing", "sorry",
258
+ "sorry_for", "suffer", "suffering", "tear", "tearful", "tearfulness",
259
+ "tyrann", "tyrannical", "tyrannous", "uncheer", "uncheerful",
260
+ "uncheerfulness", "unhappi", "unhappiness", "unhappy", "weep", "weepi",
261
+ "weepiness", "weeping", "weight", "Weltschmerz", "woe", "woebegon",
262
+ "woebegone", "woeful", "woefulli", "woefully", "woefulness", "world-weari",
263
+ "world-weariness", "world-weary", "wretch", "wretched"]}
264
+ end
265
+ end