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,157 @@
|
|
1
|
+
---
|
2
|
+
title: Bakery items
|
3
|
+
category: food
|
4
|
+
---
|
5
|
+
æbleskive (apple slice)
|
6
|
+
angel food cake
|
7
|
+
apple cake
|
8
|
+
apple pie
|
9
|
+
baci di dama (italian lady's kisses, traditional cookie)
|
10
|
+
bagels
|
11
|
+
baguette
|
12
|
+
baguettes
|
13
|
+
baked alaska
|
14
|
+
baklava
|
15
|
+
baklava (phyllo pastry filled with nuts and honey)
|
16
|
+
banana cake
|
17
|
+
beignets
|
18
|
+
berliner
|
19
|
+
biscotti
|
20
|
+
biscotti (italian cookies)
|
21
|
+
black forest cake
|
22
|
+
blueberry cake
|
23
|
+
bread
|
24
|
+
brioche
|
25
|
+
brioche à tête
|
26
|
+
brownies
|
27
|
+
cakes
|
28
|
+
canelé
|
29
|
+
cannoli (tubular pastry filled with sweet ricotta cream)
|
30
|
+
carrot cake
|
31
|
+
cassata
|
32
|
+
challah
|
33
|
+
challah bread
|
34
|
+
cheesecake
|
35
|
+
chiffon cake
|
36
|
+
chocolate cake
|
37
|
+
chocolate chip cookies
|
38
|
+
chocolate fondue
|
39
|
+
chocolate lava cake
|
40
|
+
chocolate mousse
|
41
|
+
choux pastry
|
42
|
+
churros
|
43
|
+
ciabatta
|
44
|
+
cinnamon rolls
|
45
|
+
clafoutis
|
46
|
+
coconut cake
|
47
|
+
coffee cake
|
48
|
+
cookies
|
49
|
+
corn bread
|
50
|
+
cornetto (italian croissant)
|
51
|
+
crème brûlée
|
52
|
+
creme caramel
|
53
|
+
croissant
|
54
|
+
croissants
|
55
|
+
croquembouche
|
56
|
+
crostata (italian tart)
|
57
|
+
cupcakes
|
58
|
+
danishes
|
59
|
+
dolmades (stuffed grape leaves)
|
60
|
+
donuts
|
61
|
+
drømmekage (dream cake)
|
62
|
+
eclair
|
63
|
+
eclairs
|
64
|
+
empanadas
|
65
|
+
fastelavnsbolle (shrove tuesday bun)
|
66
|
+
flan
|
67
|
+
focaccia
|
68
|
+
focaccia bread
|
69
|
+
franskbrød (french bread)
|
70
|
+
fruit sorbet
|
71
|
+
fruitcake
|
72
|
+
gâteau basque
|
73
|
+
gâteau saint-honoré
|
74
|
+
gelato (italian ice cream)
|
75
|
+
genoise
|
76
|
+
german chocolate cake
|
77
|
+
gifflar
|
78
|
+
hummingbird cake
|
79
|
+
ice cream
|
80
|
+
kanelsnegl (cinnamon snail)
|
81
|
+
key lime pie
|
82
|
+
koulourakia (greek butter cookies)
|
83
|
+
kringle
|
84
|
+
kugelhopf
|
85
|
+
lemon cake
|
86
|
+
loukoumades (greek fried dough balls drizzled with honey)
|
87
|
+
macaron
|
88
|
+
macarons
|
89
|
+
madeleines
|
90
|
+
melomakarona (greek honey cookies)
|
91
|
+
mille-feuille
|
92
|
+
muffins
|
93
|
+
naan
|
94
|
+
opera cake
|
95
|
+
pane di casa (homemade bread)
|
96
|
+
panettone
|
97
|
+
panettone (traditional christmas sweet bread)
|
98
|
+
panna cotta
|
99
|
+
pasticceria (italian pastries)
|
100
|
+
pastries
|
101
|
+
peach cobbler
|
102
|
+
pecan pie
|
103
|
+
pies
|
104
|
+
pineapple upside-down cake
|
105
|
+
pita
|
106
|
+
pizzelle (italian waffle cookies)
|
107
|
+
pizzette (mini pizzas)
|
108
|
+
pound cake
|
109
|
+
profiteroles
|
110
|
+
pumpernickel
|
111
|
+
pumpernickel bread
|
112
|
+
quiche
|
113
|
+
red velvet cake
|
114
|
+
rice pudding
|
115
|
+
roti
|
116
|
+
rundstykke (round piece)
|
117
|
+
rye
|
118
|
+
s'mores
|
119
|
+
sachertorte
|
120
|
+
saint-honoré
|
121
|
+
sfogliatelle (shell-shaped pastry)
|
122
|
+
skærekage (cut cake)
|
123
|
+
snitter
|
124
|
+
sourdough
|
125
|
+
spanakopita (spinach and feta pie)
|
126
|
+
spandauer
|
127
|
+
sponge cake
|
128
|
+
stollen
|
129
|
+
strawberry cake
|
130
|
+
strudel
|
131
|
+
strudel (italian sweet pastry)
|
132
|
+
taralli (italian crackers)
|
133
|
+
tarte au caramel
|
134
|
+
tarte au chocolat
|
135
|
+
tarte au citron
|
136
|
+
tarte aux amandes
|
137
|
+
tarte aux cerises
|
138
|
+
tarte aux fraises
|
139
|
+
tarte aux fraises des bois
|
140
|
+
tarte aux framboises
|
141
|
+
tarte aux fruits
|
142
|
+
tarte aux groseilles
|
143
|
+
tarte aux noisettes
|
144
|
+
tarte aux noix
|
145
|
+
tarte aux poires
|
146
|
+
tarte aux pommes
|
147
|
+
tarte aux prunes
|
148
|
+
tarte aux quetsches
|
149
|
+
tarte tatin
|
150
|
+
tarts
|
151
|
+
tiramisu
|
152
|
+
tiropita (cheese pie)
|
153
|
+
tres leches cake
|
154
|
+
turnovers
|
155
|
+
vanilla cake
|
156
|
+
whole wheat
|
157
|
+
wienerbrød (vienna bread)
|
data/lists/food/bbq.yml
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
title: BBQ food
|
3
|
+
category: food
|
4
|
+
---
|
5
|
+
beef kebab
|
6
|
+
burgers
|
7
|
+
chicken kebab
|
8
|
+
chicken skewers
|
9
|
+
corn on the cob
|
10
|
+
grilled asparagus
|
11
|
+
grilled bell peppers
|
12
|
+
grilled peaches
|
13
|
+
grilled portobello mushrooms
|
14
|
+
grilled salmon
|
15
|
+
grilled vegetables
|
16
|
+
grilled zucchini
|
17
|
+
hot dogs
|
18
|
+
kabobs
|
19
|
+
pineapple slices
|
20
|
+
pork chops
|
21
|
+
ribs
|
22
|
+
sausages
|
23
|
+
shrimp
|
24
|
+
shrimp kebab
|
25
|
+
steak
|
26
|
+
tofu
|
27
|
+
veggie burgers
|
28
|
+
veggie kebab
|
@@ -0,0 +1,73 @@
|
|
1
|
+
---
|
2
|
+
title: Breakfast food
|
3
|
+
category: food
|
4
|
+
---
|
5
|
+
acai bowl
|
6
|
+
assorted breads and pastries
|
7
|
+
avocado toast
|
8
|
+
avocado toast with poached egg
|
9
|
+
bacon
|
10
|
+
bacon benedict
|
11
|
+
bagel with cream cheese
|
12
|
+
baked beans
|
13
|
+
biscuits and gravy
|
14
|
+
boiled eggs
|
15
|
+
breakfast bowl (quinoa, avocado, eggs, smoked salmon)
|
16
|
+
breakfast burrito
|
17
|
+
breakfast burrito bowl
|
18
|
+
breakfast cereal
|
19
|
+
breakfast potatoes
|
20
|
+
breakfast quiche
|
21
|
+
breakfast sandwich (bacon, egg, cheese)
|
22
|
+
breakfast sausage
|
23
|
+
breakfast sausages
|
24
|
+
breakfast smoothie
|
25
|
+
chia seed pudding
|
26
|
+
classic eggs benedict
|
27
|
+
crab benedict
|
28
|
+
crab florentine
|
29
|
+
crab royale
|
30
|
+
croissants
|
31
|
+
danish pastries
|
32
|
+
eggs florentine
|
33
|
+
eggs royale
|
34
|
+
english muffin with butter and jam
|
35
|
+
french toast
|
36
|
+
fresh fruit platter
|
37
|
+
freshly brewed coffee and tea
|
38
|
+
freshly squeezed juices
|
39
|
+
fried eggs
|
40
|
+
frittata
|
41
|
+
gourmet cheeses
|
42
|
+
greek yogurt with berries and honey
|
43
|
+
hash browns
|
44
|
+
huevos benedictos
|
45
|
+
huevos rancheros
|
46
|
+
lobster benedict
|
47
|
+
lobster florentine
|
48
|
+
lobster royale
|
49
|
+
muffins
|
50
|
+
oatmeal with fruits and nuts
|
51
|
+
oatmeal with toppings
|
52
|
+
omelette
|
53
|
+
omelette station with a variety of fillings
|
54
|
+
overnight oats
|
55
|
+
pancakes
|
56
|
+
poached eggs
|
57
|
+
portobello benedict
|
58
|
+
portobello florentine
|
59
|
+
quiche
|
60
|
+
salmon florentine
|
61
|
+
scottish eggs royale
|
62
|
+
scrambled eggs
|
63
|
+
shakshuka
|
64
|
+
shakshuka (poached eggs in a tomato and pepper sauce)
|
65
|
+
smoked salmon and cream cheese on a bagel
|
66
|
+
smoked salmon with capers and onions
|
67
|
+
smoothie bowl
|
68
|
+
spinach benedict
|
69
|
+
veggie florentine
|
70
|
+
veggie royale
|
71
|
+
waffles
|
72
|
+
waffles and pancakes with a variety of syrups and toppings
|
73
|
+
yogurt parfait with granola and berries
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Cuisine
|
3
|
+
category: food
|
4
|
+
---
|
5
|
+
aboriginal australian cuisine
|
6
|
+
afghan cuisine
|
7
|
+
american cuisine
|
8
|
+
argentine cuisine
|
9
|
+
armenian cuisine
|
10
|
+
australian cuisine
|
11
|
+
austrian cuisine
|
12
|
+
azerbaijani cuisine
|
13
|
+
bangladeshi cuisine
|
14
|
+
belgian cuisine
|
15
|
+
bhutanese cuisine
|
16
|
+
brazilian cuisine
|
17
|
+
british cuisine
|
18
|
+
burmese cuisine
|
19
|
+
cajun cuisine
|
20
|
+
californian cuisine
|
21
|
+
cambodian cuisine
|
22
|
+
canadian cuisine
|
23
|
+
cantonese cuisine
|
24
|
+
caribbean cuisine
|
25
|
+
chilean cuisine
|
26
|
+
chinese cuisine
|
27
|
+
colombian cuisine
|
28
|
+
creole cuisine
|
29
|
+
cuban cuisine
|
30
|
+
czech cuisine
|
31
|
+
danish cuisine
|
32
|
+
dutch cuisine
|
33
|
+
egyptian cuisine
|
34
|
+
emirati cuisine
|
35
|
+
ethiopian cuisine
|
36
|
+
filipino cuisine
|
37
|
+
finnish cuisine
|
38
|
+
french cuisine
|
39
|
+
georgian cuisine
|
40
|
+
german cuisine
|
41
|
+
ghanaian cuisine
|
42
|
+
greek cuisine
|
43
|
+
hakka cuisine
|
44
|
+
hawaiian cuisine
|
45
|
+
hunan cuisine
|
46
|
+
hungarian cuisine
|
47
|
+
icelandic cuisine
|
48
|
+
indian cuisine
|
49
|
+
indonesian cuisine
|
50
|
+
inuit cuisine
|
51
|
+
iranian (persian) cuisine
|
52
|
+
iraqi cuisine
|
53
|
+
irish cuisine
|
54
|
+
israeli cuisine
|
55
|
+
italian cuisine
|
56
|
+
jamaican cuisine
|
57
|
+
japanese cuisine
|
58
|
+
jordanian cuisine
|
59
|
+
kazakh cuisine
|
60
|
+
kenyan cuisine
|
61
|
+
korean cuisine
|
62
|
+
laotian cuisine
|
63
|
+
lebanese cuisine
|
64
|
+
malaysian cuisine
|
65
|
+
maori cuisine
|
66
|
+
mediterranean cuisine
|
67
|
+
mexican cuisine
|
68
|
+
mongolian cuisine
|
69
|
+
moroccan cuisine
|
70
|
+
native american cuisine
|
71
|
+
nepalese cuisine
|
72
|
+
new zealand cuisine
|
73
|
+
nigerian cuisine
|
74
|
+
norwegian cuisine
|
75
|
+
okinawan cuisine
|
76
|
+
pacific northwest cuisine
|
77
|
+
pakistani cuisine
|
78
|
+
palestinian cuisine
|
79
|
+
peruvian cuisine
|
80
|
+
polish cuisine
|
81
|
+
polynesian cuisine
|
82
|
+
portuguese cuisine
|
83
|
+
puerto rican cuisine
|
84
|
+
russian cuisine
|
85
|
+
saudi arabian cuisine
|
86
|
+
scottish cuisine
|
87
|
+
sichuan cuisine
|
88
|
+
singaporean cuisine
|
89
|
+
soul food cuisine
|
90
|
+
south african cuisine
|
91
|
+
spanish cuisine
|
92
|
+
sri lankan cuisine
|
93
|
+
swedish cuisine
|
94
|
+
swiss cuisine
|
95
|
+
syrian cuisine
|
96
|
+
taiwanese cuisine
|
97
|
+
tex-mex cuisine
|
98
|
+
thai cuisine
|
99
|
+
tibetan cuisine
|
100
|
+
turkish cuisine
|
101
|
+
uzbek cuisine
|
102
|
+
venezuelan cuisine
|
103
|
+
vietnamese cuisine
|
104
|
+
welsh cuisine
|
data/lists/food/fast.yml
ADDED
@@ -0,0 +1,149 @@
|
|
1
|
+
---
|
2
|
+
title: Fast-food
|
3
|
+
category: food
|
4
|
+
---
|
5
|
+
bacon cheeseburger
|
6
|
+
banana milkshake
|
7
|
+
banh cuon (steamed rice rolls)
|
8
|
+
banh mi
|
9
|
+
banh xeo (vietnamese crepes)
|
10
|
+
bbq burger
|
11
|
+
bento box
|
12
|
+
black bean burger
|
13
|
+
boscaiola pizza
|
14
|
+
bufalina pizza
|
15
|
+
buffalo wing-style fried chicken
|
16
|
+
bun bo hue
|
17
|
+
bun cha
|
18
|
+
burgers
|
19
|
+
burritos
|
20
|
+
buttermilk fried chicken
|
21
|
+
ca kho to (caramelized fish)
|
22
|
+
cajun fried chicken
|
23
|
+
calzone pizza
|
24
|
+
capricciosa pizza
|
25
|
+
caramel milkshake
|
26
|
+
carbonara pizza
|
27
|
+
cha gio (fried spring rolls)
|
28
|
+
chicken nuggets
|
29
|
+
chicken sandwiches
|
30
|
+
chili cheese fries
|
31
|
+
chocolate milkshake
|
32
|
+
chocolate-covered strawberry milkshake
|
33
|
+
chow mein
|
34
|
+
churros
|
35
|
+
classic cheeseburger
|
36
|
+
classic french fries
|
37
|
+
classic southern-style fried chicken
|
38
|
+
coffee milkshake
|
39
|
+
com tam (broken rice)
|
40
|
+
cookies and cream milkshake
|
41
|
+
crinkle cut fries
|
42
|
+
curly fries
|
43
|
+
curry fried chicken
|
44
|
+
diavola pizza
|
45
|
+
donburi
|
46
|
+
double cheeseburger
|
47
|
+
dumplings
|
48
|
+
eel don
|
49
|
+
egg rolls
|
50
|
+
enchiladas
|
51
|
+
fajitas
|
52
|
+
fish sandwiches
|
53
|
+
french fries
|
54
|
+
fried chicken
|
55
|
+
fried rice
|
56
|
+
frutti di mare pizza
|
57
|
+
gang dang curry
|
58
|
+
garlic fries
|
59
|
+
general tso's chicken
|
60
|
+
goi cuon (summer rolls)
|
61
|
+
gorgonzola e noci pizza
|
62
|
+
green curry
|
63
|
+
grilled chicken sandwiches
|
64
|
+
gyoza
|
65
|
+
honey mustard fried chicken
|
66
|
+
hot dogs
|
67
|
+
ice cream sundaes
|
68
|
+
katsu
|
69
|
+
korean-style fried chicken
|
70
|
+
kung pao chicken
|
71
|
+
lamb burger
|
72
|
+
mango sticky rice
|
73
|
+
margherita pizza
|
74
|
+
marinara pizza
|
75
|
+
massaman curry
|
76
|
+
milkshakes
|
77
|
+
mint milkshake
|
78
|
+
mozzarella sticks
|
79
|
+
mushroom swiss burger
|
80
|
+
nachos
|
81
|
+
napoletana pizza
|
82
|
+
nashville hot chicken
|
83
|
+
nem (fried spring rolls)
|
84
|
+
okonomiyaki
|
85
|
+
onigiri
|
86
|
+
onion rings
|
87
|
+
orange chicken
|
88
|
+
ortolana pizza
|
89
|
+
pad krapow
|
90
|
+
pad see ew
|
91
|
+
pad thai
|
92
|
+
panang curry
|
93
|
+
panko-crusted fried chicken
|
94
|
+
papaya salad
|
95
|
+
papaya salad (som tam)
|
96
|
+
parmesan fries
|
97
|
+
peanut butter milkshake
|
98
|
+
pepperoni pizza
|
99
|
+
pho
|
100
|
+
pizza
|
101
|
+
prosciutto e funghi pizza
|
102
|
+
quattro formaggi pizza
|
103
|
+
quattro stagioni pizza
|
104
|
+
quesadillas
|
105
|
+
ramen
|
106
|
+
red curry
|
107
|
+
rucola e parmigiano pizza
|
108
|
+
salad
|
109
|
+
salsiccia e friarielli pizza
|
110
|
+
sashimi
|
111
|
+
sesame chicken
|
112
|
+
siciliana pizza
|
113
|
+
soft drinks
|
114
|
+
soft pretzels
|
115
|
+
spicy chicken burger
|
116
|
+
spring rolls
|
117
|
+
steak fries
|
118
|
+
strawberry milkshake
|
119
|
+
sunomono
|
120
|
+
sushi
|
121
|
+
sweet and sour fried chicken
|
122
|
+
sweet potato fries
|
123
|
+
tacos
|
124
|
+
takoyaki
|
125
|
+
tamales
|
126
|
+
tempura
|
127
|
+
teppanyaki
|
128
|
+
thai basil fried rice
|
129
|
+
thai beef salad (yum nua)
|
130
|
+
thai green papaya salad (som tam)
|
131
|
+
thai pineapple fried rice
|
132
|
+
tom ka gai soup
|
133
|
+
tom kha soup
|
134
|
+
tom yum soup
|
135
|
+
tonno e cipolla pizza
|
136
|
+
tortas
|
137
|
+
truffle fries
|
138
|
+
tsukune
|
139
|
+
turkey burger
|
140
|
+
udon
|
141
|
+
unagi don
|
142
|
+
vanilla milkshake
|
143
|
+
veggie burger
|
144
|
+
waffle fries
|
145
|
+
wontons
|
146
|
+
wraps
|
147
|
+
yaki soba
|
148
|
+
yaki udon
|
149
|
+
yakitori
|
@@ -0,0 +1,113 @@
|
|
1
|
+
---
|
2
|
+
title: Fruits
|
3
|
+
category: food
|
4
|
+
---
|
5
|
+
acai
|
6
|
+
acerola
|
7
|
+
apple
|
8
|
+
apple berry
|
9
|
+
apricot
|
10
|
+
babaco
|
11
|
+
banana
|
12
|
+
banana passionfruit
|
13
|
+
bilberry
|
14
|
+
biriba
|
15
|
+
black sapote
|
16
|
+
blackberry
|
17
|
+
blood orange
|
18
|
+
blueberry
|
19
|
+
blueberry grape
|
20
|
+
buddha's hand
|
21
|
+
cantaloupe
|
22
|
+
carambola
|
23
|
+
chayote
|
24
|
+
cherry
|
25
|
+
cherry guava
|
26
|
+
clementine
|
27
|
+
cocona
|
28
|
+
coconut
|
29
|
+
cranberry
|
30
|
+
cranberry grape
|
31
|
+
crenshaw melon
|
32
|
+
cumquat
|
33
|
+
currant
|
34
|
+
date
|
35
|
+
dragonfruit
|
36
|
+
durian
|
37
|
+
feijoa
|
38
|
+
fig
|
39
|
+
gooseberry
|
40
|
+
grapefruit
|
41
|
+
grapefruit hybrid
|
42
|
+
grapes
|
43
|
+
guava
|
44
|
+
guava berry
|
45
|
+
honeyberry
|
46
|
+
honeydew melon
|
47
|
+
huckleberry
|
48
|
+
ice cream bean
|
49
|
+
jabuticaba
|
50
|
+
jackfruit
|
51
|
+
juneberry
|
52
|
+
kiwano
|
53
|
+
kiwi
|
54
|
+
kumquat
|
55
|
+
kumquat hybrid
|
56
|
+
lemon
|
57
|
+
lemon guava
|
58
|
+
lime
|
59
|
+
loganberry
|
60
|
+
longan
|
61
|
+
loquat
|
62
|
+
lychee
|
63
|
+
lychee tomato
|
64
|
+
mandarinquat
|
65
|
+
mango
|
66
|
+
marañón
|
67
|
+
marionberry
|
68
|
+
melon
|
69
|
+
melon pear
|
70
|
+
miracle fruit
|
71
|
+
monstera deliciosa
|
72
|
+
mulberry
|
73
|
+
nance
|
74
|
+
nectarine
|
75
|
+
ohelo berry
|
76
|
+
oliver's grapefruit hybrid
|
77
|
+
orange
|
78
|
+
orangelo
|
79
|
+
orangette
|
80
|
+
oroblanco
|
81
|
+
ozark berry
|
82
|
+
papaya
|
83
|
+
papaya cherry
|
84
|
+
passion fruit
|
85
|
+
passionfruit guava
|
86
|
+
peach
|
87
|
+
peacharino
|
88
|
+
pear
|
89
|
+
pear ape
|
90
|
+
pineapple
|
91
|
+
pineapple guava
|
92
|
+
plum
|
93
|
+
plumcot
|
94
|
+
pomegranate
|
95
|
+
pummelo
|
96
|
+
purple mangosteen
|
97
|
+
quenette
|
98
|
+
quince
|
99
|
+
raspberry
|
100
|
+
red currant
|
101
|
+
salak
|
102
|
+
satsuma mandarin hybrid
|
103
|
+
sharlyn melon
|
104
|
+
sour grapes
|
105
|
+
star fruit
|
106
|
+
strawberry
|
107
|
+
sugar apple
|
108
|
+
sweetie grapefruit hybrid
|
109
|
+
tangelo
|
110
|
+
tangerine
|
111
|
+
tomato
|
112
|
+
ugli fruit
|
113
|
+
watermelon
|