Initial release: Epicure-Chem embedding (1,790x300, typed FlavorDB compound metapaths only). Paper arxiv 2605.22391.
Browse files- LICENSE +21 -0
- README.md +94 -0
- config.json +44 -0
- cuisine_pole_provenance.json +228 -0
- embeddings.safetensors +3 -0
- epicure.py +208 -0
- factor_pole_index.json +1 -0
- factor_poles.npy +3 -0
- itos.json +1792 -0
- modes.json +0 -0
- paper_slerp_results.csv +721 -0
- supervised_poles.json +0 -0
- vocab.json +1792 -0
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution 4.0 International (CC BY 4.0)
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Jakub Radzikowski and Josef Chen (KAIKAKU.AI)
|
| 4 |
+
|
| 5 |
+
You are free to:
|
| 6 |
+
Share -- copy and redistribute the material in any medium or format
|
| 7 |
+
Adapt -- remix, transform, and build upon the material for any purpose, even commercially
|
| 8 |
+
|
| 9 |
+
Under the following terms:
|
| 10 |
+
Attribution -- You must give appropriate credit, provide a link to the license,
|
| 11 |
+
and indicate if changes were made. You may do so in any reasonable manner, but
|
| 12 |
+
not in any way that suggests the licensor endorses you or your use.
|
| 13 |
+
|
| 14 |
+
No additional restrictions -- You may not apply legal terms or technological
|
| 15 |
+
measures that legally restrict others from doing anything the license permits.
|
| 16 |
+
|
| 17 |
+
Full text: https://creativecommons.org/licenses/by/4.0/legalcode
|
| 18 |
+
|
| 19 |
+
Citation:
|
| 20 |
+
Radzikowski, J. and Chen, J. (2026). Epicure: Navigating the Emergent Geometry
|
| 21 |
+
of Food Ingredient Embeddings. arXiv:2605.22391.
|
README.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
- ru
|
| 7 |
+
- vi
|
| 8 |
+
- es
|
| 9 |
+
- tr
|
| 10 |
+
- id
|
| 11 |
+
- de
|
| 12 |
+
library_name: custom
|
| 13 |
+
tags:
|
| 14 |
+
- ingredient-embeddings
|
| 15 |
+
- food
|
| 16 |
+
- computational-gastronomy
|
| 17 |
+
- metapath2vec
|
| 18 |
+
- skip-gram
|
| 19 |
+
- word2vec
|
| 20 |
+
- retrieval
|
| 21 |
+
- feature-extraction
|
| 22 |
+
pipeline_tag: feature-extraction
|
| 23 |
+
datasets:
|
| 24 |
+
- Kaikaku/epicure-corpus-resources
|
| 25 |
+
arxiv: 2605.22391
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# Epicure-Chem
|
| 29 |
+
|
| 30 |
+
A 300-dimensional skip-gram ingredient embedding over a 1,790-ingredient canonical vocabulary, trained exclusively on typed FlavorDB ingredient-compound metapath walks. Chem is the chemistry extreme of the three siblings: `ii_repeat=0` so the skip-gram objective never sees a direct ingredient-ingredient walk. All context is compound-mediated through three families of walks: within-type H-C[x]-H, via-compound N-H-C[x]-H-N, and cross-type C[x]-H-N-H-C[y].
|
| 31 |
+
|
| 32 |
+
Companions in the family: [epicure-cooc](https://huggingface.co/Kaikaku/epicure-cooc) (recipe-context only) and [epicure-core](https://huggingface.co/Kaikaku/epicure-core) (blended).
|
| 33 |
+
|
| 34 |
+
Paper: [Epicure: Navigating the Emergent Geometry of Food Ingredient Embeddings](https://arxiv.org/abs/2605.22391)
|
| 35 |
+
|
| 36 |
+
## Quick start
|
| 37 |
+
|
| 38 |
+
```python
|
| 39 |
+
from epicure import Epicure
|
| 40 |
+
|
| 41 |
+
m = Epicure.from_pretrained("Kaikaku/epicure-chem")
|
| 42 |
+
|
| 43 |
+
m.neighbors("chicken", k=5)
|
| 44 |
+
# -> [('beef', 0.41), ('pork', 0.34), ('cream_of_chicken_soup', 0.31),
|
| 45 |
+
# ('buffalo_wing_sauce', 0.29), ('peanut', 0.28)]
|
| 46 |
+
|
| 47 |
+
m.slerp("corn", "cuisine:Latin_American", theta_deg=30, k=5)
|
| 48 |
+
# -> [('poblano_pepper', 0.53), ('corn_tortilla', 0.51), ('salsa', 0.50),
|
| 49 |
+
# ('queso_fresco', 0.49), ('chipotle_pepper', 0.49)]
|
| 50 |
+
|
| 51 |
+
m.closest_mode("miso", kind="factor", k=3)
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
## What is in this repo
|
| 55 |
+
|
| 56 |
+
Same structure as the Cooc sibling. Chem-specific:
|
| 57 |
+
|
| 58 |
+
- `modes.json`: 200 modes across 43 properties.
|
| 59 |
+
- `factor_poles.npy` shape: (87, 300).
|
| 60 |
+
- `supervised_poles.json`: 120 entries.
|
| 61 |
+
|
| 62 |
+
## Reported numbers (this sibling)
|
| 63 |
+
|
| 64 |
+
From [the paper](https://arxiv.org/abs/2605.22391):
|
| 65 |
+
|
| 66 |
+
- Isotropy: participation ratio `PR = 183.1`, average pairwise cosine in the 0.10-0.12 band. Most isotropic of the three siblings.
|
| 67 |
+
- Direction quality (5-fold CV Spearman rho): baked-in CF 0.46; held-out basic-taste CF 0.47; USDA macros 0.49. Cuisine Cohen's d mean 3.07 (highest of the three; leads on 8 of 8 macro-regions).
|
| 68 |
+
- Across all 27 continuous probes Chem beats Core on 26 and Cooc on 27. The chemistry-mediated walk schema sharpens linear directions most.
|
| 69 |
+
- Emergent modes: 200 modes / 43 properties. Mean within-mode coherence 0.703 against random-pair baseline 0.115 (margin 0.588).
|
| 70 |
+
|
| 71 |
+
When to pick Chem: you want the strongest supervised-direction recovery and the cleanest flavour-profile clustering. Chem's nearest-neighbour for `chicken` is `beef` (chemistry peer), and queries like `basil` retrieve `tarragon, oregano, rosemary, pasta, fennel` -- the Italian-herb chemistry cluster -- rather than the Cooc recipe-companion variant.
|
| 72 |
+
|
| 73 |
+
## Operator semantics
|
| 74 |
+
|
| 75 |
+
Same as Cooc. See [epicure-cooc](https://huggingface.co/Kaikaku/epicure-cooc) for the full operator reference.
|
| 76 |
+
|
| 77 |
+
## Honesty about cuisine pole reconstruction
|
| 78 |
+
|
| 79 |
+
See the [epicure-cooc model card](https://huggingface.co/Kaikaku/epicure-cooc) for the full discussion. Chem's cuisine SLERP results match paper-genre tightly because its chemistry-mediated walks cluster ingredients by aroma profile, which correlates strongly with regional cuisine.
|
| 80 |
+
|
| 81 |
+
## Limitations and citation
|
| 82 |
+
|
| 83 |
+
See [the paper Section 5.3](https://arxiv.org/abs/2605.22391). Note in particular the **hub coverage** limit for Chem: of the 1,790 ingredients only 523 are chemistry hubs with direct typed I-C edges. The remaining 1,267 non-hubs reach compound context only via the N-H-C[x]-H-N metapath. Their chemistry signal is one walk-hop further removed than the hubs'. Broader compound coverage (FooDB, USDA Food Patterns Equivalents) would shorten that chain.
|
| 84 |
+
|
| 85 |
+
```bibtex
|
| 86 |
+
@article{radzikowski2026epicure,
|
| 87 |
+
title = {Epicure: Navigating the Emergent Geometry of Food Ingredient Embeddings},
|
| 88 |
+
author = {Radzikowski, Jakub and Chen, Josef},
|
| 89 |
+
journal = {arXiv preprint arXiv:2605.22391},
|
| 90 |
+
year = {2026}
|
| 91 |
+
}
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
License: CC BY 4.0.
|
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "metapath2vec_skipgram",
|
| 3 |
+
"schema": "chem",
|
| 4 |
+
"d_model": 300,
|
| 5 |
+
"vocab_size": 1790,
|
| 6 |
+
"walk_schema": "typed FlavorDB ingredient-compound metapaths only (ii_repeat=0)",
|
| 7 |
+
"training": {
|
| 8 |
+
"walks_per_node": 100,
|
| 9 |
+
"walk_length": 50,
|
| 10 |
+
"context_size": 7,
|
| 11 |
+
"negative_samples": 5,
|
| 12 |
+
"batch_size": 32768,
|
| 13 |
+
"learning_rate": 0.0025,
|
| 14 |
+
"epochs": 20,
|
| 15 |
+
"framework": "pytorch",
|
| 16 |
+
"objective": "skip-gram-negative-sampling"
|
| 17 |
+
},
|
| 18 |
+
"normalization": "raw skip-gram outputs; L2-normalise before cosine ops",
|
| 19 |
+
"corpus": {
|
| 20 |
+
"n_recipes": 4135189,
|
| 21 |
+
"n_recipes_matched": 4103118,
|
| 22 |
+
"n_sources": 11,
|
| 23 |
+
"languages": [
|
| 24 |
+
"en",
|
| 25 |
+
"zh",
|
| 26 |
+
"ru",
|
| 27 |
+
"vi",
|
| 28 |
+
"es",
|
| 29 |
+
"tr",
|
| 30 |
+
"id",
|
| 31 |
+
"de"
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
"graph": {
|
| 35 |
+
"ii_edges_npmi": 203508,
|
| 36 |
+
"ic_edges_typed": 80019,
|
| 37 |
+
"compound_nodes": 2247,
|
| 38 |
+
"compound_categories": 15,
|
| 39 |
+
"ingredient_hubs": 523,
|
| 40 |
+
"ingredient_non_hubs": 1267
|
| 41 |
+
},
|
| 42 |
+
"arxiv": "2605.22391",
|
| 43 |
+
"paper_title": "Epicure: Navigating the Emergent Geometry of Food Ingredient Embeddings"
|
| 44 |
+
}
|
cuisine_pole_provenance.json
ADDED
|
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cuisine:East_Asian": [
|
| 3 |
+
{
|
| 4 |
+
"mode_id": "nova_level/M2",
|
| 5 |
+
"label": "East Asian processed condiments and sauces"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"mode_id": "cf_sweet/M3",
|
| 9 |
+
"label": "East Asian pungent condiments and aromatics"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"mode_id": "cf_sweet/M4",
|
| 13 |
+
"label": "East-Asian mild vegetables and tubers"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"mode_id": "cf_savory/M1",
|
| 17 |
+
"label": "East-Asian savory vegetables and mushrooms"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"mode_id": "cf_savory/M2",
|
| 21 |
+
"label": "East Asian savory pantry staples"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"mode_id": "cf_savory/M6",
|
| 25 |
+
"label": "South and Southeast Asian savory spices and pulses"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"mode_id": "cf_savory/M7",
|
| 29 |
+
"label": "East-Asian sweet grains and tropical seeds"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"mode_id": "cf_meaty/M3",
|
| 33 |
+
"label": "East Asian umami seafood and mushrooms"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"mode_id": "cf_balsamic/M3",
|
| 37 |
+
"label": "East Asian vinegars and umami condiments"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"mode_id": "cf_citrus/M0",
|
| 41 |
+
"label": "Southeast Asian citrus-fish aromatics"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"mode_id": "cf_citrus/M1",
|
| 45 |
+
"label": "East Asian spiced fish aromatics"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"mode_id": "cf_minty/M1",
|
| 49 |
+
"label": "East Asian earthy vegetables and tubers"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"mode_id": "cf_minty/M4",
|
| 53 |
+
"label": "Southeast Asian aromatic chili spices"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"mode_id": "cf_earthy/M0",
|
| 57 |
+
"label": "East Asian fish and umami staples"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"mode_id": "sour_score/M0",
|
| 61 |
+
"label": "East Asian vegetables and mushrooms"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"mode_id": "bitter_score/M3",
|
| 65 |
+
"label": "East Asian pungent aromatics and wild mushrooms"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"mode_id": "umami_score/M0",
|
| 69 |
+
"label": "East Asian umami mushrooms and seafood"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"mode_id": "umami_score/M1",
|
| 73 |
+
"label": "East-Asian savory grains and vegetables"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"mode_id": "pungent_score/M1",
|
| 77 |
+
"label": "East Asian vegetables and mushrooms"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"mode_id": "pungent_score/M4",
|
| 81 |
+
"label": "Southeast Asian aromatics and chili peppers"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"mode_id": "fatty_score/M0",
|
| 85 |
+
"label": "East Asian mushrooms and aromatics"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"mode_id": "usda_fiber_g/M3",
|
| 89 |
+
"label": "East-Asian grains, seeds, and roots"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"mode_id": "fg_Pantry/M2",
|
| 93 |
+
"label": "East Asian savory sauces and condiments"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"mode_id": "fg_Vegetable/M0",
|
| 97 |
+
"label": "East Asian mushrooms and vegetables"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"mode_id": "fg_Vegetable/M2",
|
| 101 |
+
"label": "East-Asian vegetables and mushrooms"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"mode_id": "fg_Beverage/M1",
|
| 105 |
+
"label": "East Asian teas and plant-based beverages"
|
| 106 |
+
}
|
| 107 |
+
],
|
| 108 |
+
"cuisine:Japanese": [
|
| 109 |
+
{
|
| 110 |
+
"mode_id": "cf_meaty/M0",
|
| 111 |
+
"label": "Japanese umami seafood and dashi ingredients"
|
| 112 |
+
}
|
| 113 |
+
],
|
| 114 |
+
"cuisine:Southeast_Asian": [
|
| 115 |
+
{
|
| 116 |
+
"mode_id": "cf_savory/M6",
|
| 117 |
+
"label": "South and Southeast Asian savory spices and pulses"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"mode_id": "cf_citrus/M0",
|
| 121 |
+
"label": "Southeast Asian citrus-fish aromatics"
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"mode_id": "cf_minty/M4",
|
| 125 |
+
"label": "Southeast Asian aromatic chili spices"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"mode_id": "pungent_score/M4",
|
| 129 |
+
"label": "Southeast Asian aromatics and chili peppers"
|
| 130 |
+
}
|
| 131 |
+
],
|
| 132 |
+
"cuisine:South_Asian": [
|
| 133 |
+
{
|
| 134 |
+
"mode_id": "bitter_score/M1",
|
| 135 |
+
"label": "South Asian bitter aromatic spices"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"mode_id": "fg_Spice/M0",
|
| 139 |
+
"label": "South Asian whole and ground spices"
|
| 140 |
+
}
|
| 141 |
+
],
|
| 142 |
+
"cuisine:Mediterranean": [
|
| 143 |
+
{
|
| 144 |
+
"mode_id": "cf_sweet/M0",
|
| 145 |
+
"label": "Mediterranean vinegars and warm spices"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"mode_id": "cf_savory/M0",
|
| 149 |
+
"label": "Mediterranean salad and grain pantry"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"mode_id": "cf_savory/M5",
|
| 153 |
+
"label": "Mediterranean cheeses and savory Italian staples"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"mode_id": "cf_balsamic/M5",
|
| 157 |
+
"label": "Mediterranean vinaigrettes and warm spices"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"mode_id": "cf_citrus/M2",
|
| 161 |
+
"label": "Mediterranean cheeses and aromatic peppers"
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"mode_id": "cf_earthy/M3",
|
| 165 |
+
"label": "Savory Mediterranean melting cheeses"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"mode_id": "sour_score/M1",
|
| 169 |
+
"label": "Mediterranean peppers, vinegars and sharp cheeses"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"mode_id": "sour_score/M2",
|
| 173 |
+
"label": "Mediterranean hearty vegetables and legumes"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"mode_id": "bitter_score/M2",
|
| 177 |
+
"label": "Mediterranean cheeses and peppers"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"mode_id": "umami_score/M3",
|
| 181 |
+
"label": "Mediterranean cheeses and savory umami staples"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"mode_id": "pungent_score/M3",
|
| 185 |
+
"label": "Mediterranean vegetables, legumes and savory herbs"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"mode_id": "fatty_score/M2",
|
| 189 |
+
"label": "Mediterranean cheeses and savory antipasti"
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"mode_id": "usda_protein_g/M3",
|
| 193 |
+
"label": "Italian cured meats and hearty cheeses"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"mode_id": "usda_caloric_density/M0",
|
| 197 |
+
"label": "Rich Italian cheeses and cured meats"
|
| 198 |
+
}
|
| 199 |
+
],
|
| 200 |
+
"cuisine:Western_Atlantic": [
|
| 201 |
+
{
|
| 202 |
+
"mode_id": "cf_minty/M3",
|
| 203 |
+
"label": "Latin American dried and fresh chiles"
|
| 204 |
+
}
|
| 205 |
+
],
|
| 206 |
+
"cuisine:Latin_American": [
|
| 207 |
+
{
|
| 208 |
+
"mode_id": "cf_savory/M4",
|
| 209 |
+
"label": "Mexican chiles peppers and beans"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"mode_id": "cf_citrus/M4",
|
| 213 |
+
"label": "Mexican cheeses and dried chiles"
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"mode_id": "cf_minty/M3",
|
| 217 |
+
"label": "Latin American dried and fresh chiles"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"mode_id": "bitter_score/M4",
|
| 221 |
+
"label": "Mexican chiles and cheeses"
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"mode_id": "fatty_score/M1",
|
| 225 |
+
"label": "Mexican chiles and melting cheeses"
|
| 226 |
+
}
|
| 227 |
+
]
|
| 228 |
+
}
|
embeddings.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66679efdd10502f3ba52bc18c379a3617a11c8b30afc29327a286b1c5b2a22b9
|
| 3 |
+
size 2148088
|
epicure.py
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Epicure: minimal loader for the three sibling ingredient embeddings.
|
| 3 |
+
|
| 4 |
+
Usage
|
| 5 |
+
-----
|
| 6 |
+
from epicure import Epicure
|
| 7 |
+
m = Epicure.from_pretrained("Kaikaku/epicure-cooc")
|
| 8 |
+
m.neighbors("chicken", k=5)
|
| 9 |
+
m.slerp("rice", "cuisine:South_Asian/South Asian", theta_deg=30, k=5)
|
| 10 |
+
m.closest_mode("miso", kind="factor", k=3)
|
| 11 |
+
|
| 12 |
+
The three repos (epicure-cooc, epicure-core, epicure-chem) ship the same loader.
|
| 13 |
+
Paper: https://arxiv.org/abs/2605.22391
|
| 14 |
+
"""
|
| 15 |
+
|
| 16 |
+
from __future__ import annotations
|
| 17 |
+
|
| 18 |
+
import json
|
| 19 |
+
import os
|
| 20 |
+
from dataclasses import dataclass
|
| 21 |
+
from typing import Iterable
|
| 22 |
+
|
| 23 |
+
import numpy as np
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
def _try_hf_download(repo_id: str, filename: str, revision: str | None = None) -> str:
|
| 27 |
+
try:
|
| 28 |
+
from huggingface_hub import hf_hub_download
|
| 29 |
+
except ImportError as exc:
|
| 30 |
+
raise ImportError(
|
| 31 |
+
"huggingface_hub is required for from_pretrained(). "
|
| 32 |
+
"Install with: pip install huggingface_hub safetensors numpy"
|
| 33 |
+
) from exc
|
| 34 |
+
return hf_hub_download(repo_id=repo_id, filename=filename, revision=revision)
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
def _load_safetensors(path: str) -> np.ndarray:
|
| 38 |
+
try:
|
| 39 |
+
from safetensors.numpy import load_file
|
| 40 |
+
except ImportError as exc:
|
| 41 |
+
raise ImportError("safetensors required. pip install safetensors") from exc
|
| 42 |
+
return load_file(path)["embeddings"]
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
def _unit(v: np.ndarray, axis: int = -1, eps: float = 1e-9) -> np.ndarray:
|
| 46 |
+
n = np.linalg.norm(v, axis=axis, keepdims=True)
|
| 47 |
+
return v / np.maximum(n, eps)
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
@dataclass
|
| 51 |
+
class ModeEntry:
|
| 52 |
+
mode_id: str
|
| 53 |
+
kind: str
|
| 54 |
+
property: str
|
| 55 |
+
label: str
|
| 56 |
+
n_members: int
|
| 57 |
+
members: list[str]
|
| 58 |
+
pole: np.ndarray # (d_model,) unit-normalised
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
class Epicure:
|
| 62 |
+
"""Lookup-table embedding with neighbour, SLERP, and closest-mode operators."""
|
| 63 |
+
|
| 64 |
+
def __init__(
|
| 65 |
+
self,
|
| 66 |
+
E: np.ndarray,
|
| 67 |
+
vocab: dict[str, int],
|
| 68 |
+
modes: list[ModeEntry],
|
| 69 |
+
supervised_poles: dict[str, np.ndarray],
|
| 70 |
+
config: dict,
|
| 71 |
+
):
|
| 72 |
+
self.E_raw = E.astype(np.float32)
|
| 73 |
+
self.E = _unit(self.E_raw)
|
| 74 |
+
self.vocab = vocab
|
| 75 |
+
self.itos = {i: n for n, i in vocab.items()}
|
| 76 |
+
self.modes = modes
|
| 77 |
+
self.supervised_poles = supervised_poles
|
| 78 |
+
self.config = config
|
| 79 |
+
|
| 80 |
+
# ----- constructors -----
|
| 81 |
+
|
| 82 |
+
@classmethod
|
| 83 |
+
def from_pretrained(cls, repo_id_or_path: str, revision: str | None = None) -> "Epicure":
|
| 84 |
+
if os.path.isdir(repo_id_or_path):
|
| 85 |
+
base = repo_id_or_path
|
| 86 |
+
getp = lambda fn: os.path.join(base, fn)
|
| 87 |
+
else:
|
| 88 |
+
getp = lambda fn: _try_hf_download(repo_id_or_path, fn, revision=revision)
|
| 89 |
+
E = _load_safetensors(getp("embeddings.safetensors"))
|
| 90 |
+
with open(getp("vocab.json")) as f:
|
| 91 |
+
vocab = json.load(f)
|
| 92 |
+
with open(getp("modes.json")) as f:
|
| 93 |
+
modes_raw = json.load(f)
|
| 94 |
+
with open(getp("supervised_poles.json")) as f:
|
| 95 |
+
sup_raw = json.load(f)
|
| 96 |
+
with open(getp("config.json")) as f:
|
| 97 |
+
config = json.load(f)
|
| 98 |
+
modes = [
|
| 99 |
+
ModeEntry(
|
| 100 |
+
mode_id=m["mode_id"],
|
| 101 |
+
kind=m["kind"],
|
| 102 |
+
property=m["property"],
|
| 103 |
+
label=m["label"],
|
| 104 |
+
n_members=m["n_members"],
|
| 105 |
+
members=m["members"],
|
| 106 |
+
pole=np.array(m["pole"], dtype=np.float32),
|
| 107 |
+
)
|
| 108 |
+
for m in modes_raw
|
| 109 |
+
]
|
| 110 |
+
supervised_poles = {k: np.array(v, dtype=np.float32) for k, v in sup_raw.items()}
|
| 111 |
+
return cls(E, vocab, modes, supervised_poles, config)
|
| 112 |
+
|
| 113 |
+
# ----- core operators -----
|
| 114 |
+
|
| 115 |
+
def vec(self, name: str, normalised: bool = True) -> np.ndarray:
|
| 116 |
+
i = self.vocab[name]
|
| 117 |
+
return self.E[i] if normalised else self.E_raw[i]
|
| 118 |
+
|
| 119 |
+
def neighbors(self, name: str, k: int = 5, exclude_self: bool = True) -> list[tuple[str, float]]:
|
| 120 |
+
v = self.vec(name)
|
| 121 |
+
sims = self.E @ v
|
| 122 |
+
order = np.argsort(-sims)
|
| 123 |
+
start = 1 if exclude_self else 0
|
| 124 |
+
return [(self.itos[int(i)], float(sims[i])) for i in order[start:start + k]]
|
| 125 |
+
|
| 126 |
+
def slerp(
|
| 127 |
+
self,
|
| 128 |
+
seed: str,
|
| 129 |
+
direction: str | np.ndarray,
|
| 130 |
+
theta_deg: float,
|
| 131 |
+
k: int = 5,
|
| 132 |
+
exclude_seed: bool = True,
|
| 133 |
+
) -> list[tuple[str, float]]:
|
| 134 |
+
"""Rotate the seed vector toward a unit direction by angle theta on the unit sphere.
|
| 135 |
+
|
| 136 |
+
``direction`` is either a supervised pole key (e.g.
|
| 137 |
+
``"cuisine:South_Asian"``) or a raw (d_model,) np.ndarray.
|
| 138 |
+
At theta=0 the query is the seed. At theta=60deg cosine to seed = 0.5.
|
| 139 |
+
With ``exclude_seed=True`` (default) the seed ingredient is removed from results
|
| 140 |
+
(the paper's reported tables also exclude it).
|
| 141 |
+
"""
|
| 142 |
+
seed_idx = self.vocab[seed]
|
| 143 |
+
v = self.E[seed_idx]
|
| 144 |
+
d = self.supervised_poles[direction] if isinstance(direction, str) else direction
|
| 145 |
+
d = np.asarray(d, dtype=np.float32)
|
| 146 |
+
d = _unit(d)
|
| 147 |
+
# Gram-Schmidt: orthogonal component of d relative to v
|
| 148 |
+
d_perp = d - (d @ v) * v
|
| 149 |
+
n_perp = np.linalg.norm(d_perp)
|
| 150 |
+
if n_perp < 1e-9:
|
| 151 |
+
# d is colinear with v: rotation has no defined plane; return seed neighbours
|
| 152 |
+
return self.neighbors(seed, k=k)
|
| 153 |
+
d_perp = d_perp / n_perp
|
| 154 |
+
theta = np.deg2rad(float(theta_deg))
|
| 155 |
+
q = np.cos(theta) * v + np.sin(theta) * d_perp
|
| 156 |
+
q = _unit(q)
|
| 157 |
+
sims = self.E @ q
|
| 158 |
+
if exclude_seed:
|
| 159 |
+
sims[seed_idx] = -np.inf
|
| 160 |
+
order = np.argsort(-sims)
|
| 161 |
+
return [(self.itos[int(i)], float(sims[i])) for i in order[:k]]
|
| 162 |
+
|
| 163 |
+
def closest_mode(
|
| 164 |
+
self,
|
| 165 |
+
name: str,
|
| 166 |
+
kind: str | None = None,
|
| 167 |
+
k: int = 3,
|
| 168 |
+
) -> list[tuple[str, str, float]]:
|
| 169 |
+
"""Return the top-k closest modes to the named ingredient.
|
| 170 |
+
|
| 171 |
+
``kind`` filters by mode kind: 'factor', 'cuisine', 'food_group',
|
| 172 |
+
'nova_level', 'cf_sensory', 'usda_nutrient' or None for all.
|
| 173 |
+
"""
|
| 174 |
+
v = self.vec(name)
|
| 175 |
+
scored = []
|
| 176 |
+
for m in self.modes:
|
| 177 |
+
if kind is not None and m.kind != kind:
|
| 178 |
+
continue
|
| 179 |
+
scored.append((m.mode_id, m.label, float(_unit(m.pole) @ v)))
|
| 180 |
+
scored.sort(key=lambda x: -x[2])
|
| 181 |
+
return scored[:k]
|
| 182 |
+
|
| 183 |
+
def mode_members(self, mode_id: str, k: int | None = None) -> list[str]:
|
| 184 |
+
for m in self.modes:
|
| 185 |
+
if m.mode_id == mode_id:
|
| 186 |
+
return m.members[:k] if k is not None else m.members
|
| 187 |
+
raise KeyError(mode_id)
|
| 188 |
+
|
| 189 |
+
# ----- introspection -----
|
| 190 |
+
|
| 191 |
+
def list_supervised_poles(self, prefix: str | None = None) -> list[str]:
|
| 192 |
+
if prefix is None:
|
| 193 |
+
return list(self.supervised_poles.keys())
|
| 194 |
+
return [k for k in self.supervised_poles if k.startswith(prefix)]
|
| 195 |
+
|
| 196 |
+
def list_modes(self, kind: str | None = None) -> list[tuple[str, str]]:
|
| 197 |
+
if kind is None:
|
| 198 |
+
return [(m.mode_id, m.label) for m in self.modes]
|
| 199 |
+
return [(m.mode_id, m.label) for m in self.modes if m.kind == kind]
|
| 200 |
+
|
| 201 |
+
def __repr__(self) -> str:
|
| 202 |
+
return (
|
| 203 |
+
f"Epicure(schema={self.config.get('schema')!r}, "
|
| 204 |
+
f"d_model={self.config.get('d_model')}, "
|
| 205 |
+
f"vocab_size={self.config.get('vocab_size')}, "
|
| 206 |
+
f"modes={len(self.modes)}, "
|
| 207 |
+
f"supervised_poles={len(self.supervised_poles)})"
|
| 208 |
+
)
|
factor_pole_index.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
["F_0/M0", "F_0/M1", "F_0/M2", "F_0/M3", "F_0/M4", "F_0/M5", "F_1/M0", "F_1/M1", "F_1/M2", "F_1/M3", "F_10/M0", "F_10/M1", "F_10/M2", "F_10/M3", "F_10/M4", "F_10/M5", "F_10/M6", "F_11/M0", "F_11/M1", "F_11/M2", "F_11/M3", "F_11/M4", "F_11/M5", "F_12/M0", "F_12/M1", "F_12/M2", "F_12/M3", "F_12/M4", "F_13/M0", "F_13/M1", "F_13/M2", "F_13/M3", "F_13/M4", "F_14/M0", "F_14/M1", "F_14/M2", "F_14/M3", "F_14/M4", "F_18/M0", "F_18/M1", "F_18/M2", "F_18/M3", "F_18/M4", "F_19/M0", "F_19/M1", "F_19/M2", "F_2/M0", "F_2/M1", "F_2/M2", "F_2/M3", "F_2/M4", "F_3/M0", "F_3/M1", "F_3/M2", "F_3/M3", "F_3/M4", "F_3/M5", "F_4/M0", "F_4/M1", "F_4/M2", "F_4/M3", "F_4/M4", "F_5/M0", "F_5/M1", "F_5/M2", "F_5/M3", "F_5/M4", "F_5/M5", "F_6/M0", "F_6/M1", "F_6/M2", "F_6/M3", "F_7/M0", "F_7/M1", "F_7/M2", "F_7/M3", "F_7/M4", "F_8/M0", "F_8/M1", "F_8/M2", "F_8/M3", "F_8/M4", "F_8/M5", "F_9/M0", "F_9/M1", "F_9/M2", "F_9/M3"]
|
factor_poles.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e53c129d9ab60f69bc01bcaa739099000ee5a1a22a635bc7eba6df558ab5121
|
| 3 |
+
size 104528
|
itos.json
ADDED
|
@@ -0,0 +1,1792 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "abalone",
|
| 3 |
+
"1": "abalone_mushroom",
|
| 4 |
+
"2": "absinthe",
|
| 5 |
+
"3": "acacia",
|
| 6 |
+
"4": "acai",
|
| 7 |
+
"5": "acerola",
|
| 8 |
+
"6": "achiote_paste",
|
| 9 |
+
"7": "acorn",
|
| 10 |
+
"8": "acorn_squash",
|
| 11 |
+
"9": "activated_charcoal_powder",
|
| 12 |
+
"10": "adjika",
|
| 13 |
+
"11": "adobo_sauce",
|
| 14 |
+
"12": "adobo_seasoning",
|
| 15 |
+
"13": "advocaat",
|
| 16 |
+
"14": "agar",
|
| 17 |
+
"15": "agati_flower",
|
| 18 |
+
"16": "agave_syrup",
|
| 19 |
+
"17": "aguardiente",
|
| 20 |
+
"18": "aji_amarillo",
|
| 21 |
+
"19": "aji_panca",
|
| 22 |
+
"20": "ajvar",
|
| 23 |
+
"21": "ajwain",
|
| 24 |
+
"22": "alcaparrado",
|
| 25 |
+
"23": "aleppo_pepper",
|
| 26 |
+
"24": "alfalfa_sprout",
|
| 27 |
+
"25": "alfredo_sauce",
|
| 28 |
+
"26": "alligator",
|
| 29 |
+
"27": "allspice",
|
| 30 |
+
"28": "allulose",
|
| 31 |
+
"29": "almond",
|
| 32 |
+
"30": "almond_butter",
|
| 33 |
+
"31": "almond_milk",
|
| 34 |
+
"32": "almond_paste",
|
| 35 |
+
"33": "almond_tofu",
|
| 36 |
+
"34": "aloe_vera",
|
| 37 |
+
"35": "alum",
|
| 38 |
+
"36": "amaranth",
|
| 39 |
+
"37": "amaretti_cookie",
|
| 40 |
+
"38": "amaretto",
|
| 41 |
+
"39": "amaro",
|
| 42 |
+
"40": "amazake",
|
| 43 |
+
"41": "amberjack",
|
| 44 |
+
"42": "amchur",
|
| 45 |
+
"43": "american_cheese",
|
| 46 |
+
"44": "anaheim_chile",
|
| 47 |
+
"45": "anardana_powder",
|
| 48 |
+
"46": "ancho_chile",
|
| 49 |
+
"47": "anchovy",
|
| 50 |
+
"48": "andouille_sausage",
|
| 51 |
+
"49": "angelica_root",
|
| 52 |
+
"50": "anise",
|
| 53 |
+
"51": "anisette",
|
| 54 |
+
"52": "annatto_seed",
|
| 55 |
+
"53": "aonori",
|
| 56 |
+
"54": "apple",
|
| 57 |
+
"55": "apple_brandy",
|
| 58 |
+
"56": "apple_cider",
|
| 59 |
+
"57": "apple_cider_vinegar",
|
| 60 |
+
"58": "apple_pie_spice",
|
| 61 |
+
"59": "applewood_chip",
|
| 62 |
+
"60": "apricot",
|
| 63 |
+
"61": "apricot_brandy",
|
| 64 |
+
"62": "aquafaba",
|
| 65 |
+
"63": "aquavit",
|
| 66 |
+
"64": "arame",
|
| 67 |
+
"65": "arctic_char",
|
| 68 |
+
"66": "arepa",
|
| 69 |
+
"67": "argan_oil",
|
| 70 |
+
"68": "armagnac",
|
| 71 |
+
"69": "aronia_berry",
|
| 72 |
+
"70": "arrowhead",
|
| 73 |
+
"71": "arrowroot",
|
| 74 |
+
"72": "artichoke",
|
| 75 |
+
"73": "arugula",
|
| 76 |
+
"74": "asafoetida",
|
| 77 |
+
"75": "asam_gelugur",
|
| 78 |
+
"76": "ascorbic_acid",
|
| 79 |
+
"77": "asiago_cheese",
|
| 80 |
+
"78": "asian_pear",
|
| 81 |
+
"79": "asparagus",
|
| 82 |
+
"80": "astragalus_root",
|
| 83 |
+
"81": "avocado",
|
| 84 |
+
"82": "avocado_oil",
|
| 85 |
+
"83": "ayran",
|
| 86 |
+
"84": "bacon",
|
| 87 |
+
"85": "bagel",
|
| 88 |
+
"86": "baharat",
|
| 89 |
+
"87": "bai_ji_mo",
|
| 90 |
+
"88": "baijiu",
|
| 91 |
+
"89": "bak_kut_teh_spice",
|
| 92 |
+
"90": "baked_beans",
|
| 93 |
+
"91": "bakers_ammonia",
|
| 94 |
+
"92": "baking_powder",
|
| 95 |
+
"93": "baking_soda",
|
| 96 |
+
"94": "balado_seasoning",
|
| 97 |
+
"95": "balsamic_vinegar",
|
| 98 |
+
"96": "balut",
|
| 99 |
+
"97": "balyk",
|
| 100 |
+
"98": "bamboo_leaf",
|
| 101 |
+
"99": "bamboo_pith_mushroom",
|
| 102 |
+
"100": "bamboo_salt",
|
| 103 |
+
"101": "bamboo_shoot",
|
| 104 |
+
"102": "banana",
|
| 105 |
+
"103": "banana_blossom",
|
| 106 |
+
"104": "banana_leaf",
|
| 107 |
+
"105": "banana_pepper",
|
| 108 |
+
"106": "barbecue_sauce",
|
| 109 |
+
"107": "barbecue_seasoning",
|
| 110 |
+
"108": "barberry",
|
| 111 |
+
"109": "barley",
|
| 112 |
+
"110": "barley_grass",
|
| 113 |
+
"111": "barramundi",
|
| 114 |
+
"112": "basa",
|
| 115 |
+
"113": "basil",
|
| 116 |
+
"114": "basil_seed",
|
| 117 |
+
"115": "basmati_rice",
|
| 118 |
+
"116": "batang_fish",
|
| 119 |
+
"117": "bay_leaf",
|
| 120 |
+
"118": "bean",
|
| 121 |
+
"119": "bean_sprout",
|
| 122 |
+
"120": "bear_meat",
|
| 123 |
+
"121": "bearnaise_sauce",
|
| 124 |
+
"122": "bechamel",
|
| 125 |
+
"123": "bee_pollen",
|
| 126 |
+
"124": "beef",
|
| 127 |
+
"125": "beer",
|
| 128 |
+
"126": "beet",
|
| 129 |
+
"127": "bel_paese_cheese",
|
| 130 |
+
"128": "bell_pepper",
|
| 131 |
+
"129": "bellflower_root",
|
| 132 |
+
"130": "benedictine",
|
| 133 |
+
"131": "berbere",
|
| 134 |
+
"132": "bergamot",
|
| 135 |
+
"133": "berry",
|
| 136 |
+
"134": "bilimbi",
|
| 137 |
+
"135": "birds_eye_chili",
|
| 138 |
+
"136": "birds_nest",
|
| 139 |
+
"137": "biryani_masala",
|
| 140 |
+
"138": "biscotti",
|
| 141 |
+
"139": "biscuit",
|
| 142 |
+
"140": "bison",
|
| 143 |
+
"141": "bitter_almond",
|
| 144 |
+
"142": "bitter_green",
|
| 145 |
+
"143": "bitter_melon",
|
| 146 |
+
"144": "bitter_orange",
|
| 147 |
+
"145": "bittern",
|
| 148 |
+
"146": "bitters",
|
| 149 |
+
"147": "black_bean",
|
| 150 |
+
"148": "black_bean_paste",
|
| 151 |
+
"149": "black_currant",
|
| 152 |
+
"150": "black_eyed_pea",
|
| 153 |
+
"151": "black_garlic",
|
| 154 |
+
"152": "black_olive",
|
| 155 |
+
"153": "black_pepper",
|
| 156 |
+
"154": "black_rice",
|
| 157 |
+
"155": "black_salt",
|
| 158 |
+
"156": "black_sesame_seed",
|
| 159 |
+
"157": "black_tea",
|
| 160 |
+
"158": "black_treacle",
|
| 161 |
+
"159": "black_truffle",
|
| 162 |
+
"160": "black_vinegar",
|
| 163 |
+
"161": "blackberry",
|
| 164 |
+
"162": "blackening_seasoning",
|
| 165 |
+
"163": "blood_orange",
|
| 166 |
+
"164": "blood_sausage",
|
| 167 |
+
"165": "blood_tofu",
|
| 168 |
+
"166": "bloody_mary_mix",
|
| 169 |
+
"167": "blue_cheese",
|
| 170 |
+
"168": "blue_curacao",
|
| 171 |
+
"169": "blueberry",
|
| 172 |
+
"170": "bluefish",
|
| 173 |
+
"171": "bok_choy",
|
| 174 |
+
"172": "bolillo",
|
| 175 |
+
"173": "bolognese_sauce",
|
| 176 |
+
"174": "bombay_duck_fish",
|
| 177 |
+
"175": "bone",
|
| 178 |
+
"176": "bone_marrow",
|
| 179 |
+
"177": "bonito",
|
| 180 |
+
"178": "bonito_flakes",
|
| 181 |
+
"179": "borage",
|
| 182 |
+
"180": "borlotti_bean",
|
| 183 |
+
"181": "bottarga",
|
| 184 |
+
"182": "bottle_gourd",
|
| 185 |
+
"183": "bouquet_garni",
|
| 186 |
+
"184": "bourbon",
|
| 187 |
+
"185": "boursin_cheese",
|
| 188 |
+
"186": "boysenberry",
|
| 189 |
+
"187": "braising_liquid",
|
| 190 |
+
"188": "bran",
|
| 191 |
+
"189": "brandy",
|
| 192 |
+
"190": "branzino",
|
| 193 |
+
"191": "bratwurst",
|
| 194 |
+
"192": "braunschweiger",
|
| 195 |
+
"193": "brazil_nut",
|
| 196 |
+
"194": "bread",
|
| 197 |
+
"195": "bread_crumbs",
|
| 198 |
+
"196": "breadfruit",
|
| 199 |
+
"197": "bream",
|
| 200 |
+
"198": "bresaola",
|
| 201 |
+
"199": "brewers_yeast",
|
| 202 |
+
"200": "brick_cheese",
|
| 203 |
+
"201": "brick_tea",
|
| 204 |
+
"202": "brie_cheese",
|
| 205 |
+
"203": "brine",
|
| 206 |
+
"204": "brioche",
|
| 207 |
+
"205": "broccoli",
|
| 208 |
+
"206": "broccoli_rabe",
|
| 209 |
+
"207": "broccolini",
|
| 210 |
+
"208": "broth",
|
| 211 |
+
"209": "brown_rice",
|
| 212 |
+
"210": "brown_sauce",
|
| 213 |
+
"211": "brown_sugar",
|
| 214 |
+
"212": "browning_sauce",
|
| 215 |
+
"213": "brussels_sprout",
|
| 216 |
+
"214": "bryndza",
|
| 217 |
+
"215": "buckwheat",
|
| 218 |
+
"216": "budae_jjigae_base",
|
| 219 |
+
"217": "buffalo_meat",
|
| 220 |
+
"218": "buffalo_milk",
|
| 221 |
+
"219": "buffalo_wing_sauce",
|
| 222 |
+
"220": "buldak_sauce",
|
| 223 |
+
"221": "bulgogi",
|
| 224 |
+
"222": "bulgur",
|
| 225 |
+
"223": "burdock_root",
|
| 226 |
+
"224": "burrata",
|
| 227 |
+
"225": "butifarra",
|
| 228 |
+
"226": "butter",
|
| 229 |
+
"227": "buttercream",
|
| 230 |
+
"228": "butterfish",
|
| 231 |
+
"229": "butterfly_pea_flower",
|
| 232 |
+
"230": "buttermilk",
|
| 233 |
+
"231": "butternut_squash",
|
| 234 |
+
"232": "butterscotch",
|
| 235 |
+
"233": "cabbage",
|
| 236 |
+
"234": "cacao",
|
| 237 |
+
"235": "cachaca",
|
| 238 |
+
"236": "caciocavallo",
|
| 239 |
+
"237": "caesar_dressing",
|
| 240 |
+
"238": "cajeta",
|
| 241 |
+
"239": "cajun_seasoning",
|
| 242 |
+
"240": "calabrian_chili",
|
| 243 |
+
"241": "calamansi",
|
| 244 |
+
"242": "calcium_chloride",
|
| 245 |
+
"243": "calendula",
|
| 246 |
+
"244": "calpis",
|
| 247 |
+
"245": "calvados",
|
| 248 |
+
"246": "camellia_oil",
|
| 249 |
+
"247": "camembert_cheese",
|
| 250 |
+
"248": "campari",
|
| 251 |
+
"249": "canadian_bacon",
|
| 252 |
+
"250": "candied_fruit",
|
| 253 |
+
"251": "candlenut",
|
| 254 |
+
"252": "candy",
|
| 255 |
+
"253": "candy_coating",
|
| 256 |
+
"254": "cane_syrup",
|
| 257 |
+
"255": "cane_vinegar",
|
| 258 |
+
"256": "cannellini_bean",
|
| 259 |
+
"257": "cannoli_shell",
|
| 260 |
+
"258": "canola_oil",
|
| 261 |
+
"259": "cantal_cheese",
|
| 262 |
+
"260": "cantaloupe",
|
| 263 |
+
"261": "cape_gooseberry",
|
| 264 |
+
"262": "capelin",
|
| 265 |
+
"263": "caper",
|
| 266 |
+
"264": "caperberry",
|
| 267 |
+
"265": "capicola",
|
| 268 |
+
"266": "capon",
|
| 269 |
+
"267": "caramel",
|
| 270 |
+
"268": "caraway_seed",
|
| 271 |
+
"269": "cardamom",
|
| 272 |
+
"270": "cardoon",
|
| 273 |
+
"271": "carob",
|
| 274 |
+
"272": "carob_molasses",
|
| 275 |
+
"273": "carp",
|
| 276 |
+
"274": "carrageenan",
|
| 277 |
+
"275": "carrot",
|
| 278 |
+
"276": "carrot_top",
|
| 279 |
+
"277": "cartilage",
|
| 280 |
+
"278": "cascabel_chile",
|
| 281 |
+
"279": "cashew",
|
| 282 |
+
"280": "cassava",
|
| 283 |
+
"281": "catfish",
|
| 284 |
+
"282": "catnip",
|
| 285 |
+
"283": "cattail",
|
| 286 |
+
"284": "caul_fat",
|
| 287 |
+
"285": "cauliflower",
|
| 288 |
+
"286": "cava",
|
| 289 |
+
"287": "caviar",
|
| 290 |
+
"288": "cayenne_pepper",
|
| 291 |
+
"289": "celeriac",
|
| 292 |
+
"290": "celery",
|
| 293 |
+
"291": "celery_seed",
|
| 294 |
+
"292": "celtuce",
|
| 295 |
+
"293": "century_egg",
|
| 296 |
+
"294": "cereal",
|
| 297 |
+
"295": "chaat_masala",
|
| 298 |
+
"296": "chai_spice",
|
| 299 |
+
"297": "chamomile",
|
| 300 |
+
"298": "champagne",
|
| 301 |
+
"299": "champagne_vinegar",
|
| 302 |
+
"300": "chana_dal",
|
| 303 |
+
"301": "chanterelle_mushroom",
|
| 304 |
+
"302": "chaozhou_salted_vegetable",
|
| 305 |
+
"303": "char_siu_pork",
|
| 306 |
+
"304": "char_siu_sauce",
|
| 307 |
+
"305": "chartreuse",
|
| 308 |
+
"306": "chayote",
|
| 309 |
+
"307": "cheddar_cheese",
|
| 310 |
+
"308": "cheese",
|
| 311 |
+
"309": "cheongyang_chili",
|
| 312 |
+
"310": "cherry",
|
| 313 |
+
"311": "cherry_blossom",
|
| 314 |
+
"312": "cherry_leaf",
|
| 315 |
+
"313": "cherry_liqueur",
|
| 316 |
+
"314": "cherry_pepper",
|
| 317 |
+
"315": "cherry_plum",
|
| 318 |
+
"316": "chervil",
|
| 319 |
+
"317": "cheshire_cheese",
|
| 320 |
+
"318": "chestnut",
|
| 321 |
+
"319": "chia_seed",
|
| 322 |
+
"320": "chicha",
|
| 323 |
+
"321": "chicken",
|
| 324 |
+
"322": "chicken_broth",
|
| 325 |
+
"323": "chicken_fat",
|
| 326 |
+
"324": "chickpea",
|
| 327 |
+
"325": "chicory",
|
| 328 |
+
"326": "chihuahua_cheese",
|
| 329 |
+
"327": "chikuwa",
|
| 330 |
+
"328": "chile_de_arbol",
|
| 331 |
+
"329": "chili_garlic_sauce",
|
| 332 |
+
"330": "chili_oil",
|
| 333 |
+
"331": "chili_paste",
|
| 334 |
+
"332": "chili_pepper",
|
| 335 |
+
"333": "chili_powder",
|
| 336 |
+
"334": "chili_sauce",
|
| 337 |
+
"335": "chiltepin",
|
| 338 |
+
"336": "chinese_bayberry",
|
| 339 |
+
"337": "chinese_broccoli",
|
| 340 |
+
"338": "chinese_celery",
|
| 341 |
+
"339": "chinese_cured_pork",
|
| 342 |
+
"340": "chinese_preserved_olive",
|
| 343 |
+
"341": "chinese_sausage",
|
| 344 |
+
"342": "chinese_toon",
|
| 345 |
+
"343": "chinese_yam",
|
| 346 |
+
"344": "chipotle_pepper",
|
| 347 |
+
"345": "chirimen_jako",
|
| 348 |
+
"346": "chive",
|
| 349 |
+
"347": "chive_flower",
|
| 350 |
+
"348": "chocolate",
|
| 351 |
+
"349": "chocolate_hazelnut_spread",
|
| 352 |
+
"350": "chocolate_liqueur",
|
| 353 |
+
"351": "chokecherry",
|
| 354 |
+
"352": "choricero_pepper",
|
| 355 |
+
"353": "chorizo",
|
| 356 |
+
"354": "choux_pastry",
|
| 357 |
+
"355": "choy_sum",
|
| 358 |
+
"356": "chrysanthemum",
|
| 359 |
+
"357": "chu_hou_paste",
|
| 360 |
+
"358": "chunjang",
|
| 361 |
+
"359": "chuno",
|
| 362 |
+
"360": "chutney",
|
| 363 |
+
"361": "ciabatta",
|
| 364 |
+
"362": "cicada",
|
| 365 |
+
"363": "cinnamon",
|
| 366 |
+
"364": "cipollini_onion",
|
| 367 |
+
"365": "citric_acid",
|
| 368 |
+
"366": "citron",
|
| 369 |
+
"367": "citrus",
|
| 370 |
+
"368": "clam",
|
| 371 |
+
"369": "clamato_juice",
|
| 372 |
+
"370": "clay_pot_rice_sauce",
|
| 373 |
+
"371": "clear_gel",
|
| 374 |
+
"372": "clementine",
|
| 375 |
+
"373": "clotted_cream",
|
| 376 |
+
"374": "clove",
|
| 377 |
+
"375": "clover",
|
| 378 |
+
"376": "club_soda",
|
| 379 |
+
"377": "cobia",
|
| 380 |
+
"378": "cockle",
|
| 381 |
+
"379": "cocktail_sauce",
|
| 382 |
+
"380": "cocoa_butter",
|
| 383 |
+
"381": "cocoa_mass",
|
| 384 |
+
"382": "cocoa_powder",
|
| 385 |
+
"383": "coconut",
|
| 386 |
+
"384": "coconut_aminos",
|
| 387 |
+
"385": "coconut_cream",
|
| 388 |
+
"386": "coconut_liqueur",
|
| 389 |
+
"387": "coconut_milk",
|
| 390 |
+
"388": "coconut_oil",
|
| 391 |
+
"389": "coconut_sugar",
|
| 392 |
+
"390": "coconut_vinegar",
|
| 393 |
+
"391": "coconut_water",
|
| 394 |
+
"392": "cod",
|
| 395 |
+
"393": "cod_liver",
|
| 396 |
+
"394": "coffee",
|
| 397 |
+
"395": "coffee_creamer",
|
| 398 |
+
"396": "coffee_liqueur",
|
| 399 |
+
"397": "cognac",
|
| 400 |
+
"398": "coix_seed",
|
| 401 |
+
"399": "cola",
|
| 402 |
+
"400": "colby_cheese",
|
| 403 |
+
"401": "cold_jelly_noodle",
|
| 404 |
+
"402": "collard_green",
|
| 405 |
+
"403": "comte_cheese",
|
| 406 |
+
"404": "conch",
|
| 407 |
+
"405": "condensed_milk",
|
| 408 |
+
"406": "consomme",
|
| 409 |
+
"407": "cookie",
|
| 410 |
+
"408": "cookie_butter",
|
| 411 |
+
"409": "cooking_spray",
|
| 412 |
+
"410": "copha",
|
| 413 |
+
"411": "cordyceps_flower",
|
| 414 |
+
"412": "coriander",
|
| 415 |
+
"413": "coriander_root",
|
| 416 |
+
"414": "corn",
|
| 417 |
+
"415": "corn_flakes",
|
| 418 |
+
"416": "corn_husk",
|
| 419 |
+
"417": "corn_oil",
|
| 420 |
+
"418": "corn_relish",
|
| 421 |
+
"419": "corn_silk",
|
| 422 |
+
"420": "corn_syrup",
|
| 423 |
+
"421": "corn_tortilla",
|
| 424 |
+
"422": "cornbread",
|
| 425 |
+
"423": "corned_beef",
|
| 426 |
+
"424": "cornelian_cherry",
|
| 427 |
+
"425": "cornmeal",
|
| 428 |
+
"426": "cornstarch",
|
| 429 |
+
"427": "corvina",
|
| 430 |
+
"428": "cotija_cheese",
|
| 431 |
+
"429": "cottage_cheese",
|
| 432 |
+
"430": "cotton_candy",
|
| 433 |
+
"431": "couscous",
|
| 434 |
+
"432": "crab",
|
| 435 |
+
"433": "crab_apple",
|
| 436 |
+
"434": "crab_boil_seasoning",
|
| 437 |
+
"435": "crab_claw_fish",
|
| 438 |
+
"436": "crab_mushroom",
|
| 439 |
+
"437": "crab_roe",
|
| 440 |
+
"438": "crab_stick",
|
| 441 |
+
"439": "cracker",
|
| 442 |
+
"440": "cranberry",
|
| 443 |
+
"441": "cranberry_liqueur",
|
| 444 |
+
"442": "cranberry_sauce",
|
| 445 |
+
"443": "crappie",
|
| 446 |
+
"444": "crayfish",
|
| 447 |
+
"445": "cream",
|
| 448 |
+
"446": "cream_cheese",
|
| 449 |
+
"447": "cream_liqueur",
|
| 450 |
+
"448": "cream_of_celery_soup",
|
| 451 |
+
"449": "cream_of_chicken_soup",
|
| 452 |
+
"450": "cream_of_mushroom_soup",
|
| 453 |
+
"451": "cream_of_rice",
|
| 454 |
+
"452": "cream_of_tartar",
|
| 455 |
+
"453": "cream_of_wheat",
|
| 456 |
+
"454": "cream_soda",
|
| 457 |
+
"455": "creme_anglaise",
|
| 458 |
+
"456": "creme_de_cacao",
|
| 459 |
+
"457": "creme_de_cassis",
|
| 460 |
+
"458": "creme_de_menthe",
|
| 461 |
+
"459": "creme_de_violette",
|
| 462 |
+
"460": "creme_fraiche",
|
| 463 |
+
"461": "creole_sauce",
|
| 464 |
+
"462": "creole_seasoning",
|
| 465 |
+
"463": "crepe",
|
| 466 |
+
"464": "crescent_roll",
|
| 467 |
+
"465": "crispbread",
|
| 468 |
+
"466": "croissant",
|
| 469 |
+
"467": "crosnes",
|
| 470 |
+
"468": "crouton",
|
| 471 |
+
"469": "crumb_crust",
|
| 472 |
+
"470": "crumpet",
|
| 473 |
+
"471": "cubanelle_pepper",
|
| 474 |
+
"472": "cucumber",
|
| 475 |
+
"473": "cudweed",
|
| 476 |
+
"474": "culantro",
|
| 477 |
+
"475": "cumin",
|
| 478 |
+
"476": "curd",
|
| 479 |
+
"477": "cured_chicken",
|
| 480 |
+
"478": "cured_duck",
|
| 481 |
+
"479": "cured_fish",
|
| 482 |
+
"480": "curing_salt",
|
| 483 |
+
"481": "curry",
|
| 484 |
+
"482": "curry_leaf",
|
| 485 |
+
"483": "curry_paste",
|
| 486 |
+
"484": "curry_powder",
|
| 487 |
+
"485": "custard",
|
| 488 |
+
"486": "custard_powder",
|
| 489 |
+
"487": "cynar",
|
| 490 |
+
"488": "dace",
|
| 491 |
+
"489": "daikon",
|
| 492 |
+
"490": "damson",
|
| 493 |
+
"491": "dandelion",
|
| 494 |
+
"492": "dango",
|
| 495 |
+
"493": "dark_soy_sauce",
|
| 496 |
+
"494": "dashi",
|
| 497 |
+
"495": "date",
|
| 498 |
+
"496": "daylily_flower",
|
| 499 |
+
"497": "deer_mushroom",
|
| 500 |
+
"498": "demi_glace",
|
| 501 |
+
"499": "denbu",
|
| 502 |
+
"500": "dextrose",
|
| 503 |
+
"501": "digestive_biscuit",
|
| 504 |
+
"502": "dijonnaise",
|
| 505 |
+
"503": "dill",
|
| 506 |
+
"504": "doenjang",
|
| 507 |
+
"505": "donburi_sauce",
|
| 508 |
+
"506": "dong_leaf",
|
| 509 |
+
"507": "donkey_meat",
|
| 510 |
+
"508": "dory",
|
| 511 |
+
"509": "doubanjiang",
|
| 512 |
+
"510": "dough",
|
| 513 |
+
"511": "dough_improver",
|
| 514 |
+
"512": "doughnut",
|
| 515 |
+
"513": "dragon_fruit",
|
| 516 |
+
"514": "dragon_whisker_vegetable",
|
| 517 |
+
"515": "drambuie",
|
| 518 |
+
"516": "dried_ganba_mushroom",
|
| 519 |
+
"517": "dried_lily_bud",
|
| 520 |
+
"518": "dried_orchid_flower",
|
| 521 |
+
"519": "dried_oyster",
|
| 522 |
+
"520": "dried_scallop",
|
| 523 |
+
"521": "dried_shrimp",
|
| 524 |
+
"522": "dried_tangerine_peel",
|
| 525 |
+
"523": "dried_tofu",
|
| 526 |
+
"524": "dried_vegetable",
|
| 527 |
+
"525": "dry_pot_sauce",
|
| 528 |
+
"526": "dubonnet",
|
| 529 |
+
"527": "duck",
|
| 530 |
+
"528": "duck_egg",
|
| 531 |
+
"529": "duck_fat",
|
| 532 |
+
"530": "duck_sauce",
|
| 533 |
+
"531": "duck_stock",
|
| 534 |
+
"532": "dukkah",
|
| 535 |
+
"533": "dulce_de_leche",
|
| 536 |
+
"534": "dumpling",
|
| 537 |
+
"535": "dumpling_wrapper",
|
| 538 |
+
"536": "durian",
|
| 539 |
+
"537": "earl_grey_tea",
|
| 540 |
+
"538": "edam_cheese",
|
| 541 |
+
"539": "edamame",
|
| 542 |
+
"540": "edible_flower",
|
| 543 |
+
"541": "edible_gold_leaf",
|
| 544 |
+
"542": "eel",
|
| 545 |
+
"543": "egg",
|
| 546 |
+
"544": "egg_noodle",
|
| 547 |
+
"545": "egg_roll",
|
| 548 |
+
"546": "egg_roll_wrapper",
|
| 549 |
+
"547": "egg_substitute",
|
| 550 |
+
"548": "egg_tofu",
|
| 551 |
+
"549": "egg_white",
|
| 552 |
+
"550": "egg_yolk",
|
| 553 |
+
"551": "eggnog",
|
| 554 |
+
"552": "eggplant",
|
| 555 |
+
"553": "einkorn",
|
| 556 |
+
"554": "elderberry",
|
| 557 |
+
"555": "elderflower",
|
| 558 |
+
"556": "elderflower_liqueur",
|
| 559 |
+
"557": "emmental_cheese",
|
| 560 |
+
"558": "empanada_shell",
|
| 561 |
+
"559": "enchilada_sauce",
|
| 562 |
+
"560": "endive",
|
| 563 |
+
"561": "english_muffin",
|
| 564 |
+
"562": "enoki_mushroom",
|
| 565 |
+
"563": "epazote",
|
| 566 |
+
"564": "epiphyllum_flower",
|
| 567 |
+
"565": "er_cai",
|
| 568 |
+
"566": "erythritol",
|
| 569 |
+
"567": "escarole",
|
| 570 |
+
"568": "espelette_pepper",
|
| 571 |
+
"569": "evaporated_milk",
|
| 572 |
+
"570": "ezine_cheese",
|
| 573 |
+
"571": "fajita_seasoning",
|
| 574 |
+
"572": "falafel",
|
| 575 |
+
"573": "falernum",
|
| 576 |
+
"574": "farina",
|
| 577 |
+
"575": "farmer_cheese",
|
| 578 |
+
"576": "farro",
|
| 579 |
+
"577": "fava_bean",
|
| 580 |
+
"578": "feijoa",
|
| 581 |
+
"579": "fennel",
|
| 582 |
+
"580": "fennel_pollen",
|
| 583 |
+
"581": "fennel_seed",
|
| 584 |
+
"582": "fenugreek_leaf",
|
| 585 |
+
"583": "fenugreek_seed",
|
| 586 |
+
"584": "fermentation_starter_cake",
|
| 587 |
+
"585": "fermented_black_bean",
|
| 588 |
+
"586": "fermented_chive_flower_paste",
|
| 589 |
+
"587": "fermented_fish",
|
| 590 |
+
"588": "fermented_glutinous_rice",
|
| 591 |
+
"589": "fermented_tofu",
|
| 592 |
+
"590": "fermented_vegetable_brine",
|
| 593 |
+
"591": "fern",
|
| 594 |
+
"592": "feta_cheese",
|
| 595 |
+
"593": "fiddlehead_fern",
|
| 596 |
+
"594": "fideo",
|
| 597 |
+
"595": "fig",
|
| 598 |
+
"596": "file_powder",
|
| 599 |
+
"597": "filefish",
|
| 600 |
+
"598": "fines_herbes",
|
| 601 |
+
"599": "fish",
|
| 602 |
+
"600": "fish_ball",
|
| 603 |
+
"601": "fish_cake",
|
| 604 |
+
"602": "fish_floss",
|
| 605 |
+
"603": "fish_maw",
|
| 606 |
+
"604": "fish_mint",
|
| 607 |
+
"605": "fish_noodle",
|
| 608 |
+
"606": "fish_oil",
|
| 609 |
+
"607": "fish_paste",
|
| 610 |
+
"608": "fish_roe",
|
| 611 |
+
"609": "fish_sauce",
|
| 612 |
+
"610": "fish_sausage",
|
| 613 |
+
"611": "fish_skin",
|
| 614 |
+
"612": "fish_stock",
|
| 615 |
+
"613": "fish_tofu",
|
| 616 |
+
"614": "five_grain_powder",
|
| 617 |
+
"615": "five_spice_powder",
|
| 618 |
+
"616": "five_willow_vegetable",
|
| 619 |
+
"617": "flageolet_bean",
|
| 620 |
+
"618": "flatbread",
|
| 621 |
+
"619": "flattened_young_rice",
|
| 622 |
+
"620": "flaxseed",
|
| 623 |
+
"621": "flaxseed_oil",
|
| 624 |
+
"622": "flounder",
|
| 625 |
+
"623": "flour",
|
| 626 |
+
"624": "flour_tortilla",
|
| 627 |
+
"625": "foie_gras",
|
| 628 |
+
"626": "fondant",
|
| 629 |
+
"627": "fontina_cheese",
|
| 630 |
+
"628": "food_coloring",
|
| 631 |
+
"629": "fox_nut",
|
| 632 |
+
"630": "frangipane",
|
| 633 |
+
"631": "freekeh",
|
| 634 |
+
"632": "french_dressing",
|
| 635 |
+
"633": "fresno_pepper",
|
| 636 |
+
"634": "fried_bread",
|
| 637 |
+
"635": "fried_dough_twist",
|
| 638 |
+
"636": "fried_gluten_ball",
|
| 639 |
+
"637": "fried_puffed_cracker",
|
| 640 |
+
"638": "fried_tofu_puff",
|
| 641 |
+
"639": "frisee",
|
| 642 |
+
"640": "frog_leg",
|
| 643 |
+
"641": "fromage_blanc",
|
| 644 |
+
"642": "frosting",
|
| 645 |
+
"643": "frozen_yogurt",
|
| 646 |
+
"644": "fructose",
|
| 647 |
+
"645": "fruit",
|
| 648 |
+
"646": "fruit_cocktail",
|
| 649 |
+
"647": "fruit_juice",
|
| 650 |
+
"648": "fruit_preserves",
|
| 651 |
+
"649": "fruit_puree",
|
| 652 |
+
"650": "fruit_tea",
|
| 653 |
+
"651": "fruit_vinegar",
|
| 654 |
+
"652": "fruitcake",
|
| 655 |
+
"653": "fry_sauce",
|
| 656 |
+
"654": "fudge",
|
| 657 |
+
"655": "furikake",
|
| 658 |
+
"656": "fuzzy_melon",
|
| 659 |
+
"657": "gac_fruit",
|
| 660 |
+
"658": "galangal",
|
| 661 |
+
"659": "galette",
|
| 662 |
+
"660": "galliano",
|
| 663 |
+
"661": "game_meat",
|
| 664 |
+
"662": "game_stock",
|
| 665 |
+
"663": "gammon",
|
| 666 |
+
"664": "ganache",
|
| 667 |
+
"665": "garam_masala",
|
| 668 |
+
"666": "gardenia_flower",
|
| 669 |
+
"667": "gardenia_fruit",
|
| 670 |
+
"668": "garland_chrysanthemum",
|
| 671 |
+
"669": "garlic",
|
| 672 |
+
"670": "garlic_chive",
|
| 673 |
+
"671": "garlic_scape",
|
| 674 |
+
"672": "gelatin",
|
| 675 |
+
"673": "geoduck",
|
| 676 |
+
"674": "geranium",
|
| 677 |
+
"675": "ghee",
|
| 678 |
+
"676": "ghost_pepper",
|
| 679 |
+
"677": "giardiniera",
|
| 680 |
+
"678": "gin",
|
| 681 |
+
"679": "ginger",
|
| 682 |
+
"680": "ginger_ale",
|
| 683 |
+
"681": "ginger_beer",
|
| 684 |
+
"682": "ginger_liqueur",
|
| 685 |
+
"683": "ginger_wine",
|
| 686 |
+
"684": "gingerbread",
|
| 687 |
+
"685": "gingerbread_spice",
|
| 688 |
+
"686": "gingersnap",
|
| 689 |
+
"687": "ginkgo_nut",
|
| 690 |
+
"688": "glass_noodle",
|
| 691 |
+
"689": "gloucester_cheese",
|
| 692 |
+
"690": "glucose_syrup",
|
| 693 |
+
"691": "gluten_free_flour",
|
| 694 |
+
"692": "glutinous_rice",
|
| 695 |
+
"693": "glutinous_rice_flour",
|
| 696 |
+
"694": "glycerin",
|
| 697 |
+
"695": "gnocchi",
|
| 698 |
+
"696": "goat",
|
| 699 |
+
"697": "goat_cheese",
|
| 700 |
+
"698": "goat_milk",
|
| 701 |
+
"699": "gochugaru",
|
| 702 |
+
"700": "gochujang",
|
| 703 |
+
"701": "goda_masala",
|
| 704 |
+
"702": "goji_berry",
|
| 705 |
+
"703": "golden_ear_mushroom",
|
| 706 |
+
"704": "golden_syrup",
|
| 707 |
+
"705": "goldschlager",
|
| 708 |
+
"706": "goose",
|
| 709 |
+
"707": "goose_egg",
|
| 710 |
+
"708": "goose_fat",
|
| 711 |
+
"709": "gooseberry",
|
| 712 |
+
"710": "gorgonzola_cheese",
|
| 713 |
+
"711": "gouda_cheese",
|
| 714 |
+
"712": "gourami",
|
| 715 |
+
"713": "graham_cracker",
|
| 716 |
+
"714": "graham_flour",
|
| 717 |
+
"715": "grains_of_paradise",
|
| 718 |
+
"716": "grana_padano",
|
| 719 |
+
"717": "grand_marnier",
|
| 720 |
+
"718": "grape",
|
| 721 |
+
"719": "grape_leaf",
|
| 722 |
+
"720": "grape_must",
|
| 723 |
+
"721": "grapefruit",
|
| 724 |
+
"722": "grapeseed_oil",
|
| 725 |
+
"723": "grappa",
|
| 726 |
+
"724": "grass_jelly",
|
| 727 |
+
"725": "grasshopper",
|
| 728 |
+
"726": "gravy",
|
| 729 |
+
"727": "greek_seasoning",
|
| 730 |
+
"728": "green_bean",
|
| 731 |
+
"729": "green_chili",
|
| 732 |
+
"730": "green_curry_paste",
|
| 733 |
+
"731": "green_fish",
|
| 734 |
+
"732": "green_olive",
|
| 735 |
+
"733": "green_peppercorn",
|
| 736 |
+
"734": "green_sichuan_peppercorn",
|
| 737 |
+
"735": "green_tea",
|
| 738 |
+
"736": "green_tomato",
|
| 739 |
+
"737": "gremolata",
|
| 740 |
+
"738": "grenadine",
|
| 741 |
+
"739": "grissini",
|
| 742 |
+
"740": "grits",
|
| 743 |
+
"741": "ground_ivy",
|
| 744 |
+
"742": "grouper",
|
| 745 |
+
"743": "grouse",
|
| 746 |
+
"744": "gruyere_cheese",
|
| 747 |
+
"745": "guacamole",
|
| 748 |
+
"746": "guajillo_chile",
|
| 749 |
+
"747": "guar_gum",
|
| 750 |
+
"748": "guascas",
|
| 751 |
+
"749": "guava",
|
| 752 |
+
"750": "guava_paste",
|
| 753 |
+
"751": "guinea_hen",
|
| 754 |
+
"752": "guizhou_sour_soup",
|
| 755 |
+
"753": "gulai_seasoning",
|
| 756 |
+
"754": "gulas",
|
| 757 |
+
"755": "gullac",
|
| 758 |
+
"756": "gum_paste",
|
| 759 |
+
"757": "gypsum",
|
| 760 |
+
"758": "habanero_pepper",
|
| 761 |
+
"759": "haddock",
|
| 762 |
+
"760": "hair_vegetable",
|
| 763 |
+
"761": "hairtail",
|
| 764 |
+
"762": "hake",
|
| 765 |
+
"763": "halibut",
|
| 766 |
+
"764": "halloumi",
|
| 767 |
+
"765": "halva",
|
| 768 |
+
"766": "ham",
|
| 769 |
+
"767": "hanpen",
|
| 770 |
+
"768": "hard_cider",
|
| 771 |
+
"769": "harissa",
|
| 772 |
+
"770": "hatch_chile",
|
| 773 |
+
"771": "havarti_cheese",
|
| 774 |
+
"772": "hawthorn",
|
| 775 |
+
"773": "hazelnut",
|
| 776 |
+
"774": "hazelnut_liqueur",
|
| 777 |
+
"775": "hazelnut_oil",
|
| 778 |
+
"776": "hearts_of_palm",
|
| 779 |
+
"777": "hemp_oil",
|
| 780 |
+
"778": "hemp_seed",
|
| 781 |
+
"779": "herb",
|
| 782 |
+
"780": "herbal_tea",
|
| 783 |
+
"781": "herbes_de_provence",
|
| 784 |
+
"782": "herbsaint",
|
| 785 |
+
"783": "herring",
|
| 786 |
+
"784": "hibiscus",
|
| 787 |
+
"785": "hickory_nut",
|
| 788 |
+
"786": "hijiki",
|
| 789 |
+
"787": "hog_plum",
|
| 790 |
+
"788": "hogao",
|
| 791 |
+
"789": "hoisin_sauce",
|
| 792 |
+
"790": "hokkien_noodle",
|
| 793 |
+
"791": "hollandaise_sauce",
|
| 794 |
+
"792": "hominy",
|
| 795 |
+
"793": "honey",
|
| 796 |
+
"794": "honey_citron_tea",
|
| 797 |
+
"795": "honey_mushroom",
|
| 798 |
+
"796": "honey_mustard",
|
| 799 |
+
"797": "honeycomb",
|
| 800 |
+
"798": "honeydew_melon",
|
| 801 |
+
"799": "honeysuckle_flower",
|
| 802 |
+
"800": "hop",
|
| 803 |
+
"801": "horse_gram",
|
| 804 |
+
"802": "horse_head_fish",
|
| 805 |
+
"803": "horse_mackerel",
|
| 806 |
+
"804": "horse_meat",
|
| 807 |
+
"805": "horseradish",
|
| 808 |
+
"806": "hot_and_sour_sauce",
|
| 809 |
+
"807": "hot_dog",
|
| 810 |
+
"808": "hot_pot_base",
|
| 811 |
+
"809": "hot_sauce",
|
| 812 |
+
"810": "hpnotiq",
|
| 813 |
+
"811": "huacatay",
|
| 814 |
+
"812": "huckleberry",
|
| 815 |
+
"813": "huitlacoche",
|
| 816 |
+
"814": "hummus",
|
| 817 |
+
"815": "hunan_chopped_chili",
|
| 818 |
+
"816": "hyacinth_bean",
|
| 819 |
+
"817": "iberico_ham",
|
| 820 |
+
"818": "ice",
|
| 821 |
+
"819": "ice_cream",
|
| 822 |
+
"820": "ice_cream_cone",
|
| 823 |
+
"821": "ice_jelly",
|
| 824 |
+
"822": "ice_plant",
|
| 825 |
+
"823": "idli",
|
| 826 |
+
"824": "indian_gooseberry",
|
| 827 |
+
"825": "inulin",
|
| 828 |
+
"826": "irish_cream",
|
| 829 |
+
"827": "isomalt",
|
| 830 |
+
"828": "isot_pepper",
|
| 831 |
+
"829": "italian_dressing",
|
| 832 |
+
"830": "italian_sausage",
|
| 833 |
+
"831": "italian_seasoning",
|
| 834 |
+
"832": "jackfruit",
|
| 835 |
+
"833": "jackfruit_seed",
|
| 836 |
+
"834": "jagermeister",
|
| 837 |
+
"835": "jaggery",
|
| 838 |
+
"836": "jalapeno",
|
| 839 |
+
"837": "jam",
|
| 840 |
+
"838": "jarlsberg_cheese",
|
| 841 |
+
"839": "jasmine_flower",
|
| 842 |
+
"840": "jasmine_tea",
|
| 843 |
+
"841": "jellyfish",
|
| 844 |
+
"842": "jerk_seasoning",
|
| 845 |
+
"843": "jerusalem_artichoke",
|
| 846 |
+
"844": "jicama",
|
| 847 |
+
"845": "jinhua_ham",
|
| 848 |
+
"846": "jobs_tears",
|
| 849 |
+
"847": "juniper_berry",
|
| 850 |
+
"848": "junket",
|
| 851 |
+
"849": "kabanos",
|
| 852 |
+
"850": "kadaifi",
|
| 853 |
+
"851": "kaffir_lime",
|
| 854 |
+
"852": "kaffir_lime_leaf",
|
| 855 |
+
"853": "kale",
|
| 856 |
+
"854": "kangaroo",
|
| 857 |
+
"855": "kapok_flower",
|
| 858 |
+
"856": "kashkaval_cheese",
|
| 859 |
+
"857": "kashmiri_chili",
|
| 860 |
+
"858": "kasseri_cheese",
|
| 861 |
+
"859": "kaya",
|
| 862 |
+
"860": "kaymak",
|
| 863 |
+
"861": "kefalotyri",
|
| 864 |
+
"862": "kefir",
|
| 865 |
+
"863": "kelp",
|
| 866 |
+
"864": "kencur",
|
| 867 |
+
"865": "ketchup",
|
| 868 |
+
"866": "khmeli_suneli",
|
| 869 |
+
"867": "khoya",
|
| 870 |
+
"868": "kidney",
|
| 871 |
+
"869": "kidney_bean",
|
| 872 |
+
"870": "kielbasa",
|
| 873 |
+
"871": "kimchi",
|
| 874 |
+
"872": "kinako",
|
| 875 |
+
"873": "king_oyster_mushroom",
|
| 876 |
+
"874": "kirschwasser",
|
| 877 |
+
"875": "kissel",
|
| 878 |
+
"876": "kiwi",
|
| 879 |
+
"877": "kluwek",
|
| 880 |
+
"878": "kohlrabi",
|
| 881 |
+
"879": "koji",
|
| 882 |
+
"880": "kokum",
|
| 883 |
+
"881": "komatsuna",
|
| 884 |
+
"882": "kombu",
|
| 885 |
+
"883": "kombucha",
|
| 886 |
+
"884": "konjac",
|
| 887 |
+
"885": "korean_bbq_sauce",
|
| 888 |
+
"886": "korean_rice_wine",
|
| 889 |
+
"887": "krill",
|
| 890 |
+
"888": "kudzu_root",
|
| 891 |
+
"889": "kumquat",
|
| 892 |
+
"890": "kvass",
|
| 893 |
+
"891": "la_cam_leaf",
|
| 894 |
+
"892": "la_giang_leaf",
|
| 895 |
+
"893": "labneh",
|
| 896 |
+
"894": "lacon",
|
| 897 |
+
"895": "ladyfinger",
|
| 898 |
+
"896": "laksa_paste",
|
| 899 |
+
"897": "lamb",
|
| 900 |
+
"898": "lambs_quarters",
|
| 901 |
+
"899": "langoustine",
|
| 902 |
+
"900": "lard",
|
| 903 |
+
"901": "lavender",
|
| 904 |
+
"902": "lecithin",
|
| 905 |
+
"903": "leek",
|
| 906 |
+
"904": "lemon",
|
| 907 |
+
"905": "lemon_balm",
|
| 908 |
+
"906": "lemon_leaf",
|
| 909 |
+
"907": "lemon_pepper",
|
| 910 |
+
"908": "lemon_verbena",
|
| 911 |
+
"909": "lemongrass",
|
| 912 |
+
"910": "lentil",
|
| 913 |
+
"911": "lettuce",
|
| 914 |
+
"912": "liangpi",
|
| 915 |
+
"913": "licorice_root",
|
| 916 |
+
"914": "light_soy_sauce",
|
| 917 |
+
"915": "lillet",
|
| 918 |
+
"916": "lily_bulb",
|
| 919 |
+
"917": "lima_bean",
|
| 920 |
+
"918": "lime",
|
| 921 |
+
"919": "limewater",
|
| 922 |
+
"920": "limoncello",
|
| 923 |
+
"921": "lingonberry",
|
| 924 |
+
"922": "linguica",
|
| 925 |
+
"923": "lions_mane_mushroom",
|
| 926 |
+
"924": "liqueur",
|
| 927 |
+
"925": "liquid_smoke",
|
| 928 |
+
"926": "liquor",
|
| 929 |
+
"927": "litsea_cubeba",
|
| 930 |
+
"928": "liver",
|
| 931 |
+
"929": "loach",
|
| 932 |
+
"930": "lobster",
|
| 933 |
+
"931": "loganberry",
|
| 934 |
+
"932": "long_pepper",
|
| 935 |
+
"933": "longan",
|
| 936 |
+
"934": "longaniza",
|
| 937 |
+
"935": "loquat",
|
| 938 |
+
"936": "loquat_leaf",
|
| 939 |
+
"937": "lotus_flower",
|
| 940 |
+
"938": "lotus_leaf",
|
| 941 |
+
"939": "lotus_root",
|
| 942 |
+
"940": "lotus_seed",
|
| 943 |
+
"941": "lovage",
|
| 944 |
+
"942": "lucuma",
|
| 945 |
+
"943": "luffa",
|
| 946 |
+
"944": "luncheon_meat",
|
| 947 |
+
"945": "lychee",
|
| 948 |
+
"946": "lye_water",
|
| 949 |
+
"947": "mac_khen",
|
| 950 |
+
"948": "mac_mat_fruit",
|
| 951 |
+
"949": "maca",
|
| 952 |
+
"950": "macadamia_nut",
|
| 953 |
+
"951": "mace",
|
| 954 |
+
"952": "mache",
|
| 955 |
+
"953": "mackerel",
|
| 956 |
+
"954": "madeira_wine",
|
| 957 |
+
"955": "maggi_seasoning",
|
| 958 |
+
"956": "mahi_mahi",
|
| 959 |
+
"957": "mahleb",
|
| 960 |
+
"958": "maitake_mushroom",
|
| 961 |
+
"959": "mala_sauce",
|
| 962 |
+
"960": "malabar_spinach",
|
| 963 |
+
"961": "malanga",
|
| 964 |
+
"962": "mallow",
|
| 965 |
+
"963": "malt",
|
| 966 |
+
"964": "malt_vinegar",
|
| 967 |
+
"965": "maltose",
|
| 968 |
+
"966": "manchego_cheese",
|
| 969 |
+
"967": "mandarin_fish",
|
| 970 |
+
"968": "mango",
|
| 971 |
+
"969": "mangosteen",
|
| 972 |
+
"970": "mantis_shrimp",
|
| 973 |
+
"971": "maple_syrup",
|
| 974 |
+
"972": "mapo_tofu_sauce",
|
| 975 |
+
"973": "maraschino_cherry",
|
| 976 |
+
"974": "maraschino_liqueur",
|
| 977 |
+
"975": "margarine",
|
| 978 |
+
"976": "marinara_sauce",
|
| 979 |
+
"977": "marjoram",
|
| 980 |
+
"978": "marlin",
|
| 981 |
+
"979": "marmite",
|
| 982 |
+
"980": "marsala_wine",
|
| 983 |
+
"981": "marshmallow",
|
| 984 |
+
"982": "marzipan",
|
| 985 |
+
"983": "masa_harina",
|
| 986 |
+
"984": "mascarpone_cheese",
|
| 987 |
+
"985": "masoor_dal",
|
| 988 |
+
"986": "mastic",
|
| 989 |
+
"987": "matambre",
|
| 990 |
+
"988": "matcha_powder",
|
| 991 |
+
"989": "matsoni",
|
| 992 |
+
"990": "matsutake_mushroom",
|
| 993 |
+
"991": "matzo",
|
| 994 |
+
"992": "mayonnaise",
|
| 995 |
+
"993": "mead",
|
| 996 |
+
"994": "meat",
|
| 997 |
+
"995": "meat_extract",
|
| 998 |
+
"996": "meat_floss",
|
| 999 |
+
"997": "meat_stock",
|
| 1000 |
+
"998": "meat_tenderizer",
|
| 1001 |
+
"999": "mei_kuei_lu_wine",
|
| 1002 |
+
"1000": "melinjo",
|
| 1003 |
+
"1001": "melon",
|
| 1004 |
+
"1002": "melon_liqueur",
|
| 1005 |
+
"1003": "melon_seed",
|
| 1006 |
+
"1004": "mentaiko",
|
| 1007 |
+
"1005": "mentsuyu",
|
| 1008 |
+
"1006": "merguez",
|
| 1009 |
+
"1007": "meringue",
|
| 1010 |
+
"1008": "mesquite",
|
| 1011 |
+
"1009": "metaxa",
|
| 1012 |
+
"1010": "mettwurst",
|
| 1013 |
+
"1011": "mezcal",
|
| 1014 |
+
"1012": "microgreen",
|
| 1015 |
+
"1013": "miiuy_croaker",
|
| 1016 |
+
"1014": "milk",
|
| 1017 |
+
"1015": "milk_bread",
|
| 1018 |
+
"1016": "milk_chocolate",
|
| 1019 |
+
"1017": "milk_tea",
|
| 1020 |
+
"1018": "milk_tofu",
|
| 1021 |
+
"1019": "milkfish",
|
| 1022 |
+
"1020": "millet",
|
| 1023 |
+
"1021": "milo",
|
| 1024 |
+
"1022": "milt",
|
| 1025 |
+
"1023": "mincemeat",
|
| 1026 |
+
"1024": "mint",
|
| 1027 |
+
"1025": "mirasol_chile",
|
| 1028 |
+
"1026": "mirepoix",
|
| 1029 |
+
"1027": "mirin",
|
| 1030 |
+
"1028": "miso",
|
| 1031 |
+
"1029": "mitsuba",
|
| 1032 |
+
"1030": "mixed_grains",
|
| 1033 |
+
"1031": "mixed_herbs",
|
| 1034 |
+
"1032": "mixed_seeds",
|
| 1035 |
+
"1033": "mixed_sprouts",
|
| 1036 |
+
"1034": "mixed_vegetable",
|
| 1037 |
+
"1035": "mizuame",
|
| 1038 |
+
"1036": "mizuna",
|
| 1039 |
+
"1037": "mocha",
|
| 1040 |
+
"1038": "mochi",
|
| 1041 |
+
"1039": "mojo",
|
| 1042 |
+
"1040": "molasses",
|
| 1043 |
+
"1041": "mole",
|
| 1044 |
+
"1042": "monk_fruit",
|
| 1045 |
+
"1043": "monkfish",
|
| 1046 |
+
"1044": "montasio_cheese",
|
| 1047 |
+
"1045": "monterey_jack_cheese",
|
| 1048 |
+
"1046": "montreal_steak_seasoning",
|
| 1049 |
+
"1047": "mopping_sauce",
|
| 1050 |
+
"1048": "morel_mushroom",
|
| 1051 |
+
"1049": "moringa",
|
| 1052 |
+
"1050": "mortadella",
|
| 1053 |
+
"1051": "moscatel_wine",
|
| 1054 |
+
"1052": "mountain_pepper",
|
| 1055 |
+
"1053": "mozzarella_cheese",
|
| 1056 |
+
"1054": "msg",
|
| 1057 |
+
"1055": "mudfish",
|
| 1058 |
+
"1056": "mudskipper",
|
| 1059 |
+
"1057": "muenster_cheese",
|
| 1060 |
+
"1058": "muffin",
|
| 1061 |
+
"1059": "mugwort",
|
| 1062 |
+
"1060": "mulato_chile",
|
| 1063 |
+
"1061": "mulberry",
|
| 1064 |
+
"1062": "mulberry_leaf",
|
| 1065 |
+
"1063": "mullet",
|
| 1066 |
+
"1064": "mulling_spice",
|
| 1067 |
+
"1065": "mung_bean",
|
| 1068 |
+
"1066": "mung_bean_jelly",
|
| 1069 |
+
"1067": "mung_bean_paste",
|
| 1070 |
+
"1068": "mung_bean_starch",
|
| 1071 |
+
"1069": "muscovado_sugar",
|
| 1072 |
+
"1070": "mushroom",
|
| 1073 |
+
"1071": "mushroom_soy_sauce",
|
| 1074 |
+
"1072": "mushroom_stock",
|
| 1075 |
+
"1073": "mussel",
|
| 1076 |
+
"1074": "mustard",
|
| 1077 |
+
"1075": "mustard_green",
|
| 1078 |
+
"1076": "mustard_oil",
|
| 1079 |
+
"1077": "mustard_root",
|
| 1080 |
+
"1078": "mustard_seed",
|
| 1081 |
+
"1079": "mutton",
|
| 1082 |
+
"1080": "myoga",
|
| 1083 |
+
"1081": "myzithra_cheese",
|
| 1084 |
+
"1082": "naan",
|
| 1085 |
+
"1083": "nameko_mushroom",
|
| 1086 |
+
"1084": "nanohana",
|
| 1087 |
+
"1085": "napa_cabbage",
|
| 1088 |
+
"1086": "narsharab",
|
| 1089 |
+
"1087": "nasturtium",
|
| 1090 |
+
"1088": "natto",
|
| 1091 |
+
"1089": "navy_bean",
|
| 1092 |
+
"1090": "nduja",
|
| 1093 |
+
"1091": "nectar",
|
| 1094 |
+
"1092": "nectarine",
|
| 1095 |
+
"1093": "needlefish",
|
| 1096 |
+
"1094": "nerikiri",
|
| 1097 |
+
"1095": "nettle",
|
| 1098 |
+
"1096": "neufchatel_cheese",
|
| 1099 |
+
"1097": "new_mexico_chile",
|
| 1100 |
+
"1098": "nigari",
|
| 1101 |
+
"1099": "nigella_seed",
|
| 1102 |
+
"1100": "noodle",
|
| 1103 |
+
"1101": "nopal",
|
| 1104 |
+
"1102": "nora_chile",
|
| 1105 |
+
"1103": "nori",
|
| 1106 |
+
"1104": "nougat",
|
| 1107 |
+
"1105": "nut",
|
| 1108 |
+
"1106": "nut_butter",
|
| 1109 |
+
"1107": "nut_oil",
|
| 1110 |
+
"1108": "nutmeg",
|
| 1111 |
+
"1109": "nutritional_yeast",
|
| 1112 |
+
"1110": "oat",
|
| 1113 |
+
"1111": "oat_milk",
|
| 1114 |
+
"1112": "oaxaca_cheese",
|
| 1115 |
+
"1113": "octopus",
|
| 1116 |
+
"1114": "offal",
|
| 1117 |
+
"1115": "oil",
|
| 1118 |
+
"1116": "okara_powder",
|
| 1119 |
+
"1117": "okonomiyaki_sauce",
|
| 1120 |
+
"1118": "okra",
|
| 1121 |
+
"1119": "olive",
|
| 1122 |
+
"1120": "olive_oil",
|
| 1123 |
+
"1121": "olluco",
|
| 1124 |
+
"1122": "onion",
|
| 1125 |
+
"1123": "oolong_tea",
|
| 1126 |
+
"1124": "orange",
|
| 1127 |
+
"1125": "orange_blossom_water",
|
| 1128 |
+
"1126": "orange_liqueur",
|
| 1129 |
+
"1127": "orange_roughy",
|
| 1130 |
+
"1128": "oregano",
|
| 1131 |
+
"1129": "orgeat",
|
| 1132 |
+
"1130": "orris_root",
|
| 1133 |
+
"1131": "osmanthus_flower",
|
| 1134 |
+
"1132": "osmanthus_wine",
|
| 1135 |
+
"1133": "ouzo",
|
| 1136 |
+
"1134": "oyster",
|
| 1137 |
+
"1135": "oyster_mushroom",
|
| 1138 |
+
"1136": "oyster_sauce",
|
| 1139 |
+
"1137": "pacific_saury",
|
| 1140 |
+
"1138": "padron_pepper",
|
| 1141 |
+
"1139": "paederia_foetida",
|
| 1142 |
+
"1140": "pagoda_tree_flower",
|
| 1143 |
+
"1141": "palm_oil",
|
| 1144 |
+
"1142": "palm_seed",
|
| 1145 |
+
"1143": "palm_sugar",
|
| 1146 |
+
"1144": "pan_drippings",
|
| 1147 |
+
"1145": "panang_curry_paste",
|
| 1148 |
+
"1146": "pancake",
|
| 1149 |
+
"1147": "pancetta",
|
| 1150 |
+
"1148": "panch_phoran",
|
| 1151 |
+
"1149": "pandan_leaf",
|
| 1152 |
+
"1150": "paneer",
|
| 1153 |
+
"1151": "panela_cheese",
|
| 1154 |
+
"1152": "panettone",
|
| 1155 |
+
"1153": "pangasius",
|
| 1156 |
+
"1154": "papad",
|
| 1157 |
+
"1155": "papaya",
|
| 1158 |
+
"1156": "papaya_leaf",
|
| 1159 |
+
"1157": "paprika",
|
| 1160 |
+
"1158": "paratha",
|
| 1161 |
+
"1159": "parmesan_cheese",
|
| 1162 |
+
"1160": "parsley",
|
| 1163 |
+
"1161": "parsley_root",
|
| 1164 |
+
"1162": "parsnip",
|
| 1165 |
+
"1163": "partridge",
|
| 1166 |
+
"1164": "pasilla_chile",
|
| 1167 |
+
"1165": "passion_fruit",
|
| 1168 |
+
"1166": "pasta",
|
| 1169 |
+
"1167": "pasta_sauce",
|
| 1170 |
+
"1168": "pastila",
|
| 1171 |
+
"1169": "pastis",
|
| 1172 |
+
"1170": "pastrami",
|
| 1173 |
+
"1171": "pastry",
|
| 1174 |
+
"1172": "pate",
|
| 1175 |
+
"1173": "pea",
|
| 1176 |
+
"1174": "pea_shoot",
|
| 1177 |
+
"1175": "peach",
|
| 1178 |
+
"1176": "peach_gum",
|
| 1179 |
+
"1177": "peanut",
|
| 1180 |
+
"1178": "peanut_butter",
|
| 1181 |
+
"1179": "peanut_oil",
|
| 1182 |
+
"1180": "peanut_sauce",
|
| 1183 |
+
"1181": "pear",
|
| 1184 |
+
"1182": "pearl_mushroom",
|
| 1185 |
+
"1183": "pecan",
|
| 1186 |
+
"1184": "pecorino_cheese",
|
| 1187 |
+
"1185": "pectin",
|
| 1188 |
+
"1186": "pennywort",
|
| 1189 |
+
"1187": "peperomia_pellucida",
|
| 1190 |
+
"1188": "pepino_melon",
|
| 1191 |
+
"1189": "peppadew_pepper",
|
| 1192 |
+
"1190": "pepper_jelly",
|
| 1193 |
+
"1191": "peppercorn_sauce",
|
| 1194 |
+
"1192": "peppermint",
|
| 1195 |
+
"1193": "pepperoncini",
|
| 1196 |
+
"1194": "pepperoni",
|
| 1197 |
+
"1195": "perch",
|
| 1198 |
+
"1196": "perilla",
|
| 1199 |
+
"1197": "perilla_oil",
|
| 1200 |
+
"1198": "periwinkle",
|
| 1201 |
+
"1199": "persimmon",
|
| 1202 |
+
"1200": "pesto",
|
| 1203 |
+
"1201": "petai_bean",
|
| 1204 |
+
"1202": "petis",
|
| 1205 |
+
"1203": "pheasant",
|
| 1206 |
+
"1204": "phyllo_dough",
|
| 1207 |
+
"1205": "picada",
|
| 1208 |
+
"1206": "pickapeppa_sauce",
|
| 1209 |
+
"1207": "pickle_juice",
|
| 1210 |
+
"1208": "pickle_relish",
|
| 1211 |
+
"1209": "pickled_cucumber",
|
| 1212 |
+
"1210": "pickled_ginger",
|
| 1213 |
+
"1211": "pickled_mustard_green",
|
| 1214 |
+
"1212": "pickled_onion",
|
| 1215 |
+
"1213": "pickled_radish",
|
| 1216 |
+
"1214": "pickled_sakura_blossom",
|
| 1217 |
+
"1215": "pickled_vegetable",
|
| 1218 |
+
"1216": "pickling_spice",
|
| 1219 |
+
"1217": "pie_crust",
|
| 1220 |
+
"1218": "pie_filling",
|
| 1221 |
+
"1219": "pigeon",
|
| 1222 |
+
"1220": "pigeon_egg",
|
| 1223 |
+
"1221": "pigeon_pea",
|
| 1224 |
+
"1222": "pike",
|
| 1225 |
+
"1223": "piloncillo",
|
| 1226 |
+
"1224": "pimento",
|
| 1227 |
+
"1225": "pina_colada_mix",
|
| 1228 |
+
"1226": "pine_nut",
|
| 1229 |
+
"1227": "pine_pollen",
|
| 1230 |
+
"1228": "pineapple",
|
| 1231 |
+
"1229": "pink_pepper",
|
| 1232 |
+
"1230": "pink_sauce",
|
| 1233 |
+
"1231": "pinto_bean",
|
| 1234 |
+
"1232": "pionono",
|
| 1235 |
+
"1233": "piquante_sauce",
|
| 1236 |
+
"1234": "piquillo_pepper",
|
| 1237 |
+
"1235": "piri_piri",
|
| 1238 |
+
"1236": "pisco",
|
| 1239 |
+
"1237": "pistachio",
|
| 1240 |
+
"1238": "pistachio_oil",
|
| 1241 |
+
"1239": "pita_bread",
|
| 1242 |
+
"1240": "pizza_crust",
|
| 1243 |
+
"1241": "pizza_sauce",
|
| 1244 |
+
"1242": "plant_based_cheese",
|
| 1245 |
+
"1243": "plant_based_cream",
|
| 1246 |
+
"1244": "plant_based_ham",
|
| 1247 |
+
"1245": "plant_based_milk",
|
| 1248 |
+
"1246": "plantain",
|
| 1249 |
+
"1247": "plum",
|
| 1250 |
+
"1248": "plum_sauce",
|
| 1251 |
+
"1249": "plum_wine",
|
| 1252 |
+
"1250": "pluot",
|
| 1253 |
+
"1251": "poblano_pepper",
|
| 1254 |
+
"1252": "pokeweed",
|
| 1255 |
+
"1253": "polenta",
|
| 1256 |
+
"1254": "pollock",
|
| 1257 |
+
"1255": "pomegranate",
|
| 1258 |
+
"1256": "pomegranate_molasses",
|
| 1259 |
+
"1257": "pomelo",
|
| 1260 |
+
"1258": "pomfret",
|
| 1261 |
+
"1259": "pompano",
|
| 1262 |
+
"1260": "ponzu",
|
| 1263 |
+
"1261": "poolish",
|
| 1264 |
+
"1262": "poppy_seed",
|
| 1265 |
+
"1263": "porcini_mushroom",
|
| 1266 |
+
"1264": "pork",
|
| 1267 |
+
"1265": "pork_stock",
|
| 1268 |
+
"1266": "port_wine",
|
| 1269 |
+
"1267": "portobello_mushroom",
|
| 1270 |
+
"1268": "potato",
|
| 1271 |
+
"1269": "poultry_seasoning",
|
| 1272 |
+
"1270": "praline",
|
| 1273 |
+
"1271": "preserved_cabbage",
|
| 1274 |
+
"1272": "preserved_lemon",
|
| 1275 |
+
"1273": "preserved_plum",
|
| 1276 |
+
"1274": "pretzel",
|
| 1277 |
+
"1275": "prickly_pear",
|
| 1278 |
+
"1276": "prosciutto",
|
| 1279 |
+
"1277": "prosecco",
|
| 1280 |
+
"1278": "provolone_cheese",
|
| 1281 |
+
"1279": "prune",
|
| 1282 |
+
"1280": "psyllium_husk",
|
| 1283 |
+
"1281": "pu_erh_tea",
|
| 1284 |
+
"1282": "pudding",
|
| 1285 |
+
"1283": "puff_pastry",
|
| 1286 |
+
"1284": "puffer_fish",
|
| 1287 |
+
"1285": "pumpkin",
|
| 1288 |
+
"1286": "pumpkin_leaf",
|
| 1289 |
+
"1287": "pumpkin_pie_spice",
|
| 1290 |
+
"1288": "pumpkin_seed",
|
| 1291 |
+
"1289": "pumpkin_seed_oil",
|
| 1292 |
+
"1290": "punch",
|
| 1293 |
+
"1291": "purple_gynura",
|
| 1294 |
+
"1292": "purple_sweet_potato",
|
| 1295 |
+
"1293": "purple_yam",
|
| 1296 |
+
"1294": "purslane",
|
| 1297 |
+
"1295": "puzi_leaf",
|
| 1298 |
+
"1296": "qingbu_liang",
|
| 1299 |
+
"1297": "qingjiang_fish",
|
| 1300 |
+
"1298": "qingtou_mushroom",
|
| 1301 |
+
"1299": "quail",
|
| 1302 |
+
"1300": "quail_egg",
|
| 1303 |
+
"1301": "quark",
|
| 1304 |
+
"1302": "queso_anejo",
|
| 1305 |
+
"1303": "queso_blanco",
|
| 1306 |
+
"1304": "queso_fresco",
|
| 1307 |
+
"1305": "quince",
|
| 1308 |
+
"1306": "quince_paste",
|
| 1309 |
+
"1307": "quinoa",
|
| 1310 |
+
"1308": "quorn",
|
| 1311 |
+
"1309": "rabbit",
|
| 1312 |
+
"1310": "raclette_cheese",
|
| 1313 |
+
"1311": "radicchio",
|
| 1314 |
+
"1312": "radish",
|
| 1315 |
+
"1313": "radish_cake",
|
| 1316 |
+
"1314": "ragi",
|
| 1317 |
+
"1315": "raisin",
|
| 1318 |
+
"1316": "raita",
|
| 1319 |
+
"1317": "rakkyo",
|
| 1320 |
+
"1318": "rambutan",
|
| 1321 |
+
"1319": "ramen_noodle",
|
| 1322 |
+
"1320": "ramp",
|
| 1323 |
+
"1321": "ranch_dressing",
|
| 1324 |
+
"1322": "rapeseed",
|
| 1325 |
+
"1323": "ras_el_hanout",
|
| 1326 |
+
"1324": "raspberry",
|
| 1327 |
+
"1325": "ravioli",
|
| 1328 |
+
"1326": "ray",
|
| 1329 |
+
"1327": "razor_clam",
|
| 1330 |
+
"1328": "red_bean",
|
| 1331 |
+
"1329": "red_bean_paste",
|
| 1332 |
+
"1330": "red_currant",
|
| 1333 |
+
"1331": "red_curry_paste",
|
| 1334 |
+
"1332": "red_date",
|
| 1335 |
+
"1333": "red_drum",
|
| 1336 |
+
"1334": "red_hots",
|
| 1337 |
+
"1335": "red_leicester_cheese",
|
| 1338 |
+
"1336": "red_onion",
|
| 1339 |
+
"1337": "red_pepper",
|
| 1340 |
+
"1338": "red_rice",
|
| 1341 |
+
"1339": "red_snapper",
|
| 1342 |
+
"1340": "red_wine",
|
| 1343 |
+
"1341": "red_wine_vinegar",
|
| 1344 |
+
"1342": "red_yeast",
|
| 1345 |
+
"1343": "reed_leaf",
|
| 1346 |
+
"1344": "refried_beans",
|
| 1347 |
+
"1345": "remoulade_sauce",
|
| 1348 |
+
"1346": "rhubarb",
|
| 1349 |
+
"1347": "rice",
|
| 1350 |
+
"1348": "rice_bran_oil",
|
| 1351 |
+
"1349": "rice_cake",
|
| 1352 |
+
"1350": "rice_milk",
|
| 1353 |
+
"1351": "rice_noodle",
|
| 1354 |
+
"1352": "rice_paddy_herb",
|
| 1355 |
+
"1353": "rice_paper",
|
| 1356 |
+
"1354": "rice_tofu",
|
| 1357 |
+
"1355": "rice_vinegar",
|
| 1358 |
+
"1356": "rice_wine",
|
| 1359 |
+
"1357": "ricotta_cheese",
|
| 1360 |
+
"1358": "ricotta_salata",
|
| 1361 |
+
"1359": "robiola_cheese",
|
| 1362 |
+
"1360": "rock_sugar",
|
| 1363 |
+
"1361": "rock_tripe",
|
| 1364 |
+
"1362": "rockfish",
|
| 1365 |
+
"1363": "rocoto_pepper",
|
| 1366 |
+
"1364": "romanesco",
|
| 1367 |
+
"1365": "romano_cheese",
|
| 1368 |
+
"1366": "romesco_sauce",
|
| 1369 |
+
"1367": "rompope",
|
| 1370 |
+
"1368": "rooibos_tea",
|
| 1371 |
+
"1369": "root_beer",
|
| 1372 |
+
"1370": "roquefort_cheese",
|
| 1373 |
+
"1371": "rose_syrup",
|
| 1374 |
+
"1372": "rose_wine",
|
| 1375 |
+
"1373": "rosehip",
|
| 1376 |
+
"1374": "rosemary",
|
| 1377 |
+
"1375": "rosewater",
|
| 1378 |
+
"1376": "roti",
|
| 1379 |
+
"1377": "rouille",
|
| 1380 |
+
"1378": "roux",
|
| 1381 |
+
"1379": "rowan_berry",
|
| 1382 |
+
"1380": "royal_icing",
|
| 1383 |
+
"1381": "rum",
|
| 1384 |
+
"1382": "rusk",
|
| 1385 |
+
"1383": "rutabaga",
|
| 1386 |
+
"1384": "ryazhenka",
|
| 1387 |
+
"1385": "rye",
|
| 1388 |
+
"1386": "rye_bread",
|
| 1389 |
+
"1387": "sachima",
|
| 1390 |
+
"1388": "safflower",
|
| 1391 |
+
"1389": "safflower_oil",
|
| 1392 |
+
"1390": "saffron",
|
| 1393 |
+
"1391": "sage",
|
| 1394 |
+
"1392": "sago",
|
| 1395 |
+
"1393": "sake",
|
| 1396 |
+
"1394": "salad_cream",
|
| 1397 |
+
"1395": "salad_dressing",
|
| 1398 |
+
"1396": "salad_greens",
|
| 1399 |
+
"1397": "salam_leaf",
|
| 1400 |
+
"1398": "salami",
|
| 1401 |
+
"1399": "salep",
|
| 1402 |
+
"1400": "salmon",
|
| 1403 |
+
"1401": "salmon_roe",
|
| 1404 |
+
"1402": "salsa",
|
| 1405 |
+
"1403": "salsa_verde",
|
| 1406 |
+
"1404": "salsify",
|
| 1407 |
+
"1405": "salt",
|
| 1408 |
+
"1406": "salt_cod",
|
| 1409 |
+
"1407": "salt_pork",
|
| 1410 |
+
"1408": "salted_duck_egg",
|
| 1411 |
+
"1409": "sambal",
|
| 1412 |
+
"1410": "sambal_oelek",
|
| 1413 |
+
"1411": "sambar_powder",
|
| 1414 |
+
"1412": "sambuca",
|
| 1415 |
+
"1413": "sand_ginger",
|
| 1416 |
+
"1414": "sand_worm",
|
| 1417 |
+
"1415": "sangria",
|
| 1418 |
+
"1416": "sansho_pepper",
|
| 1419 |
+
"1417": "sanzi",
|
| 1420 |
+
"1418": "sardine",
|
| 1421 |
+
"1419": "saskatoon_berry",
|
| 1422 |
+
"1420": "sau_fruit",
|
| 1423 |
+
"1421": "sauerkraut",
|
| 1424 |
+
"1422": "sausage",
|
| 1425 |
+
"1423": "sauternes",
|
| 1426 |
+
"1424": "savory",
|
| 1427 |
+
"1425": "sazon",
|
| 1428 |
+
"1426": "scad",
|
| 1429 |
+
"1427": "scallion",
|
| 1430 |
+
"1428": "scallion_oil",
|
| 1431 |
+
"1429": "scallop",
|
| 1432 |
+
"1430": "scamorza",
|
| 1433 |
+
"1431": "schisandra_berry",
|
| 1434 |
+
"1432": "schnapps",
|
| 1435 |
+
"1433": "scotch_bonnet_pepper",
|
| 1436 |
+
"1434": "sea_bass",
|
| 1437 |
+
"1435": "sea_bream",
|
| 1438 |
+
"1436": "sea_buckthorn",
|
| 1439 |
+
"1437": "sea_coconut",
|
| 1440 |
+
"1438": "sea_cucumber",
|
| 1441 |
+
"1439": "sea_grape",
|
| 1442 |
+
"1440": "sea_hare",
|
| 1443 |
+
"1441": "sea_lettuce",
|
| 1444 |
+
"1442": "sea_moss",
|
| 1445 |
+
"1443": "sea_snail",
|
| 1446 |
+
"1444": "sea_urchin",
|
| 1447 |
+
"1445": "seafood",
|
| 1448 |
+
"1446": "seafood_sauce",
|
| 1449 |
+
"1447": "seafood_seasoning",
|
| 1450 |
+
"1448": "seafood_stock",
|
| 1451 |
+
"1449": "seasoning_sauce",
|
| 1452 |
+
"1450": "seaweed",
|
| 1453 |
+
"1451": "semolina",
|
| 1454 |
+
"1452": "senbei",
|
| 1455 |
+
"1453": "serrano_ham",
|
| 1456 |
+
"1454": "serrano_pepper",
|
| 1457 |
+
"1455": "sesame_oil",
|
| 1458 |
+
"1456": "sesame_paste",
|
| 1459 |
+
"1457": "sesame_seed",
|
| 1460 |
+
"1458": "sev",
|
| 1461 |
+
"1459": "shacha_sauce",
|
| 1462 |
+
"1460": "shallot",
|
| 1463 |
+
"1461": "shaobing",
|
| 1464 |
+
"1462": "shaoxing_wine",
|
| 1465 |
+
"1463": "shark",
|
| 1466 |
+
"1464": "shark_fin",
|
| 1467 |
+
"1465": "shellfish",
|
| 1468 |
+
"1466": "shepherds_purse",
|
| 1469 |
+
"1467": "sherbet",
|
| 1470 |
+
"1468": "sherry",
|
| 1471 |
+
"1469": "sherry_vinegar",
|
| 1472 |
+
"1470": "shichimi_togarashi",
|
| 1473 |
+
"1471": "shiitake_mushroom",
|
| 1474 |
+
"1472": "shio_koji",
|
| 1475 |
+
"1473": "shirasu",
|
| 1476 |
+
"1474": "shirataki_noodle",
|
| 1477 |
+
"1475": "shochu",
|
| 1478 |
+
"1476": "shortcake",
|
| 1479 |
+
"1477": "shortening",
|
| 1480 |
+
"1478": "shrimp",
|
| 1481 |
+
"1479": "shrimp_mushroom",
|
| 1482 |
+
"1480": "shrimp_paste",
|
| 1483 |
+
"1481": "sichuan_peppercorn",
|
| 1484 |
+
"1482": "silkworm_pupa",
|
| 1485 |
+
"1483": "simit",
|
| 1486 |
+
"1484": "skate",
|
| 1487 |
+
"1485": "smelt",
|
| 1488 |
+
"1486": "smoked_cheese",
|
| 1489 |
+
"1487": "smoked_meat",
|
| 1490 |
+
"1488": "smoked_paprika",
|
| 1491 |
+
"1489": "smoked_salmon",
|
| 1492 |
+
"1490": "smoked_salt",
|
| 1493 |
+
"1491": "snail",
|
| 1494 |
+
"1492": "snail_rice_noodle",
|
| 1495 |
+
"1493": "snake",
|
| 1496 |
+
"1494": "snake_gourd",
|
| 1497 |
+
"1495": "snakehead_fish",
|
| 1498 |
+
"1496": "snow_fungus",
|
| 1499 |
+
"1497": "snow_pea",
|
| 1500 |
+
"1498": "snow_vegetable",
|
| 1501 |
+
"1499": "sobrasada",
|
| 1502 |
+
"1500": "sofrito",
|
| 1503 |
+
"1501": "soju",
|
| 1504 |
+
"1502": "sole",
|
| 1505 |
+
"1503": "somen_noodle",
|
| 1506 |
+
"1504": "soppressata",
|
| 1507 |
+
"1505": "sorghum",
|
| 1508 |
+
"1506": "sorghum_syrup",
|
| 1509 |
+
"1507": "sorrel",
|
| 1510 |
+
"1508": "sour_bamboo_shoot",
|
| 1511 |
+
"1509": "sour_broth",
|
| 1512 |
+
"1510": "sour_cream",
|
| 1513 |
+
"1511": "sour_mix",
|
| 1514 |
+
"1512": "soursop",
|
| 1515 |
+
"1513": "southern_comfort",
|
| 1516 |
+
"1514": "soy_milk",
|
| 1517 |
+
"1515": "soy_protein_isolate",
|
| 1518 |
+
"1516": "soy_sauce",
|
| 1519 |
+
"1517": "soy_yogurt",
|
| 1520 |
+
"1518": "soybean",
|
| 1521 |
+
"1519": "soybean_oil",
|
| 1522 |
+
"1520": "soybean_paste",
|
| 1523 |
+
"1521": "soybean_sprout",
|
| 1524 |
+
"1522": "spaetzle",
|
| 1525 |
+
"1523": "sparkling_water",
|
| 1526 |
+
"1524": "sparkling_wine",
|
| 1527 |
+
"1525": "speck",
|
| 1528 |
+
"1526": "speculoos_cookie",
|
| 1529 |
+
"1527": "spelt",
|
| 1530 |
+
"1528": "spice_mix",
|
| 1531 |
+
"1529": "spinach",
|
| 1532 |
+
"1530": "spirulina",
|
| 1533 |
+
"1531": "sponge_cake",
|
| 1534 |
+
"1532": "sprat",
|
| 1535 |
+
"1533": "spring_roll",
|
| 1536 |
+
"1534": "spring_roll_wrapper",
|
| 1537 |
+
"1535": "sprinkles",
|
| 1538 |
+
"1536": "squash",
|
| 1539 |
+
"1537": "squash_blossom",
|
| 1540 |
+
"1538": "squid",
|
| 1541 |
+
"1539": "squid_ink",
|
| 1542 |
+
"1540": "squirrel",
|
| 1543 |
+
"1541": "sriracha",
|
| 1544 |
+
"1542": "ssamjang",
|
| 1545 |
+
"1543": "star_anise",
|
| 1546 |
+
"1544": "starch",
|
| 1547 |
+
"1545": "starfruit",
|
| 1548 |
+
"1546": "steak_sauce",
|
| 1549 |
+
"1547": "steamed_bun",
|
| 1550 |
+
"1548": "stevia",
|
| 1551 |
+
"1549": "stilton_cheese",
|
| 1552 |
+
"1550": "stinky_mandarin_fish",
|
| 1553 |
+
"1551": "stinky_tofu",
|
| 1554 |
+
"1552": "stir_fry_sauce",
|
| 1555 |
+
"1553": "stout",
|
| 1556 |
+
"1554": "stracchino_cheese",
|
| 1557 |
+
"1555": "straw_mushroom",
|
| 1558 |
+
"1556": "strawberry",
|
| 1559 |
+
"1557": "strega_liqueur",
|
| 1560 |
+
"1558": "sturgeon",
|
| 1561 |
+
"1559": "sucuk",
|
| 1562 |
+
"1560": "suet",
|
| 1563 |
+
"1561": "sugar",
|
| 1564 |
+
"1562": "sugar_snap_pea",
|
| 1565 |
+
"1563": "sugarcane",
|
| 1566 |
+
"1564": "sukiyaki_sauce",
|
| 1567 |
+
"1565": "sulguni_cheese",
|
| 1568 |
+
"1566": "sumac",
|
| 1569 |
+
"1567": "summer_sausage",
|
| 1570 |
+
"1568": "sun_dried_tomato",
|
| 1571 |
+
"1569": "sunfish",
|
| 1572 |
+
"1570": "sunflower_oil",
|
| 1573 |
+
"1571": "sunflower_seed",
|
| 1574 |
+
"1572": "superior_stock",
|
| 1575 |
+
"1573": "sushi_vinegar",
|
| 1576 |
+
"1574": "sushki",
|
| 1577 |
+
"1575": "sweet_and_sour_sauce",
|
| 1578 |
+
"1576": "sweet_bean_sauce",
|
| 1579 |
+
"1577": "sweet_chili_sauce",
|
| 1580 |
+
"1578": "sweet_potato",
|
| 1581 |
+
"1579": "sweet_potato_leaf",
|
| 1582 |
+
"1580": "sweet_potato_starch",
|
| 1583 |
+
"1581": "sweet_preserved_mustard_green",
|
| 1584 |
+
"1582": "sweet_roll",
|
| 1585 |
+
"1583": "sweet_soy_sauce",
|
| 1586 |
+
"1584": "sweet_vermouth",
|
| 1587 |
+
"1585": "sweetbread",
|
| 1588 |
+
"1586": "swiss_chard",
|
| 1589 |
+
"1587": "swiss_cheese",
|
| 1590 |
+
"1588": "swiss_roll",
|
| 1591 |
+
"1589": "sword_bean",
|
| 1592 |
+
"1590": "swordfish",
|
| 1593 |
+
"1591": "syrup",
|
| 1594 |
+
"1592": "ta_cai",
|
| 1595 |
+
"1593": "tabasco_pepper",
|
| 1596 |
+
"1594": "taco_sauce",
|
| 1597 |
+
"1595": "taco_seasoning",
|
| 1598 |
+
"1596": "taco_shell",
|
| 1599 |
+
"1597": "tahini",
|
| 1600 |
+
"1598": "tajin",
|
| 1601 |
+
"1599": "taleggio_cheese",
|
| 1602 |
+
"1600": "tallow",
|
| 1603 |
+
"1601": "tamale",
|
| 1604 |
+
"1602": "tamari",
|
| 1605 |
+
"1603": "tamarillo",
|
| 1606 |
+
"1604": "tamarind",
|
| 1607 |
+
"1605": "tandoori_masala",
|
| 1608 |
+
"1606": "tangelo",
|
| 1609 |
+
"1607": "tangerine",
|
| 1610 |
+
"1608": "tapenade",
|
| 1611 |
+
"1609": "tapioca",
|
| 1612 |
+
"1610": "tapioca_pearl",
|
| 1613 |
+
"1611": "tarako",
|
| 1614 |
+
"1612": "tarhana",
|
| 1615 |
+
"1613": "taro",
|
| 1616 |
+
"1614": "taro_stem",
|
| 1617 |
+
"1615": "tarragon",
|
| 1618 |
+
"1616": "tartar_sauce",
|
| 1619 |
+
"1617": "tasso",
|
| 1620 |
+
"1618": "tatsoi",
|
| 1621 |
+
"1619": "tauco",
|
| 1622 |
+
"1620": "tea",
|
| 1623 |
+
"1621": "tea_tree_mushroom",
|
| 1624 |
+
"1622": "teff",
|
| 1625 |
+
"1623": "tempeh",
|
| 1626 |
+
"1624": "tempura_flour",
|
| 1627 |
+
"1625": "tenkasu",
|
| 1628 |
+
"1626": "tequila",
|
| 1629 |
+
"1627": "teriyaki_sauce",
|
| 1630 |
+
"1628": "termite_mushroom",
|
| 1631 |
+
"1629": "textured_soy_protein",
|
| 1632 |
+
"1630": "thai_basil",
|
| 1633 |
+
"1631": "thai_tea",
|
| 1634 |
+
"1632": "thousand_island_dressing",
|
| 1635 |
+
"1633": "thyme",
|
| 1636 |
+
"1634": "tiger_milk_mushroom",
|
| 1637 |
+
"1635": "tikka_masala",
|
| 1638 |
+
"1636": "tilapia",
|
| 1639 |
+
"1637": "tkemali_sauce",
|
| 1640 |
+
"1638": "toffee",
|
| 1641 |
+
"1639": "tofu",
|
| 1642 |
+
"1640": "tofu_pudding",
|
| 1643 |
+
"1641": "tofu_skin",
|
| 1644 |
+
"1642": "tom_yum_paste",
|
| 1645 |
+
"1643": "tomatillo",
|
| 1646 |
+
"1644": "tomato",
|
| 1647 |
+
"1645": "tonguefish",
|
| 1648 |
+
"1646": "tonic_water",
|
| 1649 |
+
"1647": "tonka_bean",
|
| 1650 |
+
"1648": "tonkatsu_sauce",
|
| 1651 |
+
"1649": "toor_dal",
|
| 1652 |
+
"1650": "topmouth_culter",
|
| 1653 |
+
"1651": "tortellini",
|
| 1654 |
+
"1652": "tortilla",
|
| 1655 |
+
"1653": "trehalose",
|
| 1656 |
+
"1654": "triple_sec",
|
| 1657 |
+
"1655": "trout",
|
| 1658 |
+
"1656": "truffle_oil",
|
| 1659 |
+
"1657": "tsao_ko",
|
| 1660 |
+
"1658": "tteokbokki_sauce",
|
| 1661 |
+
"1659": "tulum_cheese",
|
| 1662 |
+
"1660": "tuna",
|
| 1663 |
+
"1661": "turbot",
|
| 1664 |
+
"1662": "turkey",
|
| 1665 |
+
"1663": "turkey_sausage",
|
| 1666 |
+
"1664": "turkey_stock",
|
| 1667 |
+
"1665": "turkish_delight",
|
| 1668 |
+
"1666": "turmeric",
|
| 1669 |
+
"1667": "turmeric_leaf",
|
| 1670 |
+
"1668": "turnip",
|
| 1671 |
+
"1669": "turnip_green",
|
| 1672 |
+
"1670": "turtle",
|
| 1673 |
+
"1671": "tzatziki",
|
| 1674 |
+
"1672": "udon_noodle",
|
| 1675 |
+
"1673": "umami_sauce",
|
| 1676 |
+
"1674": "ume",
|
| 1677 |
+
"1675": "umeboshi",
|
| 1678 |
+
"1676": "umeboshi_vinegar",
|
| 1679 |
+
"1677": "unagi_kabayaki",
|
| 1680 |
+
"1678": "unagi_sauce",
|
| 1681 |
+
"1679": "urad_dal",
|
| 1682 |
+
"1680": "utskho_suneli",
|
| 1683 |
+
"1681": "vadouvan",
|
| 1684 |
+
"1682": "vanilla",
|
| 1685 |
+
"1683": "veal",
|
| 1686 |
+
"1684": "vegemite",
|
| 1687 |
+
"1685": "vegeta_seasoning",
|
| 1688 |
+
"1686": "vegetable_extract",
|
| 1689 |
+
"1687": "vegetable_juice",
|
| 1690 |
+
"1688": "vegetable_oil",
|
| 1691 |
+
"1689": "vegetable_puree",
|
| 1692 |
+
"1690": "vegetable_stock",
|
| 1693 |
+
"1691": "vegetarian_oyster_sauce",
|
| 1694 |
+
"1692": "velveeta_cheese",
|
| 1695 |
+
"1693": "venison",
|
| 1696 |
+
"1694": "verjuice",
|
| 1697 |
+
"1695": "vermicelli",
|
| 1698 |
+
"1696": "vermouth",
|
| 1699 |
+
"1697": "viburnum",
|
| 1700 |
+
"1698": "vienna_sausage",
|
| 1701 |
+
"1699": "vietnamese_balm",
|
| 1702 |
+
"1700": "vietnamese_coriander",
|
| 1703 |
+
"1701": "vietnamese_pork_roll",
|
| 1704 |
+
"1702": "vin_santo",
|
| 1705 |
+
"1703": "vinaigrette",
|
| 1706 |
+
"1704": "vinegar",
|
| 1707 |
+
"1705": "violet",
|
| 1708 |
+
"1706": "vodka",
|
| 1709 |
+
"1707": "wafer",
|
| 1710 |
+
"1708": "waffle",
|
| 1711 |
+
"1709": "wakame",
|
| 1712 |
+
"1710": "walleye",
|
| 1713 |
+
"1711": "walnut",
|
| 1714 |
+
"1712": "walnut_oil",
|
| 1715 |
+
"1713": "wampee",
|
| 1716 |
+
"1714": "wasabi",
|
| 1717 |
+
"1715": "water",
|
| 1718 |
+
"1716": "water_bamboo",
|
| 1719 |
+
"1717": "water_celery",
|
| 1720 |
+
"1718": "water_chestnut",
|
| 1721 |
+
"1719": "water_lily_flower",
|
| 1722 |
+
"1720": "water_mimosa",
|
| 1723 |
+
"1721": "water_shield",
|
| 1724 |
+
"1722": "water_spinach",
|
| 1725 |
+
"1723": "watercress",
|
| 1726 |
+
"1724": "watermelon",
|
| 1727 |
+
"1725": "watermelon_radish",
|
| 1728 |
+
"1726": "wax_apple",
|
| 1729 |
+
"1727": "weipa",
|
| 1730 |
+
"1728": "wheat",
|
| 1731 |
+
"1729": "wheat_germ",
|
| 1732 |
+
"1730": "wheat_gluten",
|
| 1733 |
+
"1731": "whelk",
|
| 1734 |
+
"1732": "whey",
|
| 1735 |
+
"1733": "whipped_topping",
|
| 1736 |
+
"1734": "whiskey",
|
| 1737 |
+
"1735": "white_bean",
|
| 1738 |
+
"1736": "white_chocolate",
|
| 1739 |
+
"1737": "white_pepper",
|
| 1740 |
+
"1738": "white_soy_sauce",
|
| 1741 |
+
"1739": "white_tea",
|
| 1742 |
+
"1740": "white_truffle",
|
| 1743 |
+
"1741": "white_vinegar",
|
| 1744 |
+
"1742": "white_wine",
|
| 1745 |
+
"1743": "white_wine_vinegar",
|
| 1746 |
+
"1744": "whitebait",
|
| 1747 |
+
"1745": "whitefish",
|
| 1748 |
+
"1746": "whiting",
|
| 1749 |
+
"1747": "whole_wheat_flour",
|
| 1750 |
+
"1748": "wild_betel_leaf",
|
| 1751 |
+
"1749": "wild_boar",
|
| 1752 |
+
"1750": "wild_garlic",
|
| 1753 |
+
"1751": "wild_ginger",
|
| 1754 |
+
"1752": "wild_rice",
|
| 1755 |
+
"1753": "wine",
|
| 1756 |
+
"1754": "wine_lees",
|
| 1757 |
+
"1755": "winged_bean",
|
| 1758 |
+
"1756": "winter_melon",
|
| 1759 |
+
"1757": "wintergreen",
|
| 1760 |
+
"1758": "wisteria_flower",
|
| 1761 |
+
"1759": "wolfberry_leaf",
|
| 1762 |
+
"1760": "wolffish",
|
| 1763 |
+
"1761": "wonton",
|
| 1764 |
+
"1762": "wood_ear_mushroom",
|
| 1765 |
+
"1763": "worcestershire_sauce",
|
| 1766 |
+
"1764": "wuchang_fish",
|
| 1767 |
+
"1765": "xanthan_gum",
|
| 1768 |
+
"1766": "xo_sauce",
|
| 1769 |
+
"1767": "xylitol",
|
| 1770 |
+
"1768": "yacon",
|
| 1771 |
+
"1769": "yak_meat",
|
| 1772 |
+
"1770": "yakiniku_sauce",
|
| 1773 |
+
"1771": "yakisoba_sauce",
|
| 1774 |
+
"1772": "yam",
|
| 1775 |
+
"1773": "yard_long_bean",
|
| 1776 |
+
"1774": "yeast",
|
| 1777 |
+
"1775": "yellow_croaker",
|
| 1778 |
+
"1776": "yellow_curry_paste",
|
| 1779 |
+
"1777": "yibin_yacai",
|
| 1780 |
+
"1778": "yogurt",
|
| 1781 |
+
"1779": "youtiao",
|
| 1782 |
+
"1780": "yu_choy",
|
| 1783 |
+
"1781": "yufka",
|
| 1784 |
+
"1782": "yuzu",
|
| 1785 |
+
"1783": "yuzu_kosho",
|
| 1786 |
+
"1784": "zaatar",
|
| 1787 |
+
"1785": "zao_lu",
|
| 1788 |
+
"1786": "zha_cai",
|
| 1789 |
+
"1787": "zhajiang_sauce",
|
| 1790 |
+
"1788": "zucchini",
|
| 1791 |
+
"1789": "zucchini_flower"
|
| 1792 |
+
}
|
modes.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
paper_slerp_results.csv
ADDED
|
@@ -0,0 +1,721 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
test_case,seed,model,angle_deg,target_cos,hit_rank,hit_name,hit_sim,hit_is_target
|
| 2 |
+
chicken + Japanese,chicken,chem,0,1.0,1,beef,0.4051,False
|
| 3 |
+
chicken + Japanese,chicken,chem,0,1.0,2,pork,0.3397,False
|
| 4 |
+
chicken + Japanese,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 5 |
+
chicken + Japanese,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 6 |
+
chicken + Japanese,chicken,chem,0,1.0,5,peanut,0.2821,False
|
| 7 |
+
chicken + Japanese,chicken,chem,30,0.866025,1,mirin,0.396,True
|
| 8 |
+
chicken + Japanese,chicken,chem,30,0.866025,2,bonito_flakes,0.3676,True
|
| 9 |
+
chicken + Japanese,chicken,chem,30,0.866025,3,udon_noodle,0.3625,True
|
| 10 |
+
chicken + Japanese,chicken,chem,30,0.866025,4,dashi,0.3596,True
|
| 11 |
+
chicken + Japanese,chicken,chem,30,0.866025,5,yuzu_kosho,0.3379,True
|
| 12 |
+
chicken + Japanese,chicken,chem,60,0.5,1,dashi,0.5342,True
|
| 13 |
+
chicken + Japanese,chicken,chem,60,0.5,2,mirin,0.5327,True
|
| 14 |
+
chicken + Japanese,chicken,chem,60,0.5,3,bonito_flakes,0.5217,True
|
| 15 |
+
chicken + Japanese,chicken,chem,60,0.5,4,mentsuyu,0.498,True
|
| 16 |
+
chicken + Japanese,chicken,chem,60,0.5,5,chikuwa,0.4823,True
|
| 17 |
+
beef + East_Asian,beef,chem,0,1.0,1,chicken,0.4051,False
|
| 18 |
+
beef + East_Asian,beef,chem,0,1.0,2,taco_sauce,0.3374,False
|
| 19 |
+
beef + East_Asian,beef,chem,0,1.0,3,taco_seasoning,0.328,False
|
| 20 |
+
beef + East_Asian,beef,chem,0,1.0,4,mushroom,0.2979,False
|
| 21 |
+
beef + East_Asian,beef,chem,0,1.0,5,tortilla,0.2684,False
|
| 22 |
+
beef + East_Asian,beef,chem,30,0.866025,1,chicken,0.3636,False
|
| 23 |
+
beef + East_Asian,beef,chem,30,0.866025,2,light_soy_sauce,0.3413,True
|
| 24 |
+
beef + East_Asian,beef,chem,30,0.866025,3,hot_pot_base,0.3401,True
|
| 25 |
+
beef + East_Asian,beef,chem,30,0.866025,4,yu_choy,0.3328,True
|
| 26 |
+
beef + East_Asian,beef,chem,30,0.866025,5,oyster_sauce,0.3302,True
|
| 27 |
+
beef + East_Asian,beef,chem,60,0.5,1,light_soy_sauce,0.4744,True
|
| 28 |
+
beef + East_Asian,beef,chem,60,0.5,2,oyster_sauce,0.4579,True
|
| 29 |
+
beef + East_Asian,beef,chem,60,0.5,3,yu_choy,0.4526,True
|
| 30 |
+
beef + East_Asian,beef,chem,60,0.5,4,shaoxing_wine,0.4493,True
|
| 31 |
+
beef + East_Asian,beef,chem,60,0.5,5,tofu_skin,0.4459,True
|
| 32 |
+
salmon + Mediterranean,salmon,chem,0,1.0,1,ham,0.4986,False
|
| 33 |
+
salmon + Mediterranean,salmon,chem,0,1.0,2,trout,0.3558,False
|
| 34 |
+
salmon + Mediterranean,salmon,chem,0,1.0,3,tuna,0.3367,False
|
| 35 |
+
salmon + Mediterranean,salmon,chem,0,1.0,4,cod,0.3298,False
|
| 36 |
+
salmon + Mediterranean,salmon,chem,0,1.0,5,miso,0.3103,False
|
| 37 |
+
salmon + Mediterranean,salmon,chem,30,0.866025,1,ham,0.4402,False
|
| 38 |
+
salmon + Mediterranean,salmon,chem,30,0.866025,2,feta_cheese,0.3703,True
|
| 39 |
+
salmon + Mediterranean,salmon,chem,30,0.866025,3,pesto,0.3611,True
|
| 40 |
+
salmon + Mediterranean,salmon,chem,30,0.866025,4,olive_oil,0.3581,False
|
| 41 |
+
salmon + Mediterranean,salmon,chem,30,0.866025,5,trout,0.3564,False
|
| 42 |
+
salmon + Mediterranean,salmon,chem,60,0.5,1,fontina_cheese,0.4176,True
|
| 43 |
+
salmon + Mediterranean,salmon,chem,60,0.5,2,balsamic_vinegar,0.3986,True
|
| 44 |
+
salmon + Mediterranean,salmon,chem,60,0.5,3,pesto,0.3969,True
|
| 45 |
+
salmon + Mediterranean,salmon,chem,60,0.5,4,olive_oil,0.3952,False
|
| 46 |
+
salmon + Mediterranean,salmon,chem,60,0.5,5,tapenade,0.3745,True
|
| 47 |
+
rice + South_Asian,rice,chem,0,1.0,1,caviar,0.31,False
|
| 48 |
+
rice + South_Asian,rice,chem,0,1.0,2,nori,0.3006,False
|
| 49 |
+
rice + South_Asian,rice,chem,0,1.0,3,wheat,0.2969,False
|
| 50 |
+
rice + South_Asian,rice,chem,0,1.0,4,millet,0.2966,False
|
| 51 |
+
rice + South_Asian,rice,chem,0,1.0,5,puzi_leaf,0.2919,False
|
| 52 |
+
rice + South_Asian,rice,chem,30,0.866025,1,chana_dal,0.4611,True
|
| 53 |
+
rice + South_Asian,rice,chem,30,0.866025,2,toor_dal,0.4587,True
|
| 54 |
+
rice + South_Asian,rice,chem,30,0.866025,3,fenugreek_seed,0.4407,True
|
| 55 |
+
rice + South_Asian,rice,chem,30,0.866025,4,kashmiri_chili,0.4384,True
|
| 56 |
+
rice + South_Asian,rice,chem,30,0.866025,5,sambar_powder,0.4174,True
|
| 57 |
+
rice + South_Asian,rice,chem,60,0.5,1,chana_dal,0.6387,True
|
| 58 |
+
rice + South_Asian,rice,chem,60,0.5,2,kashmiri_chili,0.6298,True
|
| 59 |
+
rice + South_Asian,rice,chem,60,0.5,3,toor_dal,0.6238,True
|
| 60 |
+
rice + South_Asian,rice,chem,60,0.5,4,fenugreek_seed,0.576,True
|
| 61 |
+
rice + South_Asian,rice,chem,60,0.5,5,amchur,0.5711,True
|
| 62 |
+
corn + Latin_American,corn,chem,0,1.0,1,tortilla,0.3362,True
|
| 63 |
+
corn + Latin_American,corn,chem,0,1.0,2,guascas,0.3355,True
|
| 64 |
+
corn + Latin_American,corn,chem,0,1.0,3,red_pepper,0.3346,False
|
| 65 |
+
corn + Latin_American,corn,chem,0,1.0,4,oregano,0.303,False
|
| 66 |
+
corn + Latin_American,corn,chem,0,1.0,5,epazote,0.3007,True
|
| 67 |
+
corn + Latin_American,corn,chem,30,0.866025,1,corn_tortilla,0.46,True
|
| 68 |
+
corn + Latin_American,corn,chem,30,0.866025,2,queso_fresco,0.4431,True
|
| 69 |
+
corn + Latin_American,corn,chem,30,0.866025,3,epazote,0.4411,True
|
| 70 |
+
corn + Latin_American,corn,chem,30,0.866025,4,salsa,0.4386,True
|
| 71 |
+
corn + Latin_American,corn,chem,30,0.866025,5,enchilada_sauce,0.4366,True
|
| 72 |
+
corn + Latin_American,corn,chem,60,0.5,1,corn_tortilla,0.5484,True
|
| 73 |
+
corn + Latin_American,corn,chem,60,0.5,2,queso_fresco,0.5344,True
|
| 74 |
+
corn + Latin_American,corn,chem,60,0.5,3,salsa,0.5135,True
|
| 75 |
+
corn + Latin_American,corn,chem,60,0.5,4,guajillo_chile,0.5013,True
|
| 76 |
+
corn + Latin_American,corn,chem,60,0.5,5,poblano_pepper,0.4916,True
|
| 77 |
+
lamb + Eastern_European,lamb,chem,0,1.0,1,peanut_oil,0.3252,False
|
| 78 |
+
lamb + Eastern_European,lamb,chem,0,1.0,2,goat_cheese,0.2868,False
|
| 79 |
+
lamb + Eastern_European,lamb,chem,0,1.0,3,coriander,0.279,False
|
| 80 |
+
lamb + Eastern_European,lamb,chem,0,1.0,4,chu_hou_paste,0.2607,False
|
| 81 |
+
lamb + Eastern_European,lamb,chem,0,1.0,5,fermented_chive_flower_paste,0.26,False
|
| 82 |
+
lamb + Eastern_European,lamb,chem,30,0.866025,1,adjika,0.4061,True
|
| 83 |
+
lamb + Eastern_European,lamb,chem,30,0.866025,2,utskho_suneli,0.3757,True
|
| 84 |
+
lamb + Eastern_European,lamb,chem,30,0.866025,3,narsharab,0.3312,True
|
| 85 |
+
lamb + Eastern_European,lamb,chem,30,0.866025,4,barberry,0.3304,True
|
| 86 |
+
lamb + Eastern_European,lamb,chem,30,0.866025,5,sulguni_cheese,0.3277,True
|
| 87 |
+
lamb + Eastern_European,lamb,chem,60,0.5,1,adjika,0.5444,True
|
| 88 |
+
lamb + Eastern_European,lamb,chem,60,0.5,2,sulguni_cheese,0.4765,True
|
| 89 |
+
lamb + Eastern_European,lamb,chem,60,0.5,3,matsoni,0.469,True
|
| 90 |
+
lamb + Eastern_European,lamb,chem,60,0.5,4,narsharab,0.4599,True
|
| 91 |
+
lamb + Eastern_European,lamb,chem,60,0.5,5,utskho_suneli,0.4288,True
|
| 92 |
+
chicken + whole + Mediterranean,chicken,chem,0,1.0,1,beef,0.4051,True
|
| 93 |
+
chicken + whole + Mediterranean,chicken,chem,0,1.0,2,pork,0.3397,True
|
| 94 |
+
chicken + whole + Mediterranean,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 95 |
+
chicken + whole + Mediterranean,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 96 |
+
chicken + whole + Mediterranean,chicken,chem,0,1.0,5,peanut,0.2821,True
|
| 97 |
+
chicken + whole + Mediterranean,chicken,chem,30,0.866025,1,beef,0.3217,True
|
| 98 |
+
chicken + whole + Mediterranean,chicken,chem,30,0.866025,2,butternut_squash,0.3193,True
|
| 99 |
+
chicken + whole + Mediterranean,chicken,chem,30,0.866025,3,olive_oil,0.2813,False
|
| 100 |
+
chicken + whole + Mediterranean,chicken,chem,30,0.866025,4,swiss_chard,0.2744,True
|
| 101 |
+
chicken + whole + Mediterranean,chicken,chem,30,0.866025,5,wild_rice,0.2716,True
|
| 102 |
+
chicken + whole + Mediterranean,chicken,chem,60,0.5,1,butternut_squash,0.358,True
|
| 103 |
+
chicken + whole + Mediterranean,chicken,chem,60,0.5,2,swiss_chard,0.3325,True
|
| 104 |
+
chicken + whole + Mediterranean,chicken,chem,60,0.5,3,ricotta_salata,0.3219,True
|
| 105 |
+
chicken + whole + Mediterranean,chicken,chem,60,0.5,4,caper,0.3199,True
|
| 106 |
+
chicken + whole + Mediterranean,chicken,chem,60,0.5,5,olive_oil,0.3197,False
|
| 107 |
+
chicken + processed + Western_Atlantic,chicken,chem,0,1.0,1,beef,0.4051,False
|
| 108 |
+
chicken + processed + Western_Atlantic,chicken,chem,0,1.0,2,pork,0.3397,False
|
| 109 |
+
chicken + processed + Western_Atlantic,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,True
|
| 110 |
+
chicken + processed + Western_Atlantic,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,True
|
| 111 |
+
chicken + processed + Western_Atlantic,chicken,chem,0,1.0,5,peanut,0.2821,False
|
| 112 |
+
chicken + processed + Western_Atlantic,chicken,chem,30,0.866025,1,cream_of_chicken_soup,0.3959,True
|
| 113 |
+
chicken + processed + Western_Atlantic,chicken,chem,30,0.866025,2,buffalo_wing_sauce,0.3951,True
|
| 114 |
+
chicken + processed + Western_Atlantic,chicken,chem,30,0.866025,3,beef,0.3889,False
|
| 115 |
+
chicken + processed + Western_Atlantic,chicken,chem,30,0.866025,4,ranch_dressing,0.3552,True
|
| 116 |
+
chicken + processed + Western_Atlantic,chicken,chem,30,0.866025,5,cheddar_cheese,0.3524,True
|
| 117 |
+
chicken + processed + Western_Atlantic,chicken,chem,60,0.5,1,colby_cheese,0.3964,True
|
| 118 |
+
chicken + processed + Western_Atlantic,chicken,chem,60,0.5,2,buffalo_wing_sauce,0.3961,True
|
| 119 |
+
chicken + processed + Western_Atlantic,chicken,chem,60,0.5,3,ranch_dressing,0.3833,True
|
| 120 |
+
chicken + processed + Western_Atlantic,chicken,chem,60,0.5,4,cream_of_chicken_soup,0.375,True
|
| 121 |
+
chicken + processed + Western_Atlantic,chicken,chem,60,0.5,5,alfredo_sauce,0.3525,True
|
| 122 |
+
tofu + meat direction,tofu,chem,0,1.0,1,oil,0.6277,False
|
| 123 |
+
tofu + meat direction,tofu,chem,0,1.0,2,rice_cake,0.581,False
|
| 124 |
+
tofu + meat direction,tofu,chem,0,1.0,3,sole,0.5469,True
|
| 125 |
+
tofu + meat direction,tofu,chem,0,1.0,4,bok_choy,0.5424,False
|
| 126 |
+
tofu + meat direction,tofu,chem,0,1.0,5,enoki_mushroom,0.5378,False
|
| 127 |
+
tofu + meat direction,tofu,chem,30,0.866025,1,oil,0.5593,False
|
| 128 |
+
tofu + meat direction,tofu,chem,30,0.866025,2,rice_cake,0.5476,False
|
| 129 |
+
tofu + meat direction,tofu,chem,30,0.866025,3,sole,0.5287,True
|
| 130 |
+
tofu + meat direction,tofu,chem,30,0.866025,4,frog_leg,0.5111,True
|
| 131 |
+
tofu + meat direction,tofu,chem,30,0.866025,5,carp,0.5094,True
|
| 132 |
+
tofu + meat direction,tofu,chem,60,0.5,1,eel,0.3974,True
|
| 133 |
+
tofu + meat direction,tofu,chem,60,0.5,2,frog_leg,0.3693,True
|
| 134 |
+
tofu + meat direction,tofu,chem,60,0.5,3,sole,0.3688,True
|
| 135 |
+
tofu + meat direction,tofu,chem,60,0.5,4,rice_cake,0.3673,False
|
| 136 |
+
tofu + meat direction,tofu,chem,60,0.5,5,octopus,0.3664,True
|
| 137 |
+
chicken + sweet,chicken,chem,0,1.0,1,beef,0.4051,False
|
| 138 |
+
chicken + sweet,chicken,chem,0,1.0,2,pork,0.3397,False
|
| 139 |
+
chicken + sweet,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 140 |
+
chicken + sweet,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 141 |
+
chicken + sweet,chicken,chem,0,1.0,5,peanut,0.2821,False
|
| 142 |
+
chicken + sweet,chicken,chem,30,0.866025,1,beef,0.3226,False
|
| 143 |
+
chicken + sweet,chicken,chem,30,0.866025,2,chayote,0.2908,True
|
| 144 |
+
chicken + sweet,chicken,chem,30,0.866025,3,butternut_squash,0.2846,True
|
| 145 |
+
chicken + sweet,chicken,chem,30,0.866025,4,quinoa,0.2741,True
|
| 146 |
+
chicken + sweet,chicken,chem,30,0.866025,5,pork,0.2702,False
|
| 147 |
+
chicken + sweet,chicken,chem,60,0.5,1,nectar,0.3291,True
|
| 148 |
+
chicken + sweet,chicken,chem,60,0.5,2,chayote,0.323,True
|
| 149 |
+
chicken + sweet,chicken,chem,60,0.5,3,amaranth,0.3211,True
|
| 150 |
+
chicken + sweet,chicken,chem,60,0.5,4,quinoa,0.3149,True
|
| 151 |
+
chicken + sweet,chicken,chem,60,0.5,5,arrowroot,0.2995,True
|
| 152 |
+
beef + sweet,beef,chem,0,1.0,1,chicken,0.4051,False
|
| 153 |
+
beef + sweet,beef,chem,0,1.0,2,taco_sauce,0.3374,False
|
| 154 |
+
beef + sweet,beef,chem,0,1.0,3,taco_seasoning,0.328,False
|
| 155 |
+
beef + sweet,beef,chem,0,1.0,4,mushroom,0.2979,False
|
| 156 |
+
beef + sweet,beef,chem,0,1.0,5,tortilla,0.2684,False
|
| 157 |
+
beef + sweet,beef,chem,30,0.866025,1,chicken,0.3218,False
|
| 158 |
+
beef + sweet,beef,chem,30,0.866025,2,chayote,0.2804,True
|
| 159 |
+
beef + sweet,beef,chem,30,0.866025,3,cumin,0.2693,True
|
| 160 |
+
beef + sweet,beef,chem,30,0.866025,4,garland_chrysanthemum,0.2636,True
|
| 161 |
+
beef + sweet,beef,chem,30,0.866025,5,oyster_mushroom,0.2602,True
|
| 162 |
+
beef + sweet,beef,chem,60,0.5,1,nectar,0.3294,True
|
| 163 |
+
beef + sweet,beef,chem,60,0.5,2,chayote,0.3163,True
|
| 164 |
+
beef + sweet,beef,chem,60,0.5,3,oyster_mushroom,0.2938,True
|
| 165 |
+
beef + sweet,beef,chem,60,0.5,4,spirulina,0.2834,True
|
| 166 |
+
beef + sweet,beef,chem,60,0.5,5,date,0.2813,False
|
| 167 |
+
salmon + sweet,salmon,chem,0,1.0,1,ham,0.4986,False
|
| 168 |
+
salmon + sweet,salmon,chem,0,1.0,2,trout,0.3558,False
|
| 169 |
+
salmon + sweet,salmon,chem,0,1.0,3,tuna,0.3367,False
|
| 170 |
+
salmon + sweet,salmon,chem,0,1.0,4,cod,0.3298,False
|
| 171 |
+
salmon + sweet,salmon,chem,0,1.0,5,miso,0.3103,False
|
| 172 |
+
salmon + sweet,salmon,chem,30,0.866025,1,ham,0.4048,False
|
| 173 |
+
salmon + sweet,salmon,chem,30,0.866025,2,kombu,0.3444,True
|
| 174 |
+
salmon + sweet,salmon,chem,30,0.866025,3,quinoa,0.3349,True
|
| 175 |
+
salmon + sweet,salmon,chem,30,0.866025,4,wasabi,0.3319,False
|
| 176 |
+
salmon + sweet,salmon,chem,30,0.866025,5,trout,0.3293,False
|
| 177 |
+
salmon + sweet,salmon,chem,60,0.5,1,arrowroot,0.3548,True
|
| 178 |
+
salmon + sweet,salmon,chem,60,0.5,2,quinoa,0.354,True
|
| 179 |
+
salmon + sweet,salmon,chem,60,0.5,3,agar,0.3108,True
|
| 180 |
+
salmon + sweet,salmon,chem,60,0.5,4,spirulina,0.3084,True
|
| 181 |
+
salmon + sweet,salmon,chem,60,0.5,5,caper,0.3069,True
|
| 182 |
+
chocolate + savory,chocolate,chem,0,1.0,1,toffee,0.6857,False
|
| 183 |
+
chocolate + savory,chocolate,chem,0,1.0,2,cocoa_powder,0.6762,False
|
| 184 |
+
chocolate + savory,chocolate,chem,0,1.0,3,frosting,0.6728,False
|
| 185 |
+
chocolate + savory,chocolate,chem,0,1.0,4,cream,0.6511,False
|
| 186 |
+
chocolate + savory,chocolate,chem,0,1.0,5,marshmallow,0.6372,False
|
| 187 |
+
chocolate + savory,chocolate,chem,30,0.866025,1,toffee,0.5858,False
|
| 188 |
+
chocolate + savory,chocolate,chem,30,0.866025,2,cream,0.5784,False
|
| 189 |
+
chocolate + savory,chocolate,chem,30,0.866025,3,marshmallow,0.5553,False
|
| 190 |
+
chocolate + savory,chocolate,chem,30,0.866025,4,ice_cream,0.5543,False
|
| 191 |
+
chocolate + savory,chocolate,chem,30,0.866025,5,frosting,0.5529,False
|
| 192 |
+
chocolate + savory,chocolate,chem,60,0.5,1,cream_cheese,0.4593,True
|
| 193 |
+
chocolate + savory,chocolate,chem,60,0.5,2,cream,0.3507,False
|
| 194 |
+
chocolate + savory,chocolate,chem,60,0.5,3,ice_cream,0.3396,False
|
| 195 |
+
chocolate + savory,chocolate,chem,60,0.5,4,toffee,0.3288,False
|
| 196 |
+
chocolate + savory,chocolate,chem,60,0.5,5,marshmallow,0.3246,False
|
| 197 |
+
bread + savory,bread,chem,0,1.0,1,pasta,0.4658,True
|
| 198 |
+
bread + savory,bread,chem,0,1.0,2,caper,0.4323,True
|
| 199 |
+
bread + savory,bread,chem,0,1.0,3,artichoke,0.4281,True
|
| 200 |
+
bread + savory,bread,chem,0,1.0,4,anchovy,0.3771,False
|
| 201 |
+
bread + savory,bread,chem,0,1.0,5,provolone_cheese,0.3714,True
|
| 202 |
+
bread + savory,bread,chem,30,0.866025,1,provolone_cheese,0.5228,True
|
| 203 |
+
bread + savory,bread,chem,30,0.866025,2,pasta,0.3961,True
|
| 204 |
+
bread + savory,bread,chem,30,0.866025,3,bacon,0.3714,True
|
| 205 |
+
bread + savory,bread,chem,30,0.866025,4,salami,0.3459,False
|
| 206 |
+
bread + savory,bread,chem,30,0.866025,5,anchovy,0.3443,False
|
| 207 |
+
bread + savory,bread,chem,60,0.5,1,provolone_cheese,0.5341,True
|
| 208 |
+
bread + savory,bread,chem,60,0.5,2,bacon,0.3189,True
|
| 209 |
+
bread + savory,bread,chem,60,0.5,3,salami,0.3188,False
|
| 210 |
+
bread + savory,bread,chem,60,0.5,4,prosciutto,0.3187,False
|
| 211 |
+
bread + savory,bread,chem,60,0.5,5,pesto,0.3179,False
|
| 212 |
+
potato + savory,potato,chem,0,1.0,1,curry_paste,0.342,False
|
| 213 |
+
potato + savory,potato,chem,0,1.0,2,guascas,0.3397,False
|
| 214 |
+
potato + savory,potato,chem,0,1.0,3,leek,0.3005,True
|
| 215 |
+
potato + savory,potato,chem,0,1.0,4,corn,0.2772,True
|
| 216 |
+
potato + savory,potato,chem,0,1.0,5,chicken,0.274,True
|
| 217 |
+
potato + savory,potato,chem,30,0.866025,1,cheese,0.4029,True
|
| 218 |
+
potato + savory,potato,chem,30,0.866025,2,mushroom,0.2932,True
|
| 219 |
+
potato + savory,potato,chem,30,0.866025,3,bacon,0.2837,True
|
| 220 |
+
potato + savory,potato,chem,30,0.866025,4,guascas,0.2801,False
|
| 221 |
+
potato + savory,potato,chem,30,0.866025,5,beef,0.2762,True
|
| 222 |
+
potato + savory,potato,chem,60,0.5,1,cheese,0.4581,True
|
| 223 |
+
potato + savory,potato,chem,60,0.5,2,red_wine,0.3007,True
|
| 224 |
+
potato + savory,potato,chem,60,0.5,3,alfredo_sauce,0.2846,False
|
| 225 |
+
potato + savory,potato,chem,60,0.5,4,pesto,0.278,False
|
| 226 |
+
potato + savory,potato,chem,60,0.5,5,crescent_roll,0.2758,False
|
| 227 |
+
tomato + bitter,tomato,chem,0,1.0,1,bean,0.2909,False
|
| 228 |
+
tomato + bitter,tomato,chem,0,1.0,2,bell_pepper,0.2894,False
|
| 229 |
+
tomato + bitter,tomato,chem,0,1.0,3,tortilla,0.2837,False
|
| 230 |
+
tomato + bitter,tomato,chem,0,1.0,4,onion,0.2805,False
|
| 231 |
+
tomato + bitter,tomato,chem,0,1.0,5,pasta,0.2745,True
|
| 232 |
+
tomato + bitter,tomato,chem,30,0.866025,1,quinoa,0.426,True
|
| 233 |
+
tomato + bitter,tomato,chem,30,0.866025,2,lentil,0.4234,True
|
| 234 |
+
tomato + bitter,tomato,chem,30,0.866025,3,pasta,0.3945,True
|
| 235 |
+
tomato + bitter,tomato,chem,30,0.866025,4,chayote,0.394,True
|
| 236 |
+
tomato + bitter,tomato,chem,30,0.866025,5,chickpea,0.3916,True
|
| 237 |
+
tomato + bitter,tomato,chem,60,0.5,1,quinoa,0.5049,True
|
| 238 |
+
tomato + bitter,tomato,chem,60,0.5,2,scallion,0.4703,True
|
| 239 |
+
tomato + bitter,tomato,chem,60,0.5,3,chickpea,0.4702,True
|
| 240 |
+
tomato + bitter,tomato,chem,60,0.5,4,kale,0.4681,True
|
| 241 |
+
tomato + bitter,tomato,chem,60,0.5,5,oyster_mushroom,0.4633,True
|
| 242 |
+
cream + bitter,cream,chem,0,1.0,1,gelatin,0.683,False
|
| 243 |
+
cream + bitter,cream,chem,0,1.0,2,chocolate,0.6511,True
|
| 244 |
+
cream + bitter,cream,chem,0,1.0,3,meringue,0.628,False
|
| 245 |
+
cream + bitter,cream,chem,0,1.0,4,ice_cream,0.6208,False
|
| 246 |
+
cream + bitter,cream,chem,0,1.0,5,cocoa_powder,0.5786,False
|
| 247 |
+
cream + bitter,cream,chem,30,0.866025,1,gelatin,0.6115,False
|
| 248 |
+
cream + bitter,cream,chem,30,0.866025,2,chocolate,0.583,True
|
| 249 |
+
cream + bitter,cream,chem,30,0.866025,3,meringue,0.5782,False
|
| 250 |
+
cream + bitter,cream,chem,30,0.866025,4,cocoa_powder,0.5532,False
|
| 251 |
+
cream + bitter,cream,chem,30,0.866025,5,ice_cream,0.5472,False
|
| 252 |
+
cream + bitter,cream,chem,60,0.5,1,hazelnut,0.5255,True
|
| 253 |
+
cream + bitter,cream,chem,60,0.5,2,pistachio,0.5099,True
|
| 254 |
+
cream + bitter,cream,chem,60,0.5,3,chestnut,0.491,True
|
| 255 |
+
cream + bitter,cream,chem,60,0.5,4,agar,0.4616,True
|
| 256 |
+
cream + bitter,cream,chem,60,0.5,5,kale,0.4433,True
|
| 257 |
+
honey + bitter,honey,chem,0,1.0,1,pear,0.3888,True
|
| 258 |
+
honey + bitter,honey,chem,0,1.0,2,apple,0.352,False
|
| 259 |
+
honey + bitter,honey,chem,0,1.0,3,strawberry,0.3116,False
|
| 260 |
+
honey + bitter,honey,chem,0,1.0,4,char_siu_sauce,0.2795,False
|
| 261 |
+
honey + bitter,honey,chem,0,1.0,5,wisteria_flower,0.2528,False
|
| 262 |
+
honey + bitter,honey,chem,30,0.866025,1,pear,0.4147,True
|
| 263 |
+
honey + bitter,honey,chem,30,0.866025,2,chia_seed,0.3941,True
|
| 264 |
+
honey + bitter,honey,chem,30,0.866025,3,quinoa,0.3835,True
|
| 265 |
+
honey + bitter,honey,chem,30,0.866025,4,mache,0.3659,True
|
| 266 |
+
honey + bitter,honey,chem,30,0.866025,5,spelt,0.357,True
|
| 267 |
+
honey + bitter,honey,chem,60,0.5,1,quinoa,0.4751,True
|
| 268 |
+
honey + bitter,honey,chem,60,0.5,2,chia_seed,0.4623,True
|
| 269 |
+
honey + bitter,honey,chem,60,0.5,3,scallion,0.4472,True
|
| 270 |
+
honey + bitter,honey,chem,60,0.5,4,bok_choy,0.444,True
|
| 271 |
+
honey + bitter,honey,chem,60,0.5,5,millet,0.4413,True
|
| 272 |
+
butter + sour,butter,chem,0,1.0,1,milk,0.4779,True
|
| 273 |
+
butter + sour,butter,chem,0,1.0,2,flour,0.3481,False
|
| 274 |
+
butter + sour,butter,chem,0,1.0,3,egg,0.3282,False
|
| 275 |
+
butter + sour,butter,chem,0,1.0,4,chocolate,0.3263,True
|
| 276 |
+
butter + sour,butter,chem,0,1.0,5,parmesan_cheese,0.3135,False
|
| 277 |
+
butter + sour,butter,chem,30,0.866025,1,milk,0.472,True
|
| 278 |
+
butter + sour,butter,chem,30,0.866025,2,egg,0.3654,False
|
| 279 |
+
butter + sour,butter,chem,30,0.866025,3,flour,0.3381,False
|
| 280 |
+
butter + sour,butter,chem,30,0.866025,4,cheese,0.3311,True
|
| 281 |
+
butter + sour,butter,chem,30,0.866025,5,chocolate,0.3099,True
|
| 282 |
+
butter + sour,butter,chem,60,0.5,1,cheese,0.3614,True
|
| 283 |
+
butter + sour,butter,chem,60,0.5,2,milk,0.3397,True
|
| 284 |
+
butter + sour,butter,chem,60,0.5,3,egg,0.3046,False
|
| 285 |
+
butter + sour,butter,chem,60,0.5,4,dough,0.2618,False
|
| 286 |
+
butter + sour,butter,chem,60,0.5,5,bread,0.26,True
|
| 287 |
+
chicken + sour,chicken,chem,0,1.0,1,beef,0.4051,False
|
| 288 |
+
chicken + sour,chicken,chem,0,1.0,2,pork,0.3397,False
|
| 289 |
+
chicken + sour,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 290 |
+
chicken + sour,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 291 |
+
chicken + sour,chicken,chem,0,1.0,5,peanut,0.2821,False
|
| 292 |
+
chicken + sour,chicken,chem,30,0.866025,1,beef,0.3364,False
|
| 293 |
+
chicken + sour,chicken,chem,30,0.866025,2,cream_of_chicken_soup,0.3315,False
|
| 294 |
+
chicken + sour,chicken,chem,30,0.866025,3,cheddar_cheese,0.327,True
|
| 295 |
+
chicken + sour,chicken,chem,30,0.866025,4,buffalo_wing_sauce,0.3255,False
|
| 296 |
+
chicken + sour,chicken,chem,30,0.866025,5,shrimp,0.2928,False
|
| 297 |
+
chicken + sour,chicken,chem,60,0.5,1,cheese,0.3641,True
|
| 298 |
+
chicken + sour,chicken,chem,60,0.5,2,alfredo_sauce,0.2816,False
|
| 299 |
+
chicken + sour,chicken,chem,60,0.5,3,buffalo_wing_sauce,0.2757,False
|
| 300 |
+
chicken + sour,chicken,chem,60,0.5,4,ranch_dressing,0.2686,False
|
| 301 |
+
chicken + sour,chicken,chem,60,0.5,5,cream_of_chicken_soup,0.2634,False
|
| 302 |
+
rice + sour,rice,chem,0,1.0,1,caviar,0.31,False
|
| 303 |
+
rice + sour,rice,chem,0,1.0,2,nori,0.3006,False
|
| 304 |
+
rice + sour,rice,chem,0,1.0,3,wheat,0.2969,True
|
| 305 |
+
rice + sour,rice,chem,0,1.0,4,millet,0.2966,True
|
| 306 |
+
rice + sour,rice,chem,0,1.0,5,puzi_leaf,0.2919,False
|
| 307 |
+
rice + sour,rice,chem,30,0.866025,1,cheese,0.347,True
|
| 308 |
+
rice + sour,rice,chem,30,0.866025,2,wheat,0.3172,True
|
| 309 |
+
rice + sour,rice,chem,30,0.866025,3,nori,0.3111,False
|
| 310 |
+
rice + sour,rice,chem,30,0.866025,4,crab,0.3086,True
|
| 311 |
+
rice + sour,rice,chem,30,0.866025,5,caviar,0.308,False
|
| 312 |
+
rice + sour,rice,chem,60,0.5,1,cheese,0.3746,True
|
| 313 |
+
rice + sour,rice,chem,60,0.5,2,crab,0.2767,True
|
| 314 |
+
rice + sour,rice,chem,60,0.5,3,meat_floss,0.2635,True
|
| 315 |
+
rice + sour,rice,chem,60,0.5,4,fish_cake,0.2597,True
|
| 316 |
+
rice + sour,rice,chem,60,0.5,5,broccoli,0.2595,False
|
| 317 |
+
rice + fatty,rice,chem,0,1.0,1,caviar,0.31,True
|
| 318 |
+
rice + fatty,rice,chem,0,1.0,2,nori,0.3006,False
|
| 319 |
+
rice + fatty,rice,chem,0,1.0,3,wheat,0.2969,False
|
| 320 |
+
rice + fatty,rice,chem,0,1.0,4,millet,0.2966,False
|
| 321 |
+
rice + fatty,rice,chem,0,1.0,5,puzi_leaf,0.2919,False
|
| 322 |
+
rice + fatty,rice,chem,30,0.866025,1,caviar,0.3096,True
|
| 323 |
+
rice + fatty,rice,chem,30,0.866025,2,cheese,0.3081,True
|
| 324 |
+
rice + fatty,rice,chem,30,0.866025,3,crab,0.2893,True
|
| 325 |
+
rice + fatty,rice,chem,30,0.866025,4,puzi_leaf,0.2788,False
|
| 326 |
+
rice + fatty,rice,chem,30,0.866025,5,fish,0.2719,True
|
| 327 |
+
rice + fatty,rice,chem,60,0.5,1,cheese,0.3072,True
|
| 328 |
+
rice + fatty,rice,chem,60,0.5,2,crab,0.2434,True
|
| 329 |
+
rice + fatty,rice,chem,60,0.5,3,english_muffin,0.2372,False
|
| 330 |
+
rice + fatty,rice,chem,60,0.5,4,caviar,0.2262,True
|
| 331 |
+
rice + fatty,rice,chem,60,0.5,5,alfredo_sauce,0.2217,False
|
| 332 |
+
bread + fatty,bread,chem,0,1.0,1,pasta,0.4658,False
|
| 333 |
+
bread + fatty,bread,chem,0,1.0,2,caper,0.4323,False
|
| 334 |
+
bread + fatty,bread,chem,0,1.0,3,artichoke,0.4281,False
|
| 335 |
+
bread + fatty,bread,chem,0,1.0,4,anchovy,0.3771,False
|
| 336 |
+
bread + fatty,bread,chem,0,1.0,5,provolone_cheese,0.3714,True
|
| 337 |
+
bread + fatty,bread,chem,30,0.866025,1,provolone_cheese,0.4422,True
|
| 338 |
+
bread + fatty,bread,chem,30,0.866025,2,yogurt,0.3573,True
|
| 339 |
+
bread + fatty,bread,chem,30,0.866025,3,bacon,0.3315,True
|
| 340 |
+
bread + fatty,bread,chem,30,0.866025,4,bread_crumbs,0.3197,True
|
| 341 |
+
bread + fatty,bread,chem,30,0.866025,5,anchovy,0.3114,False
|
| 342 |
+
bread + fatty,bread,chem,60,0.5,1,provolone_cheese,0.3946,True
|
| 343 |
+
bread + fatty,bread,chem,60,0.5,2,yogurt,0.2688,True
|
| 344 |
+
bread + fatty,bread,chem,60,0.5,3,bread_crumbs,0.2602,True
|
| 345 |
+
bread + fatty,bread,chem,60,0.5,4,bacon,0.2497,True
|
| 346 |
+
bread + fatty,bread,chem,60,0.5,5,mortadella,0.2414,False
|
| 347 |
+
apple + fatty,apple,chem,0,1.0,1,pear,0.3895,False
|
| 348 |
+
apple + fatty,apple,chem,0,1.0,2,apple_cider,0.3651,False
|
| 349 |
+
apple + fatty,apple,chem,0,1.0,3,apple_pie_spice,0.365,False
|
| 350 |
+
apple + fatty,apple,chem,0,1.0,4,honey,0.352,False
|
| 351 |
+
apple + fatty,apple,chem,0,1.0,5,strawberry,0.3434,True
|
| 352 |
+
apple + fatty,apple,chem,30,0.866025,1,strawberry,0.3117,True
|
| 353 |
+
apple + fatty,apple,chem,30,0.866025,2,butter,0.297,True
|
| 354 |
+
apple + fatty,apple,chem,30,0.866025,3,apple_cider,0.2958,False
|
| 355 |
+
apple + fatty,apple,chem,30,0.866025,4,apple_pie_spice,0.2889,False
|
| 356 |
+
apple + fatty,apple,chem,30,0.866025,5,banana,0.2885,False
|
| 357 |
+
apple + fatty,apple,chem,60,0.5,1,mozzarella_cheese,0.2959,True
|
| 358 |
+
apple + fatty,apple,chem,60,0.5,2,butter,0.2505,True
|
| 359 |
+
apple + fatty,apple,chem,60,0.5,3,english_muffin,0.2387,False
|
| 360 |
+
apple + fatty,apple,chem,60,0.5,4,cognac,0.2348,True
|
| 361 |
+
apple + fatty,apple,chem,60,0.5,5,rum,0.2278,True
|
| 362 |
+
salmon + pungent,salmon,chem,0,1.0,1,ham,0.4986,False
|
| 363 |
+
salmon + pungent,salmon,chem,0,1.0,2,trout,0.3558,False
|
| 364 |
+
salmon + pungent,salmon,chem,0,1.0,3,tuna,0.3367,False
|
| 365 |
+
salmon + pungent,salmon,chem,0,1.0,4,cod,0.3298,False
|
| 366 |
+
salmon + pungent,salmon,chem,0,1.0,5,miso,0.3103,False
|
| 367 |
+
salmon + pungent,salmon,chem,30,0.866025,1,ham,0.4826,False
|
| 368 |
+
salmon + pungent,salmon,chem,30,0.866025,2,cheese,0.3457,True
|
| 369 |
+
salmon + pungent,salmon,chem,30,0.866025,3,wasabi,0.3457,True
|
| 370 |
+
salmon + pungent,salmon,chem,30,0.866025,4,kombu,0.3378,False
|
| 371 |
+
salmon + pungent,salmon,chem,30,0.866025,5,caviar,0.3284,True
|
| 372 |
+
salmon + pungent,salmon,chem,60,0.5,1,cheese,0.3396,True
|
| 373 |
+
salmon + pungent,salmon,chem,60,0.5,2,ham,0.3373,False
|
| 374 |
+
salmon + pungent,salmon,chem,60,0.5,3,pasta,0.3199,False
|
| 375 |
+
salmon + pungent,salmon,chem,60,0.5,4,pesto,0.2991,False
|
| 376 |
+
salmon + pungent,salmon,chem,60,0.5,5,wasabi,0.2887,True
|
| 377 |
+
egg + pungent,egg,chem,0,1.0,1,baking_powder,0.6172,False
|
| 378 |
+
egg + pungent,egg,chem,0,1.0,2,brown_sugar,0.4414,False
|
| 379 |
+
egg + pungent,egg,chem,0,1.0,3,vegetable_oil,0.4175,False
|
| 380 |
+
egg + pungent,egg,chem,0,1.0,4,graham_flour,0.4079,False
|
| 381 |
+
egg + pungent,egg,chem,0,1.0,5,club_soda,0.3815,False
|
| 382 |
+
egg + pungent,egg,chem,30,0.866025,1,baking_powder,0.4879,False
|
| 383 |
+
egg + pungent,egg,chem,30,0.866025,2,dough,0.3724,False
|
| 384 |
+
egg + pungent,egg,chem,30,0.866025,3,meat_floss,0.3576,False
|
| 385 |
+
egg + pungent,egg,chem,30,0.866025,4,cheese,0.3509,True
|
| 386 |
+
egg + pungent,egg,chem,30,0.866025,5,brown_sugar,0.3372,False
|
| 387 |
+
egg + pungent,egg,chem,60,0.5,1,cheese,0.3463,True
|
| 388 |
+
egg + pungent,egg,chem,60,0.5,2,taro,0.31,True
|
| 389 |
+
egg + pungent,egg,chem,60,0.5,3,meat_floss,0.2946,False
|
| 390 |
+
egg + pungent,egg,chem,60,0.5,4,pesto,0.2873,False
|
| 391 |
+
egg + pungent,egg,chem,60,0.5,5,black_olive,0.2868,True
|
| 392 |
+
chicken + pungent,chicken,chem,0,1.0,1,beef,0.4051,False
|
| 393 |
+
chicken + pungent,chicken,chem,0,1.0,2,pork,0.3397,False
|
| 394 |
+
chicken + pungent,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 395 |
+
chicken + pungent,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 396 |
+
chicken + pungent,chicken,chem,0,1.0,5,peanut,0.2821,True
|
| 397 |
+
chicken + pungent,chicken,chem,30,0.866025,1,beef,0.3356,False
|
| 398 |
+
chicken + pungent,chicken,chem,30,0.866025,2,buffalo_wing_sauce,0.3265,False
|
| 399 |
+
chicken + pungent,chicken,chem,30,0.866025,3,cream_of_chicken_soup,0.3244,False
|
| 400 |
+
chicken + pungent,chicken,chem,30,0.866025,4,cheddar_cheese,0.307,True
|
| 401 |
+
chicken + pungent,chicken,chem,30,0.866025,5,pork,0.3069,False
|
| 402 |
+
chicken + pungent,chicken,chem,60,0.5,1,cheese,0.3118,True
|
| 403 |
+
chicken + pungent,chicken,chem,60,0.5,2,pasta,0.3042,False
|
| 404 |
+
chicken + pungent,chicken,chem,60,0.5,3,ranch_dressing,0.2931,False
|
| 405 |
+
chicken + pungent,chicken,chem,60,0.5,4,abalone,0.2812,True
|
| 406 |
+
chicken + pungent,chicken,chem,60,0.5,5,buffalo_wing_sauce,0.2774,False
|
| 407 |
+
rice + floral,rice,chem,0,1.0,1,caviar,0.31,True
|
| 408 |
+
rice + floral,rice,chem,0,1.0,2,nori,0.3006,True
|
| 409 |
+
rice + floral,rice,chem,0,1.0,3,wheat,0.2969,True
|
| 410 |
+
rice + floral,rice,chem,0,1.0,4,millet,0.2966,False
|
| 411 |
+
rice + floral,rice,chem,0,1.0,5,puzi_leaf,0.2919,False
|
| 412 |
+
rice + floral,rice,chem,30,0.866025,1,red_date,0.3172,True
|
| 413 |
+
rice + floral,rice,chem,30,0.866025,2,wheat,0.313,True
|
| 414 |
+
rice + floral,rice,chem,30,0.866025,3,millet,0.308,False
|
| 415 |
+
rice + floral,rice,chem,30,0.866025,4,nori,0.3012,True
|
| 416 |
+
rice + floral,rice,chem,30,0.866025,5,chinese_yam,0.2934,True
|
| 417 |
+
rice + floral,rice,chem,60,0.5,1,red_date,0.3193,True
|
| 418 |
+
rice + floral,rice,chem,60,0.5,2,ginger_liqueur,0.3095,True
|
| 419 |
+
rice + floral,rice,chem,60,0.5,3,champagne,0.297,True
|
| 420 |
+
rice + floral,rice,chem,60,0.5,4,grapefruit,0.2844,True
|
| 421 |
+
rice + floral,rice,chem,60,0.5,5,chinese_yam,0.273,True
|
| 422 |
+
lamb + floral,lamb,chem,0,1.0,1,peanut_oil,0.3252,False
|
| 423 |
+
lamb + floral,lamb,chem,0,1.0,2,goat_cheese,0.2868,False
|
| 424 |
+
lamb + floral,lamb,chem,0,1.0,3,coriander,0.279,True
|
| 425 |
+
lamb + floral,lamb,chem,0,1.0,4,chu_hou_paste,0.2607,False
|
| 426 |
+
lamb + floral,lamb,chem,0,1.0,5,fermented_chive_flower_paste,0.26,False
|
| 427 |
+
lamb + floral,lamb,chem,30,0.866025,1,peanut_oil,0.285,False
|
| 428 |
+
lamb + floral,lamb,chem,30,0.866025,2,wood_ear_mushroom,0.2667,True
|
| 429 |
+
lamb + floral,lamb,chem,30,0.866025,3,coriander,0.2659,True
|
| 430 |
+
lamb + floral,lamb,chem,30,0.866025,4,lemon,0.2559,True
|
| 431 |
+
lamb + floral,lamb,chem,30,0.866025,5,champagne,0.2534,True
|
| 432 |
+
lamb + floral,lamb,chem,60,0.5,1,champagne,0.3169,True
|
| 433 |
+
lamb + floral,lamb,chem,60,0.5,2,triple_sec,0.2991,False
|
| 434 |
+
lamb + floral,lamb,chem,60,0.5,3,red_date,0.28,True
|
| 435 |
+
lamb + floral,lamb,chem,60,0.5,4,apricot_brandy,0.2792,True
|
| 436 |
+
lamb + floral,lamb,chem,60,0.5,5,grenadine,0.279,False
|
| 437 |
+
cream + floral,cream,chem,0,1.0,1,gelatin,0.683,False
|
| 438 |
+
cream + floral,cream,chem,0,1.0,2,chocolate,0.6511,False
|
| 439 |
+
cream + floral,cream,chem,0,1.0,3,meringue,0.628,False
|
| 440 |
+
cream + floral,cream,chem,0,1.0,4,ice_cream,0.6208,False
|
| 441 |
+
cream + floral,cream,chem,0,1.0,5,cocoa_powder,0.5786,False
|
| 442 |
+
cream + floral,cream,chem,30,0.866025,1,gelatin,0.6238,False
|
| 443 |
+
cream + floral,cream,chem,30,0.866025,2,meringue,0.5823,False
|
| 444 |
+
cream + floral,cream,chem,30,0.866025,3,ice_cream,0.5798,False
|
| 445 |
+
cream + floral,cream,chem,30,0.866025,4,chocolate,0.5504,False
|
| 446 |
+
cream + floral,cream,chem,30,0.866025,5,pudding,0.514,False
|
| 447 |
+
cream + floral,cream,chem,60,0.5,1,gelatin,0.3974,False
|
| 448 |
+
cream + floral,cream,chem,60,0.5,2,ice_cream,0.3834,False
|
| 449 |
+
cream + floral,cream,chem,60,0.5,3,meringue,0.3806,False
|
| 450 |
+
cream + floral,cream,chem,60,0.5,4,syrup,0.3775,False
|
| 451 |
+
cream + floral,cream,chem,60,0.5,5,vodka,0.3755,False
|
| 452 |
+
pasta + earthy,pasta,chem,0,1.0,1,caper,0.5554,False
|
| 453 |
+
pasta + earthy,pasta,chem,0,1.0,2,artichoke,0.5527,False
|
| 454 |
+
pasta + earthy,pasta,chem,0,1.0,3,zucchini,0.5384,False
|
| 455 |
+
pasta + earthy,pasta,chem,0,1.0,4,bread,0.4658,False
|
| 456 |
+
pasta + earthy,pasta,chem,0,1.0,5,broccoli,0.4409,False
|
| 457 |
+
pasta + earthy,pasta,chem,30,0.866025,1,mozzarella_cheese,0.5478,True
|
| 458 |
+
pasta + earthy,pasta,chem,30,0.866025,2,bread,0.4112,False
|
| 459 |
+
pasta + earthy,pasta,chem,30,0.866025,3,artichoke,0.4106,False
|
| 460 |
+
pasta + earthy,pasta,chem,30,0.866025,4,caper,0.3922,False
|
| 461 |
+
pasta + earthy,pasta,chem,30,0.866025,5,zucchini,0.3871,False
|
| 462 |
+
pasta + earthy,pasta,chem,60,0.5,1,mozzarella_cheese,0.5346,True
|
| 463 |
+
pasta + earthy,pasta,chem,60,0.5,2,alfredo_sauce,0.3551,False
|
| 464 |
+
pasta + earthy,pasta,chem,60,0.5,3,pizza_crust,0.3435,False
|
| 465 |
+
pasta + earthy,pasta,chem,60,0.5,4,pesto,0.3383,False
|
| 466 |
+
pasta + earthy,pasta,chem,60,0.5,5,prosciutto,0.335,False
|
| 467 |
+
chicken + earthy,chicken,chem,0,1.0,1,beef,0.4051,True
|
| 468 |
+
chicken + earthy,chicken,chem,0,1.0,2,pork,0.3397,True
|
| 469 |
+
chicken + earthy,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 470 |
+
chicken + earthy,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 471 |
+
chicken + earthy,chicken,chem,0,1.0,5,peanut,0.2821,True
|
| 472 |
+
chicken + earthy,chicken,chem,30,0.866025,1,beef,0.3591,True
|
| 473 |
+
chicken + earthy,chicken,chem,30,0.866025,2,cream_of_chicken_soup,0.3186,False
|
| 474 |
+
chicken + earthy,chicken,chem,30,0.866025,3,cheddar_cheese,0.3168,True
|
| 475 |
+
chicken + earthy,chicken,chem,30,0.866025,4,buffalo_wing_sauce,0.3006,False
|
| 476 |
+
chicken + earthy,chicken,chem,30,0.866025,5,pork,0.2844,True
|
| 477 |
+
chicken + earthy,chicken,chem,60,0.5,1,cheese,0.311,True
|
| 478 |
+
chicken + earthy,chicken,chem,60,0.5,2,alfredo_sauce,0.2474,False
|
| 479 |
+
chicken + earthy,chicken,chem,60,0.5,3,cream_of_chicken_soup,0.2411,False
|
| 480 |
+
chicken + earthy,chicken,chem,60,0.5,4,buffalo_wing_sauce,0.2325,False
|
| 481 |
+
chicken + earthy,chicken,chem,60,0.5,5,taco_seasoning,0.2207,False
|
| 482 |
+
cream + earthy,cream,chem,0,1.0,1,gelatin,0.683,False
|
| 483 |
+
cream + earthy,cream,chem,0,1.0,2,chocolate,0.6511,False
|
| 484 |
+
cream + earthy,cream,chem,0,1.0,3,meringue,0.628,False
|
| 485 |
+
cream + earthy,cream,chem,0,1.0,4,ice_cream,0.6208,False
|
| 486 |
+
cream + earthy,cream,chem,0,1.0,5,cocoa_powder,0.5786,False
|
| 487 |
+
cream + earthy,cream,chem,30,0.866025,1,gelatin,0.5671,False
|
| 488 |
+
cream + earthy,cream,chem,30,0.866025,2,chocolate,0.5563,False
|
| 489 |
+
cream + earthy,cream,chem,30,0.866025,3,ice_cream,0.5289,False
|
| 490 |
+
cream + earthy,cream,chem,30,0.866025,4,meringue,0.5131,False
|
| 491 |
+
cream + earthy,cream,chem,30,0.866025,5,toffee,0.4646,False
|
| 492 |
+
cream + earthy,cream,chem,60,0.5,1,cream_cheese,0.3532,True
|
| 493 |
+
cream + earthy,cream,chem,60,0.5,2,chocolate,0.3123,False
|
| 494 |
+
cream + earthy,cream,chem,60,0.5,3,gelatin,0.2991,False
|
| 495 |
+
cream + earthy,cream,chem,60,0.5,4,ice_cream,0.2953,False
|
| 496 |
+
cream + earthy,cream,chem,60,0.5,5,rum,0.2729,True
|
| 497 |
+
chicken + nutty,chicken,chem,0,1.0,1,beef,0.4051,True
|
| 498 |
+
chicken + nutty,chicken,chem,0,1.0,2,pork,0.3397,True
|
| 499 |
+
chicken + nutty,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 500 |
+
chicken + nutty,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 501 |
+
chicken + nutty,chicken,chem,0,1.0,5,peanut,0.2821,True
|
| 502 |
+
chicken + nutty,chicken,chem,30,0.866025,1,scallion,0.3724,True
|
| 503 |
+
chicken + nutty,chicken,chem,30,0.866025,2,beef,0.3533,True
|
| 504 |
+
chicken + nutty,chicken,chem,30,0.866025,3,peanut,0.3513,True
|
| 505 |
+
chicken + nutty,chicken,chem,30,0.866025,4,pork,0.3431,True
|
| 506 |
+
chicken + nutty,chicken,chem,30,0.866025,5,bok_choy,0.3363,True
|
| 507 |
+
chicken + nutty,chicken,chem,60,0.5,1,wood_ear_mushroom,0.4631,True
|
| 508 |
+
chicken + nutty,chicken,chem,60,0.5,2,scallion,0.4623,True
|
| 509 |
+
chicken + nutty,chicken,chem,60,0.5,3,bok_choy,0.4527,True
|
| 510 |
+
chicken + nutty,chicken,chem,60,0.5,4,garland_chrysanthemum,0.4501,True
|
| 511 |
+
chicken + nutty,chicken,chem,60,0.5,5,bamboo_shoot,0.4435,True
|
| 512 |
+
fish + nutty,fish,chem,0,1.0,1,oyster,0.3527,True
|
| 513 |
+
fish + nutty,fish,chem,0,1.0,2,caviar,0.3359,True
|
| 514 |
+
fish + nutty,fish,chem,0,1.0,3,scallop,0.3082,True
|
| 515 |
+
fish + nutty,fish,chem,0,1.0,4,peanut_oil,0.3053,True
|
| 516 |
+
fish + nutty,fish,chem,0,1.0,5,cucumber,0.2865,False
|
| 517 |
+
fish + nutty,fish,chem,30,0.866025,1,shiitake_mushroom,0.4121,True
|
| 518 |
+
fish + nutty,fish,chem,30,0.866025,2,bamboo_shoot,0.3905,True
|
| 519 |
+
fish + nutty,fish,chem,30,0.866025,3,scallion,0.3721,True
|
| 520 |
+
fish + nutty,fish,chem,30,0.866025,4,kelp,0.3685,True
|
| 521 |
+
fish + nutty,fish,chem,30,0.866025,5,garland_chrysanthemum,0.364,True
|
| 522 |
+
fish + nutty,fish,chem,60,0.5,1,wood_ear_mushroom,0.4923,True
|
| 523 |
+
fish + nutty,fish,chem,60,0.5,2,bamboo_shoot,0.4774,True
|
| 524 |
+
fish + nutty,fish,chem,60,0.5,3,garland_chrysanthemum,0.4689,True
|
| 525 |
+
fish + nutty,fish,chem,60,0.5,4,bok_choy,0.4639,True
|
| 526 |
+
fish + nutty,fish,chem,60,0.5,5,scallion,0.4636,True
|
| 527 |
+
banana + nutty,banana,chem,0,1.0,1,apple,0.3417,False
|
| 528 |
+
banana + nutty,banana,chem,0,1.0,2,coconut,0.3398,True
|
| 529 |
+
banana + nutty,banana,chem,0,1.0,3,carob,0.3215,True
|
| 530 |
+
banana + nutty,banana,chem,0,1.0,4,almond_milk,0.3092,True
|
| 531 |
+
banana + nutty,banana,chem,0,1.0,5,brazil_nut,0.3065,False
|
| 532 |
+
banana + nutty,banana,chem,30,0.866025,1,chia_seed,0.4333,True
|
| 533 |
+
banana + nutty,banana,chem,30,0.866025,2,carob,0.4256,True
|
| 534 |
+
banana + nutty,banana,chem,30,0.866025,3,amaranth,0.3955,True
|
| 535 |
+
banana + nutty,banana,chem,30,0.866025,4,arrowroot,0.3698,True
|
| 536 |
+
banana + nutty,banana,chem,30,0.866025,5,cashew,0.3669,False
|
| 537 |
+
banana + nutty,banana,chem,60,0.5,1,millet,0.4581,True
|
| 538 |
+
banana + nutty,banana,chem,60,0.5,2,chia_seed,0.4502,True
|
| 539 |
+
banana + nutty,banana,chem,60,0.5,3,bamboo_shoot,0.4495,True
|
| 540 |
+
banana + nutty,banana,chem,60,0.5,4,bok_choy,0.4461,True
|
| 541 |
+
banana + nutty,banana,chem,60,0.5,5,wood_ear_mushroom,0.4453,True
|
| 542 |
+
bread + high protein,bread,chem,0,1.0,1,pasta,0.4658,True
|
| 543 |
+
bread + high protein,bread,chem,0,1.0,2,caper,0.4323,False
|
| 544 |
+
bread + high protein,bread,chem,0,1.0,3,artichoke,0.4281,False
|
| 545 |
+
bread + high protein,bread,chem,0,1.0,4,anchovy,0.3771,True
|
| 546 |
+
bread + high protein,bread,chem,0,1.0,5,provolone_cheese,0.3714,True
|
| 547 |
+
bread + high protein,bread,chem,30,0.866025,1,pasta,0.4559,True
|
| 548 |
+
bread + high protein,bread,chem,30,0.866025,2,artichoke,0.4268,False
|
| 549 |
+
bread + high protein,bread,chem,30,0.866025,3,provolone_cheese,0.4265,True
|
| 550 |
+
bread + high protein,bread,chem,30,0.866025,4,anchovy,0.4194,True
|
| 551 |
+
bread + high protein,bread,chem,30,0.866025,5,caper,0.4031,False
|
| 552 |
+
bread + high protein,bread,chem,60,0.5,1,provolone_cheese,0.3674,True
|
| 553 |
+
bread + high protein,bread,chem,60,0.5,2,monkfish,0.3621,True
|
| 554 |
+
bread + high protein,bread,chem,60,0.5,3,anchovy,0.3493,True
|
| 555 |
+
bread + high protein,bread,chem,60,0.5,4,hot_dog,0.3268,True
|
| 556 |
+
bread + high protein,bread,chem,60,0.5,5,pita_bread,0.3257,True
|
| 557 |
+
rice + high protein,rice,chem,0,1.0,1,caviar,0.31,True
|
| 558 |
+
rice + high protein,rice,chem,0,1.0,2,nori,0.3006,False
|
| 559 |
+
rice + high protein,rice,chem,0,1.0,3,wheat,0.2969,True
|
| 560 |
+
rice + high protein,rice,chem,0,1.0,4,millet,0.2966,True
|
| 561 |
+
rice + high protein,rice,chem,0,1.0,5,puzi_leaf,0.2919,False
|
| 562 |
+
rice + high protein,rice,chem,30,0.866025,1,salmon,0.353,True
|
| 563 |
+
rice + high protein,rice,chem,30,0.866025,2,sausage,0.3277,True
|
| 564 |
+
rice + high protein,rice,chem,30,0.866025,3,caviar,0.3188,True
|
| 565 |
+
rice + high protein,rice,chem,30,0.866025,4,octopus,0.3081,True
|
| 566 |
+
rice + high protein,rice,chem,30,0.866025,5,cod,0.2987,True
|
| 567 |
+
rice + high protein,rice,chem,60,0.5,1,monkfish,0.3418,True
|
| 568 |
+
rice + high protein,rice,chem,60,0.5,2,cod,0.3267,True
|
| 569 |
+
rice + high protein,rice,chem,60,0.5,3,salmon,0.3244,True
|
| 570 |
+
rice + high protein,rice,chem,60,0.5,4,sausage,0.3158,True
|
| 571 |
+
rice + high protein,rice,chem,60,0.5,5,octopus,0.3126,True
|
| 572 |
+
honey + high protein,honey,chem,0,1.0,1,pear,0.3888,False
|
| 573 |
+
honey + high protein,honey,chem,0,1.0,2,apple,0.352,False
|
| 574 |
+
honey + high protein,honey,chem,0,1.0,3,strawberry,0.3116,False
|
| 575 |
+
honey + high protein,honey,chem,0,1.0,4,char_siu_sauce,0.2795,False
|
| 576 |
+
honey + high protein,honey,chem,0,1.0,5,wisteria_flower,0.2528,False
|
| 577 |
+
honey + high protein,honey,chem,30,0.866025,1,feta_cheese,0.2865,True
|
| 578 |
+
honey + high protein,honey,chem,30,0.866025,2,pear,0.2856,False
|
| 579 |
+
honey + high protein,honey,chem,30,0.866025,3,swordfish,0.275,True
|
| 580 |
+
honey + high protein,honey,chem,30,0.866025,4,couscous,0.2731,False
|
| 581 |
+
honey + high protein,honey,chem,30,0.866025,5,trout,0.2626,True
|
| 582 |
+
honey + high protein,honey,chem,60,0.5,1,monkfish,0.333,True
|
| 583 |
+
honey + high protein,honey,chem,60,0.5,2,cod,0.3138,True
|
| 584 |
+
honey + high protein,honey,chem,60,0.5,3,couscous,0.3126,False
|
| 585 |
+
honey + high protein,honey,chem,60,0.5,4,trout,0.308,True
|
| 586 |
+
honey + high protein,honey,chem,60,0.5,5,bulgur,0.3046,True
|
| 587 |
+
chicken + high fat,chicken,chem,0,1.0,1,beef,0.4051,True
|
| 588 |
+
chicken + high fat,chicken,chem,0,1.0,2,pork,0.3397,True
|
| 589 |
+
chicken + high fat,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,True
|
| 590 |
+
chicken + high fat,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 591 |
+
chicken + high fat,chicken,chem,0,1.0,5,peanut,0.2821,True
|
| 592 |
+
chicken + high fat,chicken,chem,30,0.866025,1,beef,0.3695,True
|
| 593 |
+
chicken + high fat,chicken,chem,30,0.866025,2,cream_of_chicken_soup,0.3669,True
|
| 594 |
+
chicken + high fat,chicken,chem,30,0.866025,3,cheddar_cheese,0.3277,True
|
| 595 |
+
chicken + high fat,chicken,chem,30,0.866025,4,flour_tortilla,0.32,True
|
| 596 |
+
chicken + high fat,chicken,chem,30,0.866025,5,buffalo_wing_sauce,0.3177,False
|
| 597 |
+
chicken + high fat,chicken,chem,60,0.5,1,colby_cheese,0.3389,True
|
| 598 |
+
chicken + high fat,chicken,chem,60,0.5,2,pasta_sauce,0.3273,False
|
| 599 |
+
chicken + high fat,chicken,chem,60,0.5,3,cream_of_chicken_soup,0.3248,True
|
| 600 |
+
chicken + high fat,chicken,chem,60,0.5,4,alfredo_sauce,0.3177,True
|
| 601 |
+
chicken + high fat,chicken,chem,60,0.5,5,flour_tortilla,0.3064,True
|
| 602 |
+
bread + high fat,bread,chem,0,1.0,1,pasta,0.4658,False
|
| 603 |
+
bread + high fat,bread,chem,0,1.0,2,caper,0.4323,False
|
| 604 |
+
bread + high fat,bread,chem,0,1.0,3,artichoke,0.4281,False
|
| 605 |
+
bread + high fat,bread,chem,0,1.0,4,anchovy,0.3771,True
|
| 606 |
+
bread + high fat,bread,chem,0,1.0,5,provolone_cheese,0.3714,True
|
| 607 |
+
bread + high fat,bread,chem,30,0.866025,1,provolone_cheese,0.4587,True
|
| 608 |
+
bread + high fat,bread,chem,30,0.866025,2,pasta,0.391,False
|
| 609 |
+
bread + high fat,bread,chem,30,0.866025,3,anchovy,0.3895,True
|
| 610 |
+
bread + high fat,bread,chem,30,0.866025,4,salami,0.3794,True
|
| 611 |
+
bread + high fat,bread,chem,30,0.866025,5,artichoke,0.3619,False
|
| 612 |
+
bread + high fat,bread,chem,60,0.5,1,provolone_cheese,0.4231,True
|
| 613 |
+
bread + high fat,bread,chem,60,0.5,2,salami,0.3769,True
|
| 614 |
+
bread + high fat,bread,chem,60,0.5,3,pizza_sauce,0.3291,False
|
| 615 |
+
bread + high fat,bread,chem,60,0.5,4,pesto,0.3238,True
|
| 616 |
+
bread + high fat,bread,chem,60,0.5,5,bread_crumbs,0.3223,True
|
| 617 |
+
potato + high fat,potato,chem,0,1.0,1,curry_paste,0.342,False
|
| 618 |
+
potato + high fat,potato,chem,0,1.0,2,guascas,0.3397,False
|
| 619 |
+
potato + high fat,potato,chem,0,1.0,3,leek,0.3005,False
|
| 620 |
+
potato + high fat,potato,chem,0,1.0,4,corn,0.2772,False
|
| 621 |
+
potato + high fat,potato,chem,0,1.0,5,chicken,0.274,False
|
| 622 |
+
potato + high fat,potato,chem,30,0.866025,1,cheese,0.3421,True
|
| 623 |
+
potato + high fat,potato,chem,30,0.866025,2,curry_paste,0.2978,False
|
| 624 |
+
potato + high fat,potato,chem,30,0.866025,3,bread_crumbs,0.2948,True
|
| 625 |
+
potato + high fat,potato,chem,30,0.866025,4,corn_flakes,0.2931,False
|
| 626 |
+
potato + high fat,potato,chem,30,0.866025,5,cream_of_chicken_soup,0.2874,True
|
| 627 |
+
potato + high fat,potato,chem,60,0.5,1,cheese,0.3528,True
|
| 628 |
+
potato + high fat,potato,chem,60,0.5,2,salami,0.3097,True
|
| 629 |
+
potato + high fat,potato,chem,60,0.5,3,pesto,0.3041,True
|
| 630 |
+
potato + high fat,potato,chem,60,0.5,4,bread_crumbs,0.3021,True
|
| 631 |
+
potato + high fat,potato,chem,60,0.5,5,pizza_sauce,0.2973,False
|
| 632 |
+
butter + high water,butter,chem,0,1.0,1,milk,0.4779,True
|
| 633 |
+
butter + high water,butter,chem,0,1.0,2,flour,0.3481,False
|
| 634 |
+
butter + high water,butter,chem,0,1.0,3,egg,0.3282,False
|
| 635 |
+
butter + high water,butter,chem,0,1.0,4,chocolate,0.3263,False
|
| 636 |
+
butter + high water,butter,chem,0,1.0,5,parmesan_cheese,0.3135,False
|
| 637 |
+
butter + high water,butter,chem,30,0.866025,1,milk,0.3814,True
|
| 638 |
+
butter + high water,butter,chem,30,0.866025,2,cucumber,0.2832,True
|
| 639 |
+
butter + high water,butter,chem,30,0.866025,3,parmesan_cheese,0.2788,False
|
| 640 |
+
butter + high water,butter,chem,30,0.866025,4,white_wine,0.2737,True
|
| 641 |
+
butter + high water,butter,chem,30,0.866025,5,pear,0.2724,True
|
| 642 |
+
butter + high water,butter,chem,60,0.5,1,oyster_mushroom,0.3442,True
|
| 643 |
+
butter + high water,butter,chem,60,0.5,2,scallion,0.3291,True
|
| 644 |
+
butter + high water,butter,chem,60,0.5,3,cucumber,0.3218,True
|
| 645 |
+
butter + high water,butter,chem,60,0.5,4,wakame,0.3079,True
|
| 646 |
+
butter + high water,butter,chem,60,0.5,5,abalone,0.3006,False
|
| 647 |
+
chocolate + high water,chocolate,chem,0,1.0,1,toffee,0.6857,False
|
| 648 |
+
chocolate + high water,chocolate,chem,0,1.0,2,cocoa_powder,0.6762,False
|
| 649 |
+
chocolate + high water,chocolate,chem,0,1.0,3,frosting,0.6728,False
|
| 650 |
+
chocolate + high water,chocolate,chem,0,1.0,4,cream,0.6511,False
|
| 651 |
+
chocolate + high water,chocolate,chem,0,1.0,5,marshmallow,0.6372,False
|
| 652 |
+
chocolate + high water,chocolate,chem,30,0.866025,1,cream,0.5777,False
|
| 653 |
+
chocolate + high water,chocolate,chem,30,0.866025,2,ice_cream,0.5659,False
|
| 654 |
+
chocolate + high water,chocolate,chem,30,0.866025,3,toffee,0.5552,False
|
| 655 |
+
chocolate + high water,chocolate,chem,30,0.866025,4,cocoa_powder,0.5506,False
|
| 656 |
+
chocolate + high water,chocolate,chem,30,0.866025,5,frosting,0.5379,False
|
| 657 |
+
chocolate + high water,chocolate,chem,60,0.5,1,oyster_mushroom,0.4088,True
|
| 658 |
+
chocolate + high water,chocolate,chem,60,0.5,2,scallion,0.3807,True
|
| 659 |
+
chocolate + high water,chocolate,chem,60,0.5,3,bok_choy,0.3785,True
|
| 660 |
+
chocolate + high water,chocolate,chem,60,0.5,4,garland_chrysanthemum,0.3783,True
|
| 661 |
+
chocolate + high water,chocolate,chem,60,0.5,5,ice_cream,0.3597,False
|
| 662 |
+
rice + high fiber,rice,chem,0,1.0,1,caviar,0.31,False
|
| 663 |
+
rice + high fiber,rice,chem,0,1.0,2,nori,0.3006,False
|
| 664 |
+
rice + high fiber,rice,chem,0,1.0,3,wheat,0.2969,True
|
| 665 |
+
rice + high fiber,rice,chem,0,1.0,4,millet,0.2966,True
|
| 666 |
+
rice + high fiber,rice,chem,0,1.0,5,puzi_leaf,0.2919,False
|
| 667 |
+
rice + high fiber,rice,chem,30,0.866025,1,millet,0.4353,True
|
| 668 |
+
rice + high fiber,rice,chem,30,0.866025,2,quinoa,0.4148,True
|
| 669 |
+
rice + high fiber,rice,chem,30,0.866025,3,nori,0.3926,False
|
| 670 |
+
rice + high fiber,rice,chem,30,0.866025,4,chickpea,0.3842,True
|
| 671 |
+
rice + high fiber,rice,chem,30,0.866025,5,wheat,0.3839,True
|
| 672 |
+
rice + high fiber,rice,chem,60,0.5,1,quinoa,0.4582,True
|
| 673 |
+
rice + high fiber,rice,chem,60,0.5,2,millet,0.4573,True
|
| 674 |
+
rice + high fiber,rice,chem,60,0.5,3,chickpea,0.4537,True
|
| 675 |
+
rice + high fiber,rice,chem,60,0.5,4,cashew,0.4371,True
|
| 676 |
+
rice + high fiber,rice,chem,60,0.5,5,mung_bean,0.4201,True
|
| 677 |
+
chicken + high fiber,chicken,chem,0,1.0,1,beef,0.4051,False
|
| 678 |
+
chicken + high fiber,chicken,chem,0,1.0,2,pork,0.3397,False
|
| 679 |
+
chicken + high fiber,chicken,chem,0,1.0,3,cream_of_chicken_soup,0.3107,False
|
| 680 |
+
chicken + high fiber,chicken,chem,0,1.0,4,buffalo_wing_sauce,0.2882,False
|
| 681 |
+
chicken + high fiber,chicken,chem,0,1.0,5,peanut,0.2821,True
|
| 682 |
+
chicken + high fiber,chicken,chem,30,0.866025,1,butternut_squash,0.3478,False
|
| 683 |
+
chicken + high fiber,chicken,chem,30,0.866025,2,beef,0.3395,False
|
| 684 |
+
chicken + high fiber,chicken,chem,30,0.866025,3,quinoa,0.3389,True
|
| 685 |
+
chicken + high fiber,chicken,chem,30,0.866025,4,cashew,0.3359,True
|
| 686 |
+
chicken + high fiber,chicken,chem,30,0.866025,5,peanut,0.3205,True
|
| 687 |
+
chicken + high fiber,chicken,chem,60,0.5,1,cashew,0.4295,True
|
| 688 |
+
chicken + high fiber,chicken,chem,60,0.5,2,quinoa,0.4272,True
|
| 689 |
+
chicken + high fiber,chicken,chem,60,0.5,3,chickpea,0.4256,True
|
| 690 |
+
chicken + high fiber,chicken,chem,60,0.5,4,butternut_squash,0.4074,False
|
| 691 |
+
chicken + high fiber,chicken,chem,60,0.5,5,millet,0.3776,True
|
| 692 |
+
cream + high sugars,cream,chem,0,1.0,1,gelatin,0.683,False
|
| 693 |
+
cream + high sugars,cream,chem,0,1.0,2,chocolate,0.6511,True
|
| 694 |
+
cream + high sugars,cream,chem,0,1.0,3,meringue,0.628,False
|
| 695 |
+
cream + high sugars,cream,chem,0,1.0,4,ice_cream,0.6208,True
|
| 696 |
+
cream + high sugars,cream,chem,0,1.0,5,cocoa_powder,0.5786,False
|
| 697 |
+
cream + high sugars,cream,chem,30,0.866025,1,chocolate,0.6486,True
|
| 698 |
+
cream + high sugars,cream,chem,30,0.866025,2,gelatin,0.6395,False
|
| 699 |
+
cream + high sugars,cream,chem,30,0.866025,3,ice_cream,0.629,True
|
| 700 |
+
cream + high sugars,cream,chem,30,0.866025,4,toffee,0.5955,True
|
| 701 |
+
cream + high sugars,cream,chem,30,0.866025,5,meringue,0.5787,False
|
| 702 |
+
cream + high sugars,cream,chem,60,0.5,1,toffee,0.474,True
|
| 703 |
+
cream + high sugars,cream,chem,60,0.5,2,chocolate,0.4722,True
|
| 704 |
+
cream + high sugars,cream,chem,60,0.5,3,ice_cream,0.4686,True
|
| 705 |
+
cream + high sugars,cream,chem,60,0.5,4,fudge,0.4408,True
|
| 706 |
+
cream + high sugars,cream,chem,60,0.5,5,pudding,0.4321,True
|
| 707 |
+
egg + high sugars,egg,chem,0,1.0,1,baking_powder,0.6172,False
|
| 708 |
+
egg + high sugars,egg,chem,0,1.0,2,brown_sugar,0.4414,True
|
| 709 |
+
egg + high sugars,egg,chem,0,1.0,3,vegetable_oil,0.4175,False
|
| 710 |
+
egg + high sugars,egg,chem,0,1.0,4,graham_flour,0.4079,False
|
| 711 |
+
egg + high sugars,egg,chem,0,1.0,5,club_soda,0.3815,False
|
| 712 |
+
egg + high sugars,egg,chem,30,0.866025,1,baking_powder,0.597,False
|
| 713 |
+
egg + high sugars,egg,chem,30,0.866025,2,brown_sugar,0.4832,True
|
| 714 |
+
egg + high sugars,egg,chem,30,0.866025,3,milk_chocolate,0.4533,True
|
| 715 |
+
egg + high sugars,egg,chem,30,0.866025,4,pumpkin_pie_spice,0.4435,True
|
| 716 |
+
egg + high sugars,egg,chem,30,0.866025,5,corn_syrup,0.4206,True
|
| 717 |
+
egg + high sugars,egg,chem,60,0.5,1,whipped_topping,0.4381,True
|
| 718 |
+
egg + high sugars,egg,chem,60,0.5,2,milk_chocolate,0.4342,True
|
| 719 |
+
egg + high sugars,egg,chem,60,0.5,3,sprinkles,0.4183,False
|
| 720 |
+
egg + high sugars,egg,chem,60,0.5,4,baking_powder,0.4169,False
|
| 721 |
+
egg + high sugars,egg,chem,60,0.5,5,caramel,0.4164,True
|
supervised_poles.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.json
ADDED
|
@@ -0,0 +1,1792 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"abalone": 0,
|
| 3 |
+
"abalone_mushroom": 1,
|
| 4 |
+
"absinthe": 2,
|
| 5 |
+
"acacia": 3,
|
| 6 |
+
"acai": 4,
|
| 7 |
+
"acerola": 5,
|
| 8 |
+
"achiote_paste": 6,
|
| 9 |
+
"acorn": 7,
|
| 10 |
+
"acorn_squash": 8,
|
| 11 |
+
"activated_charcoal_powder": 9,
|
| 12 |
+
"adjika": 10,
|
| 13 |
+
"adobo_sauce": 11,
|
| 14 |
+
"adobo_seasoning": 12,
|
| 15 |
+
"advocaat": 13,
|
| 16 |
+
"agar": 14,
|
| 17 |
+
"agati_flower": 15,
|
| 18 |
+
"agave_syrup": 16,
|
| 19 |
+
"aguardiente": 17,
|
| 20 |
+
"aji_amarillo": 18,
|
| 21 |
+
"aji_panca": 19,
|
| 22 |
+
"ajvar": 20,
|
| 23 |
+
"ajwain": 21,
|
| 24 |
+
"alcaparrado": 22,
|
| 25 |
+
"aleppo_pepper": 23,
|
| 26 |
+
"alfalfa_sprout": 24,
|
| 27 |
+
"alfredo_sauce": 25,
|
| 28 |
+
"alligator": 26,
|
| 29 |
+
"allspice": 27,
|
| 30 |
+
"allulose": 28,
|
| 31 |
+
"almond": 29,
|
| 32 |
+
"almond_butter": 30,
|
| 33 |
+
"almond_milk": 31,
|
| 34 |
+
"almond_paste": 32,
|
| 35 |
+
"almond_tofu": 33,
|
| 36 |
+
"aloe_vera": 34,
|
| 37 |
+
"alum": 35,
|
| 38 |
+
"amaranth": 36,
|
| 39 |
+
"amaretti_cookie": 37,
|
| 40 |
+
"amaretto": 38,
|
| 41 |
+
"amaro": 39,
|
| 42 |
+
"amazake": 40,
|
| 43 |
+
"amberjack": 41,
|
| 44 |
+
"amchur": 42,
|
| 45 |
+
"american_cheese": 43,
|
| 46 |
+
"anaheim_chile": 44,
|
| 47 |
+
"anardana_powder": 45,
|
| 48 |
+
"ancho_chile": 46,
|
| 49 |
+
"anchovy": 47,
|
| 50 |
+
"andouille_sausage": 48,
|
| 51 |
+
"angelica_root": 49,
|
| 52 |
+
"anise": 50,
|
| 53 |
+
"anisette": 51,
|
| 54 |
+
"annatto_seed": 52,
|
| 55 |
+
"aonori": 53,
|
| 56 |
+
"apple": 54,
|
| 57 |
+
"apple_brandy": 55,
|
| 58 |
+
"apple_cider": 56,
|
| 59 |
+
"apple_cider_vinegar": 57,
|
| 60 |
+
"apple_pie_spice": 58,
|
| 61 |
+
"applewood_chip": 59,
|
| 62 |
+
"apricot": 60,
|
| 63 |
+
"apricot_brandy": 61,
|
| 64 |
+
"aquafaba": 62,
|
| 65 |
+
"aquavit": 63,
|
| 66 |
+
"arame": 64,
|
| 67 |
+
"arctic_char": 65,
|
| 68 |
+
"arepa": 66,
|
| 69 |
+
"argan_oil": 67,
|
| 70 |
+
"armagnac": 68,
|
| 71 |
+
"aronia_berry": 69,
|
| 72 |
+
"arrowhead": 70,
|
| 73 |
+
"arrowroot": 71,
|
| 74 |
+
"artichoke": 72,
|
| 75 |
+
"arugula": 73,
|
| 76 |
+
"asafoetida": 74,
|
| 77 |
+
"asam_gelugur": 75,
|
| 78 |
+
"ascorbic_acid": 76,
|
| 79 |
+
"asiago_cheese": 77,
|
| 80 |
+
"asian_pear": 78,
|
| 81 |
+
"asparagus": 79,
|
| 82 |
+
"astragalus_root": 80,
|
| 83 |
+
"avocado": 81,
|
| 84 |
+
"avocado_oil": 82,
|
| 85 |
+
"ayran": 83,
|
| 86 |
+
"bacon": 84,
|
| 87 |
+
"bagel": 85,
|
| 88 |
+
"baharat": 86,
|
| 89 |
+
"bai_ji_mo": 87,
|
| 90 |
+
"baijiu": 88,
|
| 91 |
+
"bak_kut_teh_spice": 89,
|
| 92 |
+
"baked_beans": 90,
|
| 93 |
+
"bakers_ammonia": 91,
|
| 94 |
+
"baking_powder": 92,
|
| 95 |
+
"baking_soda": 93,
|
| 96 |
+
"balado_seasoning": 94,
|
| 97 |
+
"balsamic_vinegar": 95,
|
| 98 |
+
"balut": 96,
|
| 99 |
+
"balyk": 97,
|
| 100 |
+
"bamboo_leaf": 98,
|
| 101 |
+
"bamboo_pith_mushroom": 99,
|
| 102 |
+
"bamboo_salt": 100,
|
| 103 |
+
"bamboo_shoot": 101,
|
| 104 |
+
"banana": 102,
|
| 105 |
+
"banana_blossom": 103,
|
| 106 |
+
"banana_leaf": 104,
|
| 107 |
+
"banana_pepper": 105,
|
| 108 |
+
"barbecue_sauce": 106,
|
| 109 |
+
"barbecue_seasoning": 107,
|
| 110 |
+
"barberry": 108,
|
| 111 |
+
"barley": 109,
|
| 112 |
+
"barley_grass": 110,
|
| 113 |
+
"barramundi": 111,
|
| 114 |
+
"basa": 112,
|
| 115 |
+
"basil": 113,
|
| 116 |
+
"basil_seed": 114,
|
| 117 |
+
"basmati_rice": 115,
|
| 118 |
+
"batang_fish": 116,
|
| 119 |
+
"bay_leaf": 117,
|
| 120 |
+
"bean": 118,
|
| 121 |
+
"bean_sprout": 119,
|
| 122 |
+
"bear_meat": 120,
|
| 123 |
+
"bearnaise_sauce": 121,
|
| 124 |
+
"bechamel": 122,
|
| 125 |
+
"bee_pollen": 123,
|
| 126 |
+
"beef": 124,
|
| 127 |
+
"beer": 125,
|
| 128 |
+
"beet": 126,
|
| 129 |
+
"bel_paese_cheese": 127,
|
| 130 |
+
"bell_pepper": 128,
|
| 131 |
+
"bellflower_root": 129,
|
| 132 |
+
"benedictine": 130,
|
| 133 |
+
"berbere": 131,
|
| 134 |
+
"bergamot": 132,
|
| 135 |
+
"berry": 133,
|
| 136 |
+
"bilimbi": 134,
|
| 137 |
+
"birds_eye_chili": 135,
|
| 138 |
+
"birds_nest": 136,
|
| 139 |
+
"biryani_masala": 137,
|
| 140 |
+
"biscotti": 138,
|
| 141 |
+
"biscuit": 139,
|
| 142 |
+
"bison": 140,
|
| 143 |
+
"bitter_almond": 141,
|
| 144 |
+
"bitter_green": 142,
|
| 145 |
+
"bitter_melon": 143,
|
| 146 |
+
"bitter_orange": 144,
|
| 147 |
+
"bittern": 145,
|
| 148 |
+
"bitters": 146,
|
| 149 |
+
"black_bean": 147,
|
| 150 |
+
"black_bean_paste": 148,
|
| 151 |
+
"black_currant": 149,
|
| 152 |
+
"black_eyed_pea": 150,
|
| 153 |
+
"black_garlic": 151,
|
| 154 |
+
"black_olive": 152,
|
| 155 |
+
"black_pepper": 153,
|
| 156 |
+
"black_rice": 154,
|
| 157 |
+
"black_salt": 155,
|
| 158 |
+
"black_sesame_seed": 156,
|
| 159 |
+
"black_tea": 157,
|
| 160 |
+
"black_treacle": 158,
|
| 161 |
+
"black_truffle": 159,
|
| 162 |
+
"black_vinegar": 160,
|
| 163 |
+
"blackberry": 161,
|
| 164 |
+
"blackening_seasoning": 162,
|
| 165 |
+
"blood_orange": 163,
|
| 166 |
+
"blood_sausage": 164,
|
| 167 |
+
"blood_tofu": 165,
|
| 168 |
+
"bloody_mary_mix": 166,
|
| 169 |
+
"blue_cheese": 167,
|
| 170 |
+
"blue_curacao": 168,
|
| 171 |
+
"blueberry": 169,
|
| 172 |
+
"bluefish": 170,
|
| 173 |
+
"bok_choy": 171,
|
| 174 |
+
"bolillo": 172,
|
| 175 |
+
"bolognese_sauce": 173,
|
| 176 |
+
"bombay_duck_fish": 174,
|
| 177 |
+
"bone": 175,
|
| 178 |
+
"bone_marrow": 176,
|
| 179 |
+
"bonito": 177,
|
| 180 |
+
"bonito_flakes": 178,
|
| 181 |
+
"borage": 179,
|
| 182 |
+
"borlotti_bean": 180,
|
| 183 |
+
"bottarga": 181,
|
| 184 |
+
"bottle_gourd": 182,
|
| 185 |
+
"bouquet_garni": 183,
|
| 186 |
+
"bourbon": 184,
|
| 187 |
+
"boursin_cheese": 185,
|
| 188 |
+
"boysenberry": 186,
|
| 189 |
+
"braising_liquid": 187,
|
| 190 |
+
"bran": 188,
|
| 191 |
+
"brandy": 189,
|
| 192 |
+
"branzino": 190,
|
| 193 |
+
"bratwurst": 191,
|
| 194 |
+
"braunschweiger": 192,
|
| 195 |
+
"brazil_nut": 193,
|
| 196 |
+
"bread": 194,
|
| 197 |
+
"bread_crumbs": 195,
|
| 198 |
+
"breadfruit": 196,
|
| 199 |
+
"bream": 197,
|
| 200 |
+
"bresaola": 198,
|
| 201 |
+
"brewers_yeast": 199,
|
| 202 |
+
"brick_cheese": 200,
|
| 203 |
+
"brick_tea": 201,
|
| 204 |
+
"brie_cheese": 202,
|
| 205 |
+
"brine": 203,
|
| 206 |
+
"brioche": 204,
|
| 207 |
+
"broccoli": 205,
|
| 208 |
+
"broccoli_rabe": 206,
|
| 209 |
+
"broccolini": 207,
|
| 210 |
+
"broth": 208,
|
| 211 |
+
"brown_rice": 209,
|
| 212 |
+
"brown_sauce": 210,
|
| 213 |
+
"brown_sugar": 211,
|
| 214 |
+
"browning_sauce": 212,
|
| 215 |
+
"brussels_sprout": 213,
|
| 216 |
+
"bryndza": 214,
|
| 217 |
+
"buckwheat": 215,
|
| 218 |
+
"budae_jjigae_base": 216,
|
| 219 |
+
"buffalo_meat": 217,
|
| 220 |
+
"buffalo_milk": 218,
|
| 221 |
+
"buffalo_wing_sauce": 219,
|
| 222 |
+
"buldak_sauce": 220,
|
| 223 |
+
"bulgogi": 221,
|
| 224 |
+
"bulgur": 222,
|
| 225 |
+
"burdock_root": 223,
|
| 226 |
+
"burrata": 224,
|
| 227 |
+
"butifarra": 225,
|
| 228 |
+
"butter": 226,
|
| 229 |
+
"buttercream": 227,
|
| 230 |
+
"butterfish": 228,
|
| 231 |
+
"butterfly_pea_flower": 229,
|
| 232 |
+
"buttermilk": 230,
|
| 233 |
+
"butternut_squash": 231,
|
| 234 |
+
"butterscotch": 232,
|
| 235 |
+
"cabbage": 233,
|
| 236 |
+
"cacao": 234,
|
| 237 |
+
"cachaca": 235,
|
| 238 |
+
"caciocavallo": 236,
|
| 239 |
+
"caesar_dressing": 237,
|
| 240 |
+
"cajeta": 238,
|
| 241 |
+
"cajun_seasoning": 239,
|
| 242 |
+
"calabrian_chili": 240,
|
| 243 |
+
"calamansi": 241,
|
| 244 |
+
"calcium_chloride": 242,
|
| 245 |
+
"calendula": 243,
|
| 246 |
+
"calpis": 244,
|
| 247 |
+
"calvados": 245,
|
| 248 |
+
"camellia_oil": 246,
|
| 249 |
+
"camembert_cheese": 247,
|
| 250 |
+
"campari": 248,
|
| 251 |
+
"canadian_bacon": 249,
|
| 252 |
+
"candied_fruit": 250,
|
| 253 |
+
"candlenut": 251,
|
| 254 |
+
"candy": 252,
|
| 255 |
+
"candy_coating": 253,
|
| 256 |
+
"cane_syrup": 254,
|
| 257 |
+
"cane_vinegar": 255,
|
| 258 |
+
"cannellini_bean": 256,
|
| 259 |
+
"cannoli_shell": 257,
|
| 260 |
+
"canola_oil": 258,
|
| 261 |
+
"cantal_cheese": 259,
|
| 262 |
+
"cantaloupe": 260,
|
| 263 |
+
"cape_gooseberry": 261,
|
| 264 |
+
"capelin": 262,
|
| 265 |
+
"caper": 263,
|
| 266 |
+
"caperberry": 264,
|
| 267 |
+
"capicola": 265,
|
| 268 |
+
"capon": 266,
|
| 269 |
+
"caramel": 267,
|
| 270 |
+
"caraway_seed": 268,
|
| 271 |
+
"cardamom": 269,
|
| 272 |
+
"cardoon": 270,
|
| 273 |
+
"carob": 271,
|
| 274 |
+
"carob_molasses": 272,
|
| 275 |
+
"carp": 273,
|
| 276 |
+
"carrageenan": 274,
|
| 277 |
+
"carrot": 275,
|
| 278 |
+
"carrot_top": 276,
|
| 279 |
+
"cartilage": 277,
|
| 280 |
+
"cascabel_chile": 278,
|
| 281 |
+
"cashew": 279,
|
| 282 |
+
"cassava": 280,
|
| 283 |
+
"catfish": 281,
|
| 284 |
+
"catnip": 282,
|
| 285 |
+
"cattail": 283,
|
| 286 |
+
"caul_fat": 284,
|
| 287 |
+
"cauliflower": 285,
|
| 288 |
+
"cava": 286,
|
| 289 |
+
"caviar": 287,
|
| 290 |
+
"cayenne_pepper": 288,
|
| 291 |
+
"celeriac": 289,
|
| 292 |
+
"celery": 290,
|
| 293 |
+
"celery_seed": 291,
|
| 294 |
+
"celtuce": 292,
|
| 295 |
+
"century_egg": 293,
|
| 296 |
+
"cereal": 294,
|
| 297 |
+
"chaat_masala": 295,
|
| 298 |
+
"chai_spice": 296,
|
| 299 |
+
"chamomile": 297,
|
| 300 |
+
"champagne": 298,
|
| 301 |
+
"champagne_vinegar": 299,
|
| 302 |
+
"chana_dal": 300,
|
| 303 |
+
"chanterelle_mushroom": 301,
|
| 304 |
+
"chaozhou_salted_vegetable": 302,
|
| 305 |
+
"char_siu_pork": 303,
|
| 306 |
+
"char_siu_sauce": 304,
|
| 307 |
+
"chartreuse": 305,
|
| 308 |
+
"chayote": 306,
|
| 309 |
+
"cheddar_cheese": 307,
|
| 310 |
+
"cheese": 308,
|
| 311 |
+
"cheongyang_chili": 309,
|
| 312 |
+
"cherry": 310,
|
| 313 |
+
"cherry_blossom": 311,
|
| 314 |
+
"cherry_leaf": 312,
|
| 315 |
+
"cherry_liqueur": 313,
|
| 316 |
+
"cherry_pepper": 314,
|
| 317 |
+
"cherry_plum": 315,
|
| 318 |
+
"chervil": 316,
|
| 319 |
+
"cheshire_cheese": 317,
|
| 320 |
+
"chestnut": 318,
|
| 321 |
+
"chia_seed": 319,
|
| 322 |
+
"chicha": 320,
|
| 323 |
+
"chicken": 321,
|
| 324 |
+
"chicken_broth": 322,
|
| 325 |
+
"chicken_fat": 323,
|
| 326 |
+
"chickpea": 324,
|
| 327 |
+
"chicory": 325,
|
| 328 |
+
"chihuahua_cheese": 326,
|
| 329 |
+
"chikuwa": 327,
|
| 330 |
+
"chile_de_arbol": 328,
|
| 331 |
+
"chili_garlic_sauce": 329,
|
| 332 |
+
"chili_oil": 330,
|
| 333 |
+
"chili_paste": 331,
|
| 334 |
+
"chili_pepper": 332,
|
| 335 |
+
"chili_powder": 333,
|
| 336 |
+
"chili_sauce": 334,
|
| 337 |
+
"chiltepin": 335,
|
| 338 |
+
"chinese_bayberry": 336,
|
| 339 |
+
"chinese_broccoli": 337,
|
| 340 |
+
"chinese_celery": 338,
|
| 341 |
+
"chinese_cured_pork": 339,
|
| 342 |
+
"chinese_preserved_olive": 340,
|
| 343 |
+
"chinese_sausage": 341,
|
| 344 |
+
"chinese_toon": 342,
|
| 345 |
+
"chinese_yam": 343,
|
| 346 |
+
"chipotle_pepper": 344,
|
| 347 |
+
"chirimen_jako": 345,
|
| 348 |
+
"chive": 346,
|
| 349 |
+
"chive_flower": 347,
|
| 350 |
+
"chocolate": 348,
|
| 351 |
+
"chocolate_hazelnut_spread": 349,
|
| 352 |
+
"chocolate_liqueur": 350,
|
| 353 |
+
"chokecherry": 351,
|
| 354 |
+
"choricero_pepper": 352,
|
| 355 |
+
"chorizo": 353,
|
| 356 |
+
"choux_pastry": 354,
|
| 357 |
+
"choy_sum": 355,
|
| 358 |
+
"chrysanthemum": 356,
|
| 359 |
+
"chu_hou_paste": 357,
|
| 360 |
+
"chunjang": 358,
|
| 361 |
+
"chuno": 359,
|
| 362 |
+
"chutney": 360,
|
| 363 |
+
"ciabatta": 361,
|
| 364 |
+
"cicada": 362,
|
| 365 |
+
"cinnamon": 363,
|
| 366 |
+
"cipollini_onion": 364,
|
| 367 |
+
"citric_acid": 365,
|
| 368 |
+
"citron": 366,
|
| 369 |
+
"citrus": 367,
|
| 370 |
+
"clam": 368,
|
| 371 |
+
"clamato_juice": 369,
|
| 372 |
+
"clay_pot_rice_sauce": 370,
|
| 373 |
+
"clear_gel": 371,
|
| 374 |
+
"clementine": 372,
|
| 375 |
+
"clotted_cream": 373,
|
| 376 |
+
"clove": 374,
|
| 377 |
+
"clover": 375,
|
| 378 |
+
"club_soda": 376,
|
| 379 |
+
"cobia": 377,
|
| 380 |
+
"cockle": 378,
|
| 381 |
+
"cocktail_sauce": 379,
|
| 382 |
+
"cocoa_butter": 380,
|
| 383 |
+
"cocoa_mass": 381,
|
| 384 |
+
"cocoa_powder": 382,
|
| 385 |
+
"coconut": 383,
|
| 386 |
+
"coconut_aminos": 384,
|
| 387 |
+
"coconut_cream": 385,
|
| 388 |
+
"coconut_liqueur": 386,
|
| 389 |
+
"coconut_milk": 387,
|
| 390 |
+
"coconut_oil": 388,
|
| 391 |
+
"coconut_sugar": 389,
|
| 392 |
+
"coconut_vinegar": 390,
|
| 393 |
+
"coconut_water": 391,
|
| 394 |
+
"cod": 392,
|
| 395 |
+
"cod_liver": 393,
|
| 396 |
+
"coffee": 394,
|
| 397 |
+
"coffee_creamer": 395,
|
| 398 |
+
"coffee_liqueur": 396,
|
| 399 |
+
"cognac": 397,
|
| 400 |
+
"coix_seed": 398,
|
| 401 |
+
"cola": 399,
|
| 402 |
+
"colby_cheese": 400,
|
| 403 |
+
"cold_jelly_noodle": 401,
|
| 404 |
+
"collard_green": 402,
|
| 405 |
+
"comte_cheese": 403,
|
| 406 |
+
"conch": 404,
|
| 407 |
+
"condensed_milk": 405,
|
| 408 |
+
"consomme": 406,
|
| 409 |
+
"cookie": 407,
|
| 410 |
+
"cookie_butter": 408,
|
| 411 |
+
"cooking_spray": 409,
|
| 412 |
+
"copha": 410,
|
| 413 |
+
"cordyceps_flower": 411,
|
| 414 |
+
"coriander": 412,
|
| 415 |
+
"coriander_root": 413,
|
| 416 |
+
"corn": 414,
|
| 417 |
+
"corn_flakes": 415,
|
| 418 |
+
"corn_husk": 416,
|
| 419 |
+
"corn_oil": 417,
|
| 420 |
+
"corn_relish": 418,
|
| 421 |
+
"corn_silk": 419,
|
| 422 |
+
"corn_syrup": 420,
|
| 423 |
+
"corn_tortilla": 421,
|
| 424 |
+
"cornbread": 422,
|
| 425 |
+
"corned_beef": 423,
|
| 426 |
+
"cornelian_cherry": 424,
|
| 427 |
+
"cornmeal": 425,
|
| 428 |
+
"cornstarch": 426,
|
| 429 |
+
"corvina": 427,
|
| 430 |
+
"cotija_cheese": 428,
|
| 431 |
+
"cottage_cheese": 429,
|
| 432 |
+
"cotton_candy": 430,
|
| 433 |
+
"couscous": 431,
|
| 434 |
+
"crab": 432,
|
| 435 |
+
"crab_apple": 433,
|
| 436 |
+
"crab_boil_seasoning": 434,
|
| 437 |
+
"crab_claw_fish": 435,
|
| 438 |
+
"crab_mushroom": 436,
|
| 439 |
+
"crab_roe": 437,
|
| 440 |
+
"crab_stick": 438,
|
| 441 |
+
"cracker": 439,
|
| 442 |
+
"cranberry": 440,
|
| 443 |
+
"cranberry_liqueur": 441,
|
| 444 |
+
"cranberry_sauce": 442,
|
| 445 |
+
"crappie": 443,
|
| 446 |
+
"crayfish": 444,
|
| 447 |
+
"cream": 445,
|
| 448 |
+
"cream_cheese": 446,
|
| 449 |
+
"cream_liqueur": 447,
|
| 450 |
+
"cream_of_celery_soup": 448,
|
| 451 |
+
"cream_of_chicken_soup": 449,
|
| 452 |
+
"cream_of_mushroom_soup": 450,
|
| 453 |
+
"cream_of_rice": 451,
|
| 454 |
+
"cream_of_tartar": 452,
|
| 455 |
+
"cream_of_wheat": 453,
|
| 456 |
+
"cream_soda": 454,
|
| 457 |
+
"creme_anglaise": 455,
|
| 458 |
+
"creme_de_cacao": 456,
|
| 459 |
+
"creme_de_cassis": 457,
|
| 460 |
+
"creme_de_menthe": 458,
|
| 461 |
+
"creme_de_violette": 459,
|
| 462 |
+
"creme_fraiche": 460,
|
| 463 |
+
"creole_sauce": 461,
|
| 464 |
+
"creole_seasoning": 462,
|
| 465 |
+
"crepe": 463,
|
| 466 |
+
"crescent_roll": 464,
|
| 467 |
+
"crispbread": 465,
|
| 468 |
+
"croissant": 466,
|
| 469 |
+
"crosnes": 467,
|
| 470 |
+
"crouton": 468,
|
| 471 |
+
"crumb_crust": 469,
|
| 472 |
+
"crumpet": 470,
|
| 473 |
+
"cubanelle_pepper": 471,
|
| 474 |
+
"cucumber": 472,
|
| 475 |
+
"cudweed": 473,
|
| 476 |
+
"culantro": 474,
|
| 477 |
+
"cumin": 475,
|
| 478 |
+
"curd": 476,
|
| 479 |
+
"cured_chicken": 477,
|
| 480 |
+
"cured_duck": 478,
|
| 481 |
+
"cured_fish": 479,
|
| 482 |
+
"curing_salt": 480,
|
| 483 |
+
"curry": 481,
|
| 484 |
+
"curry_leaf": 482,
|
| 485 |
+
"curry_paste": 483,
|
| 486 |
+
"curry_powder": 484,
|
| 487 |
+
"custard": 485,
|
| 488 |
+
"custard_powder": 486,
|
| 489 |
+
"cynar": 487,
|
| 490 |
+
"dace": 488,
|
| 491 |
+
"daikon": 489,
|
| 492 |
+
"damson": 490,
|
| 493 |
+
"dandelion": 491,
|
| 494 |
+
"dango": 492,
|
| 495 |
+
"dark_soy_sauce": 493,
|
| 496 |
+
"dashi": 494,
|
| 497 |
+
"date": 495,
|
| 498 |
+
"daylily_flower": 496,
|
| 499 |
+
"deer_mushroom": 497,
|
| 500 |
+
"demi_glace": 498,
|
| 501 |
+
"denbu": 499,
|
| 502 |
+
"dextrose": 500,
|
| 503 |
+
"digestive_biscuit": 501,
|
| 504 |
+
"dijonnaise": 502,
|
| 505 |
+
"dill": 503,
|
| 506 |
+
"doenjang": 504,
|
| 507 |
+
"donburi_sauce": 505,
|
| 508 |
+
"dong_leaf": 506,
|
| 509 |
+
"donkey_meat": 507,
|
| 510 |
+
"dory": 508,
|
| 511 |
+
"doubanjiang": 509,
|
| 512 |
+
"dough": 510,
|
| 513 |
+
"dough_improver": 511,
|
| 514 |
+
"doughnut": 512,
|
| 515 |
+
"dragon_fruit": 513,
|
| 516 |
+
"dragon_whisker_vegetable": 514,
|
| 517 |
+
"drambuie": 515,
|
| 518 |
+
"dried_ganba_mushroom": 516,
|
| 519 |
+
"dried_lily_bud": 517,
|
| 520 |
+
"dried_orchid_flower": 518,
|
| 521 |
+
"dried_oyster": 519,
|
| 522 |
+
"dried_scallop": 520,
|
| 523 |
+
"dried_shrimp": 521,
|
| 524 |
+
"dried_tangerine_peel": 522,
|
| 525 |
+
"dried_tofu": 523,
|
| 526 |
+
"dried_vegetable": 524,
|
| 527 |
+
"dry_pot_sauce": 525,
|
| 528 |
+
"dubonnet": 526,
|
| 529 |
+
"duck": 527,
|
| 530 |
+
"duck_egg": 528,
|
| 531 |
+
"duck_fat": 529,
|
| 532 |
+
"duck_sauce": 530,
|
| 533 |
+
"duck_stock": 531,
|
| 534 |
+
"dukkah": 532,
|
| 535 |
+
"dulce_de_leche": 533,
|
| 536 |
+
"dumpling": 534,
|
| 537 |
+
"dumpling_wrapper": 535,
|
| 538 |
+
"durian": 536,
|
| 539 |
+
"earl_grey_tea": 537,
|
| 540 |
+
"edam_cheese": 538,
|
| 541 |
+
"edamame": 539,
|
| 542 |
+
"edible_flower": 540,
|
| 543 |
+
"edible_gold_leaf": 541,
|
| 544 |
+
"eel": 542,
|
| 545 |
+
"egg": 543,
|
| 546 |
+
"egg_noodle": 544,
|
| 547 |
+
"egg_roll": 545,
|
| 548 |
+
"egg_roll_wrapper": 546,
|
| 549 |
+
"egg_substitute": 547,
|
| 550 |
+
"egg_tofu": 548,
|
| 551 |
+
"egg_white": 549,
|
| 552 |
+
"egg_yolk": 550,
|
| 553 |
+
"eggnog": 551,
|
| 554 |
+
"eggplant": 552,
|
| 555 |
+
"einkorn": 553,
|
| 556 |
+
"elderberry": 554,
|
| 557 |
+
"elderflower": 555,
|
| 558 |
+
"elderflower_liqueur": 556,
|
| 559 |
+
"emmental_cheese": 557,
|
| 560 |
+
"empanada_shell": 558,
|
| 561 |
+
"enchilada_sauce": 559,
|
| 562 |
+
"endive": 560,
|
| 563 |
+
"english_muffin": 561,
|
| 564 |
+
"enoki_mushroom": 562,
|
| 565 |
+
"epazote": 563,
|
| 566 |
+
"epiphyllum_flower": 564,
|
| 567 |
+
"er_cai": 565,
|
| 568 |
+
"erythritol": 566,
|
| 569 |
+
"escarole": 567,
|
| 570 |
+
"espelette_pepper": 568,
|
| 571 |
+
"evaporated_milk": 569,
|
| 572 |
+
"ezine_cheese": 570,
|
| 573 |
+
"fajita_seasoning": 571,
|
| 574 |
+
"falafel": 572,
|
| 575 |
+
"falernum": 573,
|
| 576 |
+
"farina": 574,
|
| 577 |
+
"farmer_cheese": 575,
|
| 578 |
+
"farro": 576,
|
| 579 |
+
"fava_bean": 577,
|
| 580 |
+
"feijoa": 578,
|
| 581 |
+
"fennel": 579,
|
| 582 |
+
"fennel_pollen": 580,
|
| 583 |
+
"fennel_seed": 581,
|
| 584 |
+
"fenugreek_leaf": 582,
|
| 585 |
+
"fenugreek_seed": 583,
|
| 586 |
+
"fermentation_starter_cake": 584,
|
| 587 |
+
"fermented_black_bean": 585,
|
| 588 |
+
"fermented_chive_flower_paste": 586,
|
| 589 |
+
"fermented_fish": 587,
|
| 590 |
+
"fermented_glutinous_rice": 588,
|
| 591 |
+
"fermented_tofu": 589,
|
| 592 |
+
"fermented_vegetable_brine": 590,
|
| 593 |
+
"fern": 591,
|
| 594 |
+
"feta_cheese": 592,
|
| 595 |
+
"fiddlehead_fern": 593,
|
| 596 |
+
"fideo": 594,
|
| 597 |
+
"fig": 595,
|
| 598 |
+
"file_powder": 596,
|
| 599 |
+
"filefish": 597,
|
| 600 |
+
"fines_herbes": 598,
|
| 601 |
+
"fish": 599,
|
| 602 |
+
"fish_ball": 600,
|
| 603 |
+
"fish_cake": 601,
|
| 604 |
+
"fish_floss": 602,
|
| 605 |
+
"fish_maw": 603,
|
| 606 |
+
"fish_mint": 604,
|
| 607 |
+
"fish_noodle": 605,
|
| 608 |
+
"fish_oil": 606,
|
| 609 |
+
"fish_paste": 607,
|
| 610 |
+
"fish_roe": 608,
|
| 611 |
+
"fish_sauce": 609,
|
| 612 |
+
"fish_sausage": 610,
|
| 613 |
+
"fish_skin": 611,
|
| 614 |
+
"fish_stock": 612,
|
| 615 |
+
"fish_tofu": 613,
|
| 616 |
+
"five_grain_powder": 614,
|
| 617 |
+
"five_spice_powder": 615,
|
| 618 |
+
"five_willow_vegetable": 616,
|
| 619 |
+
"flageolet_bean": 617,
|
| 620 |
+
"flatbread": 618,
|
| 621 |
+
"flattened_young_rice": 619,
|
| 622 |
+
"flaxseed": 620,
|
| 623 |
+
"flaxseed_oil": 621,
|
| 624 |
+
"flounder": 622,
|
| 625 |
+
"flour": 623,
|
| 626 |
+
"flour_tortilla": 624,
|
| 627 |
+
"foie_gras": 625,
|
| 628 |
+
"fondant": 626,
|
| 629 |
+
"fontina_cheese": 627,
|
| 630 |
+
"food_coloring": 628,
|
| 631 |
+
"fox_nut": 629,
|
| 632 |
+
"frangipane": 630,
|
| 633 |
+
"freekeh": 631,
|
| 634 |
+
"french_dressing": 632,
|
| 635 |
+
"fresno_pepper": 633,
|
| 636 |
+
"fried_bread": 634,
|
| 637 |
+
"fried_dough_twist": 635,
|
| 638 |
+
"fried_gluten_ball": 636,
|
| 639 |
+
"fried_puffed_cracker": 637,
|
| 640 |
+
"fried_tofu_puff": 638,
|
| 641 |
+
"frisee": 639,
|
| 642 |
+
"frog_leg": 640,
|
| 643 |
+
"fromage_blanc": 641,
|
| 644 |
+
"frosting": 642,
|
| 645 |
+
"frozen_yogurt": 643,
|
| 646 |
+
"fructose": 644,
|
| 647 |
+
"fruit": 645,
|
| 648 |
+
"fruit_cocktail": 646,
|
| 649 |
+
"fruit_juice": 647,
|
| 650 |
+
"fruit_preserves": 648,
|
| 651 |
+
"fruit_puree": 649,
|
| 652 |
+
"fruit_tea": 650,
|
| 653 |
+
"fruit_vinegar": 651,
|
| 654 |
+
"fruitcake": 652,
|
| 655 |
+
"fry_sauce": 653,
|
| 656 |
+
"fudge": 654,
|
| 657 |
+
"furikake": 655,
|
| 658 |
+
"fuzzy_melon": 656,
|
| 659 |
+
"gac_fruit": 657,
|
| 660 |
+
"galangal": 658,
|
| 661 |
+
"galette": 659,
|
| 662 |
+
"galliano": 660,
|
| 663 |
+
"game_meat": 661,
|
| 664 |
+
"game_stock": 662,
|
| 665 |
+
"gammon": 663,
|
| 666 |
+
"ganache": 664,
|
| 667 |
+
"garam_masala": 665,
|
| 668 |
+
"gardenia_flower": 666,
|
| 669 |
+
"gardenia_fruit": 667,
|
| 670 |
+
"garland_chrysanthemum": 668,
|
| 671 |
+
"garlic": 669,
|
| 672 |
+
"garlic_chive": 670,
|
| 673 |
+
"garlic_scape": 671,
|
| 674 |
+
"gelatin": 672,
|
| 675 |
+
"geoduck": 673,
|
| 676 |
+
"geranium": 674,
|
| 677 |
+
"ghee": 675,
|
| 678 |
+
"ghost_pepper": 676,
|
| 679 |
+
"giardiniera": 677,
|
| 680 |
+
"gin": 678,
|
| 681 |
+
"ginger": 679,
|
| 682 |
+
"ginger_ale": 680,
|
| 683 |
+
"ginger_beer": 681,
|
| 684 |
+
"ginger_liqueur": 682,
|
| 685 |
+
"ginger_wine": 683,
|
| 686 |
+
"gingerbread": 684,
|
| 687 |
+
"gingerbread_spice": 685,
|
| 688 |
+
"gingersnap": 686,
|
| 689 |
+
"ginkgo_nut": 687,
|
| 690 |
+
"glass_noodle": 688,
|
| 691 |
+
"gloucester_cheese": 689,
|
| 692 |
+
"glucose_syrup": 690,
|
| 693 |
+
"gluten_free_flour": 691,
|
| 694 |
+
"glutinous_rice": 692,
|
| 695 |
+
"glutinous_rice_flour": 693,
|
| 696 |
+
"glycerin": 694,
|
| 697 |
+
"gnocchi": 695,
|
| 698 |
+
"goat": 696,
|
| 699 |
+
"goat_cheese": 697,
|
| 700 |
+
"goat_milk": 698,
|
| 701 |
+
"gochugaru": 699,
|
| 702 |
+
"gochujang": 700,
|
| 703 |
+
"goda_masala": 701,
|
| 704 |
+
"goji_berry": 702,
|
| 705 |
+
"golden_ear_mushroom": 703,
|
| 706 |
+
"golden_syrup": 704,
|
| 707 |
+
"goldschlager": 705,
|
| 708 |
+
"goose": 706,
|
| 709 |
+
"goose_egg": 707,
|
| 710 |
+
"goose_fat": 708,
|
| 711 |
+
"gooseberry": 709,
|
| 712 |
+
"gorgonzola_cheese": 710,
|
| 713 |
+
"gouda_cheese": 711,
|
| 714 |
+
"gourami": 712,
|
| 715 |
+
"graham_cracker": 713,
|
| 716 |
+
"graham_flour": 714,
|
| 717 |
+
"grains_of_paradise": 715,
|
| 718 |
+
"grana_padano": 716,
|
| 719 |
+
"grand_marnier": 717,
|
| 720 |
+
"grape": 718,
|
| 721 |
+
"grape_leaf": 719,
|
| 722 |
+
"grape_must": 720,
|
| 723 |
+
"grapefruit": 721,
|
| 724 |
+
"grapeseed_oil": 722,
|
| 725 |
+
"grappa": 723,
|
| 726 |
+
"grass_jelly": 724,
|
| 727 |
+
"grasshopper": 725,
|
| 728 |
+
"gravy": 726,
|
| 729 |
+
"greek_seasoning": 727,
|
| 730 |
+
"green_bean": 728,
|
| 731 |
+
"green_chili": 729,
|
| 732 |
+
"green_curry_paste": 730,
|
| 733 |
+
"green_fish": 731,
|
| 734 |
+
"green_olive": 732,
|
| 735 |
+
"green_peppercorn": 733,
|
| 736 |
+
"green_sichuan_peppercorn": 734,
|
| 737 |
+
"green_tea": 735,
|
| 738 |
+
"green_tomato": 736,
|
| 739 |
+
"gremolata": 737,
|
| 740 |
+
"grenadine": 738,
|
| 741 |
+
"grissini": 739,
|
| 742 |
+
"grits": 740,
|
| 743 |
+
"ground_ivy": 741,
|
| 744 |
+
"grouper": 742,
|
| 745 |
+
"grouse": 743,
|
| 746 |
+
"gruyere_cheese": 744,
|
| 747 |
+
"guacamole": 745,
|
| 748 |
+
"guajillo_chile": 746,
|
| 749 |
+
"guar_gum": 747,
|
| 750 |
+
"guascas": 748,
|
| 751 |
+
"guava": 749,
|
| 752 |
+
"guava_paste": 750,
|
| 753 |
+
"guinea_hen": 751,
|
| 754 |
+
"guizhou_sour_soup": 752,
|
| 755 |
+
"gulai_seasoning": 753,
|
| 756 |
+
"gulas": 754,
|
| 757 |
+
"gullac": 755,
|
| 758 |
+
"gum_paste": 756,
|
| 759 |
+
"gypsum": 757,
|
| 760 |
+
"habanero_pepper": 758,
|
| 761 |
+
"haddock": 759,
|
| 762 |
+
"hair_vegetable": 760,
|
| 763 |
+
"hairtail": 761,
|
| 764 |
+
"hake": 762,
|
| 765 |
+
"halibut": 763,
|
| 766 |
+
"halloumi": 764,
|
| 767 |
+
"halva": 765,
|
| 768 |
+
"ham": 766,
|
| 769 |
+
"hanpen": 767,
|
| 770 |
+
"hard_cider": 768,
|
| 771 |
+
"harissa": 769,
|
| 772 |
+
"hatch_chile": 770,
|
| 773 |
+
"havarti_cheese": 771,
|
| 774 |
+
"hawthorn": 772,
|
| 775 |
+
"hazelnut": 773,
|
| 776 |
+
"hazelnut_liqueur": 774,
|
| 777 |
+
"hazelnut_oil": 775,
|
| 778 |
+
"hearts_of_palm": 776,
|
| 779 |
+
"hemp_oil": 777,
|
| 780 |
+
"hemp_seed": 778,
|
| 781 |
+
"herb": 779,
|
| 782 |
+
"herbal_tea": 780,
|
| 783 |
+
"herbes_de_provence": 781,
|
| 784 |
+
"herbsaint": 782,
|
| 785 |
+
"herring": 783,
|
| 786 |
+
"hibiscus": 784,
|
| 787 |
+
"hickory_nut": 785,
|
| 788 |
+
"hijiki": 786,
|
| 789 |
+
"hog_plum": 787,
|
| 790 |
+
"hogao": 788,
|
| 791 |
+
"hoisin_sauce": 789,
|
| 792 |
+
"hokkien_noodle": 790,
|
| 793 |
+
"hollandaise_sauce": 791,
|
| 794 |
+
"hominy": 792,
|
| 795 |
+
"honey": 793,
|
| 796 |
+
"honey_citron_tea": 794,
|
| 797 |
+
"honey_mushroom": 795,
|
| 798 |
+
"honey_mustard": 796,
|
| 799 |
+
"honeycomb": 797,
|
| 800 |
+
"honeydew_melon": 798,
|
| 801 |
+
"honeysuckle_flower": 799,
|
| 802 |
+
"hop": 800,
|
| 803 |
+
"horse_gram": 801,
|
| 804 |
+
"horse_head_fish": 802,
|
| 805 |
+
"horse_mackerel": 803,
|
| 806 |
+
"horse_meat": 804,
|
| 807 |
+
"horseradish": 805,
|
| 808 |
+
"hot_and_sour_sauce": 806,
|
| 809 |
+
"hot_dog": 807,
|
| 810 |
+
"hot_pot_base": 808,
|
| 811 |
+
"hot_sauce": 809,
|
| 812 |
+
"hpnotiq": 810,
|
| 813 |
+
"huacatay": 811,
|
| 814 |
+
"huckleberry": 812,
|
| 815 |
+
"huitlacoche": 813,
|
| 816 |
+
"hummus": 814,
|
| 817 |
+
"hunan_chopped_chili": 815,
|
| 818 |
+
"hyacinth_bean": 816,
|
| 819 |
+
"iberico_ham": 817,
|
| 820 |
+
"ice": 818,
|
| 821 |
+
"ice_cream": 819,
|
| 822 |
+
"ice_cream_cone": 820,
|
| 823 |
+
"ice_jelly": 821,
|
| 824 |
+
"ice_plant": 822,
|
| 825 |
+
"idli": 823,
|
| 826 |
+
"indian_gooseberry": 824,
|
| 827 |
+
"inulin": 825,
|
| 828 |
+
"irish_cream": 826,
|
| 829 |
+
"isomalt": 827,
|
| 830 |
+
"isot_pepper": 828,
|
| 831 |
+
"italian_dressing": 829,
|
| 832 |
+
"italian_sausage": 830,
|
| 833 |
+
"italian_seasoning": 831,
|
| 834 |
+
"jackfruit": 832,
|
| 835 |
+
"jackfruit_seed": 833,
|
| 836 |
+
"jagermeister": 834,
|
| 837 |
+
"jaggery": 835,
|
| 838 |
+
"jalapeno": 836,
|
| 839 |
+
"jam": 837,
|
| 840 |
+
"jarlsberg_cheese": 838,
|
| 841 |
+
"jasmine_flower": 839,
|
| 842 |
+
"jasmine_tea": 840,
|
| 843 |
+
"jellyfish": 841,
|
| 844 |
+
"jerk_seasoning": 842,
|
| 845 |
+
"jerusalem_artichoke": 843,
|
| 846 |
+
"jicama": 844,
|
| 847 |
+
"jinhua_ham": 845,
|
| 848 |
+
"jobs_tears": 846,
|
| 849 |
+
"juniper_berry": 847,
|
| 850 |
+
"junket": 848,
|
| 851 |
+
"kabanos": 849,
|
| 852 |
+
"kadaifi": 850,
|
| 853 |
+
"kaffir_lime": 851,
|
| 854 |
+
"kaffir_lime_leaf": 852,
|
| 855 |
+
"kale": 853,
|
| 856 |
+
"kangaroo": 854,
|
| 857 |
+
"kapok_flower": 855,
|
| 858 |
+
"kashkaval_cheese": 856,
|
| 859 |
+
"kashmiri_chili": 857,
|
| 860 |
+
"kasseri_cheese": 858,
|
| 861 |
+
"kaya": 859,
|
| 862 |
+
"kaymak": 860,
|
| 863 |
+
"kefalotyri": 861,
|
| 864 |
+
"kefir": 862,
|
| 865 |
+
"kelp": 863,
|
| 866 |
+
"kencur": 864,
|
| 867 |
+
"ketchup": 865,
|
| 868 |
+
"khmeli_suneli": 866,
|
| 869 |
+
"khoya": 867,
|
| 870 |
+
"kidney": 868,
|
| 871 |
+
"kidney_bean": 869,
|
| 872 |
+
"kielbasa": 870,
|
| 873 |
+
"kimchi": 871,
|
| 874 |
+
"kinako": 872,
|
| 875 |
+
"king_oyster_mushroom": 873,
|
| 876 |
+
"kirschwasser": 874,
|
| 877 |
+
"kissel": 875,
|
| 878 |
+
"kiwi": 876,
|
| 879 |
+
"kluwek": 877,
|
| 880 |
+
"kohlrabi": 878,
|
| 881 |
+
"koji": 879,
|
| 882 |
+
"kokum": 880,
|
| 883 |
+
"komatsuna": 881,
|
| 884 |
+
"kombu": 882,
|
| 885 |
+
"kombucha": 883,
|
| 886 |
+
"konjac": 884,
|
| 887 |
+
"korean_bbq_sauce": 885,
|
| 888 |
+
"korean_rice_wine": 886,
|
| 889 |
+
"krill": 887,
|
| 890 |
+
"kudzu_root": 888,
|
| 891 |
+
"kumquat": 889,
|
| 892 |
+
"kvass": 890,
|
| 893 |
+
"la_cam_leaf": 891,
|
| 894 |
+
"la_giang_leaf": 892,
|
| 895 |
+
"labneh": 893,
|
| 896 |
+
"lacon": 894,
|
| 897 |
+
"ladyfinger": 895,
|
| 898 |
+
"laksa_paste": 896,
|
| 899 |
+
"lamb": 897,
|
| 900 |
+
"lambs_quarters": 898,
|
| 901 |
+
"langoustine": 899,
|
| 902 |
+
"lard": 900,
|
| 903 |
+
"lavender": 901,
|
| 904 |
+
"lecithin": 902,
|
| 905 |
+
"leek": 903,
|
| 906 |
+
"lemon": 904,
|
| 907 |
+
"lemon_balm": 905,
|
| 908 |
+
"lemon_leaf": 906,
|
| 909 |
+
"lemon_pepper": 907,
|
| 910 |
+
"lemon_verbena": 908,
|
| 911 |
+
"lemongrass": 909,
|
| 912 |
+
"lentil": 910,
|
| 913 |
+
"lettuce": 911,
|
| 914 |
+
"liangpi": 912,
|
| 915 |
+
"licorice_root": 913,
|
| 916 |
+
"light_soy_sauce": 914,
|
| 917 |
+
"lillet": 915,
|
| 918 |
+
"lily_bulb": 916,
|
| 919 |
+
"lima_bean": 917,
|
| 920 |
+
"lime": 918,
|
| 921 |
+
"limewater": 919,
|
| 922 |
+
"limoncello": 920,
|
| 923 |
+
"lingonberry": 921,
|
| 924 |
+
"linguica": 922,
|
| 925 |
+
"lions_mane_mushroom": 923,
|
| 926 |
+
"liqueur": 924,
|
| 927 |
+
"liquid_smoke": 925,
|
| 928 |
+
"liquor": 926,
|
| 929 |
+
"litsea_cubeba": 927,
|
| 930 |
+
"liver": 928,
|
| 931 |
+
"loach": 929,
|
| 932 |
+
"lobster": 930,
|
| 933 |
+
"loganberry": 931,
|
| 934 |
+
"long_pepper": 932,
|
| 935 |
+
"longan": 933,
|
| 936 |
+
"longaniza": 934,
|
| 937 |
+
"loquat": 935,
|
| 938 |
+
"loquat_leaf": 936,
|
| 939 |
+
"lotus_flower": 937,
|
| 940 |
+
"lotus_leaf": 938,
|
| 941 |
+
"lotus_root": 939,
|
| 942 |
+
"lotus_seed": 940,
|
| 943 |
+
"lovage": 941,
|
| 944 |
+
"lucuma": 942,
|
| 945 |
+
"luffa": 943,
|
| 946 |
+
"luncheon_meat": 944,
|
| 947 |
+
"lychee": 945,
|
| 948 |
+
"lye_water": 946,
|
| 949 |
+
"mac_khen": 947,
|
| 950 |
+
"mac_mat_fruit": 948,
|
| 951 |
+
"maca": 949,
|
| 952 |
+
"macadamia_nut": 950,
|
| 953 |
+
"mace": 951,
|
| 954 |
+
"mache": 952,
|
| 955 |
+
"mackerel": 953,
|
| 956 |
+
"madeira_wine": 954,
|
| 957 |
+
"maggi_seasoning": 955,
|
| 958 |
+
"mahi_mahi": 956,
|
| 959 |
+
"mahleb": 957,
|
| 960 |
+
"maitake_mushroom": 958,
|
| 961 |
+
"mala_sauce": 959,
|
| 962 |
+
"malabar_spinach": 960,
|
| 963 |
+
"malanga": 961,
|
| 964 |
+
"mallow": 962,
|
| 965 |
+
"malt": 963,
|
| 966 |
+
"malt_vinegar": 964,
|
| 967 |
+
"maltose": 965,
|
| 968 |
+
"manchego_cheese": 966,
|
| 969 |
+
"mandarin_fish": 967,
|
| 970 |
+
"mango": 968,
|
| 971 |
+
"mangosteen": 969,
|
| 972 |
+
"mantis_shrimp": 970,
|
| 973 |
+
"maple_syrup": 971,
|
| 974 |
+
"mapo_tofu_sauce": 972,
|
| 975 |
+
"maraschino_cherry": 973,
|
| 976 |
+
"maraschino_liqueur": 974,
|
| 977 |
+
"margarine": 975,
|
| 978 |
+
"marinara_sauce": 976,
|
| 979 |
+
"marjoram": 977,
|
| 980 |
+
"marlin": 978,
|
| 981 |
+
"marmite": 979,
|
| 982 |
+
"marsala_wine": 980,
|
| 983 |
+
"marshmallow": 981,
|
| 984 |
+
"marzipan": 982,
|
| 985 |
+
"masa_harina": 983,
|
| 986 |
+
"mascarpone_cheese": 984,
|
| 987 |
+
"masoor_dal": 985,
|
| 988 |
+
"mastic": 986,
|
| 989 |
+
"matambre": 987,
|
| 990 |
+
"matcha_powder": 988,
|
| 991 |
+
"matsoni": 989,
|
| 992 |
+
"matsutake_mushroom": 990,
|
| 993 |
+
"matzo": 991,
|
| 994 |
+
"mayonnaise": 992,
|
| 995 |
+
"mead": 993,
|
| 996 |
+
"meat": 994,
|
| 997 |
+
"meat_extract": 995,
|
| 998 |
+
"meat_floss": 996,
|
| 999 |
+
"meat_stock": 997,
|
| 1000 |
+
"meat_tenderizer": 998,
|
| 1001 |
+
"mei_kuei_lu_wine": 999,
|
| 1002 |
+
"melinjo": 1000,
|
| 1003 |
+
"melon": 1001,
|
| 1004 |
+
"melon_liqueur": 1002,
|
| 1005 |
+
"melon_seed": 1003,
|
| 1006 |
+
"mentaiko": 1004,
|
| 1007 |
+
"mentsuyu": 1005,
|
| 1008 |
+
"merguez": 1006,
|
| 1009 |
+
"meringue": 1007,
|
| 1010 |
+
"mesquite": 1008,
|
| 1011 |
+
"metaxa": 1009,
|
| 1012 |
+
"mettwurst": 1010,
|
| 1013 |
+
"mezcal": 1011,
|
| 1014 |
+
"microgreen": 1012,
|
| 1015 |
+
"miiuy_croaker": 1013,
|
| 1016 |
+
"milk": 1014,
|
| 1017 |
+
"milk_bread": 1015,
|
| 1018 |
+
"milk_chocolate": 1016,
|
| 1019 |
+
"milk_tea": 1017,
|
| 1020 |
+
"milk_tofu": 1018,
|
| 1021 |
+
"milkfish": 1019,
|
| 1022 |
+
"millet": 1020,
|
| 1023 |
+
"milo": 1021,
|
| 1024 |
+
"milt": 1022,
|
| 1025 |
+
"mincemeat": 1023,
|
| 1026 |
+
"mint": 1024,
|
| 1027 |
+
"mirasol_chile": 1025,
|
| 1028 |
+
"mirepoix": 1026,
|
| 1029 |
+
"mirin": 1027,
|
| 1030 |
+
"miso": 1028,
|
| 1031 |
+
"mitsuba": 1029,
|
| 1032 |
+
"mixed_grains": 1030,
|
| 1033 |
+
"mixed_herbs": 1031,
|
| 1034 |
+
"mixed_seeds": 1032,
|
| 1035 |
+
"mixed_sprouts": 1033,
|
| 1036 |
+
"mixed_vegetable": 1034,
|
| 1037 |
+
"mizuame": 1035,
|
| 1038 |
+
"mizuna": 1036,
|
| 1039 |
+
"mocha": 1037,
|
| 1040 |
+
"mochi": 1038,
|
| 1041 |
+
"mojo": 1039,
|
| 1042 |
+
"molasses": 1040,
|
| 1043 |
+
"mole": 1041,
|
| 1044 |
+
"monk_fruit": 1042,
|
| 1045 |
+
"monkfish": 1043,
|
| 1046 |
+
"montasio_cheese": 1044,
|
| 1047 |
+
"monterey_jack_cheese": 1045,
|
| 1048 |
+
"montreal_steak_seasoning": 1046,
|
| 1049 |
+
"mopping_sauce": 1047,
|
| 1050 |
+
"morel_mushroom": 1048,
|
| 1051 |
+
"moringa": 1049,
|
| 1052 |
+
"mortadella": 1050,
|
| 1053 |
+
"moscatel_wine": 1051,
|
| 1054 |
+
"mountain_pepper": 1052,
|
| 1055 |
+
"mozzarella_cheese": 1053,
|
| 1056 |
+
"msg": 1054,
|
| 1057 |
+
"mudfish": 1055,
|
| 1058 |
+
"mudskipper": 1056,
|
| 1059 |
+
"muenster_cheese": 1057,
|
| 1060 |
+
"muffin": 1058,
|
| 1061 |
+
"mugwort": 1059,
|
| 1062 |
+
"mulato_chile": 1060,
|
| 1063 |
+
"mulberry": 1061,
|
| 1064 |
+
"mulberry_leaf": 1062,
|
| 1065 |
+
"mullet": 1063,
|
| 1066 |
+
"mulling_spice": 1064,
|
| 1067 |
+
"mung_bean": 1065,
|
| 1068 |
+
"mung_bean_jelly": 1066,
|
| 1069 |
+
"mung_bean_paste": 1067,
|
| 1070 |
+
"mung_bean_starch": 1068,
|
| 1071 |
+
"muscovado_sugar": 1069,
|
| 1072 |
+
"mushroom": 1070,
|
| 1073 |
+
"mushroom_soy_sauce": 1071,
|
| 1074 |
+
"mushroom_stock": 1072,
|
| 1075 |
+
"mussel": 1073,
|
| 1076 |
+
"mustard": 1074,
|
| 1077 |
+
"mustard_green": 1075,
|
| 1078 |
+
"mustard_oil": 1076,
|
| 1079 |
+
"mustard_root": 1077,
|
| 1080 |
+
"mustard_seed": 1078,
|
| 1081 |
+
"mutton": 1079,
|
| 1082 |
+
"myoga": 1080,
|
| 1083 |
+
"myzithra_cheese": 1081,
|
| 1084 |
+
"naan": 1082,
|
| 1085 |
+
"nameko_mushroom": 1083,
|
| 1086 |
+
"nanohana": 1084,
|
| 1087 |
+
"napa_cabbage": 1085,
|
| 1088 |
+
"narsharab": 1086,
|
| 1089 |
+
"nasturtium": 1087,
|
| 1090 |
+
"natto": 1088,
|
| 1091 |
+
"navy_bean": 1089,
|
| 1092 |
+
"nduja": 1090,
|
| 1093 |
+
"nectar": 1091,
|
| 1094 |
+
"nectarine": 1092,
|
| 1095 |
+
"needlefish": 1093,
|
| 1096 |
+
"nerikiri": 1094,
|
| 1097 |
+
"nettle": 1095,
|
| 1098 |
+
"neufchatel_cheese": 1096,
|
| 1099 |
+
"new_mexico_chile": 1097,
|
| 1100 |
+
"nigari": 1098,
|
| 1101 |
+
"nigella_seed": 1099,
|
| 1102 |
+
"noodle": 1100,
|
| 1103 |
+
"nopal": 1101,
|
| 1104 |
+
"nora_chile": 1102,
|
| 1105 |
+
"nori": 1103,
|
| 1106 |
+
"nougat": 1104,
|
| 1107 |
+
"nut": 1105,
|
| 1108 |
+
"nut_butter": 1106,
|
| 1109 |
+
"nut_oil": 1107,
|
| 1110 |
+
"nutmeg": 1108,
|
| 1111 |
+
"nutritional_yeast": 1109,
|
| 1112 |
+
"oat": 1110,
|
| 1113 |
+
"oat_milk": 1111,
|
| 1114 |
+
"oaxaca_cheese": 1112,
|
| 1115 |
+
"octopus": 1113,
|
| 1116 |
+
"offal": 1114,
|
| 1117 |
+
"oil": 1115,
|
| 1118 |
+
"okara_powder": 1116,
|
| 1119 |
+
"okonomiyaki_sauce": 1117,
|
| 1120 |
+
"okra": 1118,
|
| 1121 |
+
"olive": 1119,
|
| 1122 |
+
"olive_oil": 1120,
|
| 1123 |
+
"olluco": 1121,
|
| 1124 |
+
"onion": 1122,
|
| 1125 |
+
"oolong_tea": 1123,
|
| 1126 |
+
"orange": 1124,
|
| 1127 |
+
"orange_blossom_water": 1125,
|
| 1128 |
+
"orange_liqueur": 1126,
|
| 1129 |
+
"orange_roughy": 1127,
|
| 1130 |
+
"oregano": 1128,
|
| 1131 |
+
"orgeat": 1129,
|
| 1132 |
+
"orris_root": 1130,
|
| 1133 |
+
"osmanthus_flower": 1131,
|
| 1134 |
+
"osmanthus_wine": 1132,
|
| 1135 |
+
"ouzo": 1133,
|
| 1136 |
+
"oyster": 1134,
|
| 1137 |
+
"oyster_mushroom": 1135,
|
| 1138 |
+
"oyster_sauce": 1136,
|
| 1139 |
+
"pacific_saury": 1137,
|
| 1140 |
+
"padron_pepper": 1138,
|
| 1141 |
+
"paederia_foetida": 1139,
|
| 1142 |
+
"pagoda_tree_flower": 1140,
|
| 1143 |
+
"palm_oil": 1141,
|
| 1144 |
+
"palm_seed": 1142,
|
| 1145 |
+
"palm_sugar": 1143,
|
| 1146 |
+
"pan_drippings": 1144,
|
| 1147 |
+
"panang_curry_paste": 1145,
|
| 1148 |
+
"pancake": 1146,
|
| 1149 |
+
"pancetta": 1147,
|
| 1150 |
+
"panch_phoran": 1148,
|
| 1151 |
+
"pandan_leaf": 1149,
|
| 1152 |
+
"paneer": 1150,
|
| 1153 |
+
"panela_cheese": 1151,
|
| 1154 |
+
"panettone": 1152,
|
| 1155 |
+
"pangasius": 1153,
|
| 1156 |
+
"papad": 1154,
|
| 1157 |
+
"papaya": 1155,
|
| 1158 |
+
"papaya_leaf": 1156,
|
| 1159 |
+
"paprika": 1157,
|
| 1160 |
+
"paratha": 1158,
|
| 1161 |
+
"parmesan_cheese": 1159,
|
| 1162 |
+
"parsley": 1160,
|
| 1163 |
+
"parsley_root": 1161,
|
| 1164 |
+
"parsnip": 1162,
|
| 1165 |
+
"partridge": 1163,
|
| 1166 |
+
"pasilla_chile": 1164,
|
| 1167 |
+
"passion_fruit": 1165,
|
| 1168 |
+
"pasta": 1166,
|
| 1169 |
+
"pasta_sauce": 1167,
|
| 1170 |
+
"pastila": 1168,
|
| 1171 |
+
"pastis": 1169,
|
| 1172 |
+
"pastrami": 1170,
|
| 1173 |
+
"pastry": 1171,
|
| 1174 |
+
"pate": 1172,
|
| 1175 |
+
"pea": 1173,
|
| 1176 |
+
"pea_shoot": 1174,
|
| 1177 |
+
"peach": 1175,
|
| 1178 |
+
"peach_gum": 1176,
|
| 1179 |
+
"peanut": 1177,
|
| 1180 |
+
"peanut_butter": 1178,
|
| 1181 |
+
"peanut_oil": 1179,
|
| 1182 |
+
"peanut_sauce": 1180,
|
| 1183 |
+
"pear": 1181,
|
| 1184 |
+
"pearl_mushroom": 1182,
|
| 1185 |
+
"pecan": 1183,
|
| 1186 |
+
"pecorino_cheese": 1184,
|
| 1187 |
+
"pectin": 1185,
|
| 1188 |
+
"pennywort": 1186,
|
| 1189 |
+
"peperomia_pellucida": 1187,
|
| 1190 |
+
"pepino_melon": 1188,
|
| 1191 |
+
"peppadew_pepper": 1189,
|
| 1192 |
+
"pepper_jelly": 1190,
|
| 1193 |
+
"peppercorn_sauce": 1191,
|
| 1194 |
+
"peppermint": 1192,
|
| 1195 |
+
"pepperoncini": 1193,
|
| 1196 |
+
"pepperoni": 1194,
|
| 1197 |
+
"perch": 1195,
|
| 1198 |
+
"perilla": 1196,
|
| 1199 |
+
"perilla_oil": 1197,
|
| 1200 |
+
"periwinkle": 1198,
|
| 1201 |
+
"persimmon": 1199,
|
| 1202 |
+
"pesto": 1200,
|
| 1203 |
+
"petai_bean": 1201,
|
| 1204 |
+
"petis": 1202,
|
| 1205 |
+
"pheasant": 1203,
|
| 1206 |
+
"phyllo_dough": 1204,
|
| 1207 |
+
"picada": 1205,
|
| 1208 |
+
"pickapeppa_sauce": 1206,
|
| 1209 |
+
"pickle_juice": 1207,
|
| 1210 |
+
"pickle_relish": 1208,
|
| 1211 |
+
"pickled_cucumber": 1209,
|
| 1212 |
+
"pickled_ginger": 1210,
|
| 1213 |
+
"pickled_mustard_green": 1211,
|
| 1214 |
+
"pickled_onion": 1212,
|
| 1215 |
+
"pickled_radish": 1213,
|
| 1216 |
+
"pickled_sakura_blossom": 1214,
|
| 1217 |
+
"pickled_vegetable": 1215,
|
| 1218 |
+
"pickling_spice": 1216,
|
| 1219 |
+
"pie_crust": 1217,
|
| 1220 |
+
"pie_filling": 1218,
|
| 1221 |
+
"pigeon": 1219,
|
| 1222 |
+
"pigeon_egg": 1220,
|
| 1223 |
+
"pigeon_pea": 1221,
|
| 1224 |
+
"pike": 1222,
|
| 1225 |
+
"piloncillo": 1223,
|
| 1226 |
+
"pimento": 1224,
|
| 1227 |
+
"pina_colada_mix": 1225,
|
| 1228 |
+
"pine_nut": 1226,
|
| 1229 |
+
"pine_pollen": 1227,
|
| 1230 |
+
"pineapple": 1228,
|
| 1231 |
+
"pink_pepper": 1229,
|
| 1232 |
+
"pink_sauce": 1230,
|
| 1233 |
+
"pinto_bean": 1231,
|
| 1234 |
+
"pionono": 1232,
|
| 1235 |
+
"piquante_sauce": 1233,
|
| 1236 |
+
"piquillo_pepper": 1234,
|
| 1237 |
+
"piri_piri": 1235,
|
| 1238 |
+
"pisco": 1236,
|
| 1239 |
+
"pistachio": 1237,
|
| 1240 |
+
"pistachio_oil": 1238,
|
| 1241 |
+
"pita_bread": 1239,
|
| 1242 |
+
"pizza_crust": 1240,
|
| 1243 |
+
"pizza_sauce": 1241,
|
| 1244 |
+
"plant_based_cheese": 1242,
|
| 1245 |
+
"plant_based_cream": 1243,
|
| 1246 |
+
"plant_based_ham": 1244,
|
| 1247 |
+
"plant_based_milk": 1245,
|
| 1248 |
+
"plantain": 1246,
|
| 1249 |
+
"plum": 1247,
|
| 1250 |
+
"plum_sauce": 1248,
|
| 1251 |
+
"plum_wine": 1249,
|
| 1252 |
+
"pluot": 1250,
|
| 1253 |
+
"poblano_pepper": 1251,
|
| 1254 |
+
"pokeweed": 1252,
|
| 1255 |
+
"polenta": 1253,
|
| 1256 |
+
"pollock": 1254,
|
| 1257 |
+
"pomegranate": 1255,
|
| 1258 |
+
"pomegranate_molasses": 1256,
|
| 1259 |
+
"pomelo": 1257,
|
| 1260 |
+
"pomfret": 1258,
|
| 1261 |
+
"pompano": 1259,
|
| 1262 |
+
"ponzu": 1260,
|
| 1263 |
+
"poolish": 1261,
|
| 1264 |
+
"poppy_seed": 1262,
|
| 1265 |
+
"porcini_mushroom": 1263,
|
| 1266 |
+
"pork": 1264,
|
| 1267 |
+
"pork_stock": 1265,
|
| 1268 |
+
"port_wine": 1266,
|
| 1269 |
+
"portobello_mushroom": 1267,
|
| 1270 |
+
"potato": 1268,
|
| 1271 |
+
"poultry_seasoning": 1269,
|
| 1272 |
+
"praline": 1270,
|
| 1273 |
+
"preserved_cabbage": 1271,
|
| 1274 |
+
"preserved_lemon": 1272,
|
| 1275 |
+
"preserved_plum": 1273,
|
| 1276 |
+
"pretzel": 1274,
|
| 1277 |
+
"prickly_pear": 1275,
|
| 1278 |
+
"prosciutto": 1276,
|
| 1279 |
+
"prosecco": 1277,
|
| 1280 |
+
"provolone_cheese": 1278,
|
| 1281 |
+
"prune": 1279,
|
| 1282 |
+
"psyllium_husk": 1280,
|
| 1283 |
+
"pu_erh_tea": 1281,
|
| 1284 |
+
"pudding": 1282,
|
| 1285 |
+
"puff_pastry": 1283,
|
| 1286 |
+
"puffer_fish": 1284,
|
| 1287 |
+
"pumpkin": 1285,
|
| 1288 |
+
"pumpkin_leaf": 1286,
|
| 1289 |
+
"pumpkin_pie_spice": 1287,
|
| 1290 |
+
"pumpkin_seed": 1288,
|
| 1291 |
+
"pumpkin_seed_oil": 1289,
|
| 1292 |
+
"punch": 1290,
|
| 1293 |
+
"purple_gynura": 1291,
|
| 1294 |
+
"purple_sweet_potato": 1292,
|
| 1295 |
+
"purple_yam": 1293,
|
| 1296 |
+
"purslane": 1294,
|
| 1297 |
+
"puzi_leaf": 1295,
|
| 1298 |
+
"qingbu_liang": 1296,
|
| 1299 |
+
"qingjiang_fish": 1297,
|
| 1300 |
+
"qingtou_mushroom": 1298,
|
| 1301 |
+
"quail": 1299,
|
| 1302 |
+
"quail_egg": 1300,
|
| 1303 |
+
"quark": 1301,
|
| 1304 |
+
"queso_anejo": 1302,
|
| 1305 |
+
"queso_blanco": 1303,
|
| 1306 |
+
"queso_fresco": 1304,
|
| 1307 |
+
"quince": 1305,
|
| 1308 |
+
"quince_paste": 1306,
|
| 1309 |
+
"quinoa": 1307,
|
| 1310 |
+
"quorn": 1308,
|
| 1311 |
+
"rabbit": 1309,
|
| 1312 |
+
"raclette_cheese": 1310,
|
| 1313 |
+
"radicchio": 1311,
|
| 1314 |
+
"radish": 1312,
|
| 1315 |
+
"radish_cake": 1313,
|
| 1316 |
+
"ragi": 1314,
|
| 1317 |
+
"raisin": 1315,
|
| 1318 |
+
"raita": 1316,
|
| 1319 |
+
"rakkyo": 1317,
|
| 1320 |
+
"rambutan": 1318,
|
| 1321 |
+
"ramen_noodle": 1319,
|
| 1322 |
+
"ramp": 1320,
|
| 1323 |
+
"ranch_dressing": 1321,
|
| 1324 |
+
"rapeseed": 1322,
|
| 1325 |
+
"ras_el_hanout": 1323,
|
| 1326 |
+
"raspberry": 1324,
|
| 1327 |
+
"ravioli": 1325,
|
| 1328 |
+
"ray": 1326,
|
| 1329 |
+
"razor_clam": 1327,
|
| 1330 |
+
"red_bean": 1328,
|
| 1331 |
+
"red_bean_paste": 1329,
|
| 1332 |
+
"red_currant": 1330,
|
| 1333 |
+
"red_curry_paste": 1331,
|
| 1334 |
+
"red_date": 1332,
|
| 1335 |
+
"red_drum": 1333,
|
| 1336 |
+
"red_hots": 1334,
|
| 1337 |
+
"red_leicester_cheese": 1335,
|
| 1338 |
+
"red_onion": 1336,
|
| 1339 |
+
"red_pepper": 1337,
|
| 1340 |
+
"red_rice": 1338,
|
| 1341 |
+
"red_snapper": 1339,
|
| 1342 |
+
"red_wine": 1340,
|
| 1343 |
+
"red_wine_vinegar": 1341,
|
| 1344 |
+
"red_yeast": 1342,
|
| 1345 |
+
"reed_leaf": 1343,
|
| 1346 |
+
"refried_beans": 1344,
|
| 1347 |
+
"remoulade_sauce": 1345,
|
| 1348 |
+
"rhubarb": 1346,
|
| 1349 |
+
"rice": 1347,
|
| 1350 |
+
"rice_bran_oil": 1348,
|
| 1351 |
+
"rice_cake": 1349,
|
| 1352 |
+
"rice_milk": 1350,
|
| 1353 |
+
"rice_noodle": 1351,
|
| 1354 |
+
"rice_paddy_herb": 1352,
|
| 1355 |
+
"rice_paper": 1353,
|
| 1356 |
+
"rice_tofu": 1354,
|
| 1357 |
+
"rice_vinegar": 1355,
|
| 1358 |
+
"rice_wine": 1356,
|
| 1359 |
+
"ricotta_cheese": 1357,
|
| 1360 |
+
"ricotta_salata": 1358,
|
| 1361 |
+
"robiola_cheese": 1359,
|
| 1362 |
+
"rock_sugar": 1360,
|
| 1363 |
+
"rock_tripe": 1361,
|
| 1364 |
+
"rockfish": 1362,
|
| 1365 |
+
"rocoto_pepper": 1363,
|
| 1366 |
+
"romanesco": 1364,
|
| 1367 |
+
"romano_cheese": 1365,
|
| 1368 |
+
"romesco_sauce": 1366,
|
| 1369 |
+
"rompope": 1367,
|
| 1370 |
+
"rooibos_tea": 1368,
|
| 1371 |
+
"root_beer": 1369,
|
| 1372 |
+
"roquefort_cheese": 1370,
|
| 1373 |
+
"rose_syrup": 1371,
|
| 1374 |
+
"rose_wine": 1372,
|
| 1375 |
+
"rosehip": 1373,
|
| 1376 |
+
"rosemary": 1374,
|
| 1377 |
+
"rosewater": 1375,
|
| 1378 |
+
"roti": 1376,
|
| 1379 |
+
"rouille": 1377,
|
| 1380 |
+
"roux": 1378,
|
| 1381 |
+
"rowan_berry": 1379,
|
| 1382 |
+
"royal_icing": 1380,
|
| 1383 |
+
"rum": 1381,
|
| 1384 |
+
"rusk": 1382,
|
| 1385 |
+
"rutabaga": 1383,
|
| 1386 |
+
"ryazhenka": 1384,
|
| 1387 |
+
"rye": 1385,
|
| 1388 |
+
"rye_bread": 1386,
|
| 1389 |
+
"sachima": 1387,
|
| 1390 |
+
"safflower": 1388,
|
| 1391 |
+
"safflower_oil": 1389,
|
| 1392 |
+
"saffron": 1390,
|
| 1393 |
+
"sage": 1391,
|
| 1394 |
+
"sago": 1392,
|
| 1395 |
+
"sake": 1393,
|
| 1396 |
+
"salad_cream": 1394,
|
| 1397 |
+
"salad_dressing": 1395,
|
| 1398 |
+
"salad_greens": 1396,
|
| 1399 |
+
"salam_leaf": 1397,
|
| 1400 |
+
"salami": 1398,
|
| 1401 |
+
"salep": 1399,
|
| 1402 |
+
"salmon": 1400,
|
| 1403 |
+
"salmon_roe": 1401,
|
| 1404 |
+
"salsa": 1402,
|
| 1405 |
+
"salsa_verde": 1403,
|
| 1406 |
+
"salsify": 1404,
|
| 1407 |
+
"salt": 1405,
|
| 1408 |
+
"salt_cod": 1406,
|
| 1409 |
+
"salt_pork": 1407,
|
| 1410 |
+
"salted_duck_egg": 1408,
|
| 1411 |
+
"sambal": 1409,
|
| 1412 |
+
"sambal_oelek": 1410,
|
| 1413 |
+
"sambar_powder": 1411,
|
| 1414 |
+
"sambuca": 1412,
|
| 1415 |
+
"sand_ginger": 1413,
|
| 1416 |
+
"sand_worm": 1414,
|
| 1417 |
+
"sangria": 1415,
|
| 1418 |
+
"sansho_pepper": 1416,
|
| 1419 |
+
"sanzi": 1417,
|
| 1420 |
+
"sardine": 1418,
|
| 1421 |
+
"saskatoon_berry": 1419,
|
| 1422 |
+
"sau_fruit": 1420,
|
| 1423 |
+
"sauerkraut": 1421,
|
| 1424 |
+
"sausage": 1422,
|
| 1425 |
+
"sauternes": 1423,
|
| 1426 |
+
"savory": 1424,
|
| 1427 |
+
"sazon": 1425,
|
| 1428 |
+
"scad": 1426,
|
| 1429 |
+
"scallion": 1427,
|
| 1430 |
+
"scallion_oil": 1428,
|
| 1431 |
+
"scallop": 1429,
|
| 1432 |
+
"scamorza": 1430,
|
| 1433 |
+
"schisandra_berry": 1431,
|
| 1434 |
+
"schnapps": 1432,
|
| 1435 |
+
"scotch_bonnet_pepper": 1433,
|
| 1436 |
+
"sea_bass": 1434,
|
| 1437 |
+
"sea_bream": 1435,
|
| 1438 |
+
"sea_buckthorn": 1436,
|
| 1439 |
+
"sea_coconut": 1437,
|
| 1440 |
+
"sea_cucumber": 1438,
|
| 1441 |
+
"sea_grape": 1439,
|
| 1442 |
+
"sea_hare": 1440,
|
| 1443 |
+
"sea_lettuce": 1441,
|
| 1444 |
+
"sea_moss": 1442,
|
| 1445 |
+
"sea_snail": 1443,
|
| 1446 |
+
"sea_urchin": 1444,
|
| 1447 |
+
"seafood": 1445,
|
| 1448 |
+
"seafood_sauce": 1446,
|
| 1449 |
+
"seafood_seasoning": 1447,
|
| 1450 |
+
"seafood_stock": 1448,
|
| 1451 |
+
"seasoning_sauce": 1449,
|
| 1452 |
+
"seaweed": 1450,
|
| 1453 |
+
"semolina": 1451,
|
| 1454 |
+
"senbei": 1452,
|
| 1455 |
+
"serrano_ham": 1453,
|
| 1456 |
+
"serrano_pepper": 1454,
|
| 1457 |
+
"sesame_oil": 1455,
|
| 1458 |
+
"sesame_paste": 1456,
|
| 1459 |
+
"sesame_seed": 1457,
|
| 1460 |
+
"sev": 1458,
|
| 1461 |
+
"shacha_sauce": 1459,
|
| 1462 |
+
"shallot": 1460,
|
| 1463 |
+
"shaobing": 1461,
|
| 1464 |
+
"shaoxing_wine": 1462,
|
| 1465 |
+
"shark": 1463,
|
| 1466 |
+
"shark_fin": 1464,
|
| 1467 |
+
"shellfish": 1465,
|
| 1468 |
+
"shepherds_purse": 1466,
|
| 1469 |
+
"sherbet": 1467,
|
| 1470 |
+
"sherry": 1468,
|
| 1471 |
+
"sherry_vinegar": 1469,
|
| 1472 |
+
"shichimi_togarashi": 1470,
|
| 1473 |
+
"shiitake_mushroom": 1471,
|
| 1474 |
+
"shio_koji": 1472,
|
| 1475 |
+
"shirasu": 1473,
|
| 1476 |
+
"shirataki_noodle": 1474,
|
| 1477 |
+
"shochu": 1475,
|
| 1478 |
+
"shortcake": 1476,
|
| 1479 |
+
"shortening": 1477,
|
| 1480 |
+
"shrimp": 1478,
|
| 1481 |
+
"shrimp_mushroom": 1479,
|
| 1482 |
+
"shrimp_paste": 1480,
|
| 1483 |
+
"sichuan_peppercorn": 1481,
|
| 1484 |
+
"silkworm_pupa": 1482,
|
| 1485 |
+
"simit": 1483,
|
| 1486 |
+
"skate": 1484,
|
| 1487 |
+
"smelt": 1485,
|
| 1488 |
+
"smoked_cheese": 1486,
|
| 1489 |
+
"smoked_meat": 1487,
|
| 1490 |
+
"smoked_paprika": 1488,
|
| 1491 |
+
"smoked_salmon": 1489,
|
| 1492 |
+
"smoked_salt": 1490,
|
| 1493 |
+
"snail": 1491,
|
| 1494 |
+
"snail_rice_noodle": 1492,
|
| 1495 |
+
"snake": 1493,
|
| 1496 |
+
"snake_gourd": 1494,
|
| 1497 |
+
"snakehead_fish": 1495,
|
| 1498 |
+
"snow_fungus": 1496,
|
| 1499 |
+
"snow_pea": 1497,
|
| 1500 |
+
"snow_vegetable": 1498,
|
| 1501 |
+
"sobrasada": 1499,
|
| 1502 |
+
"sofrito": 1500,
|
| 1503 |
+
"soju": 1501,
|
| 1504 |
+
"sole": 1502,
|
| 1505 |
+
"somen_noodle": 1503,
|
| 1506 |
+
"soppressata": 1504,
|
| 1507 |
+
"sorghum": 1505,
|
| 1508 |
+
"sorghum_syrup": 1506,
|
| 1509 |
+
"sorrel": 1507,
|
| 1510 |
+
"sour_bamboo_shoot": 1508,
|
| 1511 |
+
"sour_broth": 1509,
|
| 1512 |
+
"sour_cream": 1510,
|
| 1513 |
+
"sour_mix": 1511,
|
| 1514 |
+
"soursop": 1512,
|
| 1515 |
+
"southern_comfort": 1513,
|
| 1516 |
+
"soy_milk": 1514,
|
| 1517 |
+
"soy_protein_isolate": 1515,
|
| 1518 |
+
"soy_sauce": 1516,
|
| 1519 |
+
"soy_yogurt": 1517,
|
| 1520 |
+
"soybean": 1518,
|
| 1521 |
+
"soybean_oil": 1519,
|
| 1522 |
+
"soybean_paste": 1520,
|
| 1523 |
+
"soybean_sprout": 1521,
|
| 1524 |
+
"spaetzle": 1522,
|
| 1525 |
+
"sparkling_water": 1523,
|
| 1526 |
+
"sparkling_wine": 1524,
|
| 1527 |
+
"speck": 1525,
|
| 1528 |
+
"speculoos_cookie": 1526,
|
| 1529 |
+
"spelt": 1527,
|
| 1530 |
+
"spice_mix": 1528,
|
| 1531 |
+
"spinach": 1529,
|
| 1532 |
+
"spirulina": 1530,
|
| 1533 |
+
"sponge_cake": 1531,
|
| 1534 |
+
"sprat": 1532,
|
| 1535 |
+
"spring_roll": 1533,
|
| 1536 |
+
"spring_roll_wrapper": 1534,
|
| 1537 |
+
"sprinkles": 1535,
|
| 1538 |
+
"squash": 1536,
|
| 1539 |
+
"squash_blossom": 1537,
|
| 1540 |
+
"squid": 1538,
|
| 1541 |
+
"squid_ink": 1539,
|
| 1542 |
+
"squirrel": 1540,
|
| 1543 |
+
"sriracha": 1541,
|
| 1544 |
+
"ssamjang": 1542,
|
| 1545 |
+
"star_anise": 1543,
|
| 1546 |
+
"starch": 1544,
|
| 1547 |
+
"starfruit": 1545,
|
| 1548 |
+
"steak_sauce": 1546,
|
| 1549 |
+
"steamed_bun": 1547,
|
| 1550 |
+
"stevia": 1548,
|
| 1551 |
+
"stilton_cheese": 1549,
|
| 1552 |
+
"stinky_mandarin_fish": 1550,
|
| 1553 |
+
"stinky_tofu": 1551,
|
| 1554 |
+
"stir_fry_sauce": 1552,
|
| 1555 |
+
"stout": 1553,
|
| 1556 |
+
"stracchino_cheese": 1554,
|
| 1557 |
+
"straw_mushroom": 1555,
|
| 1558 |
+
"strawberry": 1556,
|
| 1559 |
+
"strega_liqueur": 1557,
|
| 1560 |
+
"sturgeon": 1558,
|
| 1561 |
+
"sucuk": 1559,
|
| 1562 |
+
"suet": 1560,
|
| 1563 |
+
"sugar": 1561,
|
| 1564 |
+
"sugar_snap_pea": 1562,
|
| 1565 |
+
"sugarcane": 1563,
|
| 1566 |
+
"sukiyaki_sauce": 1564,
|
| 1567 |
+
"sulguni_cheese": 1565,
|
| 1568 |
+
"sumac": 1566,
|
| 1569 |
+
"summer_sausage": 1567,
|
| 1570 |
+
"sun_dried_tomato": 1568,
|
| 1571 |
+
"sunfish": 1569,
|
| 1572 |
+
"sunflower_oil": 1570,
|
| 1573 |
+
"sunflower_seed": 1571,
|
| 1574 |
+
"superior_stock": 1572,
|
| 1575 |
+
"sushi_vinegar": 1573,
|
| 1576 |
+
"sushki": 1574,
|
| 1577 |
+
"sweet_and_sour_sauce": 1575,
|
| 1578 |
+
"sweet_bean_sauce": 1576,
|
| 1579 |
+
"sweet_chili_sauce": 1577,
|
| 1580 |
+
"sweet_potato": 1578,
|
| 1581 |
+
"sweet_potato_leaf": 1579,
|
| 1582 |
+
"sweet_potato_starch": 1580,
|
| 1583 |
+
"sweet_preserved_mustard_green": 1581,
|
| 1584 |
+
"sweet_roll": 1582,
|
| 1585 |
+
"sweet_soy_sauce": 1583,
|
| 1586 |
+
"sweet_vermouth": 1584,
|
| 1587 |
+
"sweetbread": 1585,
|
| 1588 |
+
"swiss_chard": 1586,
|
| 1589 |
+
"swiss_cheese": 1587,
|
| 1590 |
+
"swiss_roll": 1588,
|
| 1591 |
+
"sword_bean": 1589,
|
| 1592 |
+
"swordfish": 1590,
|
| 1593 |
+
"syrup": 1591,
|
| 1594 |
+
"ta_cai": 1592,
|
| 1595 |
+
"tabasco_pepper": 1593,
|
| 1596 |
+
"taco_sauce": 1594,
|
| 1597 |
+
"taco_seasoning": 1595,
|
| 1598 |
+
"taco_shell": 1596,
|
| 1599 |
+
"tahini": 1597,
|
| 1600 |
+
"tajin": 1598,
|
| 1601 |
+
"taleggio_cheese": 1599,
|
| 1602 |
+
"tallow": 1600,
|
| 1603 |
+
"tamale": 1601,
|
| 1604 |
+
"tamari": 1602,
|
| 1605 |
+
"tamarillo": 1603,
|
| 1606 |
+
"tamarind": 1604,
|
| 1607 |
+
"tandoori_masala": 1605,
|
| 1608 |
+
"tangelo": 1606,
|
| 1609 |
+
"tangerine": 1607,
|
| 1610 |
+
"tapenade": 1608,
|
| 1611 |
+
"tapioca": 1609,
|
| 1612 |
+
"tapioca_pearl": 1610,
|
| 1613 |
+
"tarako": 1611,
|
| 1614 |
+
"tarhana": 1612,
|
| 1615 |
+
"taro": 1613,
|
| 1616 |
+
"taro_stem": 1614,
|
| 1617 |
+
"tarragon": 1615,
|
| 1618 |
+
"tartar_sauce": 1616,
|
| 1619 |
+
"tasso": 1617,
|
| 1620 |
+
"tatsoi": 1618,
|
| 1621 |
+
"tauco": 1619,
|
| 1622 |
+
"tea": 1620,
|
| 1623 |
+
"tea_tree_mushroom": 1621,
|
| 1624 |
+
"teff": 1622,
|
| 1625 |
+
"tempeh": 1623,
|
| 1626 |
+
"tempura_flour": 1624,
|
| 1627 |
+
"tenkasu": 1625,
|
| 1628 |
+
"tequila": 1626,
|
| 1629 |
+
"teriyaki_sauce": 1627,
|
| 1630 |
+
"termite_mushroom": 1628,
|
| 1631 |
+
"textured_soy_protein": 1629,
|
| 1632 |
+
"thai_basil": 1630,
|
| 1633 |
+
"thai_tea": 1631,
|
| 1634 |
+
"thousand_island_dressing": 1632,
|
| 1635 |
+
"thyme": 1633,
|
| 1636 |
+
"tiger_milk_mushroom": 1634,
|
| 1637 |
+
"tikka_masala": 1635,
|
| 1638 |
+
"tilapia": 1636,
|
| 1639 |
+
"tkemali_sauce": 1637,
|
| 1640 |
+
"toffee": 1638,
|
| 1641 |
+
"tofu": 1639,
|
| 1642 |
+
"tofu_pudding": 1640,
|
| 1643 |
+
"tofu_skin": 1641,
|
| 1644 |
+
"tom_yum_paste": 1642,
|
| 1645 |
+
"tomatillo": 1643,
|
| 1646 |
+
"tomato": 1644,
|
| 1647 |
+
"tonguefish": 1645,
|
| 1648 |
+
"tonic_water": 1646,
|
| 1649 |
+
"tonka_bean": 1647,
|
| 1650 |
+
"tonkatsu_sauce": 1648,
|
| 1651 |
+
"toor_dal": 1649,
|
| 1652 |
+
"topmouth_culter": 1650,
|
| 1653 |
+
"tortellini": 1651,
|
| 1654 |
+
"tortilla": 1652,
|
| 1655 |
+
"trehalose": 1653,
|
| 1656 |
+
"triple_sec": 1654,
|
| 1657 |
+
"trout": 1655,
|
| 1658 |
+
"truffle_oil": 1656,
|
| 1659 |
+
"tsao_ko": 1657,
|
| 1660 |
+
"tteokbokki_sauce": 1658,
|
| 1661 |
+
"tulum_cheese": 1659,
|
| 1662 |
+
"tuna": 1660,
|
| 1663 |
+
"turbot": 1661,
|
| 1664 |
+
"turkey": 1662,
|
| 1665 |
+
"turkey_sausage": 1663,
|
| 1666 |
+
"turkey_stock": 1664,
|
| 1667 |
+
"turkish_delight": 1665,
|
| 1668 |
+
"turmeric": 1666,
|
| 1669 |
+
"turmeric_leaf": 1667,
|
| 1670 |
+
"turnip": 1668,
|
| 1671 |
+
"turnip_green": 1669,
|
| 1672 |
+
"turtle": 1670,
|
| 1673 |
+
"tzatziki": 1671,
|
| 1674 |
+
"udon_noodle": 1672,
|
| 1675 |
+
"umami_sauce": 1673,
|
| 1676 |
+
"ume": 1674,
|
| 1677 |
+
"umeboshi": 1675,
|
| 1678 |
+
"umeboshi_vinegar": 1676,
|
| 1679 |
+
"unagi_kabayaki": 1677,
|
| 1680 |
+
"unagi_sauce": 1678,
|
| 1681 |
+
"urad_dal": 1679,
|
| 1682 |
+
"utskho_suneli": 1680,
|
| 1683 |
+
"vadouvan": 1681,
|
| 1684 |
+
"vanilla": 1682,
|
| 1685 |
+
"veal": 1683,
|
| 1686 |
+
"vegemite": 1684,
|
| 1687 |
+
"vegeta_seasoning": 1685,
|
| 1688 |
+
"vegetable_extract": 1686,
|
| 1689 |
+
"vegetable_juice": 1687,
|
| 1690 |
+
"vegetable_oil": 1688,
|
| 1691 |
+
"vegetable_puree": 1689,
|
| 1692 |
+
"vegetable_stock": 1690,
|
| 1693 |
+
"vegetarian_oyster_sauce": 1691,
|
| 1694 |
+
"velveeta_cheese": 1692,
|
| 1695 |
+
"venison": 1693,
|
| 1696 |
+
"verjuice": 1694,
|
| 1697 |
+
"vermicelli": 1695,
|
| 1698 |
+
"vermouth": 1696,
|
| 1699 |
+
"viburnum": 1697,
|
| 1700 |
+
"vienna_sausage": 1698,
|
| 1701 |
+
"vietnamese_balm": 1699,
|
| 1702 |
+
"vietnamese_coriander": 1700,
|
| 1703 |
+
"vietnamese_pork_roll": 1701,
|
| 1704 |
+
"vin_santo": 1702,
|
| 1705 |
+
"vinaigrette": 1703,
|
| 1706 |
+
"vinegar": 1704,
|
| 1707 |
+
"violet": 1705,
|
| 1708 |
+
"vodka": 1706,
|
| 1709 |
+
"wafer": 1707,
|
| 1710 |
+
"waffle": 1708,
|
| 1711 |
+
"wakame": 1709,
|
| 1712 |
+
"walleye": 1710,
|
| 1713 |
+
"walnut": 1711,
|
| 1714 |
+
"walnut_oil": 1712,
|
| 1715 |
+
"wampee": 1713,
|
| 1716 |
+
"wasabi": 1714,
|
| 1717 |
+
"water": 1715,
|
| 1718 |
+
"water_bamboo": 1716,
|
| 1719 |
+
"water_celery": 1717,
|
| 1720 |
+
"water_chestnut": 1718,
|
| 1721 |
+
"water_lily_flower": 1719,
|
| 1722 |
+
"water_mimosa": 1720,
|
| 1723 |
+
"water_shield": 1721,
|
| 1724 |
+
"water_spinach": 1722,
|
| 1725 |
+
"watercress": 1723,
|
| 1726 |
+
"watermelon": 1724,
|
| 1727 |
+
"watermelon_radish": 1725,
|
| 1728 |
+
"wax_apple": 1726,
|
| 1729 |
+
"weipa": 1727,
|
| 1730 |
+
"wheat": 1728,
|
| 1731 |
+
"wheat_germ": 1729,
|
| 1732 |
+
"wheat_gluten": 1730,
|
| 1733 |
+
"whelk": 1731,
|
| 1734 |
+
"whey": 1732,
|
| 1735 |
+
"whipped_topping": 1733,
|
| 1736 |
+
"whiskey": 1734,
|
| 1737 |
+
"white_bean": 1735,
|
| 1738 |
+
"white_chocolate": 1736,
|
| 1739 |
+
"white_pepper": 1737,
|
| 1740 |
+
"white_soy_sauce": 1738,
|
| 1741 |
+
"white_tea": 1739,
|
| 1742 |
+
"white_truffle": 1740,
|
| 1743 |
+
"white_vinegar": 1741,
|
| 1744 |
+
"white_wine": 1742,
|
| 1745 |
+
"white_wine_vinegar": 1743,
|
| 1746 |
+
"whitebait": 1744,
|
| 1747 |
+
"whitefish": 1745,
|
| 1748 |
+
"whiting": 1746,
|
| 1749 |
+
"whole_wheat_flour": 1747,
|
| 1750 |
+
"wild_betel_leaf": 1748,
|
| 1751 |
+
"wild_boar": 1749,
|
| 1752 |
+
"wild_garlic": 1750,
|
| 1753 |
+
"wild_ginger": 1751,
|
| 1754 |
+
"wild_rice": 1752,
|
| 1755 |
+
"wine": 1753,
|
| 1756 |
+
"wine_lees": 1754,
|
| 1757 |
+
"winged_bean": 1755,
|
| 1758 |
+
"winter_melon": 1756,
|
| 1759 |
+
"wintergreen": 1757,
|
| 1760 |
+
"wisteria_flower": 1758,
|
| 1761 |
+
"wolfberry_leaf": 1759,
|
| 1762 |
+
"wolffish": 1760,
|
| 1763 |
+
"wonton": 1761,
|
| 1764 |
+
"wood_ear_mushroom": 1762,
|
| 1765 |
+
"worcestershire_sauce": 1763,
|
| 1766 |
+
"wuchang_fish": 1764,
|
| 1767 |
+
"xanthan_gum": 1765,
|
| 1768 |
+
"xo_sauce": 1766,
|
| 1769 |
+
"xylitol": 1767,
|
| 1770 |
+
"yacon": 1768,
|
| 1771 |
+
"yak_meat": 1769,
|
| 1772 |
+
"yakiniku_sauce": 1770,
|
| 1773 |
+
"yakisoba_sauce": 1771,
|
| 1774 |
+
"yam": 1772,
|
| 1775 |
+
"yard_long_bean": 1773,
|
| 1776 |
+
"yeast": 1774,
|
| 1777 |
+
"yellow_croaker": 1775,
|
| 1778 |
+
"yellow_curry_paste": 1776,
|
| 1779 |
+
"yibin_yacai": 1777,
|
| 1780 |
+
"yogurt": 1778,
|
| 1781 |
+
"youtiao": 1779,
|
| 1782 |
+
"yu_choy": 1780,
|
| 1783 |
+
"yufka": 1781,
|
| 1784 |
+
"yuzu": 1782,
|
| 1785 |
+
"yuzu_kosho": 1783,
|
| 1786 |
+
"zaatar": 1784,
|
| 1787 |
+
"zao_lu": 1785,
|
| 1788 |
+
"zha_cai": 1786,
|
| 1789 |
+
"zhajiang_sauce": 1787,
|
| 1790 |
+
"zucchini": 1788,
|
| 1791 |
+
"zucchini_flower": 1789
|
| 1792 |
+
}
|