prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,210 @@
|
|
1
|
+
---
|
2
|
+
title: Nationalities
|
3
|
+
category: geography
|
4
|
+
---
|
5
|
+
afghan
|
6
|
+
albanian
|
7
|
+
algerian
|
8
|
+
american
|
9
|
+
andorran
|
10
|
+
angolan
|
11
|
+
antiguan
|
12
|
+
argentine
|
13
|
+
argentinian
|
14
|
+
armenian
|
15
|
+
australian
|
16
|
+
austrian
|
17
|
+
azerbaijani
|
18
|
+
bahamian
|
19
|
+
bahraini
|
20
|
+
bangladeshi
|
21
|
+
barbadian
|
22
|
+
barbudan
|
23
|
+
basotho
|
24
|
+
batswana
|
25
|
+
belarusian
|
26
|
+
belgian
|
27
|
+
belizean
|
28
|
+
beninese
|
29
|
+
bhutanese
|
30
|
+
bissau-guinean
|
31
|
+
bolivian
|
32
|
+
bosnian
|
33
|
+
brazilian
|
34
|
+
british
|
35
|
+
bruneian
|
36
|
+
bulgarian
|
37
|
+
burkinabé
|
38
|
+
burmese
|
39
|
+
burundian
|
40
|
+
cambodian
|
41
|
+
cameroonian
|
42
|
+
canadian
|
43
|
+
cape verdean
|
44
|
+
central african
|
45
|
+
chadian
|
46
|
+
chilean
|
47
|
+
chinese
|
48
|
+
colombian
|
49
|
+
comorian
|
50
|
+
congolese
|
51
|
+
costa rican
|
52
|
+
croatian
|
53
|
+
cuban
|
54
|
+
cypriot
|
55
|
+
czech
|
56
|
+
czechoslovak
|
57
|
+
danish
|
58
|
+
djiboutian
|
59
|
+
dominican
|
60
|
+
dutch
|
61
|
+
east german
|
62
|
+
east timorese
|
63
|
+
ecuadorian
|
64
|
+
egyptian
|
65
|
+
emirati
|
66
|
+
equatoguinean
|
67
|
+
eritrean
|
68
|
+
estonian
|
69
|
+
ethiopian
|
70
|
+
fijian
|
71
|
+
filipino
|
72
|
+
finnish
|
73
|
+
french
|
74
|
+
gabonese
|
75
|
+
gambian
|
76
|
+
georgian
|
77
|
+
german
|
78
|
+
ghanaian
|
79
|
+
greek
|
80
|
+
grenadian
|
81
|
+
guatemalan
|
82
|
+
guinean
|
83
|
+
guyanese
|
84
|
+
haitian
|
85
|
+
herzegovinian
|
86
|
+
honduran
|
87
|
+
hungarian
|
88
|
+
i-kiribati
|
89
|
+
icelandic
|
90
|
+
indian
|
91
|
+
indonesian
|
92
|
+
iranian
|
93
|
+
iraqi
|
94
|
+
irish
|
95
|
+
israeli
|
96
|
+
italian
|
97
|
+
ivorian
|
98
|
+
jamaican
|
99
|
+
japanese
|
100
|
+
jordanian
|
101
|
+
kazakhstani
|
102
|
+
kenyan
|
103
|
+
kittitian
|
104
|
+
kosovar
|
105
|
+
kuwaiti
|
106
|
+
kyrgyzstani
|
107
|
+
laotian
|
108
|
+
latvian
|
109
|
+
lebanese
|
110
|
+
liberian
|
111
|
+
libyan
|
112
|
+
liechtensteiner
|
113
|
+
lithuanian
|
114
|
+
luxembourger
|
115
|
+
malagasy
|
116
|
+
malawian
|
117
|
+
malaysian
|
118
|
+
maldivian
|
119
|
+
malian
|
120
|
+
maltese
|
121
|
+
marshallese
|
122
|
+
mauritanian
|
123
|
+
mauritian
|
124
|
+
mexican
|
125
|
+
micronesian
|
126
|
+
moldovan
|
127
|
+
monégasque
|
128
|
+
mongolian
|
129
|
+
montenegrin
|
130
|
+
moroccan
|
131
|
+
mosotho
|
132
|
+
motswana
|
133
|
+
mozambican
|
134
|
+
namibian
|
135
|
+
nauruan
|
136
|
+
nepalese
|
137
|
+
nepali
|
138
|
+
nevisian
|
139
|
+
new zealander
|
140
|
+
ni-vanuatu
|
141
|
+
nicaraguan
|
142
|
+
nigerian
|
143
|
+
nigerien
|
144
|
+
north korean
|
145
|
+
north macedonian
|
146
|
+
norwegian
|
147
|
+
omani
|
148
|
+
pakistani
|
149
|
+
palauan
|
150
|
+
panamanian
|
151
|
+
papua new guinean
|
152
|
+
paraguayan
|
153
|
+
peruvian
|
154
|
+
polish
|
155
|
+
portuguese
|
156
|
+
qatari
|
157
|
+
romanian
|
158
|
+
russian
|
159
|
+
rwandan
|
160
|
+
saint lucian
|
161
|
+
salvadoran
|
162
|
+
samoan
|
163
|
+
sanmarinese
|
164
|
+
são toméan
|
165
|
+
saudi
|
166
|
+
saudi arabian
|
167
|
+
senegalese
|
168
|
+
serbian
|
169
|
+
seychellois
|
170
|
+
sierra leonean
|
171
|
+
singaporean
|
172
|
+
slovak
|
173
|
+
slovenian
|
174
|
+
solomon islander
|
175
|
+
somali
|
176
|
+
south african
|
177
|
+
south korean
|
178
|
+
south sudanese
|
179
|
+
soviet
|
180
|
+
spanish
|
181
|
+
sri lankan
|
182
|
+
sudanese
|
183
|
+
surinamese
|
184
|
+
swazi
|
185
|
+
swedish
|
186
|
+
swiss
|
187
|
+
syrian
|
188
|
+
tajikistani
|
189
|
+
tanzanian
|
190
|
+
thai
|
191
|
+
tobagonian
|
192
|
+
togolese
|
193
|
+
tongan
|
194
|
+
trinidadian
|
195
|
+
tunisian
|
196
|
+
turkish
|
197
|
+
turkmen
|
198
|
+
tuvaluan
|
199
|
+
ugandan
|
200
|
+
ukrainian
|
201
|
+
uruguayan
|
202
|
+
uzbekistani
|
203
|
+
vatican
|
204
|
+
venezuelan
|
205
|
+
vietnamese
|
206
|
+
vincentian
|
207
|
+
yemeni
|
208
|
+
yugoslav
|
209
|
+
zambian
|
210
|
+
zimbabwean
|
@@ -0,0 +1,83 @@
|
|
1
|
+
---
|
2
|
+
title: Territories
|
3
|
+
category: geography
|
4
|
+
---
|
5
|
+
Abu Dhabi
|
6
|
+
Ajman
|
7
|
+
Akrotiri
|
8
|
+
American Samoa
|
9
|
+
Anguilla
|
10
|
+
Antarctica
|
11
|
+
Aruba
|
12
|
+
Ascension
|
13
|
+
Baker Island
|
14
|
+
Bermuda
|
15
|
+
Bonaire
|
16
|
+
Bouvet Island
|
17
|
+
British Antarctic Territory
|
18
|
+
British Indian Ocean Territory
|
19
|
+
British Virgin Islands
|
20
|
+
Cayman Islands
|
21
|
+
Ceuta
|
22
|
+
Christmas Island
|
23
|
+
Cocos (Keeling) Islands
|
24
|
+
Cook Islands
|
25
|
+
Curaçao
|
26
|
+
Dhekelia
|
27
|
+
Dubai
|
28
|
+
Falkland Islands
|
29
|
+
Faroe Islands
|
30
|
+
French Guiana
|
31
|
+
French Polynesia
|
32
|
+
French Southern Territories
|
33
|
+
Fujairah
|
34
|
+
Gibraltar
|
35
|
+
Greenland
|
36
|
+
Guadeloupe
|
37
|
+
Guam
|
38
|
+
Guernsey
|
39
|
+
Heard Island and McDonald Islands
|
40
|
+
Hong Kong
|
41
|
+
Howland Island
|
42
|
+
Isle of Man
|
43
|
+
Jarvis Island
|
44
|
+
Jersey
|
45
|
+
Johnston Atoll
|
46
|
+
Kingman Reef
|
47
|
+
Macao
|
48
|
+
Martinique
|
49
|
+
Mayotte
|
50
|
+
Melilla
|
51
|
+
Midway Islands
|
52
|
+
Montserrat
|
53
|
+
Navassa Island
|
54
|
+
New Caledonia
|
55
|
+
Niue
|
56
|
+
Norfolk Island
|
57
|
+
Northern Mariana Islands
|
58
|
+
Occupied Palestinian Territories
|
59
|
+
Palmyra Atoll
|
60
|
+
Pitcairn, Henderson, Ducie and Oeno Islands
|
61
|
+
Puerto Rico
|
62
|
+
Ras al-Khaimah
|
63
|
+
Réunion
|
64
|
+
Saba
|
65
|
+
Saint Barthélemy
|
66
|
+
Saint Helena
|
67
|
+
Saint Pierre and Miquelon
|
68
|
+
Saint-Martin (French part)
|
69
|
+
Sharjah
|
70
|
+
Sint Eustatius
|
71
|
+
Sint Maarten (Dutch part)
|
72
|
+
South Georgia and South Sandwich Islands
|
73
|
+
Svalbard and Jan Mayen
|
74
|
+
Taiwan
|
75
|
+
Tokelau
|
76
|
+
Tristan da Cunha
|
77
|
+
Turks and Caicos Islands
|
78
|
+
Umm al-Quwain
|
79
|
+
United States Virgin Islands
|
80
|
+
Wake Island
|
81
|
+
Wallis and Futuna
|
82
|
+
Western Sahara
|
83
|
+
Åland Islands
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Couple negative interactions
|
3
|
+
category: interaction
|
4
|
+
---
|
5
|
+
accusing each other
|
6
|
+
bickering with each other
|
7
|
+
blaming each other
|
8
|
+
complaining to each other
|
9
|
+
criticizing each other
|
10
|
+
displaying condescension towards each other
|
11
|
+
disrespecting each other
|
12
|
+
engaging in a fight
|
13
|
+
exchanging cross words
|
14
|
+
experiencing anxiety with each other
|
15
|
+
experiencing depression with each other
|
16
|
+
experiencing despair with each other
|
17
|
+
experiencing impatience with each other
|
18
|
+
experiencing rejection from each other
|
19
|
+
experiencing self-doubt with each other
|
20
|
+
expressing disapproval towards each other
|
21
|
+
expressing displeasure towards each other
|
22
|
+
feeling abandoned by each other
|
23
|
+
feeling afraid with each other
|
24
|
+
feeling annoyed with each other
|
25
|
+
feeling ashamed with each other
|
26
|
+
feeling defeated with each other
|
27
|
+
feeling dejected with each other
|
28
|
+
feeling disappointed with each other
|
29
|
+
feeling discouraged with each other
|
30
|
+
feeling exasperated with each other
|
31
|
+
feeling frustrated with each other
|
32
|
+
feeling guilty with each other
|
33
|
+
feeling helpless with each other
|
34
|
+
feeling hopeless with each other
|
35
|
+
feeling insecure with each other
|
36
|
+
feeling irritated with each other
|
37
|
+
feeling isolated from each other
|
38
|
+
feeling like a failure with each other
|
39
|
+
feeling lonely with each other
|
40
|
+
feeling powerless with each other
|
41
|
+
feeling regretful with each other
|
42
|
+
feeling remorseful with each other
|
43
|
+
feeling sad with each other
|
44
|
+
feeling stressed with each other
|
45
|
+
feeling vulnerable with each other
|
46
|
+
feeling weak with each other
|
47
|
+
giving each other the cold shoulder
|
48
|
+
having a shouting match
|
49
|
+
having an argument
|
50
|
+
insulting each other
|
51
|
+
name-calling
|
52
|
+
showing contempt towards each other
|
53
|
+
using sarcasm towards each other
|
54
|
+
using the silent treatment
|
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
title: Couple interactions
|
3
|
+
category: interaction
|
4
|
+
---
|
5
|
+
adoring someone
|
6
|
+
argument
|
7
|
+
assistance
|
8
|
+
being intimate
|
9
|
+
being rejected
|
10
|
+
betrayal
|
11
|
+
bonding
|
12
|
+
building a partnership
|
13
|
+
building trust
|
14
|
+
collaborating on a project
|
15
|
+
collaboration
|
16
|
+
compassion
|
17
|
+
competing with each other
|
18
|
+
competition
|
19
|
+
conflict
|
20
|
+
conversation
|
21
|
+
engaging in a tug-of-war
|
22
|
+
engaging in seduction
|
23
|
+
enmity
|
24
|
+
experiencing nostalgia
|
25
|
+
facing betrayal
|
26
|
+
feeling jealousy
|
27
|
+
feeling pity
|
28
|
+
having a bonding experience
|
29
|
+
having a conflict
|
30
|
+
having a conversation
|
31
|
+
having a romance
|
32
|
+
having an argument
|
33
|
+
having tension
|
34
|
+
holding a grudge
|
35
|
+
inspiring someone
|
36
|
+
intimacy
|
37
|
+
making a confession
|
38
|
+
mentoring a protégé
|
39
|
+
mentorship
|
40
|
+
negotiating a deal
|
41
|
+
offering support
|
42
|
+
partnership
|
43
|
+
persuading someone
|
44
|
+
providing assistance
|
45
|
+
reconciliation
|
46
|
+
reconciling differences
|
47
|
+
romance
|
48
|
+
sharing wisdom
|
49
|
+
showing compassion
|
50
|
+
support
|
51
|
+
tension
|
52
|
+
trust
|
53
|
+
wisdom transfer
|
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
title: Crowd interactions
|
3
|
+
category: interaction
|
4
|
+
---
|
5
|
+
attending a concert
|
6
|
+
attending a festival
|
7
|
+
attending a march
|
8
|
+
attending a memorial service
|
9
|
+
attending a parade
|
10
|
+
attending a religious ceremony
|
11
|
+
attending a sporting event
|
12
|
+
celebrating a birthday
|
13
|
+
celebrating a cultural tradition
|
14
|
+
celebrating a holiday
|
15
|
+
celebrating a milestone
|
16
|
+
celebrating a victory
|
17
|
+
commemorating a tragedy
|
18
|
+
commemorating a victory
|
19
|
+
gathering for a celebration
|
20
|
+
gathering for a commemoration
|
21
|
+
gathering for a festival
|
22
|
+
gathering for a memorial
|
23
|
+
gathering for a town hall meeting
|
24
|
+
having a rally
|
25
|
+
holding a candlelight vigil
|
26
|
+
holding a concert
|
27
|
+
holding a memorial
|
28
|
+
holding a peaceful assembly
|
29
|
+
holding a peaceful protest
|
30
|
+
holding a protest
|
31
|
+
holding a rally
|
32
|
+
honoring a hero
|
33
|
+
joining a demonstration
|
34
|
+
joining a flash mob
|
35
|
+
mourning a loss
|
36
|
+
observing a cultural tradition
|
37
|
+
observing a tradition
|
38
|
+
participating in a demonstration
|
39
|
+
participating in a march
|
40
|
+
participating in a parade
|
41
|
+
participating in a sit-in
|
42
|
+
participating in a tradition
|
43
|
+
protesting against injustice
|
44
|
+
rallying for a change
|
45
|
+
supporting a cause
|
46
|
+
taking part in a demonstration
|
47
|
+
watching a performance
|
48
|
+
watching a play
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Group interactions
|
3
|
+
category: interaction
|
4
|
+
---
|
5
|
+
attempting to break a world record
|
6
|
+
attending a high school reunion
|
7
|
+
battling supernatural forces
|
8
|
+
becoming a superhero
|
9
|
+
competing in a reality show
|
10
|
+
confronting personal demons
|
11
|
+
dealing with a family crisis
|
12
|
+
dealing with a haunted house
|
13
|
+
dealing with a life-threatening illness
|
14
|
+
escaping a cult
|
15
|
+
escaping from prison
|
16
|
+
facing a personal challenge
|
17
|
+
fighting in a war
|
18
|
+
finding inner peace
|
19
|
+
finding love
|
20
|
+
going on a road trip
|
21
|
+
helping to rebuild after a natural disaster
|
22
|
+
hiking a treacherous trail
|
23
|
+
investigating a conspiracy
|
24
|
+
learning to dance
|
25
|
+
overcoming addiction
|
26
|
+
participating in a food competition
|
27
|
+
participating in a heist
|
28
|
+
participating in a protest
|
29
|
+
participating in a sporting event
|
30
|
+
performing a musical
|
31
|
+
planning a wedding
|
32
|
+
pursuing a dream
|
33
|
+
rescuing a hostage
|
34
|
+
retracing a historical event
|
35
|
+
running for public office
|
36
|
+
searching for lost treasure
|
37
|
+
seeking revenge
|
38
|
+
solving a mystery or crime
|
39
|
+
solving a puzzle
|
40
|
+
staging a musical production
|
41
|
+
starting a business
|
42
|
+
starting a new life
|
43
|
+
starting a new relationship
|
44
|
+
starting a revolution
|
45
|
+
surviving a disaster
|
46
|
+
surviving in a post-apocalyptic world
|
47
|
+
surviving in space
|
48
|
+
taking a journey of self-discovery
|
49
|
+
taking a trip through time
|
50
|
+
taking part in a big game
|
51
|
+
taking part in a paranormal investigation
|
52
|
+
throwing a big party
|
53
|
+
trying to clear someone's name
|
54
|
+
trying to save the world
|
@@ -0,0 +1,198 @@
|
|
1
|
+
---
|
2
|
+
title: Detailed individual interactions
|
3
|
+
category: interaction
|
4
|
+
---
|
5
|
+
adjusts a tie, looks in the mirror, and then nods in satisfaction
|
6
|
+
adjusts glasses, squints at something in the distance, then nods in understanding
|
7
|
+
adjusts hat, looks in the mirror, and then nods in satisfaction
|
8
|
+
adjusts rearview mirror, checks blind spot, and then changes lanes
|
9
|
+
adjusts the volume on headphones, nods head to the beat, and then closes eyes to focus on the music
|
10
|
+
balances on one foot, hops a few times, and then switches to the other foot
|
11
|
+
bites into a crisp apple, wipes juice from chin, and then takes another bite
|
12
|
+
bites into a sandwich, wipes mouth with a napkin, and then takes another bite
|
13
|
+
bites into an apple, chews thoughtfully, and then takes another bite
|
14
|
+
bites lip uncertainly, takes a deep breath, and then speaks up
|
15
|
+
blows a bubble with gum, pops it, and then chews again
|
16
|
+
blows nose loudly, crumples tissue, and tosses it in the trash
|
17
|
+
blows on a spoonful of hot soup, sips it carefully, and then nods in approval
|
18
|
+
blows out a candle, watches the smoke curl up, and then waves a hand to clear the air
|
19
|
+
bounces leg nervously, takes a deep breath, and then stands up
|
20
|
+
brushes crumbs off the table, wipes it down with a cloth, and then sets the table
|
21
|
+
brushes dirt off pants, stands up, and then continues hiking
|
22
|
+
brushes hair, pulls it back into a ponytail, and then secures it with an elastic
|
23
|
+
brushes lint off sleeve, straightens posture, and enters the room confidently
|
24
|
+
buttons up a coat, wraps a scarf around neck, and then puts on gloves
|
25
|
+
buttons up a shirt, looks in the mirror, and then adjusts the collar
|
26
|
+
buttons up a shirt, tucks it in, and then smooths out any wrinkles
|
27
|
+
buttons up coat, wraps a scarf around neck, and steps outside into the cold
|
28
|
+
chews on a pencil, furrows brow in concentration, and then jots down a note
|
29
|
+
claps hands in applause, stands up, and then cheers loudly
|
30
|
+
clasps hands behind back, rocks back and forth on heels, and then starts to whistle
|
31
|
+
clears throat, takes a sip of water, and begins to speak
|
32
|
+
clears throat, takes a sip of water, and then continues speaking
|
33
|
+
clicks a pen open, jots down a quick note, and then clicks the pen closed
|
34
|
+
clicks a pen repeatedly, stops, and then begins to write
|
35
|
+
clicks tongue, shakes head, and then tries again
|
36
|
+
closes book, sets it aside, and stretches arms overhead
|
37
|
+
closes eyes, massages temples, and then opens eyes with a renewed focus
|
38
|
+
closes eyes, takes a deep breath, and then dives into the water
|
39
|
+
coughs into fist, takes a deep breath, and continues speaking
|
40
|
+
cracks an egg into a bowl, tosses the shell in the trash, and then reaches for another egg
|
41
|
+
cracks knuckles, flexes fingers, and begins typing on the keyboard
|
42
|
+
cracks open a book, flips through the pages, and then settles on a chapter
|
43
|
+
cracks open a fortune cookie, reads the message inside, and then eats the cookie
|
44
|
+
crosses arms, leans back in chair, and raises an eyebrow skeptically
|
45
|
+
crosses legs, uncrosses them, and then crosses them again
|
46
|
+
crosses out a word, writes a new one above it, and then continues writing
|
47
|
+
cuts a piece of paper, folds it in half, and then cuts it again
|
48
|
+
dabs at a stain on shirt, frowns, and heads to the bathroom to clean it
|
49
|
+
doodles in the margins of a notebook, pauses to think, and then continues drawing
|
50
|
+
doodles on a napkin, shows it to a friend, and then laughs
|
51
|
+
drums fingers on the arm of the chair, looks around the room, and then checks the time
|
52
|
+
drums fingers on the steering wheel, looks both ways, and then proceeds through the intersection
|
53
|
+
drums fingers on the table, looks up at the clock, and sighs impatiently
|
54
|
+
erases a word, blows away the eraser shavings, and then rewrites the word
|
55
|
+
erases something vigorously, blows away eraser shavings, and rewrites
|
56
|
+
fidgets with an object, sets it down, and clasps hands together
|
57
|
+
flips a coin, catches it, and then slaps it onto the back of the other hand
|
58
|
+
flips through a book, finds the desired page, and begins reading
|
59
|
+
flips through a magazine, pauses on an interesting article, and then dog-ears the page for later
|
60
|
+
folds a blanket, smooths out the wrinkles, and then places it over the back of a couch
|
61
|
+
folds a paper airplane, throws it, and then watches it glide
|
62
|
+
folds a piece of paper carefully, creases it, and tucks it into a pocket
|
63
|
+
folds arms across chest, leans back in the chair, and then raises an eyebrow
|
64
|
+
furrows brow, rubs chin thoughtfully, and then nods in agreement
|
65
|
+
gazes out the window, smiles softly, and then turns back to the conversation
|
66
|
+
giggles, covers mouth with a hand, and then tries to compose oneself
|
67
|
+
gives a thumbs up, grins widely, and then returns to work
|
68
|
+
hiccups unexpectedly, covers mouth, and then laughs embarrassedly
|
69
|
+
hums a song, taps foot to the beat, and then starts to sing softly
|
70
|
+
hums softly, closes eyes, and then starts to sing
|
71
|
+
interlocks fingers, stretches arms in front, and then releases with a sigh
|
72
|
+
interlocks fingers, stretches arms out in front, and then releases with a sigh
|
73
|
+
juggles three balls, drops one, and then picks it back up and continues juggling
|
74
|
+
kicks off shoes, wiggles toes, and then curls up on the couch
|
75
|
+
knits brow, purses lips, and then shakes head in disagreement
|
76
|
+
knits brow, rubs chin thoughtfully, and then offers a suggestion
|
77
|
+
knocks on a door, waits for a response, and then knocks again
|
78
|
+
knocks over a glass, quickly rights it, and then wipes up the spill
|
79
|
+
leans against a wall, crosses ankles, and then stuffs hands in pockets
|
80
|
+
leans against a wall, folds arms, and then tilts head to the side to listen
|
81
|
+
leans back in a chair, balances on two legs, and then lets the chair fall forward again
|
82
|
+
leans forward, rests elbows on knees, and listens intently
|
83
|
+
licks an ice cream cone, catches a drip with tongue, and then takes another lick
|
84
|
+
massages temples, closes eyes, and takes a deep breath
|
85
|
+
nods head in agreement, smiles, and then adds a comment
|
86
|
+
nods in agreement, smiles, and then adds a comment to the discussion
|
87
|
+
opens a can of soda, takes a sip, and then sets it aside
|
88
|
+
opens a door cautiously, peeks inside, and then enters the room
|
89
|
+
opens a jar, sniffs the contents, and then nods in approval
|
90
|
+
paces back and forth, stops abruptly, and then sits down heavily
|
91
|
+
peels a banana, takes a bite, and then sets the peel aside
|
92
|
+
peels a sticker off a surface, balls it up, and then tosses it in the trash
|
93
|
+
picks at a hangnail, frowns, and then reaches for a nail file
|
94
|
+
picks at a loose thread on sleeve, tugs at it, and then smooths out the fabric
|
95
|
+
picks up a book, flips through the pages, and then sets it back down
|
96
|
+
picks up a remote, points it at the tv, and then presses a button
|
97
|
+
pins hair up in a bun, secures it with a hair tie, and then shakes head to test it
|
98
|
+
places a bookmark in a book, closes it, and then sets it aside
|
99
|
+
plucks a flower, sniffs it, and then tucks it behind an ear
|
100
|
+
plucks a string on a guitar, adjusts the tuning, and then strums a chord
|
101
|
+
points at something, gestures animatedly, and then laughs
|
102
|
+
pops a piece of gum into mouth, chews it, and then blows a bubble
|
103
|
+
pops knuckles one by one, flexes fingers, and then begins to type
|
104
|
+
pulls a hat down over ears, adjusts it, and then nods in satisfaction
|
105
|
+
pulls a tissue from a box, blows nose, and then crumples the tissue and tosses it in the trash
|
106
|
+
pulls on gloves, flexes fingers to test the fit, and then picks up a tool
|
107
|
+
purses lips in concentration, carefully applies lipstick, and then blots with a tissue
|
108
|
+
pushes a button, waits for the light to turn green, and then crosses the street
|
109
|
+
pushes hair out of eyes, tucks it behind ears, and then continues reading
|
110
|
+
pushes up sleeves, rubs hands together, and then gets to work
|
111
|
+
raises an eyebrow, tilts head to the side, and then asks a question
|
112
|
+
rolls eyes, shakes head, and then changes the subject
|
113
|
+
rubs eyes, blinks a few times, and then focuses on the task at hand
|
114
|
+
rubs hands together to warm them up, blows on them, and then tucks them into pockets
|
115
|
+
rubs hands together, blows on them, and then rubs them again to warm up
|
116
|
+
runs a hand through hair, pauses, and then does it again
|
117
|
+
runs fingers through hair, encounters a tangle, and then carefully works it out
|
118
|
+
scoops up a handful of sand, lets it trickle through fingers, and then brushes off hands
|
119
|
+
scratches an itch on the back of the neck, shrugs shoulders, and then returns to work
|
120
|
+
scratches chin, looks up in thought, and then snaps fingers as an idea comes
|
121
|
+
scribbles a note, folds it up, and then passes it to a friend
|
122
|
+
scuffs a shoe on the ground, looks down at it, and then keeps walking
|
123
|
+
shakes a snow globe, watches the snow settle, and then sets it back on the shelf
|
124
|
+
shakes an item, listens to the sound, and then nods in satisfaction
|
125
|
+
shakes head in disbelief, sighs heavily, and then tries to explain
|
126
|
+
sharpens a knife, tests the edge with a thumb, and then nods in satisfaction
|
127
|
+
sharpens a pencil, blows off the shavings, and then begins to write
|
128
|
+
shrugs off a jacket, hangs it up, and then rolls up sleeves
|
129
|
+
shrugs shoulders, spreads hands wide, and then offers a suggestion
|
130
|
+
sighs deeply, rubs forehead, and then looks up with a forced smile
|
131
|
+
sips from a straw, swallows, and then sets the drink aside
|
132
|
+
sits cross-legged, rests hands on knees, and then closes eyes to meditate
|
133
|
+
slides a bookmark into a book, closes it, and then places it on a shelf
|
134
|
+
slips on a pair of sunglasses, looks in the mirror, and then nods in approval
|
135
|
+
smiles widely, laughs, and then covers mouth in embarrassment
|
136
|
+
smooths out a wrinkled shirt, buttons it up, and then adjusts the collar
|
137
|
+
snaps a rubber band, stretches it out, and then snaps it again
|
138
|
+
snaps fingers to a tune, taps foot, and then starts to hum along
|
139
|
+
snaps fingers, points at someone, and then gives them a thumbs up
|
140
|
+
sneezes loudly, sniffles, and then reaches for a tissue
|
141
|
+
sniffs a flower, smiles, and then places it in a vase
|
142
|
+
spins a globe, stops it with a finger, and then leans in to look closer
|
143
|
+
spins a pencil around fingers, drops it, and then picks it back up
|
144
|
+
spins in a circle, stops facing the opposite direction, and then marches forward
|
145
|
+
sprays a cleaning solution on a surface, wipes it down with a cloth, and then steps back to admire the shine
|
146
|
+
spreads out a map, traces a route with a finger, and then folds the map back up
|
147
|
+
sprinkles salt on food, takes a bite, and then adds a bit more
|
148
|
+
squints at something, leans closer to get a better look, and then nods in understanding
|
149
|
+
stacks papers together, taps them on the desk to align the edges, and then sets them aside
|
150
|
+
starts to say something, pauses, and then shakes head and stays silent
|
151
|
+
steps back from a painting, tilts head to the side, and then nods in approval
|
152
|
+
stirs a pot of soup, tastes a spoonful, and then adds a pinch of salt
|
153
|
+
straightens a stack of papers, aligns them with the edge of the desk, and then paperclips them together
|
154
|
+
straightens posture, takes a deep breath, and then knocks on the door
|
155
|
+
stretches arms overhead, yawns, and then settles back into the chair
|
156
|
+
stretches out on the couch, yawns, and then reaches for the remote
|
157
|
+
stretches rubber band between fingers, aims, and then releases it
|
158
|
+
takes a deep breath, holds it for a moment, and then exhales slowly
|
159
|
+
taps a pencil on the desk, looks up at the ceiling in thought, and then jots down a note
|
160
|
+
taps a rhythm on the desk, nods head to the beat, and then hums along
|
161
|
+
taps a spoon on the edge of a bowl, sets the spoon down, and then picks up the bowl to eat
|
162
|
+
taps fingers on the desk, looks at the clock, and then returns to work
|
163
|
+
taps foot impatiently, checks watch, and then sighs
|
164
|
+
tears off a sheet of paper towel, wipes up a spill, and then tosses the paper towel in the trash
|
165
|
+
tears open an envelope, unfolds the letter inside, and then begins to read
|
166
|
+
tosses a ball in the air, catches it, and then tosses it again
|
167
|
+
tosses a frisbee, watches it sail through the air, and then runs to catch it
|
168
|
+
traces a pattern on a foggy window, steps back to admire it, and then wipes it away
|
169
|
+
tucks hair behind ear, leans forward, and then speaks in a conspiratorial whisper
|
170
|
+
tugs at a loose thread on a sweater, frowns, and then tries to tuck it back in
|
171
|
+
tugs at a necklace, twirls it around a finger, and then lets it drop back against chest
|
172
|
+
tugs at collar, loosens tie, and then unbuttons top button of shirt
|
173
|
+
turns page in a book, smooths it down, and then continues reading
|
174
|
+
twirls a lock of hair around finger, bites lip, and then lets the hair unwind
|
175
|
+
twirls a pencil between fingers, drops it, and then picks it back up
|
176
|
+
types a message, reads it over, and then hits send
|
177
|
+
types furiously, pauses to reread, and then resumes typing with renewed energy
|
178
|
+
types on a calculator, frowns at the result, and then tries a different calculation
|
179
|
+
walks backwards a few steps, turns around, and then continues walking forward
|
180
|
+
walks briskly, checks watch, and then quickens pace
|
181
|
+
walks in a circle, pauses to stretch, and then continues walking
|
182
|
+
walks up to a door, knocks, and then steps back to wait
|
183
|
+
waves goodbye, turns to leave, but then turns back for one more hug
|
184
|
+
whistles a tune, pauses to remember the next part, and then continues whistling
|
185
|
+
whistles a tune, taps fingers on the steering wheel, and then turns up the radio
|
186
|
+
whistles for a dog, pats leg, and then praises the dog when it comes
|
187
|
+
wiggles a loose tooth with tongue, frowns, and then resolves to make a dentist appointment
|
188
|
+
wipes brow with the back of hand, takes a deep breath, and then continues working
|
189
|
+
wipes sweat from brow, takes a deep breath, and then returns to exercising
|
190
|
+
wraps a gift, ties a bow, and then attaches a gift tag
|
191
|
+
wraps a towel around wet hair, tucks in the end, and then starts to get dressed
|
192
|
+
wrings hands nervously, takes a deep breath, and then steps up to the podium
|
193
|
+
writes a message in the sand, steps back to admire it, and then watches as a wave washes it away
|
194
|
+
yawns widely, covers mouth, and then blinks sleepily
|
195
|
+
yawns, stretches arms overhead, and then settles back into bed
|
196
|
+
zips up a jacket, pulls the hood over head, and then steps out into the rain
|
197
|
+
zips up a suitcase, tugs on the zipper to make sure it's secure, and then picks up the suitcase by the handle
|
198
|
+
zips up jacket, pulls on a hat, and then steps out into the snow
|