File size: 206,944 Bytes
a1b15b4 53f143b 91e4cef a1b15b4 19a67ea 53f143b 19a67ea a1b15b4 53f143b 91e4cef 19a67ea 91e4cef 19a67ea 53f143b 19a67ea 91e4cef 53f143b 91e4cef 19a67ea 91e4cef 53f143b 91e4cef 19a67ea 91e4cef 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 91e4cef a1b15b4 19a67ea a1b15b4 53f143b a1b15b4 53f143b a1b15b4 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea 53f143b 19a67ea a1b15b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 | {
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"MultiTaskModel"
],
"attention_dropout": 0.1,
"basic_type_idx": 3,
"classification": "mlp",
"columns": [
"Food Product Group",
"Food Product Category",
"Primary Food Product Category",
"Basic Type",
"Sub-Type 1",
"Sub-Type 2",
"Flavor/Cut",
"Shape",
"Skin",
"Seed/Bone",
"Processing",
"Cooked/Cleaned",
"WG/WGR",
"Dietary Concern",
"Additives",
"Dietary Accommodation",
"Frozen",
"Packaging",
"Commodity"
],
"counts": "{\"Food Product Group\": [9148, 13914, 38197, 12858, 14010, 10217, 46450, 1917], \"Food Product Category\": [3772, 9148, 399, 4511, 3917, 38197, 1117, 175, 280, 15356, 10294, 1704, 12858, 454, 1458, 2009, 2433, 49, 896, 7995, 1462, 1020, 2317, 23050, 1840], \"Primary Food Product Category\": [5416, 9144, 399, 7356, 5110, 38188, 1349, 186, 284, 15361, 10297, 1702, 6376, 28, 1454, 2058, 2915, 49, 896, 7992, 1666, 1020, 2573, 23052, 1840], \"Basic Type\": [4, 92, 4, 1, 6, 75, 2404, 3, 2, 494, 122, 86, 96, 174, 293, 352, 9, 596, 1, 2, 2, 64, 64, 2, 3, 16, 934, 10, 4, 1184, 53, 5, 749, 2, 154, 1593, 2, 32, 3943, 2, 5, 339, 42, 192, 22, 4, 100, 31, 360, 2, 109, 5, 33, 2, 1334, 128, 5, 130, 1, 1, 1130, 8, 32, 152, 0, 203, 3, 15, 712, 2, 48, 1, 354, 406, 30, 111, 830, 7, 2, 2, 7, 30, 856, 51, 3, 2161, 11, 43, 683, 1, 2, 2, 1101, 13, 2159, 11, 1, 33, 4035, 23, 5, 3, 109, 3932, 1, 14, 2, 11, 151, 7, 33, 2225, 1, 5, 5, 5, 16, 48, 36, 22, 5, 29, 51, 1, 20, 215, 836, 190, 1, 3386, 23, 1040, 706, 149, 1, 176, 51, 63, 0, 77, 37, 39, 6, 1602, 234, 3, 149, 434, 570, 5, 11, 153, 85, 1095, 2, 3, 1, 20, 2478, 7, 10, 9, 1139, 7, 10, 2031, 784, 32, 1, 1, 38, 121, 0, 1, 2, 1, 118, 4, 2, 252, 7, 1157, 7, 1, 81, 1, 109, 35, 238, 142, 17, 858, 114, 22, 25, 93, 2, 42, 91, 74, 83, 10, 42, 1, 32, 1, 26, 359, 23, 2, 49, 31, 3, 697, 335, 10, 6, 1, 3, 14, 228, 128, 125, 41, 3, 80, 52, 420, 10, 21, 183, 6, 1, 2, 5, 6, 2, 34, 711, 1, 181, 1, 7, 142, 6, 607, 1, 14, 13, 2, 57, 93, 3, 6, 3, 4, 3, 46, 41, 140, 79, 7, 2309, 60, 245, 2, 13, 7, 11, 15, 1, 34, 12, 958, 14, 51, 6, 6, 1, 4, 19, 292, 3563, 8, 79, 1, 432, 1, 1, 2, 4, 2, 1, 10, 241, 5, 28, 51, 12, 134, 2, 173, 2, 62, 353, 1, 6, 6, 93, 2660, 255, 2, 2, 33, 9, 1, 2, 7, 8, 126, 45, 2, 5, 11, 1, 1, 458, 203, 36, 248, 2, 4, 1, 334, 393, 6, 20, 376, 7, 1659, 1, 27, 1589, 1, 2, 1, 983, 33, 17, 3, 826, 7, 636, 5, 15, 12, 243, 222, 457, 1, 250, 36, 3, 845, 72, 317, 55, 3, 100, 3, 2105, 82, 1332, 1, 1, 3, 1, 6, 18, 353, 37, 40, 6, 11, 78, 3, 1589, 4, 361, 784, 2, 174, 551, 1, 717, 10, 242, 998, 2, 3076, 9, 22, 2, 85, 6, 1, 1, 1, 34, 20, 7, 12, 595, 1, 653, 11, 480, 60, 4, 236, 41, 2, 28, 252, 40, 11, 207, 101, 2332, 1, 18, 2, 2366, 55, 6, 5, 65, 10, 32, 41, 4, 29, 29, 37, 98, 21, 344, 49, 52, 1, 94, 1, 1, 23, 338, 171, 5, 49, 118, 213, 2, 1, 7, 8, 899, 1, 18, 2, 2, 4, 630, 4, 7, 16, 792, 1, 36, 3, 218, 394, 1, 369, 16, 861, 8, 3224, 25, 3, 8, 11, 6, 28, 3, 2, 10, 907, 14, 13, 5, 295, 5, 6, 95, 187, 7, 44, 101, 220, 1, 50, 120, 1046, 73, 4, 3, 10, 805, 4, 18, 1, 50, 1, 799, 315, 12, 2, 1, 1, 3434, 679, 14, 348, 786, 68, 13, 1757, 11, 9, 1, 6, 25, 6, 8, 666, 2, 1, 1, 7, 1, 921, 4, 331, 5, 14, 16, 1, 9, 2, 53, 36, 4, 25, 135, 1, 2, 42, 109, 52, 12, 3, 167, 1, 918, 7, 2, 10, 2, 2, 176, 1, 187, 84, 2598, 425, 1, 44, 836, 11, 5, 359, 6, 2270, 7, 56, 0, 81, 1, 49, 1166, 2, 2, 626, 34, 314, 1, 10, 1037, 33, 55, 33, 37, 3, 12, 2, 1, 4, 121, 15, 89, 23, 9, 22, 44, 1834, 14, 12], \"Sub-Type 1\": [0, 1, 15, 4, 7, 15, 2, 2, 22, 5, 7, 55518, 1, 1, 6, 2, 17, 1, 0, 12, 1, 2, 10, 1, 1, 41, 2, 8, 92, 156, 3, 40, 251, 4, 11, 4, 2, 2, 4, 1, 3, 1, 1, 36, 386, 2, 6, 5, 18, 1, 2, 12, 2, 3, 104, 5, 113, 1, 1, 1, 82, 2, 14, 1, 3, 151, 1, 18, 84, 9, 2, 1, 1, 2, 2, 2, 5, 25, 1, 1, 2, 1, 6, 18, 1, 1, 5, 2, 16, 10, 18, 10, 1, 18, 15, 2, 1, 1, 1, 1, 38, 6, 8, 1, 54, 1, 1, 93, 27, 26, 2, 10, 2, 1, 1, 2, 4, 8, 38, 1, 63, 8, 19, 1, 11, 7, 169, 1, 2, 2, 1, 2, 45, 4, 3, 137, 10, 1, 6, 1, 1, 34, 1, 1, 3, 7, 278, 6, 482, 1, 1, 2, 1, 56, 1, 1, 135, 4, 398, 59, 1, 2, 1, 1, 1, 84, 11, 232, 7, 2, 1, 1, 1, 6, 4, 1, 1002, 3, 3, 4, 1, 1, 4, 5, 1, 1, 16, 3, 3, 6, 6, 9, 2, 6, 3, 1, 91, 6, 5, 7, 13, 2, 1, 7, 1, 5, 3, 1, 2, 1, 2, 2, 15, 4, 14, 1, 2, 59, 1505, 74, 28, 1, 1, 42, 1, 13, 12, 1, 1, 2, 3, 2, 2, 1, 4, 6, 3, 1, 2, 2, 1, 5, 127, 2, 25, 3, 16, 1, 187, 1, 81, 1, 1, 13, 2, 2, 5, 4, 1, 4, 34, 1, 1, 1, 2, 2, 1, 6, 1, 54, 9, 4, 1, 1, 2, 7, 2, 2, 17, 1538, 1, 1, 1, 10, 80, 1, 3, 2, 2, 87, 84, 1, 5, 2, 1, 2, 2, 22, 1, 1, 1, 358, 2, 6, 2, 1, 1, 1, 3, 3, 2, 1, 2, 1, 2, 8, 1, 1, 2, 3, 160, 2, 23, 1, 37, 2, 1, 1, 74, 1, 10, 2, 20, 29, 46, 6, 5, 2, 2, 3, 3, 2, 1, 1, 6, 6, 45, 9, 15, 1, 1, 39, 2, 24, 1, 1, 15, 24, 1, 3, 1, 3, 1, 3, 14, 1, 25, 2, 4, 1, 2, 44, 3, 1, 2, 1, 45, 2, 45, 6, 2, 1, 12, 1, 19, 4, 52, 185, 1, 6, 24, 1, 1, 1, 2, 12, 65, 6, 1, 4, 1, 1, 3, 3, 13, 1, 4, 80, 16, 5, 1, 77, 3, 6, 2, 1, 15, 1, 2, 9, 99, 5, 221, 29, 2, 2, 41, 12, 2, 1, 1, 181, 1, 1, 2, 6, 53, 1, 674, 4, 2, 1, 1, 1, 3, 1, 9, 5, 3, 1, 6, 9, 12, 4, 16, 4, 1, 1, 19, 14, 4, 29, 13, 1, 183, 582, 1, 2, 1, 13, 2, 21, 1, 5, 4, 3, 76, 62, 2, 2, 3, 1, 2, 4, 1, 9, 4, 1, 1, 2, 7, 2, 13, 1, 1, 8, 1, 2, 4, 6, 1, 6, 12, 2, 3, 2, 1, 2, 31, 1, 123, 1, 1, 1, 2, 4, 1, 65, 2, 1, 1, 2, 1, 13, 12, 5, 1, 2, 1, 16, 9, 24, 80, 1, 58, 1, 1, 4, 29, 2, 1, 14, 17, 2, 2, 1, 1, 2, 3, 5, 1, 3, 1, 1, 12, 2, 22, 4, 30, 1, 1, 1, 6, 1, 25, 1778, 11, 1, 2, 1, 2, 3, 1, 3, 2, 9, 1, 5, 3, 3, 213, 1, 1, 142, 3, 60, 4, 6, 20, 432, 1, 5, 3, 3, 17, 1, 5, 2, 1, 7, 2, 2, 1, 1, 1, 19, 24, 1, 4, 90, 19, 8, 1, 1481, 3, 2, 1, 8, 3, 1, 3, 2, 1, 5, 5, 2, 4, 1, 8, 3, 33, 1, 6, 2, 6, 4, 37, 2, 1, 2, 3, 3, 2, 1, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 13, 4, 3, 1, 1, 505, 2, 1, 6, 4, 3, 5, 1, 1, 4, 19, 1, 1, 1, 1, 2, 1, 1, 19, 2, 8, 1, 2, 7, 34, 94, 1, 1, 1, 4, 19, 1, 3, 87, 2, 470, 2, 3, 2, 11, 1, 2, 335, 2, 3, 4, 6, 22, 1, 3, 1, 1, 2, 1, 1, 3, 1, 15, 1, 2, 2, 1, 1, 1, 4, 2, 2, 1, 7, 4, 60, 1, 14, 9, 7, 1, 133, 1, 1, 1, 28, 4, 45, 7, 524, 10, 1, 1, 257, 1, 1, 1, 1, 1, 5, 2, 17, 1, 70, 101, 4, 12, 3, 24, 5, 1, 7, 3, 33, 1, 2, 1, 1, 18, 25, 4, 1, 1, 123, 8, 13, 19, 1, 37, 36, 24, 26, 4, 6, 28, 3, 6, 23, 1, 1, 1, 1, 3, 1, 1, 1, 2, 2, 4, 1, 1, 1, 19, 16, 32, 2, 150, 2, 1, 8, 1, 2, 5, 1, 3, 6, 11, 2, 209, 18, 1, 1, 12, 1, 2, 324, 49, 8, 1, 1, 1, 1, 1, 1, 10, 1, 1, 1, 15, 1, 44, 4, 8, 1, 3, 2, 84, 538, 16, 119, 1, 6, 37, 1, 1, 4, 59, 2, 470, 2, 1, 1, 2, 2, 14, 1, 41, 83, 3, 17, 2, 12, 2, 62, 1, 25, 17, 1, 31, 1, 170, 4, 3, 2, 1, 2, 4, 7, 1, 1, 1, 7, 1, 231, 8, 1, 1, 132, 5, 2, 1, 6, 1, 5, 55, 22, 4, 3, 21, 3, 2, 31, 9, 15, 7, 74, 2, 8, 8, 19, 1, 70, 1, 2, 3, 5, 2, 22, 2, 1, 1, 3, 18, 1, 23, 1, 2, 1, 14, 5, 5, 4, 1, 1, 262, 4, 8, 157, 1, 1, 4, 13, 1, 6, 3, 151, 5, 1, 4, 1, 1, 2, 8, 2, 36, 1, 16, 1, 184, 81, 87, 3, 27, 1, 15, 133, 1, 1, 18, 10, 2, 198, 1, 4, 31, 14, 62, 10, 1, 209, 24, 2, 1, 14, 1, 1, 3, 2, 1, 8, 2, 3, 2, 5, 1, 4, 3, 3, 8, 2, 24, 1, 5, 28, 24, 33, 7, 2, 2, 62, 6, 2, 3, 117, 3, 3, 1, 35, 168, 4, 5, 85, 8, 87, 16, 5, 1, 2, 123, 30, 2, 2, 1, 40, 13, 1, 187, 4, 1, 13, 25, 1, 3, 1, 8, 2, 13, 6, 5, 13, 3, 22, 1, 31, 1, 13, 24, 6, 276, 1, 1, 1, 7, 1, 1, 4, 6, 1, 116, 12, 3, 66, 9, 5, 1, 2, 7, 1, 2, 2, 40, 6, 1, 3, 15, 59, 61, 46, 40, 8, 1, 2, 135, 6, 3, 4, 6, 14, 125, 67, 1, 11, 3, 1, 5, 4, 13, 4, 7, 116, 3, 34, 10, 2, 9, 2, 1, 1, 7, 1, 15, 29, 2, 1, 1, 2, 43, 4, 1, 72, 47, 5, 2, 1, 1, 2, 7, 1, 3, 40, 19, 2, 4, 1, 6, 160, 6, 837, 1, 434, 1, 22, 8, 7, 45, 6, 31, 1, 2, 7, 234, 5, 192, 2, 25, 5, 1, 1, 4, 4, 1, 13, 12, 1, 4, 2, 36, 2, 60, 1, 5, 1, 1, 4, 1, 14, 25, 54, 60, 8, 2, 11, 89, 1, 2, 8, 41, 2, 4, 3, 2, 18, 112, 50, 1, 1, 5, 6, 7, 1, 2, 271, 1, 14, 1, 3, 2, 4, 10, 4, 1, 11, 9, 223, 2, 2, 1, 6, 3, 1, 44, 366, 2, 2, 10, 185, 1, 15, 2, 6, 438, 3, 18, 1, 1, 4, 1, 10, 5, 2, 1, 3, 6, 11, 3, 253, 1, 10, 33, 26, 2, 9, 113, 103, 1, 1, 1, 2, 1, 1, 1, 3, 2, 2, 15, 40, 4, 2, 67, 2, 12, 3, 85, 124, 20, 2, 11, 32, 559, 4, 10, 1, 238, 424, 1, 2, 5, 672, 27, 7, 1, 204, 1, 50, 345, 9, 38, 19, 2, 1, 2, 369, 2, 9, 3, 2, 1, 2, 1, 4, 2, 108, 41, 19, 10, 18, 20, 11, 1, 2, 2, 2, 16, 20, 55, 9, 2, 1, 8, 19, 1, 2, 2, 2, 13, 198, 1, 2, 2, 4, 3, 2, 1, 2, 354, 2, 7, 9, 1, 1, 42, 1, 8, 136, 8, 6, 1, 2, 43, 21, 16, 33, 82, 1, 2, 3, 60, 89, 2, 13, 3, 2, 5, 97, 2, 1, 5, 1, 1, 29, 70, 2, 40, 1, 1, 1, 10, 1, 1, 107, 1, 1, 1, 3, 4, 6, 5, 3, 1, 1, 1, 1, 3, 107, 73, 1, 1, 2, 4, 1, 13, 2, 1, 1, 1, 1, 1, 35, 495, 2, 1, 2, 1, 4, 25, 3, 2, 147, 1, 4, 2, 382, 1, 4, 5, 1, 9, 1, 204, 2, 1, 3, 1, 2, 3, 281, 1, 2, 3, 6, 21, 2, 85, 36, 18, 1, 4, 2, 1, 2, 1, 1, 23, 1, 1, 2, 13, 3, 1, 11, 1, 2, 3, 1, 1, 1, 4, 4, 1, 2, 75, 10, 17, 2, 6, 27, 614, 1, 8, 1, 3, 1, 1, 8, 9, 410, 6, 3, 2, 5, 72, 3, 10, 2, 3, 5, 15, 4, 1, 76, 2, 1, 14, 366, 8, 1, 22, 7, 2, 5, 1, 1, 3, 12, 2, 1, 80, 2, 1, 1, 1, 1, 3, 16, 2, 4, 1, 1, 3, 28, 39, 15, 1, 1, 11, 67, 13, 548, 4, 4, 1, 20, 215, 2, 1, 5, 1, 3, 1, 1, 1, 1, 17, 1, 6, 22, 25, 2, 13, 8, 10, 1, 1, 7, 1, 1, 2, 10, 2, 33, 1, 1, 4, 32, 3, 1, 1, 3, 18, 16, 2, 4, 8, 1, 5, 154, 336, 12, 1, 1, 2, 2, 2, 1, 1, 2, 2, 1, 6, 2, 8, 1, 2, 136, 57, 5, 4, 3, 1, 2, 1, 2, 1, 1, 2, 1, 1, 193, 2, 2, 29, 2, 10, 1, 8, 1, 2, 3, 2, 2, 6, 249, 2, 28, 169, 7, 2, 3, 4, 40, 5, 1, 22, 6, 10, 5, 24, 8, 1, 6, 2, 3, 10, 21, 9, 1, 1, 1, 1, 7, 3, 5, 16, 1, 98, 2, 3, 5, 15, 5, 1, 35, 1, 1, 7, 1, 1, 1, 2, 18, 2, 2, 1, 1, 1, 21, 80, 8, 1, 65, 1, 1, 1, 5, 2, 16, 4, 1, 2, 1, 1, 3, 122, 2, 7, 1, 1, 2, 38, 1, 5, 6, 3, 14, 4, 7, 4, 2, 213, 66, 16, 13, 1, 1, 1, 1, 49, 1, 17, 310, 1, 4, 1, 19, 2, 1, 6, 2, 3, 3, 743, 6, 1, 61, 3, 1, 2, 7, 1, 55, 2, 219, 5, 3, 4, 1, 6, 2, 1, 1, 4, 65, 1, 6, 1, 1, 54, 1, 2, 24, 1, 1, 1, 2, 1, 2, 3, 5, 3, 21, 1, 18, 34, 30, 1, 1, 6, 17, 135, 5, 1, 12, 8, 2, 16, 2, 10, 113, 121, 20, 1, 1, 7, 3, 4, 5, 2, 1, 112, 7, 8, 1, 1, 2, 1, 6, 1, 86, 1, 17, 699, 1, 5, 1, 2, 15, 3, 226, 3, 1, 88, 2, 2, 1, 8, 1, 8, 8, 34, 1, 2, 647, 2, 1, 30, 19, 67, 2, 1, 68, 1, 4, 173, 8, 23, 3, 4, 1, 67, 2, 2, 2, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 33, 34, 4, 1, 2, 1, 1, 58, 2, 7, 1, 1, 1, 78, 1, 12, 1, 1, 66, 96, 1, 2, 2, 3, 169, 13, 7, 175, 4, 1, 3, 34, 2, 1, 2, 1, 2, 7, 1, 17, 187, 9, 6, 8, 1, 256, 1, 7, 1, 2, 3, 1, 4, 4, 1, 6, 15, 1, 1, 1, 15, 5, 3, 5, 6, 1, 11, 7, 3, 2, 1, 8, 2, 4, 9, 264, 65, 3, 2, 5, 1, 3, 2, 3, 2, 2, 24, 82, 1, 1, 1, 1, 4, 1, 9, 2, 2, 1, 2, 113, 11, 1, 8, 76, 1, 1, 3, 1, 279, 1, 1, 7, 2, 26, 2, 376, 1, 2, 6, 484, 6, 2, 1, 1, 2, 5, 133, 3, 4, 9, 20, 1, 11, 45, 49, 1, 1, 91, 1, 34, 4, 71, 1, 1, 2, 3, 10, 1, 2, 2, 142, 158, 4, 21, 2, 3, 35, 1, 2, 38, 3, 41, 33, 65, 1, 4, 4, 2, 66, 1, 2, 4, 1, 679, 2, 3, 105, 10, 12, 9, 13, 1, 1, 44, 0, 1, 3, 23, 62, 110, 2, 6, 182, 1, 33, 1, 4, 4, 10, 27, 273, 20, 22, 95, 2, 600, 15, 7, 1, 2, 8, 30, 1, 17, 10, 1, 10, 1, 151, 1, 5, 2, 7, 4, 2, 34, 37, 5, 243, 2, 4, 4, 43, 2, 0, 193, 277, 4, 1, 2, 22, 4, 1, 72, 1, 42, 2, 1, 1, 4, 5, 4, 2, 2, 1, 2, 2, 6, 10, 1, 3, 20, 1, 5, 81, 8, 1, 305, 1, 2, 1, 2, 2, 5, 28, 1, 3, 55, 1, 16, 1, 11, 3, 2, 3, 31, 1005, 4, 1, 52, 2, 2, 2, 2, 4, 1, 323, 4, 1, 1, 4, 24, 1, 106, 5, 134, 61, 1, 555, 2, 33, 39, 1, 1, 1, 2, 29, 13, 2, 90, 3, 1, 1, 1, 6, 3, 3, 4, 3, 1, 2, 1, 34, 1, 1, 1, 1, 3, 1, 1, 3, 18, 70, 16, 25, 4, 3, 74, 2, 25, 8, 10, 2, 2, 1, 2, 132, 1, 3, 1, 10, 96, 9, 547, 2, 2, 6, 1, 3, 1, 59, 1, 1, 1, 2, 1, 2, 6, 2, 2, 8, 21, 1, 21, 1, 4, 8, 1, 6, 4, 3, 10, 3, 1, 10, 14, 2, 343, 1, 2, 1, 79, 8, 2, 1, 2, 26, 12, 1, 1, 3, 2, 2, 81, 1, 1, 6, 1, 8, 2, 137, 1, 177, 124, 2, 9, 61, 3, 229, 16, 28, 2, 9, 11, 1, 165, 43, 5, 1, 11, 4, 123, 3, 1, 16, 11, 1, 1, 5, 2, 5, 3, 1, 2, 1, 1, 79, 2, 35, 2, 191, 805, 2, 3, 2, 2, 14, 44, 3, 6, 2, 1, 1, 175, 2, 1, 5, 1, 5, 2, 2, 2, 8, 1, 129, 47, 3, 17, 92, 1, 36, 41, 188, 1, 2, 48, 37, 4, 15, 1, 13, 2, 3, 160, 4, 2, 475, 8, 2, 5, 3, 0, 1, 12, 1, 1, 52, 1179, 1, 1, 2, 5, 1, 1, 3, 3, 4, 15, 2, 1, 1, 2, 2, 88, 2, 8, 6, 8, 7, 26, 1, 7, 1, 22, 1, 1, 9, 4, 7, 3, 15, 4, 21, 506, 1, 1, 1, 1, 12, 49, 221, 2, 1, 17, 1, 7, 4, 4, 2, 2, 4, 3, 2, 4, 43, 2, 39, 1, 18, 3, 14, 22, 15, 2, 1, 87, 10, 69, 11, 13, 9, 1, 8, 1, 2, 1, 6, 2, 1, 93, 4, 4, 1, 1, 3, 13, 34, 1, 82, 1, 4, 17, 5, 24, 15, 1, 3, 28, 3, 3, 19, 24, 10, 8, 2, 1, 8, 30, 1, 1, 2, 2, 6, 1, 1, 7, 12, 40, 1, 64, 4, 81, 3, 5, 2, 13, 7, 6, 1, 6, 4, 2, 2, 2, 1, 49, 2, 1, 3, 1, 2, 5, 1, 6, 2, 5, 1, 3, 67, 1, 1, 1, 2, 559, 4, 2, 3, 2, 3, 81, 8, 14, 5, 14, 131, 1, 3, 1, 24, 2, 550, 21, 6, 17, 8, 37, 2, 3, 1, 2, 1, 1, 2, 2, 1, 1, 3, 1, 55, 2, 3, 11, 3, 3, 13, 1, 1, 5, 33, 4, 1, 1, 1, 75, 7, 156, 3, 43, 3, 37, 1, 1, 8, 1, 32, 2, 3, 3, 3, 2, 8, 9, 3, 11, 1, 56, 5, 183, 1, 14, 1, 4, 3, 6, 3, 212, 2, 209, 2, 1, 1, 4, 1, 2, 2, 3, 46, 2, 16, 4, 1, 2, 17, 11, 4, 6, 1, 15, 2, 12, 3, 1, 2, 1, 16, 14, 4, 3, 102, 2, 1, 1, 20, 1, 3, 69, 118, 12, 247, 1, 7, 2, 2, 4, 6, 1, 154, 1, 3, 1, 2, 19, 2, 13, 2, 44, 179, 6, 4, 13, 166, 7, 76, 1, 1, 9, 4, 1, 9, 1, 3, 421, 12, 2, 3, 104, 3, 26, 1, 1, 3, 2, 1, 209, 2, 11, 2, 2, 1, 2, 2, 1, 1, 211, 1, 520, 6, 2, 2, 3, 2, 192, 1, 1, 1, 25, 3, 1, 8, 47, 3, 1, 47, 6, 1, 4, 1, 1, 124, 2, 1, 2, 1, 79, 29, 4, 153, 2, 5, 79, 1, 3, 2, 7, 20, 1, 1, 184, 2, 4, 5, 184, 1, 1, 3, 1, 1, 56, 2, 8, 1, 3, 2, 2, 11, 103, 13, 2, 125, 30, 5, 2, 257, 35, 14, 4, 13, 14, 1, 9, 5, 1, 2, 3, 20, 3, 4, 11, 1, 3, 1, 13, 1, 7, 482, 20, 7, 5, 6, 1, 2, 32, 6, 11, 1, 2, 6, 1, 27, 10, 2, 93, 5, 1, 2, 1, 1, 54, 2, 28, 3, 1, 18, 2, 210, 1, 9, 14, 9, 2, 1, 1, 4, 1, 3, 12, 5, 1, 33, 19, 1, 10, 2, 2, 6, 2, 11, 2, 1, 5, 3, 16, 3, 2, 2, 53, 1, 19, 1, 23, 308, 2, 4, 6, 8, 6, 4, 5, 1, 2, 1, 1, 28, 2, 1, 1, 25, 56, 5, 5, 3, 76, 1, 8, 1, 2, 27, 43, 12, 1, 8, 1, 4, 27, 1, 2, 2, 1, 4, 2, 113, 1, 2, 200, 2, 18, 3, 1, 2, 2, 3, 7, 1, 1, 1, 1, 2, 2, 5, 801, 4, 3, 1, 789, 1, 1, 3, 8, 1, 8, 2, 8, 7, 5, 2, 2, 4, 19, 1, 3, 3, 2, 2, 2, 37, 2, 1, 2, 2, 5, 1, 15, 13, 1, 35, 15, 1, 6, 2, 52, 2, 1, 18, 5, 3, 4, 598, 1, 1, 2, 2, 1, 1, 2, 3, 1, 14, 10, 53, 6, 1, 1, 1, 5, 4, 3, 1, 2, 8, 124, 1, 5, 73, 3, 10, 2, 1, 1, 2, 1, 1, 3, 1, 1, 5, 1, 44, 2, 34, 21, 169, 1, 7, 7, 304, 2, 2, 1, 7, 1, 1, 29, 16, 1, 2, 7, 1, 1, 1, 1, 1, 2, 4, 10, 18, 2, 95, 1, 3, 1, 24, 1, 29, 145, 1, 6, 0, 1, 11, 1, 1, 8, 4, 21, 5, 14, 1, 7, 169, 27, 2, 2, 2, 1, 1, 793, 5, 6, 7], \"Sub-Type 2\": [73, 2, 1, 3, 8, 5, 3, 130734, 3, 2, 0, 43, 7, 1, 2, 1, 1, 2, 26, 2, 7, 1, 5, 19, 1, 2, 1, 18, 1, 1, 47, 1, 2, 2, 24, 19, 2, 2, 1, 3, 1, 1, 1, 5, 5, 7, 1, 2, 1, 1, 7, 1, 28, 34, 2, 2, 1, 6, 2, 2, 3, 18, 11, 3, 2, 14, 15, 31, 39, 2, 3, 11, 7, 1, 4, 10, 30, 2, 3, 3, 3, 107, 2, 107, 1, 4, 10, 1, 5, 2, 14, 1, 1, 12, 1, 1, 3, 2, 2, 1, 2, 8, 4, 1, 1, 1, 20, 10, 28, 1, 1, 2, 30, 1, 51, 72, 4, 3, 1, 7, 7, 1, 86, 1, 2, 1, 1, 2, 1, 3, 2, 4, 5, 2, 3, 15, 12, 1, 11, 1, 1, 1, 12, 1, 10, 3, 4, 2, 2, 8, 1, 2, 3, 4, 20, 6, 3, 3, 1, 1, 10, 1, 8, 3, 20, 1, 5, 16, 1, 1, 6, 3, 23, 8, 7, 6, 2, 1, 1, 11, 2, 6, 1, 1, 10, 5, 2, 5, 2, 37, 1, 2, 22, 5, 1, 12, 9, 22, 37, 2, 26, 8, 1, 8, 14, 2, 10, 8, 1, 2, 1, 4, 1, 3, 9, 3, 1, 2, 3, 1, 83, 1, 2, 6, 1, 2, 1, 2, 2, 53, 1, 13, 6, 10, 1, 1, 11, 2, 6, 2, 1, 2, 1, 5, 922, 6, 2, 1, 2, 1, 4, 60, 1, 1, 4, 1, 1, 2, 2, 2, 3, 193, 1, 4, 2, 4, 1, 65, 11, 4, 9, 1, 1, 10, 29, 1, 1, 12, 59, 4, 4, 2, 3, 5, 9, 1, 2, 279, 1, 1, 4, 2, 4, 1, 3, 2, 3, 19, 2, 1, 46, 32, 1, 4, 1, 3, 2, 1, 2, 8, 1, 2, 5, 2, 8, 3, 2, 1, 39, 1, 1, 1, 4, 3, 2, 37, 4, 2, 2, 2, 9, 4, 2, 2, 6, 1, 7, 3, 1, 20, 1, 15, 1, 13, 1, 1, 1, 5, 1, 2, 1, 3, 1, 30, 2, 2, 1, 21, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 4, 2, 1, 1, 17, 11, 40, 1, 7, 1, 1, 27, 1, 5, 1, 2, 3, 4, 26, 1, 22, 89, 39, 3, 3, 5, 6, 2, 1, 59, 49, 3, 2, 4, 5, 2, 4, 16, 6, 2, 1, 18, 27, 3, 17, 2, 1, 3, 2, 2, 8, 2, 3, 4, 1, 7, 54, 1, 46, 2, 2, 2, 1, 1, 44, 5, 1, 6, 9, 40, 6, 15, 133, 1, 1, 3, 68, 26, 1, 1, 1, 2, 3, 7, 2, 5, 1, 1, 9, 2, 2, 22, 2, 3, 6, 3, 2, 90, 127, 32, 3, 6, 4, 1, 1, 7, 1, 2, 2, 108, 2, 5, 2, 17, 1, 3, 1, 4, 13, 2, 3, 2, 6, 1, 1, 133, 4, 1, 1, 3, 4, 8, 8, 1, 44, 1, 4, 2, 7, 4, 1, 1, 2, 1, 1, 23, 2, 1, 2, 1, 1, 2, 38, 2, 4, 1, 2, 2, 2, 4, 1, 45, 4, 3, 11, 1, 1, 1, 11, 4, 8, 1, 9, 1, 12, 2, 9, 1, 41, 1, 4, 7, 1, 50, 1, 1, 27, 2, 1, 1, 25, 2, 2, 1, 4, 44, 38, 1, 4, 2, 3, 5, 12, 1, 5, 42, 3, 11, 1, 1, 1, 2, 4, 2, 2, 3, 2, 1, 14, 4, 3, 4, 2, 4, 2, 3, 5, 1, 5, 8, 3, 2, 1, 1, 233, 1, 42, 39, 6, 1, 16, 22, 1, 3, 2, 3, 4, 11, 2, 3, 2, 9, 2, 1, 19, 9, 1, 1, 1, 2, 8, 18, 2, 8, 1, 2, 49, 1, 2, 13, 1, 2, 1, 12, 70, 4, 1, 19, 1, 5, 19, 7, 2, 251, 3, 2, 4, 4, 1, 1, 1, 11, 1, 1, 10, 10, 2, 43, 4, 2, 1, 1, 29, 1, 1, 1, 8, 3, 1, 1, 1, 134, 2, 1, 6, 1, 24, 2, 1, 14, 8, 11, 7, 1, 5, 5, 1, 22, 2, 185, 2, 4, 1, 1, 82, 7, 4, 1, 2, 2, 2, 73, 1, 10, 10, 119, 1, 1, 1, 1, 2, 4, 1, 12, 1, 3, 2, 5, 2, 20, 1, 1, 11, 1, 9, 1, 2, 18, 2, 1, 6, 7, 3, 2, 12, 1, 3, 3, 17, 2, 1, 4, 2, 6, 3, 12, 2, 1, 4, 13, 2, 46, 1, 4, 21, 2, 3, 1, 20, 1, 1, 2, 21, 2, 34, 17, 2, 1, 2, 1, 2, 3, 1, 192, 1, 4, 10, 9, 18, 5, 6, 2, 1, 4, 2, 1, 2, 1, 2, 2, 4, 37, 1, 4, 1, 1, 1, 1, 1, 21, 1, 3, 1, 1, 4, 1, 1, 1, 2, 1, 2, 3, 3, 36, 11, 7, 4, 25, 9, 1, 5, 1, 1, 2, 2, 14, 2, 2, 2, 6, 26, 1, 1, 1, 7, 7, 9, 2, 1, 1, 10, 3, 1, 8, 1, 1, 3, 7, 2, 2, 20, 5, 5, 2, 1, 2, 3, 1, 1, 1, 10, 3, 1, 1, 6, 27, 6, 18, 3, 26, 18, 2, 1, 2, 36, 6, 1, 2, 1, 1, 2, 6, 2, 1, 6, 2, 33, 16, 15, 2, 8, 1, 1, 5, 68, 6, 2, 48, 1, 103, 2, 10, 2, 27, 3, 1, 18, 4, 3, 4, 1, 74, 58, 5, 1, 6, 1, 6, 4, 29, 1, 2, 3, 2, 1, 1, 4, 2, 1, 2, 1, 8, 3, 55, 31, 3, 3, 1, 1, 83, 1, 1, 9, 2, 2, 1, 4, 5, 4, 3, 3, 1, 1, 3, 1, 15, 91, 6, 2, 50, 4, 3, 15, 1, 2, 2, 18, 4, 2, 165, 4, 1, 1, 9, 4, 1, 2, 2, 1, 1, 7, 2, 5, 7, 27, 3, 3, 130, 2, 1, 13, 5, 1, 1, 4, 5, 1, 1, 1, 8, 1, 3, 9, 3, 3, 1, 23, 7, 1, 10, 3, 2, 13, 1, 5, 1, 2, 3, 1, 2, 3, 1, 1, 2, 6, 5, 6, 4, 1, 2, 1, 2, 3, 1, 2, 4, 16, 1, 1, 1, 17, 1, 2, 8, 43, 2, 2, 54, 2, 3, 1, 4, 43, 1, 2, 7, 1, 2, 1, 1, 10, 35, 2, 1, 65, 1, 2, 5, 1, 1, 9, 17, 1, 28, 1, 33, 11, 36, 29, 7, 1, 53, 14, 4, 2, 2, 3, 9, 1, 1, 3, 8, 9, 1, 12, 5, 2, 3, 40, 1, 5, 1, 6, 6, 13, 6, 2, 4, 1, 1, 136, 2, 2, 6, 7, 2, 21, 1, 6, 1, 1, 16, 1, 4, 2, 14, 26, 2, 15, 1, 1, 3, 1, 6, 6, 1, 2, 3, 2, 20, 2, 1, 6, 2, 36, 1, 3, 8, 4, 6, 3, 3, 3, 11, 5, 46, 9, 1, 1, 2, 1, 1, 2, 1, 3, 37, 87, 4, 1, 1, 1, 2, 3, 1, 5, 6, 16, 431, 10, 7, 5, 5, 12, 1, 2, 3, 1, 2, 3, 26, 2, 1, 7, 1, 1, 1, 4, 6, 3, 1, 3, 7, 25, 6, 4, 2, 2, 4, 1, 3, 5, 3, 2, 2, 54, 1, 4, 19, 7, 1, 1, 3, 2, 8, 3, 1, 4, 1, 4, 3, 1, 1, 1, 2, 98, 1, 1, 3, 5, 2, 5, 2, 1, 5, 3, 2, 34, 3, 3, 18, 5, 5, 1, 1, 2, 2, 49, 2, 2, 3, 1, 1, 3, 20, 88, 5, 1, 7, 46, 1, 1, 2, 1, 1, 4, 3, 7, 108, 1, 26, 1, 1, 115, 2, 1, 15, 2, 4, 1, 1, 2, 1, 7, 11, 3, 2, 2, 1, 6, 2, 22, 8, 15, 1, 26, 1, 1, 5, 1, 5, 2, 27, 56, 1, 1, 2, 14, 1, 11, 2, 3, 4, 2, 1, 2, 1, 4, 2, 29, 4, 1, 3, 3, 4, 1, 2, 1, 38, 2, 4, 3, 2, 1, 2, 2, 14, 2, 17, 1, 1, 2, 3, 1, 7, 2, 1, 6, 61, 2, 1, 2, 1, 4, 11, 2, 3, 40, 1, 1, 1, 1, 3, 2, 2, 1, 1, 1, 3, 6, 7, 12, 2, 1, 6, 8, 3, 1, 45, 9, 31, 7, 14, 4, 2, 5, 1, 8, 2, 1, 1, 3, 1, 1, 21, 3, 1, 2, 4, 8, 3, 10, 112, 4, 9, 1, 1, 2, 26, 11, 2, 17, 2, 2, 2, 1, 1, 4, 2, 2, 1, 4, 2, 4, 1, 2, 9, 6, 18, 2, 1, 3, 1, 1, 4, 2, 8, 3, 2, 12, 2, 8, 1, 173, 3, 2, 164, 2, 2, 1, 19, 1, 1, 1, 5, 22, 18, 7, 1, 4, 1, 1, 13, 7, 2, 4, 5, 4, 11, 4, 23, 3, 1, 4, 1, 3, 1, 36, 20, 11, 3, 17, 28, 7, 6, 2, 37, 2, 6, 2, 2, 1, 1, 1, 1, 3, 2, 3, 6, 1, 6, 9, 11, 2, 1, 2, 4], \"Flavor/Cut\": [135791, 0, 1946, 143, 147, 0, 6755, 535, 240, 162, 29, 62, 28, 255, 285, 0, 333], \"Shape\": [121644, 1, 531, 6, 976, 211, 17991, 0, 1873, 0, 377, 130, 400, 0, 158, 1679, 148, 0, 209, 0, 0, 0, 0, 377], \"Skin\": [146309, 4, 343, 55], \"Seed/Bone\": [146430, 133, 148], \"Processing\": [139889, 280, 1696, 92, 224, 1037, 57, 200, 898, 60, 342, 754, 454, 539, 189], \"Cooked/Cleaned\": [140335, 5858, 0, 518], \"WG/WGR\": [139766, 6945], \"Dietary Concern\": [414, 290, 140902, 17, 272, 316, 103, 563, 983, 22, 1124, 25, 403, 239, 72, 392, 278, 296], \"Additives\": [144677, 89, 740, 0, 359, 0, 846], \"Dietary Accommodation\": [144795, 898, 44, 355, 114, 1, 233, 271], \"Frozen\": [138223, 8188, 300], \"Packaging\": [124322, 3133, 28, 44, 19184], \"Commodity\": [145523, 1188]}",
"decoders": [
[
"Food Product Group",
{
"0": "Beverages",
"1": "Bread, Grains & Legumes",
"2": "Condiments & Snacks",
"3": "Meals",
"4": "Meat",
"5": "Milk & Dairy",
"6": "Produce",
"7": "Seafood"
}
],
[
"Food Product Category",
{
"0": "Beef",
"1": "Beverages",
"10": "Grain Products",
"11": "Legumes",
"12": "Meals",
"13": "Meat",
"14": "Milk",
"15": "Milk & Dairy",
"16": "Pork",
"17": "Produce",
"18": "Rice",
"19": "Roots & Tubers",
"2": "Butter",
"20": "Seafood",
"21": "Tree Nuts & Seeds",
"22": "Turkey, Other Poultry",
"23": "Vegetables",
"24": "Yogurt",
"3": "Cheese",
"4": "Chicken",
"5": "Condiments & Snacks",
"6": "Eggs",
"7": "Fish (Farm-Raised)",
"8": "Fish (Wild)",
"9": "Fruit"
}
],
[
"Primary Food Product Category",
{
"0": "Beef",
"1": "Beverages",
"10": "Grain Products",
"11": "Legumes",
"12": "Meals",
"13": "Meat",
"14": "Milk",
"15": "Milk & Dairy",
"16": "Pork",
"17": "Produce",
"18": "Rice",
"19": "Roots & Tubers",
"2": "Butter",
"20": "Seafood",
"21": "Tree Nuts & Seeds",
"22": "Turkey, Other Poultry",
"23": "Vegetables",
"24": "Yogurt",
"3": "Cheese",
"4": "Chicken",
"5": "Condiments & Snacks",
"6": "Eggs",
"7": "Fish (Farm-Raised)",
"8": "Fish (Wild)",
"9": "Fruit"
}
],
[
"Basic Type",
{
"0": "acai",
"1": "additives",
"10": "apricot",
"100": "cheese puff",
"101": "cheese substitute",
"102": "cherry",
"103": "chicken",
"104": "chicken hot dog",
"105": "chicken salad",
"106": "chicory",
"107": "chile relleno",
"108": "chili",
"109": "chili relleno",
"11": "artichoke",
"110": "chimichanga",
"111": "chip",
"112": "chipotle",
"113": "chow mein",
"114": "choy sum",
"115": "cider",
"116": "cilantro",
"117": "cinnamon roll",
"118": "clam",
"119": "clementine",
"12": "arugula",
"120": "cocoa butter",
"121": "cocoa powder",
"122": "coconut",
"123": "coconut milk",
"124": "coconut water",
"125": "cod",
"126": "coffee",
"127": "collard greens",
"128": "conch",
"129": "condiment",
"13": "asparagus",
"130": "cone",
"131": "cookie",
"132": "corn",
"133": "corn dog",
"134": "corn husk",
"135": "corn starch",
"136": "cornbread",
"137": "cornmeal",
"138": "cornstarch",
"139": "couscous",
"14": "avocado",
"140": "crab",
"141": "crab cake",
"142": "crabmeat",
"143": "cracker",
"144": "cranberry",
"145": "crawfish",
"146": "cream",
"147": "cream cheese",
"148": "creamer",
"149": "crepe",
"15": "baby food",
"150": "croissant",
"151": "crouton",
"152": "crust",
"153": "cucumber",
"154": "currant",
"155": "daikon",
"156": "dairy",
"157": "date",
"158": "dessert",
"159": "dim sum",
"16": "bacon",
"160": "dip",
"161": "dolma",
"162": "dough",
"163": "doughnut",
"164": "dragon fruit",
"165": "dressing",
"166": "drink",
"167": "duck",
"168": "duck fat",
"169": "dug",
"17": "bagel",
"170": "dumpling",
"171": "edamame",
"172": "egg",
"173": "egg alternative",
"174": "egg barley",
"175": "egg cup",
"176": "egg roll",
"177": "egg salad",
"178": "egg substitute",
"179": "eggplant",
"18": "baked bean",
"180": "eggroll",
"181": "eggs",
"182": "elk",
"183": "elote",
"184": "empanada",
"185": "emulsifier",
"186": "enchilada",
"187": "endive",
"188": "energy drink",
"189": "english muffin",
"19": "baked potato",
"190": "entree",
"191": "entr\u00e9e",
"192": "extract",
"193": "falafel",
"194": "farro",
"195": "fennel",
"196": "fern shoot",
"197": "fig",
"198": "filling",
"199": "fish",
"2": "almond butter",
"20": "bakery",
"200": "flatbread",
"201": "flauta",
"202": "flavor",
"203": "flavor concentrate",
"204": "flavoring",
"205": "flax seed",
"206": "flounder",
"207": "flour",
"208": "flower",
"209": "fondant",
"21": "baking powder",
"210": "food coloring",
"211": "frank in blanket",
"212": "freekeh",
"213": "french fry",
"214": "french toast",
"215": "fried rice",
"216": "frittata",
"217": "fritter",
"218": "frosting",
"219": "frozen yogurt",
"22": "baking soda",
"220": "fruit",
"221": "fruit cocktail",
"222": "fruit cup",
"223": "fruit ice",
"224": "fruit mix",
"225": "fruit salad",
"226": "fruit snack",
"227": "garlic",
"228": "gelatin",
"229": "gelato",
"23": "ball",
"230": "ginger",
"231": "glaze",
"232": "gnocchi",
"233": "goose",
"234": "gooseberry",
"235": "gourd",
"236": "grain blend",
"237": "granola",
"238": "grape",
"239": "grape leaf",
"24": "bamboo",
"240": "grapefruit",
"241": "grapefuit",
"242": "grapes",
"243": "gravy",
"244": "grean bean",
"245": "green bean",
"246": "green brean",
"247": "green onion",
"248": "green pea",
"249": "grenadier",
"25": "bamboo shoot",
"250": "grits",
"251": "guacamole",
"252": "guava",
"253": "gumbo",
"254": "gyro",
"255": "haddock",
"256": "halibut",
"257": "ham",
"258": "hash",
"259": "hash brown",
"26": "banana",
"260": "hashbrown",
"261": "hearts of palm",
"262": "herb",
"263": "hominy",
"264": "honey",
"265": "honeycomb",
"266": "horseradish",
"267": "hot chocolate",
"268": "hot dog",
"269": "hot pocket",
"27": "banana leaf",
"270": "huckleberry",
"271": "hummus",
"272": "hush puppy",
"273": "ice cream",
"274": "icing",
"275": "italian ice",
"276": "jackfruit",
"277": "jalapeno",
"278": "jalapeno popper",
"279": "jam",
"28": "bao",
"280": "jelly",
"281": "jicama",
"282": "juice",
"283": "juice bar",
"284": "juice cup",
"285": "kala chana",
"286": "kale",
"287": "kalette",
"288": "kamut",
"289": "kasha",
"29": "bar",
"290": "kefir",
"291": "kelp",
"292": "key lime",
"293": "kimchi",
"294": "kiwi",
"295": "knish",
"296": "kohlrabi",
"297": "kombucha",
"298": "kumquat",
"299": "lamb",
"3": "amaranth",
"30": "barley",
"300": "lard",
"301": "lasagna",
"302": "laulau",
"303": "leek",
"304": "lemon",
"305": "lemon zest",
"306": "lemonade",
"307": "lemongrass",
"308": "lentil",
"309": "lettuce",
"31": "barramundi",
"310": "lime",
"311": "lime leaf",
"312": "limequat",
"313": "loaf",
"314": "lobster",
"315": "long been",
"316": "lotus root",
"317": "luau leaf",
"318": "lychee",
"319": "macaroni",
"32": "base",
"320": "macaroni and cheese",
"321": "macaroni salad",
"322": "mackerel",
"323": "mahi mahi",
"324": "malt",
"325": "manapua",
"326": "mandarin",
"327": "mango",
"328": "manicotti",
"329": "margarine",
"33": "bass",
"330": "masa",
"331": "mashed potato",
"332": "matzo",
"333": "meal",
"334": "meal kit",
"335": "meat",
"336": "meatball",
"337": "meatless",
"338": "meatloaf",
"339": "melon",
"34": "batter",
"340": "menudo",
"341": "microgreen",
"342": "milk",
"343": "milkshake",
"344": "millet",
"345": "minneola",
"346": "mix",
"347": "molasses",
"348": "mozzarella stick",
"349": "muesli",
"35": "bean",
"350": "muffin",
"351": "muffin top",
"352": "mushroom",
"353": "mussel",
"354": "mustard green",
"355": "mustard greens",
"356": "nectarine",
"357": "noodle",
"358": "nut",
"359": "nutritional yeast",
"36": "bean salad",
"360": "oat",
"361": "oatmeal",
"362": "octopus",
"363": "oil",
"364": "okra",
"365": "olive",
"366": "omelet",
"367": "omelete",
"368": "omelette",
"369": "omlete",
"37": "bean sprout",
"370": "onion",
"371": "onion ring",
"372": "orange",
"373": "orange zest",
"374": "oyster",
"375": "pad thai",
"376": "palm leaf",
"377": "pan dulce",
"378": "pan spray",
"379": "pancake",
"38": "beef",
"380": "pangasius",
"381": "papaya",
"382": "parfait",
"383": "parsley",
"384": "parsnip",
"385": "passion fruit",
"386": "pasta",
"387": "pasta salad",
"388": "paste",
"389": "pastry",
"39": "beef burger",
"390": "pate",
"391": "patty",
"392": "pea",
"393": "pea shoot",
"394": "peach",
"395": "peanut",
"396": "peanut butter",
"397": "pear",
"398": "penne",
"399": "pepper",
"4": "anchovy",
"40": "beef corn dog",
"400": "pepperoncini",
"401": "pepperoni",
"402": "perch",
"403": "persimmon",
"404": "petit four",
"405": "phyllo",
"406": "phyllo star",
"407": "piadina",
"408": "pickle",
"409": "pie",
"41": "beet",
"410": "pierogi",
"411": "pimento",
"412": "pineapple",
"413": "pinwheel",
"414": "pizza",
"415": "plaintain",
"416": "plant milk",
"417": "plantain",
"418": "plate",
"419": "plum",
"42": "berry",
"420": "pluot",
"421": "poi",
"422": "polenta",
"423": "pollock",
"424": "pomegranate",
"425": "pomelo",
"426": "popcorn",
"427": "popsicle",
"428": "pork",
"429": "posole",
"43": "biscuit",
"430": "pot pie",
"431": "pot roast",
"432": "potato",
"433": "potato salad",
"434": "potato skin",
"435": "potato starch",
"436": "potsticker",
"437": "powder",
"438": "preserve",
"439": "pretzel",
"44": "bison",
"440": "pretzel dog",
"441": "produce",
"442": "protein shake",
"443": "prune",
"444": "pumpkin",
"445": "pupusa",
"446": "puree",
"447": "quesadilla",
"448": "quiche",
"449": "quince",
"45": "bisque",
"450": "quinoa",
"451": "rabbit",
"452": "raddicchio",
"453": "radicchio",
"454": "radish",
"455": "raisin",
"456": "rambutan",
"457": "ramen",
"458": "raspberry",
"459": "ravioli",
"46": "blackberry",
"460": "red ti leaf",
"461": "redfish",
"462": "relleno chile",
"463": "rhubarb",
"464": "rice",
"465": "rice paper",
"466": "rice pilaf",
"467": "rigatoni",
"468": "risotto",
"469": "rockfish",
"47": "blintz",
"470": "roll",
"471": "romanesco",
"472": "root vegetable",
"473": "rutabaga",
"474": "salad",
"475": "salad pita",
"476": "salami",
"477": "salisbury steak",
"478": "salmon",
"479": "salsa",
"48": "blueberry",
"480": "salsify",
"481": "salt",
"482": "samosa",
"483": "sandwich",
"484": "sardine",
"485": "sauce",
"486": "sausage",
"487": "sausage roll",
"488": "scallion",
"489": "scallop",
"49": "boar",
"490": "scone",
"491": "scramble",
"492": "scrapple",
"493": "sea bass",
"494": "seafood",
"495": "seasoning",
"496": "seasoning salt",
"497": "seaweed",
"498": "seaweed salad",
"499": "seed",
"5": "appetizer",
"50": "bok choy",
"500": "seitan",
"501": "shake",
"502": "shallot",
"503": "shell",
"504": "sherbert",
"505": "sherbet",
"506": "shortening",
"507": "shrimp",
"508": "slaw",
"509": "slider",
"51": "bologna",
"510": "smoothie",
"511": "snack",
"512": "snack kit",
"513": "snack pack",
"514": "snap pea",
"515": "snapper",
"516": "soda",
"517": "sofrito",
"518": "sole",
"519": "sopes",
"52": "bowl",
"520": "sorbet",
"521": "souffle",
"522": "soup",
"523": "sour cream",
"524": "spaghetti",
"525": "spanakopita",
"526": "spead",
"527": "spelt",
"528": "spice",
"529": "spinach",
"53": "brandy",
"530": "split pea",
"531": "sports drink",
"532": "spread",
"533": "spring roll",
"534": "sprout",
"535": "squash",
"536": "star fruit",
"537": "starch",
"538": "starfruit",
"539": "steak",
"54": "bread",
"540": "stew",
"541": "stir fry",
"542": "stock",
"543": "strawberry",
"544": "stroganoff",
"545": "stuffed cabbage",
"546": "stuffed potato",
"547": "stuffing",
"548": "succotash",
"549": "sugar",
"55": "breadcrumb",
"550": "sunchoke",
"551": "supplement",
"552": "sushi",
"553": "sweetener",
"554": "swiss chard",
"555": "swordfish",
"556": "syrup",
"557": "tabouleh",
"558": "taco",
"559": "taco shell",
"56": "breadfruit",
"560": "talapia",
"561": "talpia",
"562": "tamale",
"563": "tamales",
"564": "tamarind",
"565": "tangelo",
"566": "tangerine",
"567": "taquito",
"568": "taro",
"569": "taro leaf",
"57": "breadstick",
"570": "tater tot",
"571": "tatsoi",
"572": "tea",
"573": "tempeh",
"574": "tetrazzini",
"575": "thickener",
"576": "ti leaf",
"577": "tikka masala",
"578": "tilapia",
"579": "tobiko",
"58": "breakfast",
"580": "tofu",
"581": "tomatillo",
"582": "tomato",
"583": "topping",
"584": "tornado",
"585": "tortellini",
"586": "tortilla",
"587": "trout",
"588": "truffle",
"589": "tuna",
"59": "breakfast stick",
"590": "tuna salad",
"591": "turkey",
"592": "turkey ham",
"593": "turnip",
"594": "turnip greens",
"595": "turnover",
"596": "upland cress",
"597": "veal",
"598": "vegetable",
"599": "vegetable protein",
"6": "apple",
"60": "broccoli",
"600": "venison",
"601": "vinegar",
"602": "wafer",
"603": "waffle",
"604": "walleye",
"605": "walnut",
"606": "water",
"607": "water chestnut",
"608": "watercress",
"609": "watermelon",
"61": "broccoli rabe",
"610": "wax bean",
"611": "wellington",
"612": "wheat berry",
"613": "wheat bran",
"614": "wheatgrass",
"615": "whiting",
"616": "wine",
"617": "wonton",
"618": "wrap",
"619": "wrapper",
"62": "broccolini",
"620": "xanthan gum",
"621": "yam",
"622": "yeast",
"623": "yogurt",
"624": "yucca",
"625": "zucchini",
"63": "broth",
"64": "brussel sprout",
"65": "brussels sprout",
"66": "buffalo",
"67": "bulgur",
"68": "bun",
"69": "burdock",
"7": "apple cider",
"70": "burger",
"71": "burrio",
"72": "burrito",
"73": "butter",
"74": "butter alternative",
"75": "buttermilk",
"76": "cabbage",
"77": "cactus",
"78": "cactus leaf",
"79": "calamansi",
"8": "apple. gala",
"80": "calamari",
"81": "calzone",
"82": "candy",
"83": "caper",
"84": "cardoon",
"85": "carrot",
"86": "casserole",
"87": "catfish",
"88": "cauliflower",
"89": "caulilini",
"9": "applesauce",
"90": "caviar",
"91": "celeriac",
"92": "celery",
"93": "celery root",
"94": "cereal",
"95": "chalupa",
"96": "char",
"97": "chard",
"98": "cheese",
"99": "cheese alternative"
}
],
[
"Sub-Type 1",
{
"0": "1%",
"1": "1.5%",
"10": "9-grain",
"100": "arugula",
"1000": "dark chocolate mocha almond",
"1001": "dark chocolate nut and salt",
"1002": "dark chocolate peanut butter",
"1003": "dark chocolate sea salt",
"1004": "dark meat",
"1005": "dark roast",
"1006": "dashi",
"1007": "date",
"1008": "decaf",
"1009": "decaffienated",
"101": "asadero",
"1010": "decaffinated",
"1011": "decafienated",
"1012": "deckle-off",
"1013": "deep dish",
"1014": "deep ellum blue",
"1015": "deli",
"1016": "deli slice",
"1017": "deli sliced",
"1018": "delicata",
"1019": "delicious",
"102": "asiago",
"1020": "demi glace",
"1021": "demi-glace",
"1022": "denuded",
"1023": "derby",
"1024": "dessert",
"1025": "destemmed",
"1026": "devil's food",
"1027": "di cicco",
"1028": "dill",
"1029": "dill crusted fish",
"103": "asiago cheese",
"1030": "dill pickle",
"1031": "dill seed",
"1032": "dill weed",
"1033": "dinner",
"1034": "dip",
"1035": "dipperdoodle",
"1036": "distilled",
"1037": "donut",
"1038": "doritos",
"1039": "double chocolate",
"104": "asian",
"1040": "double chocolate chip",
"1041": "double fudge brownie",
"1042": "dough",
"1043": "doughnut",
"1044": "dr pepper",
"1045": "dragon fruit",
"1046": "dragon fruit lemongrass",
"1047": "dragon punch",
"1048": "dressing",
"1049": "drink",
"105": "asian sesame",
"1050": "drum",
"1051": "drumstick",
"1052": "drumstrick",
"1053": "drunken monk",
"1054": "dry",
"1055": "duck",
"1056": "dulce de leche",
"1057": "dumpling",
"1058": "dusted",
"1059": "dutch",
"106": "asparagus",
"1060": "earl gray",
"1061": "earl grey",
"1062": "early gray",
"1063": "edamame",
"1064": "edible",
"1065": "egg casserole",
"1066": "egg noodle",
"1067": "egg roll",
"1068": "egg salad",
"1069": "egg scramble",
"107": "assorted",
"1070": "egg white",
"1071": "eggnog",
"1072": "eggplant parmesan",
"1073": "eggs",
"1074": "ekoni",
"1075": "el dorado",
"1076": "elbow macaroni",
"1077": "electrolyte",
"1078": "elote",
"1079": "emoji",
"108": "atlantic",
"1080": "empanada",
"1081": "empire",
"1082": "emulsifier",
"1083": "enchilada",
"1084": "energy",
"1085": "energy drink",
"1086": "english",
"1087": "english breakfast",
"1088": "enoki",
"1089": "enriched",
"109": "au gratin",
"1090": "envol",
"1091": "epazote",
"1092": "erythritol",
"1093": "escape",
"1094": "escarole",
"1095": "espresso",
"1096": "espresso roast",
"1097": "estima",
"1098": "evercrisp",
"1099": "everything",
"11": "None",
"110": "autumn roasted",
"1100": "extra fine",
"1101": "extra firm",
"1102": "extra large",
"1103": "extra light syrup",
"1104": "eye of round",
"1105": "eye round",
"1106": "fagiola pasta",
"1107": "fajita",
"1108": "falafel",
"1109": "falafel with lemon sauce",
"111": "avocado",
"1110": "fall vegetable polenta",
"1111": "fanta",
"1112": "farina",
"1113": "farm-raised",
"1114": "farmed",
"1115": "farmhouse",
"1116": "fat",
"1117": "fat free",
"1118": "fatback",
"1119": "fava",
"112": "avocado toast",
"1120": "feet",
"1121": "fennel",
"1122": "fennel seed",
"1123": "fenugreek",
"1124": "feta",
"1125": "feta chickpea salad",
"1126": "fettuccine",
"1127": "fettuccini",
"1128": "fettuccini alfredo",
"1129": "fettucine",
"113": "baba ganoush",
"1130": "fettucini",
"1131": "feuilletine",
"1132": "fiber",
"1133": "fierce grape",
"1134": "fiesta lime",
"1135": "fig",
"1136": "fig newton",
"1137": "filet tip",
"1138": "filled",
"1139": "fillet diced",
"114": "baby bella",
"1140": "finger",
"1141": "fingerling",
"1142": "fire roasted",
"1143": "fireball",
"1144": "firm",
"1145": "fish",
"1146": "fish sticks",
"1147": "five blend",
"1148": "five spice",
"1149": "flagolet",
"115": "babybel",
"1150": "flaked",
"1151": "flame broiled",
"1152": "flamebroiled",
"1153": "flan",
"1154": "flank",
"1155": "flank steak",
"1156": "flap",
"1157": "flat",
"1158": "flat leaf",
"1159": "flatbread",
"116": "baccala",
"1160": "flavored",
"1161": "flax",
"1162": "floret",
"1163": "flounder",
"1164": "flour",
"1165": "foam",
"1166": "focaccia",
"1167": "fontina",
"1168": "forelle",
"1169": "formula",
"117": "bacon bit",
"1170": "fortified",
"1171": "fortune",
"1172": "four bean",
"1173": "four grain",
"1174": "fraiche",
"1175": "frank",
"1176": "freeze dried",
"1177": "french",
"1178": "french blend",
"1179": "french bread",
"118": "bagel",
"1180": "french breakfast",
"1181": "french butter",
"1182": "french catalina",
"1183": "french cut",
"1184": "french herb",
"1185": "french honey",
"1186": "french onion",
"1187": "french orange",
"1188": "french red",
"1189": "french roast",
"119": "bagel chip",
"1190": "french round",
"1191": "french toast",
"1192": "french toast bread",
"1193": "french vanilla",
"1194": "fresco rancher",
"1195": "fresno",
"1196": "fried chicken",
"1197": "fried onion",
"1198": "fried rice",
"1199": "fries",
"12": "acai",
"120": "baguette",
"1200": "frisee",
"1201": "fritos",
"1202": "fritter",
"1203": "froot loops",
"1204": "frost riptide",
"1205": "frosted corn flakes",
"1206": "frosted flake",
"1207": "frosted flakes",
"1208": "frosted mini spooner",
"1209": "frosted mini spooners",
"121": "baked potato",
"1210": "frosted mini wheat",
"1211": "frosted mini wheats",
"1212": "frosted spooners",
"1213": "frosted wheat",
"1214": "frosted wheats",
"1215": "frozen",
"1216": "frudel",
"1217": "fruit",
"1218": "fruit and nut",
"1219": "fruit and nut in yogurt",
"122": "baking",
"1220": "fruit and vegetable",
"1221": "fruit bar",
"1222": "fruit blend",
"1223": "fruit cup",
"1224": "fruit medley",
"1225": "fruit mix",
"1226": "fruit punch",
"1227": "fruit roll up",
"1228": "fruit roll-up",
"1229": "fruit rolls",
"123": "baking powder",
"1230": "fruit rollup",
"1231": "fruit snack",
"1232": "fruit whirls",
"1233": "fruity",
"1234": "fruity cheerios",
"1235": "fry",
"1236": "fudge",
"1237": "fudge chip",
"1238": "fuji",
"1239": "fuji apple",
"124": "baklava",
"1240": "fuji apple pear",
"1241": "full fat",
"1242": "funnel cake",
"1243": "furikake",
"1244": "furikaki",
"1245": "fuyu",
"1246": "gala",
"1247": "galia",
"1248": "gallon",
"1249": "garam masala",
"125": "ball tip",
"1250": "garbanzo",
"1251": "garbanzo bean",
"1252": "garden",
"1253": "garden salsa",
"1254": "garden vegetable",
"1255": "garlic",
"1256": "garlic and dill",
"1257": "garlic and herb",
"1258": "garlic balsamic",
"1259": "garlic bread",
"126": "balsamic",
"1260": "garlic chile",
"1261": "garlic flake",
"1262": "garlic herb",
"1263": "garlic parmesan",
"1264": "garlic pepper",
"1265": "garlic pepper steak",
"1266": "garlic roasted and herb",
"1267": "garlic salt",
"1268": "gatorade",
"1269": "gefilte",
"127": "balsamic chicken",
"1270": "gelatin",
"1271": "gelato",
"1272": "gemelli",
"1273": "general tso",
"1274": "genoa",
"1275": "gerkin",
"1276": "giardiniera",
"1277": "ginger",
"1278": "ginger ale",
"1279": "ginger beer",
"128": "balsamic glaze",
"1280": "ginger gold",
"1281": "ginger lemon",
"1282": "ginger peach",
"1283": "ginger sesame",
"1284": "ginger spice",
"1285": "ginger teriyaki",
"1286": "gingerbread",
"1287": "gingergold",
"1288": "gingersnap",
"1289": "glacier cherry",
"129": "balsamic glazed chicken",
"1290": "glacier freeze",
"1291": "glacier ice",
"1292": "gluten free",
"1293": "goat",
"1294": "goat cheese",
"1295": "gochujang",
"1296": "gold delicious",
"1297": "golden",
"1298": "golden delicious",
"1299": "golden grahams",
"13": "acai berry",
"130": "balsamic strawberry",
"1300": "goldew",
"1301": "gorgonzola",
"1302": "gouda",
"1303": "graham",
"1304": "graham cracker",
"1305": "grain",
"1306": "grain blend",
"1307": "granny smith",
"1308": "granola",
"1309": "granola cup",
"131": "balsamic vinagrette",
"1310": "granola trail mix",
"1311": "granualted",
"1312": "grape",
"1313": "grapefruit",
"1314": "grapeseed",
"1315": "gravenstein",
"1316": "gravy",
"1317": "gravy master",
"1318": "great northern",
"1319": "greek",
"132": "balsamic vinaigrette",
"1320": "green apple",
"1321": "green bean",
"1322": "green chili",
"1323": "green dragon",
"1324": "green enchilada",
"1325": "green jasmine",
"1326": "green leaf",
"1327": "green lotus blossom",
"1328": "green machine",
"1329": "green pepper",
"133": "balsamic vinegar",
"1330": "green tea",
"1331": "green tip",
"1332": "greengage",
"1333": "greens",
"1334": "grenadine",
"1335": "grill",
"1336": "grilled",
"1337": "grilled cheese",
"1338": "grits",
"1339": "ground",
"134": "bamboo",
"1340": "gruyere",
"1341": "guacamole",
"1342": "guajillo",
"1343": "guanciale",
"1344": "guava",
"1345": "guava pear",
"1346": "guava strawberry",
"1347": "gum",
"1348": "gumbo",
"1349": "gummy",
"135": "banana",
"1350": "gummy bear",
"1351": "gummy worm",
"1352": "gusher",
"1353": "gyro",
"1354": "habanero",
"1355": "habiscus",
"1356": "hachiya",
"1357": "hadwood smoked",
"1358": "halal",
"1359": "half & half",
"136": "banana bread",
"1360": "half and half",
"1361": "half and half lemonade",
"1362": "half baked",
"1363": "half gallon",
"1364": "halloumi",
"1365": "ham",
"1366": "ham diced",
"1367": "ham hock",
"1368": "ham sliced",
"1369": "hamburger",
"137": "banana cherry",
"1370": "hami",
"1371": "hanger",
"1372": "hanger steak",
"1373": "hanging tender",
"1374": "haralson",
"1375": "hard boiled",
"1376": "hard cooked",
"1377": "hard-boiled",
"1378": "hardboiled",
"1379": "hardwood smoked",
"138": "banana chocolate",
"1380": "harissa",
"1381": "harissa red chili",
"1382": "harvest blend vegetable",
"1383": "hass",
"1384": "hatch",
"1385": "havarti",
"1386": "hawaiian",
"1387": "hazelnut",
"1388": "hazelnut and cream",
"1389": "hazelnut cream",
"139": "banana chocolate chip",
"1390": "health",
"1391": "heart",
"1392": "heirloom",
"1393": "hemp",
"1394": "herb",
"1395": "herb and garlic",
"1396": "herb and parmesan",
"1397": "herb de provence",
"1398": "herbal",
"1399": "herbal peppermint",
"14": "achiote",
"140": "banana cream",
"1400": "herbs",
"1401": "hibiscus",
"1402": "hickory",
"1403": "hickory smoke",
"1404": "hickory smoked",
"1405": "hoagie",
"1406": "hog",
"1407": "hoisin",
"1408": "hoja santa",
"1409": "holland",
"141": "banana nut",
"1410": "holland gouda",
"1411": "hollandaise",
"1412": "homeystyle",
"1413": "hondashi",
"1414": "honey",
"1415": "honey barbecue",
"1416": "honey barbecue glaze",
"1417": "honey barbeque",
"1418": "honey brown sugar",
"1419": "honey bun",
"142": "banana split",
"1420": "honey crisp",
"1421": "honey cured",
"1422": "honey dijon",
"1423": "honey fire",
"1424": "honey ginger",
"1425": "honey graham",
"1426": "honey graham squares",
"1427": "honey maple",
"1428": "honey mustard",
"1429": "honey nut",
"143": "banana strawberry",
"1430": "honey nut cheerios",
"1431": "honey nut chex",
"1432": "honey o",
"1433": "honey pepper",
"1434": "honey punch",
"1435": "honey scooters",
"1436": "honey smoked",
"1437": "honey sriracha",
"1438": "honey sunshine",
"1439": "honey walnut",
"144": "banana walnut",
"1440": "honey wheat ranch",
"1441": "honeycomb tripe",
"1442": "honeycrisp",
"1443": "honeydew",
"1444": "honeynut",
"1445": "honshimeji",
"1446": "horchata",
"1447": "horseradish",
"1448": "horseradish pecan",
"1449": "hot",
"145": "bao",
"1450": "hot & spicy",
"1451": "hot cherry",
"1452": "hot chocolate",
"1453": "hot fries",
"1454": "hot fudge",
"1455": "hot honey",
"1456": "hot sauce",
"1457": "hot tamale",
"1458": "hot tamales",
"1459": "hotdog",
"146": "bar",
"1460": "house",
"1461": "house blend",
"1462": "hula cooler",
"1463": "hummus",
"1464": "hunan orange",
"1465": "husk",
"1466": "husked",
"1467": "iberico",
"1468": "ice",
"1469": "ice cream",
"147": "barbacoa",
"1470": "iceberg",
"1471": "iced",
"1472": "iced coffee blend",
"1473": "iced latte",
"1474": "iced tea",
"1475": "icing",
"1476": "icy charge",
"1477": "idaho",
"1478": "imitation",
"1479": "in brine",
"148": "barbecue",
"1480": "in concentrate",
"1481": "in fruit juice",
"1482": "in gel",
"1483": "in gelatin",
"1484": "in heavy syrup",
"1485": "in jar",
"1486": "in juice concentrate",
"1487": "in light syrup",
"1488": "in olive oil",
"1489": "in pineapple juice",
"149": "barbecue beef",
"1490": "in pod",
"1491": "in puree",
"1492": "in sauce",
"1493": "in shell",
"1494": "in syrup",
"1495": "in tomato sauce",
"1496": "in vegetable broth",
"1497": "in vinaigrette",
"1498": "in vinegar",
"1499": "indian",
"15": "acini di pepe",
"150": "barbecue chicken",
"1500": "insant",
"1501": "inside",
"1502": "inside round",
"1503": "inside skirt",
"1504": "inside top round",
"1505": "instant",
"1506": "iodized",
"1507": "irish cream",
"1508": "island fruit",
"1509": "island pollock",
"151": "barbecue pork",
"1510": "israeli",
"1511": "italian",
"1512": "italian blend",
"1513": "italian ice",
"1514": "italian seasoned",
"1515": "italian style",
"1516": "italian three cheese",
"1517": "italian vinaigrette",
"1518": "italian wedding",
"1519": "jack",
"152": "barbecue sauce",
"1520": "jalapeno",
"1521": "jalapeno cheddar",
"1522": "jalapeno cheese",
"1523": "jalapeno popper",
"1524": "jalepeno",
"1525": "jam",
"1526": "jamaican",
"1527": "jamaican jerk",
"1528": "jamaican style",
"1529": "jambalaya",
"153": "barbeque",
"1530": "jamwich",
"1531": "japanese",
"1532": "jar",
"1533": "jarlsberg",
"1534": "jasmine",
"1535": "jazz",
"1536": "jekry",
"1537": "jello",
"1538": "jelly",
"1539": "jelly bean",
"154": "barbeque chicken",
"1540": "jelly belly",
"1541": "jerk",
"1542": "jerk caribbean",
"1543": "jerk chicken",
"1544": "jerky",
"1545": "jewel",
"1546": "jicama",
"1547": "jolly rancher",
"1548": "jonagold",
"1549": "jordan almond",
"155": "barricato al pepe",
"1550": "jowl",
"1551": "juice",
"1552": "juicer",
"1553": "juju fish",
"1554": "junior mints",
"1555": "juniper",
"1556": "juniper berry",
"1557": "kabob",
"1558": "kabocha",
"1559": "kaffir",
"156": "bartlett",
"1560": "kaffir leaf",
"1561": "kaffir lime leaf",
"1562": "kahuku",
"1563": "kai choy",
"1564": "kaiser",
"1565": "kalamata",
"1566": "kale",
"1567": "kashi",
"1568": "kefir",
"1569": "kennebec",
"157": "base",
"1570": "kernel",
"1571": "keta",
"1572": "ketchup",
"1573": "kettle",
"1574": "kettle corn",
"1575": "key",
"1576": "key lime",
"1577": "kidney",
"1578": "kiev",
"1579": "kimchee",
"158": "basil",
"1580": "kimchi",
"1581": "kinderkrisp",
"1582": "king",
"1583": "king cake",
"1584": "king oyster",
"1585": "king trumpet",
"1586": "kirby",
"1587": "kit kat",
"1588": "kiwi",
"1589": "kiwi berry",
"159": "basmati",
"1590": "kiwi strawberry",
"1591": "kix",
"1592": "knish",
"1593": "knockwurst",
"1594": "knot",
"1595": "knuckle",
"1596": "kolache",
"1597": "kona blend",
"1598": "korean barbecue",
"1599": "korean barbeque",
"16": "acorn",
"160": "basted",
"1600": "kosher",
"1601": "kukui",
"1602": "kung pao",
"1603": "kuri",
"1604": "lacinato",
"1605": "lady",
"1606": "lady alice",
"1607": "ladyfinger",
"1608": "lamb",
"1609": "lasagna roll",
"161": "batard",
"1610": "lassi",
"1611": "latin",
"1612": "latin beef stew",
"1613": "latte",
"1614": "lavash",
"1615": "lavender",
"1616": "lavender melon",
"1617": "leaf",
"1618": "leave",
"1619": "leaves",
"162": "bavarian",
"1620": "leg",
"1621": "lemon",
"1622": "lemon bar",
"1623": "lemon basil vinagrette",
"1624": "lemon bread",
"1625": "lemon cayenne",
"1626": "lemon chicken",
"1627": "lemon chicken pasta",
"1628": "lemon cranberry",
"1629": "lemon cream",
"163": "bavarian cream",
"1630": "lemon crumb",
"1631": "lemon cr\u00e8me",
"1632": "lemon curd",
"1633": "lemon drop",
"1634": "lemon ginger",
"1635": "lemon herb",
"1636": "lemon herb pollock",
"1637": "lemon honeysuckle",
"1638": "lemon lime",
"1639": "lemon pepper",
"164": "bay",
"1640": "lemon pepper fish",
"1641": "lemon poppy",
"1642": "lemon poppy seed",
"1643": "lemon poppyseed",
"1644": "lemon poppyseed bread",
"1645": "lemon raspberry",
"1646": "lemon sherbet",
"1647": "lemon square",
"1648": "lemon streusel",
"1649": "lemon strusel",
"165": "bay leaf",
"1650": "lemon thyme",
"1651": "lemon vinaigrette",
"1652": "lemonade",
"1653": "lemonage",
"1654": "lemondrop",
"1655": "lemongrass",
"1656": "lemonhead",
"1657": "lentil",
"1658": "lentil coconut",
"1659": "less sugar",
"166": "bbq",
"1660": "li hing",
"1661": "licorice",
"1662": "life",
"1663": "light brown",
"1664": "light roast",
"1665": "light ss",
"1666": "light syrup",
"1667": "lightly salted",
"1668": "lima",
"1669": "lime",
"167": "bean",
"1670": "lime cocktail",
"1671": "lime cucumber",
"1672": "lime lemon",
"1673": "limeade",
"1674": "linguine",
"1675": "linguini",
"1676": "link",
"1677": "liquid smoke",
"1678": "little gem",
"1679": "liver",
"168": "bean dip",
"1680": "lo bok",
"1681": "lo mein",
"1682": "loaded baked potato",
"1683": "lobok",
"1684": "lobster",
"1685": "lobster bisque",
"1686": "loin rib",
"1687": "long",
"1688": "long grain and wild",
"1689": "long grain and wild rice",
"169": "bean hummus",
"1690": "loose",
"1691": "low fat ss",
"1692": "low salt",
"1693": "low-fat",
"1694": "lowfat",
"1695": "luck charm",
"1696": "lucky charm",
"1697": "lucky charms",
"1698": "lumpia",
"1699": "lunch",
"17": "addis",
"170": "bean thread",
"1700": "maca goji",
"1701": "macadamia",
"1702": "macaron",
"1703": "macaroni and cheese",
"1704": "macaroon",
"1705": "mache",
"1706": "macintosh",
"1707": "madagascar vanilla",
"1708": "madarin",
"1709": "madras curry",
"171": "beans",
"1710": "main street jack",
"1711": "maine",
"1712": "maitake",
"1713": "malichita",
"1714": "malt",
"1715": "malt-o-meal",
"1716": "malta",
"1717": "malted",
"1718": "malted milk powder",
"1719": "maltodextrin",
"172": "beans and rice",
"1720": "manchego",
"1721": "mandarin",
"1722": "mandarin orange",
"1723": "mandarinquat",
"1724": "mango",
"1725": "mango caliente",
"1726": "mango chili lime",
"1727": "mango habanero",
"1728": "mango hibiscus",
"1729": "mango lime",
"173": "bear claw",
"1730": "mango peach",
"1731": "mango pineapple",
"1732": "mango pineapple vinaigrette",
"1733": "mango sticky rice",
"1734": "mango strawberry pomegranate",
"1735": "manos de dios",
"1736": "manzanilla",
"1737": "maple",
"1738": "maple bourbon pecan praline",
"1739": "maple brown sugar",
"174": "bechamel",
"1740": "maple chip",
"1741": "maple cinnamon",
"1742": "maple pecan",
"1743": "maraschino",
"1744": "maraschino cherry",
"1745": "marble",
"1746": "marble jack",
"1747": "marble rye",
"1748": "margarine",
"1749": "margarita",
"175": "beech",
"1750": "margarita agave",
"1751": "margarita strawberry",
"1752": "marinade",
"1753": "marinara",
"1754": "marinated",
"1755": "marjoram",
"1756": "marmalade",
"1757": "marrow",
"1758": "marrow bone",
"1759": "marrow bone pipe",
"176": "beef",
"1760": "marsala",
"1761": "marshmallow",
"1762": "masa",
"1763": "mascarpone",
"1764": "mashed",
"1765": "master blend",
"1766": "matcha",
"1767": "matcha mint",
"1768": "matchstick",
"1769": "matsutake",
"177": "beef and broccoli",
"1770": "mattar paneer",
"1771": "matzah",
"1772": "matzo",
"1773": "matzo ball",
"1774": "maui",
"1775": "mayonnaise",
"1776": "mcintosh",
"1777": "meal",
"1778": "meat",
"1779": "meat sauce",
"178": "beef and broccoli lo mein",
"1780": "meat stick",
"1781": "meatballs",
"1782": "meatless",
"1783": "meatless crumble",
"1784": "meatloaf",
"1785": "mediterranean",
"1786": "medium",
"1787": "medium firm",
"1788": "medium grain",
"1789": "medjool",
"179": "beef and pork pepperoni",
"1790": "medley",
"1791": "melon",
"1792": "menonina",
"1793": "menonita",
"1794": "mercury gold",
"1795": "mesclun",
"1796": "mesclun mix",
"1797": "mesculine",
"1798": "mesquite",
"1799": "mesquite smoke",
"18": "additives",
"180": "beef and turkey pepperoni",
"1800": "mesquite smoked",
"1801": "mexican",
"1802": "mexican blend",
"1803": "mexican salt",
"1804": "meyer",
"1805": "miami cola",
"1806": "micro",
"1807": "middle",
"1808": "mike & ike",
"1809": "mike and ike",
"181": "beef brisket",
"1810": "mike and ikes",
"1811": "milano",
"1812": "mild",
"1813": "milk chocolate",
"1814": "milky way",
"1815": "millet and chia",
"1816": "minced",
"1817": "mineral",
"1818": "minestrone",
"1819": "mini loaf",
"182": "beef burger",
"1820": "mini spooner",
"1821": "mini spooners",
"1822": "minneola",
"1823": "mint",
"1824": "mint chocolate",
"1825": "mint chocolate chip",
"1826": "miracle whip",
"1827": "mirepoix",
"1828": "mirin",
"1829": "miso",
"183": "beef burgundy fettuccini",
"1830": "miso ginger",
"1831": "mission",
"1832": "mix",
"1833": "mixed",
"1834": "mixed berry",
"1835": "mixed fruit",
"1836": "mocha latte",
"1837": "mochi",
"1838": "mochiko",
"1839": "mojito lime",
"184": "beef cheeseburger",
"1840": "mole",
"1841": "mongolian",
"1842": "monterey",
"1843": "monterey jack",
"1844": "monterey jack cheese",
"1845": "moon pie",
"1846": "moon rock silver",
"1847": "moon skin",
"1848": "moosetracks",
"1849": "morita salsa",
"185": "beef chili",
"1850": "mortadella",
"1851": "moscatel",
"1852": "mountain dew",
"1853": "mountain roast",
"1854": "mousse",
"1855": "mozzarella",
"1856": "mozzarella ciliegini",
"1857": "mozzarella ovalini",
"1858": "mozzarella ovoline",
"1859": "mucho queso",
"186": "beef flavor",
"1860": "muenster",
"1861": "muffaletta",
"1862": "muffin",
"1863": "multi-color",
"1864": "multi-grain",
"1865": "multigrain",
"1866": "multigrain o",
"1867": "multigrain oats",
"1868": "munchie mix",
"1869": "munchies",
"187": "beef goulash",
"1870": "mung bean",
"1871": "murcott",
"1872": "muscle",
"1873": "mushroom",
"1874": "mushroom cream",
"1875": "mushroom shoyu",
"1876": "mustard",
"1877": "mustard powder",
"1878": "mustard seed",
"1879": "naan",
"188": "beef goulash with noodles",
"1880": "nacho",
"1881": "nacho cheese",
"1882": "nachos",
"1883": "nantes",
"1884": "napa",
"1885": "natural",
"1886": "nature valley",
"1887": "navel",
"1888": "navel valencia",
"1889": "navy",
"189": "beef jerky",
"1890": "navy pea",
"1891": "neck",
"1892": "neck bone",
"1893": "nectar",
"1894": "nectar agave",
"1895": "neon blast",
"1896": "neon worm",
"1897": "nest",
"1898": "netted",
"1899": "neutral",
"19": "adobo",
"190": "beef lasagna",
"1900": "new mexico",
"1901": "nicoise",
"1902": "no additive",
"1903": "no additives",
"1904": "no antibiotics",
"1905": "no bean",
"1906": "no pulp",
"1907": "no salt",
"1908": "no salt added",
"1909": "non dairy",
"191": "beef meatball",
"1910": "non fat",
"1911": "non-dairy",
"1912": "non-fat",
"1913": "nonfat",
"1914": "noodle",
"1915": "nopal",
"1916": "nori",
"1917": "north star",
"1918": "northern",
"1919": "nostrano",
"192": "beef meatballs",
"1920": "nut",
"1921": "nut and honey",
"1922": "nut and seed",
"1923": "nut cluster",
"1924": "nut free",
"1925": "nutmeg",
"1926": "nutrigrain",
"1927": "nutrition",
"1928": "nutritional",
"1929": "nutter butter",
"193": "beef meatloaf",
"1930": "nutty buddy",
"1931": "oat",
"1932": "oat and honey",
"1933": "oat bran",
"1934": "oatmeal",
"1935": "oatmeal chocolate chip",
"1936": "oatmeal cookie",
"1937": "oatmeal cr\u00e8me pie",
"1938": "oatmeal raisin",
"1939": "oatmeal walnut chip",
"194": "beef patty",
"1940": "oats",
"1941": "oats and honey",
"1942": "ocean",
"1943": "ogo",
"1944": "oil",
"1945": "okinawan sweet",
"1946": "old bay",
"1947": "olive",
"1948": "olive oil",
"1949": "omelet",
"195": "beef pepper steak",
"1950": "omelette",
"1951": "on the cob",
"1952": "onion",
"1953": "onion poppy seed",
"1954": "onion ring",
"1955": "onion salt",
"1956": "onions",
"1957": "opal",
"1958": "orange and spice",
"1959": "orange blossom",
"196": "beef pepperoni",
"1960": "orange carrot",
"1961": "orange cherry grape",
"1962": "orange citrus",
"1963": "orange cream",
"1964": "orange dulce",
"1965": "orange guava passion",
"1966": "orange mandarin",
"1967": "orange mango",
"1968": "orange medley",
"1969": "orange peel",
"197": "beef picadillo",
"1970": "orange peko",
"1971": "orange pekoe",
"1972": "orange pineable",
"1973": "orange pineapple",
"1974": "orange pineapple cherry",
"1975": "orange pineapple cr\u00e8me",
"1976": "orange sesame",
"1977": "orange spice",
"1978": "orange tangerine",
"1979": "orange zest",
"198": "beef pot roast",
"1980": "orchid",
"1981": "orecchiette",
"1982": "oregano",
"1983": "oreo",
"1984": "oriental",
"1985": "osmolite",
"1986": "osmolyte",
"1987": "ossay-iraty",
"1988": "osso bucco",
"1989": "outside",
"199": "beef ribeque",
"1990": "outside skirt",
"1991": "oven fired",
"1992": "oven roasted",
"1993": "oxtail",
"1994": "oyster",
"1995": "pacific rose",
"1996": "packet",
"1997": "paczki",
"1998": "pad",
"1999": "pad thai",
"2": "100%",
"20": "african nectar",
"200": "beef sausage",
"2000": "padron",
"2001": "pak choy",
"2002": "palak paneer",
"2003": "palm",
"2004": "pan",
"2005": "pan dulce",
"2006": "pancake",
"2007": "pancetta",
"2008": "paneer",
"2009": "panini",
"201": "beef short rib",
"2010": "panko",
"2011": "pansit",
"2012": "papadum",
"2013": "papaya",
"2014": "papaya seed",
"2015": "paprika",
"2016": "par baked",
"2017": "par-fried",
"2018": "paradise punch",
"2019": "paragon",
"202": "beef sitck",
"2020": "parfait",
"2021": "parkerhouse",
"2022": "parmesan",
"2023": "parmesan american grana",
"2024": "parmesan herb crusted",
"2025": "parmigiano",
"2026": "parsley",
"2027": "pasilla",
"2028": "passion",
"2029": "passion fruit pineapple",
"203": "beef stew",
"2030": "passion orange",
"2031": "passion orange guava",
"2032": "passionfruit",
"2033": "pasta",
"2034": "pasta alfredo",
"2035": "pasta e fagioli",
"2036": "pasta salad",
"2037": "paste",
"2038": "pasteurized",
"2039": "pastina",
"204": "beef stick",
"2040": "pastrami",
"2041": "pastry",
"2042": "pate",
"2043": "patina",
"2044": "patty",
"2045": "patty pan",
"2046": "pea",
"2047": "pea and carrot",
"2048": "peach",
"2049": "peach apricot",
"205": "beef stir fry",
"2050": "peach cobbler",
"2051": "peach ginger",
"2052": "peach hibiscus",
"2053": "peach mango",
"2054": "peach pie",
"2055": "peach pineapple",
"2056": "peach tea",
"2057": "peanut",
"2058": "peanut butter",
"2059": "peanut butter and cheese",
"206": "beef substitute",
"2060": "peanut butter and jelly",
"2061": "peanut butter chocolate butterscotch",
"2062": "peanut butter cr\u00e8me",
"2063": "peanut butter cup",
"2064": "peanut butter jelly",
"2065": "peanut free",
"2066": "pear",
"2067": "pear ginger",
"2068": "pearl",
"2069": "pearled",
"207": "beef teriyaki",
"2070": "pecan",
"2071": "pecan praline",
"2072": "pecan roll",
"2073": "pectoral meat",
"2074": "pee wee",
"2075": "peeled",
"2076": "peeled & devined",
"2077": "peeling",
"2078": "pepita",
"2079": "peppadew",
"208": "beef turkey pepperoni",
"2080": "pepper",
"2081": "pepper blend",
"2082": "pepper garlic",
"2083": "pepper jack",
"2084": "peppercorn",
"2085": "peppered",
"2086": "pepperjack",
"2087": "peppermint",
"2088": "peppermint mocha",
"2089": "peppermint s'mores",
"209": "beef vegetable",
"2090": "pepperoncini",
"2091": "pepperoni",
"2092": "pepperoni pizza",
"2093": "pepporoni",
"2094": "pepsi",
"2095": "persian",
"2096": "pesto",
"2097": "pesto basil",
"2098": "petit four",
"2099": "petite",
"21": "agar",
"210": "beef wellington",
"2100": "petite mache",
"2101": "philly",
"2102": "philly cheesesteak",
"2103": "philly steak",
"2104": "pho",
"2105": "phyllo",
"2106": "picante",
"2107": "pickle",
"2108": "pickled",
"2109": "pickling",
"211": "beef with salsa verde",
"2110": "pico de gallo",
"2111": "picoso",
"2112": "pie",
"2113": "piece",
"2114": "pieces",
"2115": "piemontese",
"2116": "pigeon",
"2117": "pike place",
"2118": "pilaf",
"2119": "pilaf rice",
"212": "beefsteak",
"2120": "pimento",
"2121": "pina colada",
"2122": "pinata",
"2123": "pine",
"2124": "pineaple",
"2125": "pineapple",
"2126": "pineapple guava",
"2127": "pineapple orange",
"2128": "pineapple orange guava",
"2129": "pineapple orange mango",
"213": "beer",
"2130": "pineapple peach",
"2131": "pineapple teriyaki",
"2132": "pink",
"2133": "pink lady",
"2134": "pink lemonade",
"2135": "pinto",
"2136": "pinwheel",
"2137": "piquante",
"2138": "piquillo",
"2139": "pistachio",
"214": "beet",
"2140": "pistachio almond",
"2141": "pistolette",
"2142": "pita",
"2143": "pizza",
"2144": "pizza blend",
"2145": "pizza cheese",
"2146": "pizza style",
"2147": "plantain",
"2148": "plate",
"2149": "plate short rib",
"215": "beet onion",
"2150": "plum",
"2151": "pluot",
"2152": "poblano",
"2153": "pod",
"2154": "polenta",
"2155": "polish sausage",
"2156": "pollen",
"2157": "pollock",
"2158": "pomegranate",
"2159": "pomegranate berry",
"216": "beignet",
"2160": "pomegranate blueberry",
"2161": "pomegranate green",
"2162": "pomegrante",
"2163": "ponzu",
"2164": "pop tart",
"2165": "popcorn",
"2166": "popping",
"2167": "poppy",
"2168": "poppy seed",
"2169": "poppy seed fruit",
"217": "belgian",
"2170": "poppyseed",
"2171": "poptart",
"2172": "porcini",
"2173": "porcini mushroom",
"2174": "pork",
"2175": "pork bacon",
"2176": "pork beef pepperoni",
"2177": "pork biscuit",
"2178": "pork chorizo",
"2179": "pork rind",
"218": "bell",
"2180": "pork salami",
"2181": "pork sausage",
"2182": "pork sausauce",
"2183": "port salut",
"2184": "portabella",
"2185": "portabellini",
"2186": "portabello",
"2187": "portioned",
"2188": "portobello",
"2189": "portside blend",
"219": "bell pepper",
"2190": "posole",
"2191": "pot pie",
"2192": "pot roast",
"2193": "potato",
"2194": "potato leek",
"2195": "potsticker",
"2196": "poultry",
"2197": "poultry blend",
"2198": "power c machine",
"2199": "pre-cooked",
"22": "agave",
"220": "belly",
"2200": "premium roast",
"2201": "preserve",
"2202": "preserved",
"2203": "pretzel",
"2204": "pretzel dog",
"2205": "pretzel stick",
"2206": "prime rib",
"2207": "probiotic",
"2208": "prosciutto",
"2209": "protabello",
"221": "bento box",
"2210": "protein",
"2211": "protein pasta ala vodka",
"2212": "provolone",
"2213": "prune",
"2214": "puck",
"2215": "pudding",
"2216": "pueblo",
"2217": "puff",
"2218": "puff pastry",
"2219": "puffed",
"222": "berries",
"2220": "puffs",
"2221": "pulla",
"2222": "pulled barbeque pork",
"2223": "pullman",
"2224": "pulp",
"2225": "pumpernickel",
"2226": "pumpkin",
"2227": "pumpkin bread",
"2228": "pumpkin chai",
"2229": "pumpkin chocolate bread",
"223": "berry",
"2230": "pumpkin cream cheese",
"2231": "pumpkin pie",
"2232": "pumpkin seed",
"2233": "pumpkin spice",
"2234": "punch",
"2235": "pure vanilla",
"2236": "puree",
"2237": "pureed",
"2238": "purified",
"2239": "purple",
"224": "berry apple",
"2240": "purple daikon",
"2241": "purple flake",
"2242": "purple flakes",
"2243": "purple haze",
"2244": "purple top",
"2245": "purple twilight",
"2246": "quail",
"2247": "quaratered",
"2248": "quart",
"2249": "quarter",
"225": "berry blast",
"2250": "queso blanco",
"2251": "queso fresco",
"2252": "queso golden",
"2253": "queso oaxaca",
"2254": "quick",
"2255": "quince",
"2256": "quinoa",
"2257": "rabe",
"2258": "rack",
"2259": "raclette",
"226": "berry blend",
"2260": "radiatore",
"2261": "radicchio",
"2262": "radish",
"2263": "rainbow",
"2264": "rainbow blend",
"2265": "rainbow unicorn",
"2266": "rainforest select",
"2267": "raisin",
"2268": "raisin bran",
"2269": "ramen",
"227": "berry blossom",
"2270": "ranch",
"2271": "ranch jalapeno",
"2272": "ranch style",
"2273": "ranchero",
"2274": "rangoon",
"2275": "rapsberry",
"2276": "rasberry vinaigrette",
"2277": "raspberry",
"2278": "raspberry and cream",
"2279": "raspberry bar",
"228": "berry hibiscus",
"2280": "raspberry blueberry",
"2281": "raspberry chamomile",
"2282": "raspberry cheesecake",
"2283": "raspberry cherry",
"2284": "raspberry honey vinaigrette",
"2285": "raspberry ice",
"2286": "raspberry lemon",
"2287": "raspberry lemonade",
"2288": "raspberry peach",
"2289": "raspberry vanilla",
"229": "berry lemon",
"2290": "raspberry vinaigrette",
"2291": "raspberry wine",
"2292": "ratatouille",
"2293": "ravioli",
"2294": "recaito",
"2295": "reconstituted",
"2296": "recovery",
"2297": "red bean",
"2298": "red bull",
"2299": "red chile",
"23": "aioli",
"230": "berry lemonade",
"2300": "red chile adobo",
"2301": "red chili",
"2302": "red chili flake",
"2303": "red curry",
"2304": "red delicious",
"2305": "red hot",
"2306": "red kidney",
"2307": "red kurl",
"2308": "red leaf",
"2309": "red lentil",
"231": "berry rain",
"2310": "red machine",
"2311": "red miso powder",
"2312": "red oak",
"2313": "red pepper",
"2314": "red potato",
"2315": "red raspberry prosecco",
"2316": "red rose",
"2317": "red skin",
"2318": "red tart",
"2319": "red velvet",
"232": "berry spinach",
"2320": "red wine",
"2321": "redberry sherbet",
"2322": "reduced fat",
"2323": "reduced salt",
"2324": "reduced sodium",
"2325": "reese's pieces",
"2326": "refined",
"2327": "refried",
"2328": "regular cut",
"2329": "relish",
"233": "berry vegetable",
"2330": "rib",
"2331": "rib back",
"2332": "rib shape",
"2333": "ribeye",
"2334": "ribs",
"2335": "rice",
"2336": "rice cake",
"2337": "rice chex",
"2338": "rice cracker",
"2339": "rice crisp",
"234": "better burger",
"2340": "rice crispy",
"2341": "rice flour",
"2342": "rice krispies",
"2343": "rice krispies treat",
"2344": "rice paper",
"2345": "rice vermicelli",
"2346": "rice wine",
"2347": "riced",
"2348": "ricotta",
"2349": "rind",
"235": "bibb",
"2350": "risotto cake",
"2351": "ritz",
"2352": "roast beef",
"2353": "roast chicken",
"2354": "roasted chicken",
"2355": "roasted garlic",
"2356": "roasted in olive oil",
"2357": "roasted red pepper",
"2358": "roasted vegetable",
"2359": "roasted vegetable chicken",
"236": "bibb butter",
"2360": "rockit",
"2361": "rocky road",
"2362": "rogan josh",
"2363": "roll",
"2364": "rollatini",
"2365": "rolled",
"2366": "rolo",
"2367": "roma",
"2368": "romaine",
"2369": "romanesco",
"237": "bigeye",
"2370": "romano",
"2371": "romano pecorino",
"2372": "rome",
"2373": "root",
"2374": "root beer",
"2375": "root beer barrel",
"2376": "root blend",
"2377": "roots beer",
"2378": "rosa",
"2379": "rose",
"238": "birdville reserve",
"2380": "rosemary",
"2381": "rosemary garlic",
"2382": "rosemary mint",
"2383": "rotisserie",
"2384": "roto roast",
"2385": "round inside",
"2386": "roux",
"2387": "royal gala",
"2388": "ruby",
"2389": "ruby red",
"239": "birthday cake",
"2390": "rum",
"2391": "russet",
"2392": "rye",
"2393": "rye sourdough",
"2394": "saffron",
"2395": "sage",
"2396": "sage derby",
"2397": "salad",
"2398": "salad blend",
"2399": "salad mix",
"24": "airline breast",
"240": "biryani",
"2400": "salad wafer",
"2401": "salibury steak",
"2402": "salisbury",
"2403": "salisbury steak",
"2404": "salmon",
"2405": "salt",
"2406": "salt and vinegar",
"2407": "salt free",
"2408": "salt water taffy",
"2409": "salted dark chocolate",
"241": "biscotti",
"2410": "saltine",
"2411": "sambal oelek",
"2412": "sanding",
"2413": "sandwich",
"2414": "sangria",
"2415": "santa claus",
"2416": "santa fe",
"2417": "satay",
"2418": "satsuma",
"2419": "saturn",
"242": "biscuit",
"2420": "sauce",
"2421": "sauced",
"2422": "sauerkrat",
"2423": "sauerkraut",
"2424": "sausage",
"2425": "sausage casing",
"2426": "sausage substitute",
"2427": "saut\u00e9ed",
"2428": "savory",
"2429": "savory beef",
"243": "bison",
"2430": "savory leaf",
"2431": "savoy",
"2432": "sazon",
"2433": "scallop",
"2434": "scalloped",
"2435": "scandinavian blend",
"2436": "scape",
"2437": "scarlet",
"2438": "schiacciata",
"2439": "schoolboy",
"244": "bisque",
"2440": "scone",
"2441": "scooby doo",
"2442": "scooters",
"2443": "scramble",
"2444": "scrambled",
"2445": "scrambled egg",
"2446": "seafood",
"2447": "seafood casserole",
"2448": "seafood cocktail",
"2449": "season",
"245": "bistro",
"2450": "seasoned",
"2451": "seasoned chicken thigh",
"2452": "seasoned pork",
"2453": "seasoning",
"2454": "seaweed",
"2455": "seckel",
"2456": "seckle",
"2457": "section",
"2458": "sectioned",
"2459": "seed",
"246": "bit",
"2460": "seedless",
"2461": "seeds and grains",
"2462": "semi pearled",
"2463": "semi-pearled",
"2464": "semisweet",
"2465": "semolina",
"2466": "serrano",
"2467": "sesame",
"2468": "sesame and popy seed",
"2469": "sesame giner",
"247": "bites",
"2470": "sesame ginger",
"2471": "sesame seed",
"2472": "sesame stick",
"2473": "sesame tahini",
"2474": "seven grain",
"2475": "seville",
"2476": "shake",
"2477": "shamrock",
"2478": "sharp",
"2479": "shasta",
"248": "black",
"2480": "shawarma",
"2481": "sherry",
"2482": "sherry wine",
"2483": "shiitake",
"2484": "shimeji",
"2485": "shishito",
"2486": "shiso",
"2487": "shitake",
"2488": "shoestring",
"2489": "shoot",
"249": "black assam",
"2490": "short grain",
"2491": "short plate",
"2492": "shortbread",
"2493": "shortloin",
"2494": "shoulder",
"2495": "shoyu",
"2496": "shredded wheat",
"2497": "shrimp",
"2498": "shrimp boil",
"2499": "shrimp flavor",
"25": "albacore",
"250": "black bean",
"2500": "sichuan",
"2501": "sidewinder",
"2502": "sierra mist",
"2503": "silken",
"2504": "silver ice",
"2505": "single",
"2506": "sirloin",
"2507": "sirloin top",
"2508": "skewer",
"2509": "skewered",
"251": "black beluga",
"2510": "skillet",
"2511": "skim",
"2512": "skin",
"2513": "skin on",
"2514": "skiness",
"2515": "skipjack",
"2516": "skirt",
"2517": "skittle",
"2518": "skittles",
"2519": "slab",
"252": "black chai",
"2520": "slaw",
"2521": "slice",
"2522": "sliced whole grain rich",
"2523": "slicer",
"2524": "slider",
"2525": "slim cut",
"2526": "sliver",
"2527": "sloppy joe",
"2528": "slushie",
"2529": "small",
"253": "black cherry",
"2530": "smile",
"2531": "smile shaped",
"2532": "smitten",
"2533": "smoke",
"2534": "smoked",
"2535": "smoked swiss cheese",
"2536": "smoked turkey",
"2537": "smokey bbq",
"2538": "smooth",
"2539": "smoothie",
"254": "black cherry vanilla",
"2540": "smore bar",
"2541": "snap",
"2542": "snapped",
"2543": "snickerdoodle",
"2544": "snickers",
"2545": "snout",
"2546": "snow",
"2547": "soba",
"2548": "soda",
"2549": "sofrito",
"255": "black eyed pea",
"2550": "soft serve",
"2551": "sole",
"2552": "solid",
"2553": "solution added",
"2554": "somen",
"2555": "sopaipilla",
"2556": "sopapilla",
"2557": "sopressata",
"2558": "sorbet",
"2559": "sorrel",
"256": "black forest",
"2560": "sottocenere",
"2561": "souffle",
"2562": "soup",
"2563": "sour apple",
"2564": "sour ball",
"2565": "sour cherry",
"2566": "sour cherry lemon",
"2567": "sour cream",
"2568": "sour cream and onion",
"2569": "sour heads",
"257": "black forest ham",
"2570": "sour patch",
"2571": "sour patch kid",
"2572": "sour patch kids",
"2573": "sour raspberry",
"2574": "sour watermelon",
"2575": "sourdough",
"2576": "sous vide",
"2577": "southwest",
"2578": "southwest chicken",
"2579": "southwest tortilla",
"258": "black lemon",
"2580": "soy",
"2581": "soy butter",
"2582": "soy nut",
"2583": "soy protein",
"2584": "soy sauce",
"2585": "soy-free",
"2586": "soybean",
"2587": "soybutter",
"2588": "soyrizo",
"2589": "spam",
"259": "black mission",
"2590": "spanakopita",
"2591": "spanish",
"2592": "spanish beef",
"2593": "spanish rice",
"2594": "spanish style",
"2595": "spare rib",
"2596": "sparerib",
"2597": "sparkling",
"2598": "sparkling probiotic",
"2599": "sparkling water",
"26": "alegria",
"260": "black pepper",
"2600": "spearmint",
"2601": "spears",
"2602": "special k",
"2603": "spice",
"2604": "spiced",
"2605": "spicy chicken",
"2606": "spicy crab roll",
"2607": "spicy honey",
"2608": "spicy jalapeno",
"2609": "spicy mustard",
"261": "black peppercorn",
"2610": "spicy nacho",
"2611": "spicy orange",
"2612": "spicy sichuan",
"2613": "spicy sweet",
"2614": "spila",
"2615": "spinach",
"2616": "spinach and herb",
"2617": "spinach artichoke",
"2618": "spinach herb",
"2619": "spinach lasagna with bechamel",
"262": "black raspberry",
"2620": "spinach parmesan",
"2621": "spiral",
"2622": "spleen",
"2623": "splenda",
"2624": "split",
"2625": "split pea",
"2626": "sport",
"2627": "sport pepper",
"2628": "sports drink",
"2629": "sprakling",
"263": "black rice",
"2630": "spray",
"2631": "spread",
"2632": "spring mix",
"2633": "spring roll",
"2634": "sprinkle",
"2635": "sprinkles",
"2636": "sprite",
"2637": "sprout",
"2638": "spumoni",
"2639": "squash",
"264": "black tiger",
"2640": "sriracha honey",
"2641": "ss",
"2642": "star",
"2643": "star anise",
"2644": "star blast",
"2645": "star brite",
"2646": "star ruby",
"2647": "starburst",
"2648": "steak",
"2649": "steak cut",
"265": "black truffle",
"2650": "steel cut",
"2651": "stemless",
"2652": "stew",
"2653": "stewed",
"2654": "stick",
"2655": "sticky",
"2656": "stir fry",
"2657": "stracciatella",
"2658": "straight cut",
"2659": "straight neck",
"266": "black trumpet",
"2660": "straightneck",
"2661": "straw",
"2662": "strawberry",
"2663": "strawberry and cream",
"2664": "strawberry banana",
"2665": "strawberry beet",
"2666": "strawberry champagne",
"2667": "strawberry chocolate",
"2668": "strawberry cream",
"2669": "strawberry crisp",
"267": "black turtle",
"2670": "strawberry cr\u00e8me",
"2671": "strawberry dragonfruit",
"2672": "strawberry gelatin",
"2673": "strawberry kiwi",
"2674": "strawberry lemon",
"2675": "strawberry lemonade",
"2676": "strawberry mango",
"2677": "strawberry oatmeal",
"2678": "strawberry orange",
"2679": "strawberry peach",
"268": "black-eyed",
"2680": "strawberry pomegranate",
"2681": "strawberry raspberry",
"2682": "strawberry rhubarb",
"2683": "strawberry rosemary",
"2684": "strawberry shortcake",
"2685": "strawberry sundae",
"2686": "strawberry vanilla",
"2687": "strawberry watermelon",
"2688": "strawbery kiwi",
"2689": "streusel",
"269": "black-eyed pea",
"2690": "striaghtneck",
"2691": "strip loin",
"2692": "striploin",
"2693": "stroganoff",
"2694": "strudel",
"2695": "stuffed",
"2696": "stuffed cabbage",
"2697": "stuffed eggplant",
"2698": "stuffed green pepper",
"2699": "stuffed pepper",
"27": "alfalfa",
"270": "blackberry",
"2700": "stuffed potato",
"2701": "stuffed shells",
"2702": "stuffing",
"2703": "sub",
"2704": "submarine",
"2705": "substitute",
"2706": "succotash",
"2707": "sugar",
"2708": "sugar added",
"2709": "sugar bee",
"271": "blackberry blueberry",
"2710": "sugar coated",
"2711": "sugar free",
"2712": "sugar pie",
"2713": "sugar snap",
"2714": "sugarbee",
"2715": "sugarsnap",
"2716": "sumac",
"2717": "sumatra",
"2718": "summer",
"2719": "sun butter",
"272": "blackberry sage",
"2720": "sun dried",
"2721": "sunburst",
"2722": "sunbutter",
"2723": "sunchip",
"2724": "sunchips",
"2725": "sundae",
"2726": "sundried",
"2727": "sunflower",
"2728": "sunflower butter and jelly",
"2729": "sunflower seed",
"273": "blackened redfish",
"2730": "suntan",
"2731": "super firm",
"2732": "supplement",
"2733": "supreme",
"2734": "surimi",
"2735": "sushi",
"2736": "swai",
"2737": "swedish fish",
"2738": "sweet",
"2739": "sweet & sour",
"274": "blackened steak",
"2740": "sweet & spicy",
"2741": "sweet and salty",
"2742": "sweet and sour",
"2743": "sweet and spicy",
"2744": "sweet chili",
"2745": "sweet green tea",
"2746": "sweet honey mustard",
"2747": "sweet italian",
"2748": "sweet orange",
"2749": "sweet paprika",
"275": "blackeye",
"2750": "sweet potato",
"2751": "sweet potato chocolate",
"2752": "sweet potato chocolate chip",
"2753": "sweet potato pie",
"2754": "sweet salty",
"2755": "sweet spicy",
"2756": "sweet tea",
"2757": "sweetango",
"2758": "sweetbread",
"2759": "sweety drop",
"276": "blackeye pea",
"2760": "swiss",
"2761": "swiss fish",
"2762": "syrup",
"2763": "szechuan",
"2764": "szechuan peppercorn",
"2765": "szechwan",
"2766": "tabasco",
"2767": "table blend",
"2768": "taco",
"2769": "taco filling",
"277": "blackstrap",
"2770": "taco seasoning",
"2771": "taffy",
"2772": "tahini",
"2773": "tahitian breeze",
"2774": "tahitian vanilla",
"2775": "tail",
"2776": "tajin",
"2777": "taleggio",
"2778": "tamale",
"2779": "tamari",
"278": "blanched",
"2780": "tamarind",
"2781": "tamayokucha",
"2782": "tandoori",
"2783": "tang",
"2784": "tangelo",
"2785": "tangerine",
"2786": "tangerine mango guava",
"2787": "tangerine orange",
"2788": "tapioca",
"2789": "taquito",
"279": "blend",
"2790": "tarragon",
"2791": "tart",
"2792": "tart cherry",
"2793": "tartar",
"2794": "tartlet",
"2795": "tater tot",
"2796": "tea",
"2797": "tea biscuit",
"2798": "teardrop",
"2799": "teddy grahams",
"28": "alfredo",
"280": "bleu cheese",
"2800": "telera",
"2801": "tempura",
"2802": "tempura battered",
"2803": "tender greens",
"2804": "tenderloin",
"2805": "tenders",
"2806": "tendril",
"2807": "teres major",
"2808": "teriyaki",
"2809": "teriyaki bowl",
"281": "blintz",
"2810": "terragon",
"2811": "texas",
"2812": "texas smoked",
"2813": "texas style",
"2814": "texas toast",
"2815": "textured",
"2816": "thai",
"2817": "thai basil",
"2818": "thai curry",
"2819": "thai tea",
"282": "block",
"2820": "thick",
"2821": "thick & chunky",
"2822": "thickener",
"2823": "thigh",
"2824": "thin",
"2825": "thousand island",
"2826": "three bean",
"2827": "three cheese",
"2828": "three musketeer",
"2829": "thyme",
"283": "blondie",
"2830": "tidbit",
"2831": "tikka masala",
"2832": "tinga",
"2833": "tip",
"2834": "tiramisu",
"2835": "tiramisu bar",
"2836": "toast",
"2837": "toasted",
"2838": "toasted almond",
"2839": "toasted cinnamon",
"284": "blood",
"2840": "toasted oat",
"2841": "toasted oats",
"2842": "toasted sesame",
"2843": "toasted white chocolate",
"2844": "toasty o",
"2845": "tobiko",
"2846": "toffee almond",
"2847": "toffee nut",
"2848": "tofu",
"2849": "togarashi",
"285": "blood moro",
"2850": "tomatillo",
"2851": "tomato",
"2852": "tomato basil",
"2853": "tomato bisque",
"2854": "tomato florentine",
"2855": "tomato sauce",
"2856": "tomato vegetable",
"2857": "tomme de hood",
"2858": "tongol",
"2859": "tongue",
"286": "bloody mary",
"2860": "tonic",
"2861": "tonic water",
"2862": "tonkatsu",
"2863": "tootie fruities",
"2864": "tootsie roll",
"2865": "top",
"2866": "top butt",
"2867": "top inside round",
"2868": "top round",
"2869": "top sirloin",
"287": "blossom",
"2870": "topping",
"2871": "torchiette",
"2872": "toritlla",
"2873": "tortila",
"2874": "tortilla",
"2875": "tortilla chip",
"2876": "tostada",
"2877": "tostado",
"2878": "tostitos",
"2879": "total",
"288": "bluberry",
"2880": "toulouse",
"2881": "trail mix",
"2882": "treviso",
"2883": "tri color",
"2884": "tri tip",
"2885": "tri-color",
"2886": "triangle",
"2887": "tricolor",
"2888": "trifle",
"2889": "trim",
"289": "blue",
"2890": "tripas",
"2891": "tripe",
"2892": "triple berry",
"2893": "triple chocolate",
"2894": "triple chocolate fudge",
"2895": "trix",
"2896": "tropical",
"2897": "tropical banana",
"2898": "tropical blend",
"2899": "tropical citrus",
"29": "all purpose",
"290": "blue cheese",
"2900": "tropical fire",
"2901": "tropical fruit",
"2902": "tropical island",
"2903": "tropical mango",
"2904": "tropical orange",
"2905": "tropical passion",
"2906": "tropical punch",
"2907": "tropical twist",
"2908": "truffle",
"2909": "trumpet",
"291": "blue claw",
"2910": "tsuyu",
"2911": "tub",
"2912": "tuna",
"2913": "tuna poke",
"2914": "tuna salad",
"2915": "turban",
"2916": "turbinado",
"2917": "turkey",
"2918": "turkey and bean chili",
"2919": "turkey bacon",
"292": "blue corn",
"2920": "turkey bologna",
"2921": "turkey breast",
"2922": "turkey cacciatore",
"2923": "turkey chili",
"2924": "turkey chorizo",
"2925": "turkey club",
"2926": "turkey dinner",
"2927": "turkey enchilada",
"2928": "turkey frank",
"2929": "turkey ham",
"293": "blue hubbard",
"2930": "turkey ham cheese",
"2931": "turkey jerky",
"2932": "turkey meatball",
"2933": "turkey pepperoni",
"2934": "turkey sausage",
"2935": "turkey stick",
"2936": "turkey tetrazzini",
"2937": "turkey with teriyaki sauce",
"2938": "turmeric",
"2939": "turmeric aloe",
"294": "blue lake",
"2940": "turnover",
"2941": "turtle sundae",
"2942": "twisted",
"2943": "twix",
"2944": "tzatziki",
"2945": "udon",
"2946": "unbaked",
"2947": "unbleached",
"2948": "uncooked",
"2949": "unfiltered",
"295": "blue machine",
"2950": "unflavored",
"2951": "ung choy",
"2952": "unpeeled",
"2953": "unseasoned",
"2954": "ureka",
"2955": "uzumaki",
"2956": "v8",
"2957": "valencia",
"2958": "valentine",
"2959": "van sormon",
"296": "blue pomegranate",
"2960": "vanilla",
"2961": "vanilla almond",
"2962": "vanilla bean",
"2963": "vanilla caramel",
"2964": "vanilla chocolate",
"2965": "vanilla chocolate almond",
"2966": "vanilla cola",
"2967": "vanilla cream",
"2968": "vanilla cr\u00e8me",
"2969": "vanilla fig",
"297": "blue raspberry",
"2970": "vanilla honey",
"2971": "vanilla latte",
"2972": "vanilla m&m",
"2973": "vanilla milk chocolate",
"2974": "vanilla strawberry",
"2975": "vanilla wafer",
"2976": "variety",
"2977": "veal",
"2978": "vegan",
"2979": "vegan mayonnaise",
"298": "blue raspberry lemon",
"2980": "vegetable",
"2981": "vegetable ball",
"2982": "vegetable chili",
"2983": "vegetable flavor",
"2984": "vegetable lasagna",
"2985": "vegetable loaf",
"2986": "vegetable oil",
"2987": "vegetable paneer",
"2988": "vegetable protein",
"2989": "vegetarian chili",
"299": "blue raspberry lemonade",
"2990": "vegetarian/vegan",
"2991": "veggie",
"2992": "veggie patty",
"2993": "veranda blend",
"2994": "verde",
"2995": "verjus",
"2996": "verjus du perigold",
"2997": "verona",
"2998": "very berry",
"2999": "vidalia",
"3": "100% fruit",
"30": "all spice",
"300": "blue razzberry",
"3000": "vienna",
"3001": "vinaigrette",
"3002": "vindaloo",
"3003": "viola",
"3004": "vitamin",
"3005": "vitamin d machine",
"3006": "vitamin water",
"3007": "volcano",
"3008": "wafel",
"3009": "wafer",
"301": "blueberry",
"3010": "wafer thin",
"3011": "waffle",
"3012": "waffle cut",
"3013": "waffle graham",
"3014": "wagyu",
"3015": "waldorf",
"3016": "walnut",
"3017": "warabi",
"3018": "warren",
"3019": "wasabi",
"302": "blueberry acai",
"3020": "wasabi pea",
"3021": "water",
"3022": "water added",
"3023": "watermelon",
"3024": "watermelon agave",
"3025": "watermelon flavor",
"3026": "watermelon passion fruit",
"3027": "watermelon passionfruit",
"3028": "watermelon seed",
"3029": "wax",
"303": "blueberry banana",
"3030": "wedding",
"3031": "wellington",
"3032": "wensleydale",
"3033": "western",
"3034": "western style",
"3035": "wheat",
"3036": "wheat berry",
"3037": "wheat bran",
"3038": "wheat bran flakes",
"3039": "wheat frosted",
"304": "blueberry basil",
"3040": "wheat thin",
"3041": "wheatberry",
"3042": "wheaties",
"3043": "whey",
"3044": "whipped",
"3045": "whipped cream",
"3046": "whipping",
"3047": "white and dark",
"3048": "white bean cassoulet",
"3049": "white cheddar",
"305": "blueberry filled",
"3050": "white chocolate",
"3051": "white chocolate chip",
"3052": "white chocolate macadamia",
"3053": "white chocolate macadamia nut",
"3054": "white chocolate macademia nut",
"3055": "white chocolate raspberry",
"3056": "white chocolate sauce",
"3057": "white corn",
"3058": "white grape",
"3059": "white grape cherry",
"306": "blueberry flavor",
"3060": "white grape peach",
"3061": "white pepper",
"3062": "white rose",
"3063": "white wheat",
"3064": "white whole grain rich",
"3065": "white wine",
"3066": "whole grain rich",
"3067": "whole kernel",
"3068": "whole segment",
"3069": "whole white wheat",
"307": "blueberry fruit",
"3070": "wide",
"3071": "wild",
"3072": "wild and long grain",
"3073": "wild berry",
"3074": "wild berry hibiscus",
"3075": "wild cherry",
"3076": "wild swan",
"3077": "wild white nacho",
"3078": "wildberry",
"3079": "wildflower",
"308": "blueberry lemon",
"3080": "wine and beer",
"3081": "wings",
"3082": "winter",
"3083": "wintergreen",
"3084": "with backbone",
"3085": "with canola oil",
"3086": "with corn",
"3087": "with dressing",
"3088": "with gravy",
"3089": "with meat",
"309": "blueberry lemon bread",
"3090": "with top",
"3091": "wonton",
"3092": "woodear",
"3093": "worcestershire",
"3094": "worcestershire sauce",
"3095": "worchestershire",
"3096": "worstersher",
"3097": "wrap",
"3098": "ya",
"3099": "yakisoba",
"31": "allspice",
"310": "blueberry lemonade",
"3100": "yam",
"3101": "yam stick",
"3102": "yeast",
"3103": "yellow",
"3104": "yellow fin",
"3105": "yellowfin",
"3106": "yellowtail",
"3107": "yelow",
"3108": "yerba mate",
"3109": "yo dots",
"311": "blueberry lemongrass",
"3110": "yogurt",
"3111": "yogurt covered",
"3112": "yolk",
"3113": "young",
"3114": "yucca",
"3115": "yukon",
"3116": "yukon gold",
"3117": "yumberry pomegranate",
"3118": "yuzu",
"3119": "zaatar",
"312": "blueberry muffin",
"3120": "zesty",
"3121": "zesty orange",
"3122": "zucchini",
"3123": "zucchini bread",
"3124": "zucchini carrot",
"3125": "\u00e9clair",
"313": "blueberry pecan",
"314": "blueberry pistachio",
"315": "blueberry pomegranate",
"316": "blueberry vanilla",
"317": "boar",
"318": "boat",
"319": "boiled",
"32": "almond",
"320": "bologna",
"321": "bomb pop",
"322": "bone",
"323": "bone femur",
"324": "bone in",
"325": "bones",
"326": "bonito",
"327": "boom boom",
"328": "bosc",
"329": "bosque blue",
"33": "almond butter",
"330": "boston",
"331": "botalon",
"332": "bottled",
"333": "bottom",
"334": "bottom round",
"335": "boule",
"336": "bourbon",
"337": "bourbon style",
"338": "boursin",
"339": "bowl",
"34": "almond butter cup",
"340": "bowtie",
"341": "boysenberry",
"342": "bpumpkin bar",
"343": "bracelet",
"344": "braeburn",
"345": "braised",
"346": "bran",
"347": "bran flake",
"348": "bran flakes",
"349": "branzino",
"35": "almond coconut",
"350": "brat",
"351": "bratwurst",
"352": "brazil",
"353": "bread",
"354": "bread and muffin",
"355": "bread pudding",
"356": "breadcrumb",
"357": "breaded",
"358": "breaded chicken",
"359": "breaded chicken florentine",
"36": "almond crust",
"360": "breaded chicken milanese",
"361": "breaded chicken parmesan",
"362": "breaded fish",
"363": "breading",
"364": "breadstick",
"365": "breafkast",
"366": "breakfast blend",
"367": "breakfast bun",
"368": "breakfast sausage",
"369": "breat",
"37": "almond joy",
"370": "bresaola",
"371": "brie",
"372": "brie and apple",
"373": "brie raspberry filo",
"374": "brine",
"375": "brined",
"376": "brioche",
"377": "brittle",
"378": "broccoli",
"379": "broccoli and cheese",
"38": "almond milk",
"380": "broccoli cheddar",
"381": "broccoli slaw",
"382": "broken",
"383": "bronzino",
"384": "broth",
"385": "brown rice",
"386": "browned",
"387": "brownie",
"388": "brownie brittle",
"389": "brownie chocolate",
"39": "alpine berry",
"390": "browning",
"391": "bruschetta",
"392": "bubble gum",
"393": "bucheron",
"394": "buckwheat",
"395": "bud",
"396": "buffalo",
"397": "buffalo chicken",
"398": "buffalo medium",
"399": "bugle",
"4": "100% juice",
"40": "amagaki",
"400": "bugles",
"401": "bulgar",
"402": "bulgogi",
"403": "bull's blood",
"404": "bun",
"405": "bunny track",
"406": "bunny tracks",
"407": "burger",
"408": "burrata",
"409": "burrito",
"41": "amaranth",
"410": "butt shoulder",
"411": "butter",
"412": "butter and jelly",
"413": "butter blend",
"414": "butter flavor",
"415": "butter flavored",
"416": "butter pecan",
"417": "butter prailine",
"418": "buttered",
"419": "butterfly",
"42": "amaretto",
"420": "buttermilk",
"421": "buttermilk ranch",
"422": "butternut",
"423": "butternut squash",
"424": "butternut squash bisque",
"425": "butterscotch",
"426": "button",
"427": "cabbage",
"428": "cabbage roll",
"429": "cabernet sauvignon",
"43": "amber",
"430": "caciotta",
"431": "caesar",
"432": "caesar cardini",
"433": "caesar creamy",
"434": "cafetero",
"435": "caffe verona",
"436": "cajun",
"437": "cajun bayou",
"438": "cake",
"439": "calabaza",
"44": "american",
"440": "calabrese",
"441": "calabrian",
"442": "california french",
"443": "california garden",
"444": "california roll",
"445": "calimyrna",
"446": "calrose",
"447": "calzone",
"448": "cameo",
"449": "canada dry",
"45": "americano",
"450": "canadian",
"451": "canadian bacon",
"452": "canadian style",
"453": "canary",
"454": "candy",
"455": "candy cane",
"456": "candy covered",
"457": "candy piece",
"458": "cane",
"459": "cane sugar",
"46": "amino acid",
"460": "canellini",
"461": "cannellini",
"462": "cannoli",
"463": "cannoli cream",
"464": "canola",
"465": "cantaloupe",
"466": "canteloupe",
"467": "cap'n crunch",
"468": "caper",
"469": "capicola",
"47": "anaheim",
"470": "capocollo",
"471": "cappuccino",
"472": "cappucino mocha",
"473": "caprese",
"474": "capt'n crunch",
"475": "captain crunch",
"476": "cara cara",
"477": "caramel",
"478": "caramel almond",
"479": "caramel almond and salt",
"48": "ancho",
"480": "caramel apple",
"481": "caramel cookie",
"482": "caramel corn",
"483": "caramel covered",
"484": "caramel cr\u00e8me",
"485": "caramel cup",
"486": "caramel honey vanilla",
"487": "caramel latte",
"488": "caramel macchiato",
"489": "caramel popcorn",
"49": "ancho chile",
"490": "caraway",
"491": "caraway seed gouda",
"492": "cardamom",
"493": "cardamon",
"494": "cardamon cinnamon",
"495": "caribbean",
"496": "caribbean jerk",
"497": "caribbean pineapple",
"498": "carnaroli",
"499": "carne asada",
"5": "1000 island",
"50": "ancho chile powder",
"500": "carne guisada",
"501": "carnita",
"502": "carnitas",
"503": "carnival",
"504": "carob chip",
"505": "carob oatmeal",
"506": "carolina gold",
"507": "carpaccio",
"508": "carribean",
"509": "carribean mango vinaigrette",
"51": "ancho chili",
"510": "carrot",
"511": "carrot bar",
"512": "carrot ginger",
"513": "carrot raisin",
"514": "carrot spice",
"515": "carroteeni",
"516": "cascabel",
"517": "cashew",
"518": "cassava",
"519": "casserole",
"52": "ancho chipotle",
"520": "castelfranco",
"521": "catalina",
"522": "caul fat",
"523": "cauliflower",
"524": "cayenne",
"525": "cayenne pepper",
"526": "cayote",
"527": "ceasar",
"528": "celebration",
"529": "celery",
"53": "anchovy",
"530": "celery salt",
"531": "celery seed",
"532": "cello",
"533": "center",
"534": "cereal",
"535": "cereal bar",
"536": "cerignola",
"537": "ceylon",
"538": "chai",
"539": "chai latte",
"54": "animal",
"540": "challa",
"541": "challah",
"542": "chamomile",
"543": "chamomile lemon",
"544": "champagne",
"545": "champagne vinaigrette",
"546": "champagne wine",
"547": "champange",
"548": "chana masala",
"549": "chanterelle",
"55": "anise",
"550": "char-broiled",
"551": "charboiled",
"552": "chardonnay",
"553": "charro",
"554": "chayote",
"555": "chcolate",
"556": "cheddar",
"557": "cheddar cheese",
"558": "cheddar jack",
"559": "cheddar jalapeno",
"56": "anjou",
"560": "cheedar",
"561": "cheeese",
"562": "cheek",
"563": "cheeks",
"564": "cheerio",
"565": "cheese",
"566": "cheese bite",
"567": "cheese cup",
"568": "cheese curd",
"569": "cheese filled",
"57": "anti-browning solution",
"570": "cheese garlic",
"571": "cheese jalapeno",
"572": "cheese nacho",
"573": "cheese omelet",
"574": "cheese puff",
"575": "cheese ravioli",
"576": "cheese spread",
"577": "cheese stick",
"578": "cheese stuffed",
"579": "cheeseburger",
"58": "antipasto",
"580": "cheesecake",
"581": "cheesy rice",
"582": "cheeto",
"583": "cheetos",
"584": "cheez it",
"585": "cheez-it",
"586": "cheez-its",
"587": "chef",
"588": "cherrios",
"589": "cherry",
"59": "apache blue",
"590": "cherry almond chip",
"591": "cherry apple",
"592": "cherry blossom",
"593": "cherry cobbler",
"594": "cherry cola",
"595": "cherry flavor",
"596": "cherry garcia",
"597": "cherry hibiscus",
"598": "cherry lemonade",
"599": "cherry lime",
"6": "12 grain",
"60": "apple",
"600": "cherry limeade",
"601": "cherry oat bran",
"602": "cherry pomegranate",
"603": "cherry raspberry",
"604": "cherry starfruit",
"605": "cherry vanilla",
"606": "chervil",
"607": "chester",
"608": "chevre",
"609": "chex mix",
"61": "apple and ginger",
"610": "chia",
"611": "chia oatmeal",
"612": "chick pea",
"613": "chicken",
"614": "chicken and beef meatballs",
"615": "chicken and gravy",
"616": "chicken artichoke florentine",
"617": "chicken breast",
"618": "chicken caesar",
"619": "chicken chorizo",
"62": "apple berry",
"620": "chicken cordon bleu",
"621": "chicken dumpling",
"622": "chicken dumplings",
"623": "chicken enchilada",
"624": "chicken fajita",
"625": "chicken flavor",
"626": "chicken florentine",
"627": "chicken fried",
"628": "chicken jerky",
"629": "chicken mole",
"63": "apple butter",
"630": "chicken noodle",
"631": "chicken nugget",
"632": "chicken parmesan",
"633": "chicken patty",
"634": "chicken piccata",
"635": "chicken pot pie",
"636": "chicken salad",
"637": "chicken sausage",
"638": "chicken stew",
"639": "chicken strips",
"64": "apple cherry",
"640": "chicken stuffed broccoli",
"641": "chicken substitute",
"642": "chicken teriyaki",
"643": "chicken tortilla",
"644": "chicken vegetable",
"645": "chicken with balsamic glaze",
"646": "chicken with barbecue sauce",
"647": "chicken with country gravy",
"648": "chicken with francese sauce",
"649": "chicken with hawaiian sauce",
"65": "apple cider",
"650": "chicken with jerk sauce",
"651": "chicken with lemon",
"652": "chicken with lemon sauce",
"653": "chicken with mole sauce",
"654": "chicken with pesto cream",
"655": "chickpea",
"656": "chihuahua",
"657": "chile ancho",
"658": "chile cumin",
"659": "chile relleno",
"66": "apple cider vinaigrette",
"660": "chili",
"661": "chili ancho",
"662": "chili cheese",
"663": "chili citrus",
"664": "chili de arbol",
"665": "chili garlic",
"666": "chili lime",
"667": "chili lime adobo",
"668": "chili mix",
"669": "chili pepper",
"67": "apple cider vinegar",
"670": "chili powder",
"671": "chili relleno",
"672": "chili rellenos",
"673": "chili sauce",
"674": "chili thai",
"675": "chili verde",
"676": "chilled",
"677": "chimayo",
"678": "chinese",
"679": "chinese chicken",
"68": "apple cinnamon",
"680": "chinese five spice",
"681": "chinese parsley",
"682": "chioga",
"683": "chioggia",
"684": "chip",
"685": "chipotle",
"686": "chipotle chicken",
"687": "chipotle chile",
"688": "chipotle creole",
"689": "chipotle pepper",
"69": "apple cinnamon pecan",
"690": "chipotle ranch",
"691": "chipped",
"692": "chipperbec",
"693": "chive",
"694": "chive and onion",
"695": "chocolate",
"696": "chocolate almond",
"697": "chocolate banana",
"698": "chocolate blueberry",
"699": "chocolate brownie",
"7": "2% lactose free",
"70": "apple cinnnamon",
"700": "chocolate caramel",
"701": "chocolate cherry",
"702": "chocolate chip",
"703": "chocolate chip brownie",
"704": "chocolate chip cookie",
"705": "chocolate chip cookie dough",
"706": "chocolate chocolate chip",
"707": "chocolate chunk",
"708": "chocolate coating",
"709": "chocolate covered",
"71": "apple cranberry",
"710": "chocolate cream",
"711": "chocolate cr\u00e8me",
"712": "chocolate espresso bean",
"713": "chocolate filled",
"714": "chocolate fudge",
"715": "chocolate fudge brownie",
"716": "chocolate fudget",
"717": "chocolate hazelnut",
"718": "chocolate m&m",
"719": "chocolate milk",
"72": "apple crisp",
"720": "chocolate mint",
"721": "chocolate sauce",
"722": "chocolate semisweet",
"723": "chocolate shortcake",
"724": "chocolate sundae",
"725": "chocolate twist",
"726": "chocolate vanilla",
"727": "chocolate vanilla swirl",
"728": "chocolate \u00e9clair",
"729": "cholesterol free",
"73": "apple filled",
"730": "chop",
"731": "chow fun",
"732": "chow mein",
"733": "chowder",
"734": "christmas",
"735": "chub",
"736": "chuck",
"737": "chuck brisket",
"738": "chuck flap",
"739": "chuck short rib",
"74": "apple fritter",
"740": "churro",
"741": "chutney",
"742": "ciabatta",
"743": "cider",
"744": "cilantro",
"745": "cilantro lime",
"746": "cilantro vinaigrette",
"747": "cinammon roll",
"748": "cinnamon",
"749": "cinnamon apple",
"75": "apple ginger",
"750": "cinnamon bit",
"751": "cinnamon brown sugar",
"752": "cinnamon chip",
"753": "cinnamon clove",
"754": "cinnamon clusters",
"755": "cinnamon crisp",
"756": "cinnamon flakes",
"757": "cinnamon maple",
"758": "cinnamon raisin",
"759": "cinnamon roll",
"76": "apple jack",
"760": "cinnamon sugar",
"761": "cinnamon swirl",
"762": "cinnamon taost crunch",
"763": "cinnamon toast",
"764": "cinnamon toasters",
"765": "cinnamon vanilla",
"766": "cipollini",
"767": "cippolini",
"768": "citrus",
"769": "citrus apple",
"77": "apple jacks",
"770": "citrus energy",
"771": "citrus peach",
"772": "citrus ponzu",
"773": "clam",
"774": "clam chowder",
"775": "clarified",
"776": "classic roast",
"777": "clear blue raspberry",
"778": "clementine",
"779": "clif",
"78": "apple juice",
"780": "clipped",
"781": "clod",
"782": "clod heart",
"783": "clove",
"784": "clover",
"785": "club",
"786": "coarse",
"787": "cobb",
"788": "cobbette",
"789": "cobbler",
"79": "apple nut",
"790": "cobbler crust",
"791": "cobette",
"792": "cocktail",
"793": "coco flakes",
"794": "cocoa ball",
"795": "cocoa cherry",
"796": "cocoa crisp",
"797": "cocoa crunch",
"798": "cocoa drop",
"799": "cocoa flake",
"8": "7 grain",
"80": "apple oatmeal",
"800": "cocoa flakes",
"801": "cocoa honey",
"802": "cocoa honey cream",
"803": "cocoa krispies",
"804": "cocoa krispy",
"805": "cocoa mix",
"806": "cocoa munchee",
"807": "cocoa powder",
"808": "cocoa puff",
"809": "cocoa puffs",
"81": "apple peach",
"810": "cocoa raisin",
"811": "coconut",
"812": "coconut almond",
"813": "coconut berry",
"814": "coconut crust",
"815": "coconut crusted",
"816": "coconut flake",
"817": "coconut oil",
"818": "coconut peanut butter",
"819": "coffee",
"82": "apple pie",
"820": "coffee bean",
"821": "coffee cake",
"822": "coho",
"823": "cola",
"824": "colby",
"825": "colby and monterey jack",
"826": "colby cheese",
"827": "colby jack",
"828": "colby pepper jack",
"829": "cold brew blend",
"83": "apple smoked",
"830": "coleslaw",
"831": "colombian",
"832": "colored",
"833": "coloring",
"834": "colossal",
"835": "comb",
"836": "comice",
"837": "comino",
"838": "comte",
"839": "con carne",
"84": "apple strawberry",
"840": "con queso",
"841": "concentrate",
"842": "concentrated",
"843": "concha",
"844": "concorde",
"845": "cone",
"846": "confectioner",
"847": "confetti",
"848": "confetti cake",
"849": "consomme",
"85": "apple strawberry banana",
"850": "consomm\u00e9",
"851": "cooked",
"852": "cookie",
"853": "cookies and cream",
"854": "cooking",
"855": "cooking green",
"856": "cool blue",
"857": "cool ranch",
"858": "coppa",
"859": "coraline",
"86": "apple walnut",
"860": "cordon bleu",
"861": "coriander",
"862": "coriander seed",
"863": "corn",
"864": "corn aleppo",
"865": "corn and rice",
"866": "corn bread",
"867": "corn chex",
"868": "corn chile",
"869": "corn chowder",
"87": "apple whirls",
"870": "corn dog",
"871": "corn flake",
"872": "corn flakes",
"873": "corn flour",
"874": "corn nut",
"875": "corn pop",
"876": "corn pops",
"877": "corn puff",
"878": "cornbread",
"879": "corndog",
"88": "applesauce",
"880": "corned beef",
"881": "cornish hen",
"882": "cornmeal",
"883": "cotija",
"884": "cotjia",
"885": "cottage",
"886": "cotto",
"887": "cotton",
"888": "cottonseed",
"889": "country",
"89": "applewood smoked",
"890": "country style chicken",
"891": "couscous",
"892": "crab",
"893": "crab cake",
"894": "crab rangoon",
"895": "crabmeat",
"896": "cracker",
"897": "cracker sandwich",
"898": "cranberry",
"899": "cranberry almond",
"9": "7-grain",
"90": "apricot",
"900": "cranberry apple",
"901": "cranberry blend",
"902": "cranberry cocktail",
"903": "cranberry grape",
"904": "cranberry grapefruit",
"905": "cranberry hazelnut",
"906": "cranberry orange",
"907": "cranberry poppyseed",
"908": "cranberry raspberry",
"909": "cream",
"91": "arabica",
"910": "cream cheese",
"911": "cream of broccoli",
"912": "cream of celery",
"913": "cream of chicken",
"914": "cream of coconut",
"915": "cream of jalapeno",
"916": "cream of mushroom",
"917": "cream of potato",
"918": "cream of rice",
"919": "cream of tartar",
"92": "arbol",
"920": "cream of wheat",
"921": "cream of wheat farina",
"922": "cream puff",
"923": "cream style",
"924": "creamed",
"925": "creamed chicken",
"926": "creamy",
"927": "creamy caesar",
"928": "creamy chicken",
"929": "creamy italian",
"93": "arborio",
"930": "creamy rice",
"931": "creamy tomato",
"932": "cremini",
"933": "crenshaw",
"934": "creole",
"935": "creole remoulade",
"936": "crepe",
"937": "crescent",
"938": "crescent roll",
"939": "crimini",
"94": "arcadian",
"940": "crinkle",
"941": "crinklecut",
"942": "criollo mojo",
"943": "crisp",
"944": "crisp rice",
"945": "crispix",
"946": "crispy onion",
"947": "crispy rice",
"948": "crisscut",
"949": "croissant",
"95": "arctic blitz",
"950": "crookneck",
"951": "crouton",
"952": "crown",
"953": "crownless",
"954": "crumb cake",
"955": "crumble",
"956": "crumbled",
"957": "crumbles",
"958": "crunch",
"959": "crunchy",
"96": "arlis",
"960": "crushed",
"961": "crust",
"962": "crystalized",
"963": "cr\u00e8me",
"964": "cr\u00e8me brulee",
"965": "cr\u00e8me de menthe",
"966": "cr\u00e8me fraiche",
"967": "cuban",
"968": "cubano",
"969": "cube",
"97": "arnold palmer",
"970": "cube steak",
"971": "cucumber",
"972": "cultured",
"973": "cumin",
"974": "cup",
"975": "cupcake",
"976": "curd",
"977": "cured",
"978": "curing",
"979": "curly",
"98": "arrowroot",
"980": "curry",
"981": "curry coconut",
"982": "curry madras",
"983": "curry powder",
"984": "cushion",
"985": "custard",
"986": "cut",
"987": "cutie",
"988": "cuties",
"989": "cutlet",
"99": "artichoke parmesan",
"990": "d'anjou",
"991": "daikon",
"992": "dairy",
"993": "dandy",
"994": "danish",
"995": "dark",
"996": "dark bourbon caramel",
"997": "dark cherry",
"998": "dark chocolate",
"999": "dark chocolate almond"
}
],
[
"Sub-Type 2",
{
"0": "100%",
"1": "100% juice",
"10": "additives",
"100": "berry red",
"1000": "pepper jack cheese",
"1001": "pepper raspberry",
"1002": "peppered",
"1003": "peppermint",
"1004": "peppermint chip",
"1005": "peppermint mocha",
"1006": "pepperoni",
"1007": "pepsi",
"1008": "personal",
"1009": "pesto",
"101": "birthday cake",
"1010": "petite",
"1011": "philly cheese steak",
"1012": "philly cheesesteak",
"1013": "picante",
"1014": "pickle",
"1015": "pickled",
"1016": "piece",
"1017": "pieces",
"1018": "pilaf",
"1019": "pina colada",
"102": "biscuit",
"1020": "pineapple",
"1021": "pineapple coconut",
"1022": "pineapple mango",
"1023": "pink",
"1024": "pink lemonade",
"1025": "pinto",
"1026": "pinwheel",
"1027": "pistachio",
"1028": "pistole",
"1029": "pita",
"103": "bison",
"1030": "pita chip",
"1031": "pixie",
"1032": "pizza",
"1033": "plantain",
"1034": "poblano",
"1035": "poblano pepper",
"1036": "pomace",
"1037": "pomegranate",
"1038": "pomegranate acai",
"1039": "pomegranate passion fruit",
"104": "bistro",
"1040": "pop",
"1041": "popcorn",
"1042": "poppy",
"1043": "poppyseed",
"1044": "pork",
"1045": "pork and beef sausage",
"1046": "pork bacon",
"1047": "pork ham",
"1048": "pork sausage",
"1049": "port",
"105": "bittersweet",
"1050": "pot pie",
"1051": "pot roast",
"1052": "potato",
"1053": "potato crusted",
"1054": "poultry",
"1055": "pound",
"1056": "powdered sugar",
"1057": "power punch",
"1058": "prefried",
"1059": "prepared",
"106": "black",
"1060": "pretzel",
"1061": "pretzel cashew",
"1062": "primal",
"1063": "prince edward",
"1064": "prince edward isle",
"1065": "prince william",
"1066": "probiotic",
"1067": "protein",
"1068": "pudding",
"1069": "puff",
"107": "black bean",
"1070": "pulp",
"1071": "pumpernickel",
"1072": "pumpkin",
"1073": "pumpkin cranberry",
"1074": "pumpkin pecan",
"1075": "pumpkin spice",
"1076": "pumpkin spice cheesecake",
"1077": "pumpkin yogurt",
"1078": "pure",
"1079": "purple",
"108": "black cherry",
"1080": "purple haze chevre",
"1081": "quarter",
"1082": "quatered",
"1083": "quick",
"1084": "quinoa",
"1085": "rainbow",
"1086": "raisin",
"1087": "raisin bran",
"1088": "ramen",
"1089": "ranch",
"109": "black forest",
"1090": "raspberry",
"1091": "raspberry cheese",
"1092": "raspberry cream cheese",
"1093": "raspberry lemon",
"1094": "raspberry lime",
"1095": "raspberry white chocolate",
"1096": "ravioli",
"1097": "ready to serve",
"1098": "reconstituted",
"1099": "red bull",
"11": "adobo sauce",
"110": "black pearl",
"1100": "red chile",
"1101": "red chili",
"1102": "red pepper",
"1103": "red pepper hummus",
"1104": "red pepper roasted",
"1105": "red sauce",
"1106": "red velvet",
"1107": "red velvet cake",
"1108": "red wine sauce",
"1109": "redrific",
"111": "black raspberry",
"1110": "reduced fat",
"1111": "reduced salt",
"1112": "reduced sodium",
"1113": "refried",
"1114": "rendered",
"1115": "reuben",
"1116": "ribbon",
"1117": "ribbon cut",
"1118": "rice",
"1119": "rice cracker",
"112": "blackberry",
"1120": "rice noodle",
"1121": "rice pasta",
"1122": "rice pilaf",
"1123": "rich",
"1124": "ricotta",
"1125": "riserva",
"1126": "roasted garlic",
"1127": "roasted potato",
"1128": "roasted red papper",
"1129": "roasted red pepper",
"113": "blackberry sage",
"1130": "roasted tomato",
"1131": "rocky road",
"1132": "rod",
"1133": "roll",
"1134": "rolled",
"1135": "rollette",
"1136": "rollup",
"1137": "roma",
"1138": "romaine",
"1139": "romano",
"114": "blanched",
"1140": "root",
"1141": "root beer",
"1142": "rosemary",
"1143": "rosemary garlic",
"1144": "rosemary olive oil",
"1145": "roux",
"1146": "royale",
"1147": "rubbed",
"1148": "ruby",
"1149": "russet",
"115": "blend",
"1150": "rye",
"1151": "s'more",
"1152": "saccharin",
"1153": "sage",
"1154": "saint louis",
"1155": "salad",
"1156": "salisbury",
"1157": "salisbury steak",
"1158": "salisbury steak stroganoff",
"1159": "salsa",
"116": "block",
"1160": "salsa verde sauce",
"1161": "salt",
"1162": "salt and pepper",
"1163": "salt and vinegar",
"1164": "salt free",
"1165": "salt water",
"1166": "salted almond",
"1167": "salted caramel macchiato",
"1168": "salted dark chocolate",
"1169": "sambal",
"117": "blondie",
"1170": "sambal oelek",
"1171": "san marzano",
"1172": "sandwich",
"1173": "sauce",
"1174": "sausage",
"1175": "sauterne",
"1176": "scallop",
"1177": "scalloped",
"1178": "scandinavia",
"1179": "scrambled",
"118": "blue berry",
"1180": "sea salt and vinegar",
"1181": "sea salt caraway",
"1182": "seafood",
"1183": "seasoned",
"1184": "seed",
"1185": "seedless",
"1186": "semi sweet",
"1187": "semi-sweet",
"1188": "semisweet",
"1189": "serrano",
"119": "blue cheese",
"1190": "sesame",
"1191": "sesame ginger",
"1192": "sesame peanut",
"1193": "sesame stick",
"1194": "shaped",
"1195": "sharp",
"1196": "shawarma",
"1197": "sheeted",
"1198": "shelf stable",
"1199": "shell-on",
"12": "agave",
"120": "blue raspberry",
"1200": "sherry",
"1201": "shiro",
"1202": "short rib",
"1203": "shortrib",
"1204": "shoulder",
"1205": "shrimp",
"1206": "sierra mist",
"1207": "silver",
"1208": "sirarcha",
"1209": "sirloin",
"121": "blue raspberry lemon",
"1210": "skim",
"1211": "skin on",
"1212": "slab",
"1213": "slaw",
"1214": "sleepytime",
"1215": "slice",
"1216": "slided",
"1217": "slider",
"1218": "sliver",
"1219": "slivered",
"122": "blueberry",
"1220": "sloppy joe",
"1221": "small",
"1222": "smoked",
"1223": "smoked gouda",
"1224": "smokey",
"1225": "smoky",
"1226": "smore",
"1227": "smore and chocolate chip",
"1228": "smores",
"1229": "snap pea",
"123": "blueberry almond",
"1230": "snicker",
"1231": "snickerdoodle",
"1232": "snickers",
"1233": "snow cone",
"1234": "sodium free",
"1235": "solid",
"1236": "solution added",
"1237": "sour cherry",
"1238": "sour cream & onion",
"1239": "sour cream and cheddar",
"124": "blueberry cashew vanilla",
"1240": "sour cream and chive",
"1241": "sour cream and herb",
"1242": "sour cream and onion",
"1243": "sour cream cheddar",
"1244": "sour cream chive",
"1245": "sour cream herb",
"1246": "sour cream onion",
"1247": "sour swell",
"1248": "sourdough",
"1249": "southwest",
"125": "blueberry cherry",
"1250": "southwestern",
"1251": "soy",
"1252": "soy free",
"1253": "soy sauce",
"1254": "spanish",
"1255": "spanish rice",
"1256": "sparking",
"1257": "sparkling",
"1258": "spearmint",
"1259": "spice",
"126": "blueberry cranberry",
"1260": "spicy chile",
"1261": "spicy kimchi",
"1262": "spicy sweet chili",
"1263": "spicy szechuan",
"1264": "spinach",
"1265": "spinach berry",
"1266": "spinach feta",
"1267": "spinach herb",
"1268": "spiral",
"1269": "spiral cut",
"127": "blueberry cream cheese",
"1270": "splenda",
"1271": "sponge",
"1272": "spray",
"1273": "spread",
"1274": "sprite",
"1275": "squash",
"1276": "ss",
"1277": "st. louis style",
"1278": "stead",
"1279": "steak",
"128": "blueberry frosted",
"1280": "steamed",
"1281": "steel cut",
"1282": "stevia",
"1283": "stew",
"1284": "stewed",
"1285": "stick",
"1286": "stickless",
"1287": "stir fry",
"1288": "stir-fry",
"1289": "stirato",
"129": "blueberry lemon",
"1290": "strawberry",
"1291": "strawberry acai",
"1292": "strawberry and cream",
"1293": "strawberry banana",
"1294": "strawberry cheese",
"1295": "strawberry cream",
"1296": "strawberry cream cheese",
"1297": "strawberry cr\u00e8me",
"1298": "strawberry daquiri",
"1299": "strawberry frosted",
"13": "albacore",
"130": "blueberry lemon poppyseed",
"1300": "strawberry jam",
"1301": "strawberry kiwi",
"1302": "strawberry lemonade",
"1303": "strawberry orange",
"1304": "strawberry pomegranate",
"1305": "strawberry punch",
"1306": "strawberry raspberry",
"1307": "strawberry rhubarb",
"1308": "strawberry shortcake",
"1309": "strawberry watermelon",
"131": "blueberry pomegranate",
"1310": "strawberry yogurt",
"1311": "stringless",
"1312": "stuffed",
"1313": "stuffed cabbage",
"1314": "stuffed crust",
"1315": "stuffed jalapeno",
"1316": "stuffing",
"1317": "sub",
"1318": "succotash",
"1319": "sucralose",
"132": "blueberry vanilla",
"1320": "sugar",
"1321": "sugar added",
"1322": "sugar butter",
"1323": "sugar coated",
"1324": "sugar free",
"1325": "sugar less",
"1326": "sun dried tomato",
"1327": "sunbutter",
"1328": "sundae",
"1329": "sundried tomato",
"133": "blueberry white chocolate",
"1330": "sunflower seeds",
"1331": "sungold",
"1332": "sunrise",
"1333": "superfruit",
"1334": "surimi",
"1335": "swedish fish",
"1336": "sweet",
"1337": "sweet and salty",
"1338": "sweet and smoky",
"1339": "sweet and sour meatball",
"134": "boat",
"1340": "sweet and sour sauce",
"1341": "sweet and spicy",
"1342": "sweet chili",
"1343": "sweet maui onion",
"1344": "sweet mint",
"1345": "sweet potato",
"1346": "sweet potato maple",
"1347": "sweet spicy",
"1348": "swiss",
"1349": "swiss chard",
"135": "boil in bag",
"1350": "swiss chocolate",
"1351": "swiss roll",
"1352": "syrup",
"1353": "tabasco",
"1354": "table",
"1355": "taco",
"1356": "taco filling",
"1357": "tahini lemon",
"1358": "tail on",
"1359": "tamari",
"136": "bologna",
"1360": "tandoori",
"1361": "tangerine",
"1362": "tangerine lemongrass",
"1363": "tangerine strawberry",
"1364": "tango",
"1365": "tapioca",
"1366": "tart cherry",
"1367": "tart cherry almond",
"1368": "tea",
"1369": "tenderloin",
"137": "bone",
"1370": "teres major",
"1371": "teriyaki",
"1372": "terryaki",
"1373": "texas toast",
"1374": "thai",
"1375": "thick",
"1376": "thick crust",
"1377": "thick crust whole grain rich",
"1378": "thick cut",
"1379": "thin",
"138": "bone in",
"1380": "thin crust",
"1381": "three bean",
"1382": "three cheese",
"1383": "three grain",
"1384": "tiny",
"1385": "tip",
"1386": "tiramisu",
"1387": "toast",
"1388": "toasted",
"1389": "toasted coconut",
"139": "boned",
"1390": "toasted marshmallow",
"1391": "toffee almond",
"1392": "toffee covered",
"1393": "toffee crunch",
"1394": "tomatillo",
"1395": "tomato",
"1396": "tomato basil",
"1397": "tomato sauce",
"1398": "tortilla",
"1399": "tortilla chip",
"14": "alegria",
"140": "bonito",
"1400": "tortilla crusted",
"1401": "tostada",
"1402": "trail mix",
"1403": "tres leches",
"1404": "tri tip",
"1405": "tri-color",
"1406": "tripe",
"1407": "triple berry",
"1408": "triple chocolate",
"1409": "triple delight",
"141": "bonless",
"1410": "trix",
"1411": "tropical",
"1412": "tropical passion",
"1413": "tropical pineapple",
"1414": "tropical twist",
"1415": "truffle",
"1416": "tub",
"1417": "tube",
"1418": "tuna salad",
"1419": "turkey",
"142": "boston cream",
"1420": "turkey bacon",
"1421": "turkey bologna",
"1422": "turkey bolognese",
"1423": "turkey breast",
"1424": "turkey chorizo",
"1425": "turkey ham",
"1426": "turkey pepperoni",
"1427": "turkey salami",
"1428": "turkey sausage",
"1429": "turmeric",
"143": "boston cr\u00e8me",
"1430": "turtle",
"1431": "tuscan",
"1432": "tuxedo",
"1433": "tuxedo mousse",
"1434": "twix",
"1435": "two layer",
"1436": "ultra grain",
"1437": "unbaked",
"1438": "unbleached",
"1439": "unfiltered",
"144": "bottled",
"1440": "unflavored",
"1441": "unglazed",
"1442": "unrefined",
"1443": "unseasoned",
"1444": "unsweetened",
"1445": "vanilla",
"1446": "vanilla almond",
"1447": "vanilla almond latte",
"1448": "vanilla bean",
"1449": "vanilla bean brulee",
"145": "bottom round",
"1450": "vanilla brownie",
"1451": "vanilla buttercream",
"1452": "vanilla caramel",
"1453": "vanilla chips",
"1454": "vanilla chocolate",
"1455": "vanilla chocolate nuts",
"1456": "vanilla cream",
"1457": "vanilla fudge",
"1458": "vanilla nut",
"1459": "vanilla tangerine",
"146": "bourbon",
"1460": "variety",
"1461": "veal",
"1462": "vegan",
"1463": "vegetable",
"1464": "vegetable lasagna",
"1465": "vegeterian",
"1466": "vinaigrette",
"1467": "vinegar",
"1468": "vinegar sauce",
"1469": "vitamin",
"147": "bourbon pecan",
"1470": "voodoo gumbo",
"1471": "wafer",
"1472": "waffle",
"1473": "waffle cut",
"1474": "walnut",
"1475": "walnut fudge",
"1476": "watermelon rose",
"1477": "wax bean",
"1478": "wellington",
"1479": "wheat",
"148": "bourbon vanilla",
"1480": "wheat free",
"1481": "wheat oat",
"1482": "white bean",
"1483": "white bread",
"1484": "white cheddar",
"1485": "white chocolate",
"1486": "white chocolate chip",
"1487": "white chocolate macadamia",
"1488": "white chocolate macadamia nut",
"1489": "white chocolate mocha",
"149": "bowl",
"1490": "white chocolate raspberry",
"1491": "white cr\u00e8me",
"1492": "white nacho",
"1493": "white truffle",
"1494": "white wheat",
"1495": "whole grain rich",
"1496": "whole leaf",
"1497": "whole white wheat",
"1498": "wide",
"1499": "wild",
"15": "aleppo",
"150": "bowtie",
"1500": "wild cherry",
"1501": "wild rice",
"1502": "wild white nacho",
"1503": "winter mix",
"1504": "winterfresh",
"1505": "with dressing",
"1506": "with gravy",
"1507": "with icing",
"1508": "with nuts",
"1509": "with ranch",
"151": "braised",
"1510": "with sauce",
"1511": "with top",
"1512": "worm",
"1513": "xango",
"1514": "yakisoba",
"1515": "yam",
"1516": "yams",
"1517": "yeast",
"1518": "yogurt",
"1519": "yogurt covered",
"152": "bran",
"1520": "yumberry pomegranate",
"1521": "yuzu",
"1522": "zero sugar",
"1523": "zucchini",
"153": "bratwurst",
"154": "bread",
"155": "bread and butter",
"156": "bread and butter chip",
"157": "breaded",
"158": "breakfast patty",
"159": "brean",
"16": "alfredo",
"160": "breast",
"161": "bright beet",
"162": "brioche",
"163": "brittle",
"164": "broccoli",
"165": "broccoli cauliflower",
"166": "broston cream",
"167": "broth",
"168": "brown and wild rice",
"169": "brown butter",
"17": "all purpose",
"170": "brown rice",
"171": "brown sauce",
"172": "brown spicy",
"173": "brown sugar",
"174": "brown sugar cinnamon",
"175": "brownie",
"176": "brownie turtle",
"177": "bubblemint",
"178": "buckwheat",
"179": "buffalo",
"18": "almond",
"180": "buffalo bleu cheese",
"181": "bug",
"182": "bulgogi",
"183": "bumble blossom",
"184": "bun",
"185": "bundt",
"186": "burger",
"187": "burgundy",
"188": "burrata",
"189": "butter",
"19": "almond apricot",
"190": "butter garlic",
"191": "butterfly",
"192": "buttermilk",
"193": "butternut squash",
"194": "cacciatore",
"195": "caesar",
"196": "cajun",
"197": "cake",
"198": "california",
"199": "can",
"2": "15%",
"20": "almond butter",
"200": "candied",
"201": "candy",
"202": "candy cane",
"203": "candy coated",
"204": "cap",
"205": "caprese",
"206": "capri",
"207": "caramel",
"208": "caramel almond nougat",
"209": "caramel almond sea salt",
"21": "almond coconut",
"210": "caramel and vanilla",
"211": "caramel apple",
"212": "caramel fudge pecan",
"213": "caramel macchiato",
"214": "caramel pecan",
"215": "caramel sea salt",
"216": "caramel vanilla",
"217": "caribbean",
"218": "carnival",
"219": "carribean",
"22": "almond flour",
"220": "carrot",
"221": "carrot cake",
"222": "carrot miso",
"223": "cashew",
"224": "cashew cookie",
"225": "cashew milk",
"226": "casserole",
"227": "catalina",
"228": "cauliflower",
"229": "cayenne",
"23": "american",
"230": "celery seeds",
"231": "cereal",
"232": "challah",
"233": "chamomile",
"234": "charboiled",
"235": "charred tomato",
"236": "cheddar",
"237": "cheddar beer",
"238": "cheddar cheese",
"239": "cheddar herb",
"24": "anaheim",
"240": "cheddar jack",
"241": "cheddar jalapeno",
"242": "cheek",
"243": "cheerio",
"244": "cheese",
"245": "cheese cream sauce",
"246": "cheese stick",
"247": "cheese tortellini",
"248": "cheesecake",
"249": "cheesteak",
"25": "ancho",
"250": "cherrio",
"251": "cherry",
"252": "cherry and apple",
"253": "cherry apple",
"254": "cherry cola",
"255": "cherry greek yogurt",
"256": "cherry guava",
"257": "cherry limeade",
"258": "cherry limenade",
"259": "cherry pie",
"26": "angel",
"260": "chia seed",
"261": "chicken",
"262": "chicken patty",
"263": "chicken sausage",
"264": "chicken teriyaki",
"265": "chickpea",
"266": "chile tomato",
"267": "chili",
"268": "chili cheese",
"269": "chili green",
"27": "angel food",
"270": "chili lime",
"271": "chili pepper",
"272": "chili tomato",
"273": "chip",
"274": "chipotle",
"275": "chipotle citrus",
"276": "chipotle lime",
"277": "chive",
"278": "chocolate",
"279": "chocolate almond",
"28": "anise",
"280": "chocolate almond butter",
"281": "chocolate berry",
"282": "chocolate brownie",
"283": "chocolate candy piece",
"284": "chocolate caramel",
"285": "chocolate cashew butter",
"286": "chocolate cherry cashew",
"287": "chocolate chip",
"288": "chocolate chip brownie",
"289": "chocolate chip cookie",
"29": "antipasto",
"290": "chocolate chip cookie dough",
"291": "chocolate chip peanut",
"292": "chocolate chip peanut butter",
"293": "chocolate chip pecan",
"294": "chocolate chip toffee",
"295": "chocolate chip walnut",
"296": "chocolate chocolate chip",
"297": "chocolate chunk",
"298": "chocolate coffee",
"299": "chocolate cola",
"3": "3-grain",
"30": "apple",
"300": "chocolate covered",
"301": "chocolate cream",
"302": "chocolate crumble",
"303": "chocolate cr\u00e8me",
"304": "chocolate dipped",
"305": "chocolate fudge",
"306": "chocolate meringue",
"307": "chocolate mousse",
"308": "chocolate nut",
"309": "chocolate peanut butter",
"31": "apple blueberry",
"310": "chocolate pudding",
"311": "chocolate sea salt",
"312": "chocolate shortcake",
"313": "chocolate strawberry",
"314": "chocolate vanilla",
"315": "chocolate \u00e9clair",
"316": "chocolate-covered",
"317": "chop",
"318": "chow mein",
"319": "chowder bowl",
"32": "apple caramel",
"320": "christmas",
"321": "chunks",
"322": "churro",
"323": "ciabatta",
"324": "ciliegine",
"325": "cinnamon",
"326": "cinnamon apple",
"327": "cinnamon brown sugar",
"328": "cinnamon coffee",
"329": "cinnamon cream cheese",
"33": "apple caremel",
"330": "cinnamon maple",
"331": "cinnamon oat",
"332": "cinnamon oatmeal",
"333": "cinnamon pecan",
"334": "cinnamon raisin",
"335": "cinnamon roll",
"336": "cinnamon sugar",
"337": "cinnamon toast",
"338": "cinnamon whole grain rich",
"339": "citrus",
"34": "apple cider",
"340": "citrus poppy seed",
"341": "clam",
"342": "clarified",
"343": "clementine",
"344": "clemetine",
"345": "club wheat",
"346": "club white",
"347": "cocktail",
"348": "coco puff",
"349": "cocoa cherry",
"35": "apple cinnamon",
"350": "cocoa chip",
"351": "cocoa powder",
"352": "cocoa puffs",
"353": "coconut",
"354": "coconut almond",
"355": "coconut almond butter",
"356": "coconut chocolate",
"357": "coconut cream",
"358": "coconut cream pie",
"359": "coconut crusted",
"36": "apple cinnamon raisin",
"360": "coconut date ginger",
"361": "coconut ganache",
"362": "coconut meringue",
"363": "coconut mojito",
"364": "coconut pineapple",
"365": "coconut vanilla",
"366": "coffee",
"367": "coffee blueberry crumb",
"368": "coffee cake",
"369": "coffee cinnamon",
"37": "apple crumble",
"370": "coffee lemon",
"371": "coffee zucchini",
"372": "coin cut",
"373": "cola",
"374": "concentrate",
"375": "concentrated",
"376": "cone",
"377": "confetti",
"378": "confit",
"379": "cooked",
"38": "apple dutch caramel",
"380": "cooked in sauce",
"381": "cookie and cream",
"382": "cookie butter",
"383": "cookie cashew",
"384": "cookie dough",
"385": "cookies & cream",
"386": "cookies and cream",
"387": "cooking",
"388": "cool ranch",
"389": "corn",
"39": "apple fritter",
"390": "cornbread",
"391": "cottonseed",
"392": "country",
"393": "country style",
"394": "crab",
"395": "craberry",
"396": "cracked pepper",
"397": "cracker",
"398": "cranberry",
"399": "cranberry almond",
"4": "4%",
"40": "apple gouda",
"400": "cranberry apple",
"401": "cranberry cocktail",
"402": "cranberry grape",
"403": "cranberry grapefruit",
"404": "cranberry nut",
"405": "cranberry orange",
"406": "cranberry raspberry",
"407": "cranberry white chocolate",
"408": "cranberry white chocolate chip",
"409": "cream",
"41": "apple jack",
"410": "cream cheese",
"411": "creamed",
"412": "creamy",
"413": "creme brulee",
"414": "creole",
"415": "creole style",
"416": "crinkle",
"417": "crinklecut",
"418": "croissant",
"419": "crown",
"42": "apple mint",
"420": "crueler",
"421": "crumb",
"422": "crumble",
"423": "crumble cookie",
"424": "crumbled",
"425": "crumbles",
"426": "crushed",
"427": "crust",
"428": "crustless",
"429": "cr\u00e8me brulee",
"43": "apple pie",
"430": "cuban",
"431": "cubano",
"432": "cube",
"433": "cucumber",
"434": "cumin",
"435": "cup",
"436": "cured",
"437": "curly",
"438": "curry",
"439": "custard",
"44": "apple walnut",
"440": "cut",
"441": "cutlet",
"442": "daikon",
"443": "dairy free",
"444": "dark",
"445": "dark chocolate",
"446": "dark chocolate almond butter",
"447": "dark chocolate cherry",
"448": "dark chocolate mocha",
"449": "dark chocolate peanut butter",
"45": "apricot",
"450": "dark chocolate sea salt",
"451": "dark meat",
"452": "decaf",
"453": "decaffeinated",
"454": "decaffinated",
"455": "decorated",
"456": "deep dish",
"457": "dehydrated",
"458": "deli",
"459": "delicious",
"46": "arbol",
"460": "demi glace",
"461": "devil's food",
"462": "devils food",
"463": "devined",
"464": "diet",
"465": "dijon",
"466": "dill",
"467": "dinner",
"468": "dip",
"469": "double chocolate",
"47": "arcadian",
"470": "double chocolate chip",
"471": "double chocolate mint",
"472": "double dark chocolate",
"473": "dr pepper",
"474": "dr. pepper",
"475": "dragon fruit",
"476": "drained",
"477": "dressing",
"478": "dried cranberry",
"479": "dried fruit",
"48": "artichoke",
"480": "drumstick",
"481": "dry",
"482": "dry cured",
"483": "dry roasted",
"484": "duck",
"485": "dulce de leche",
"486": "dumpling",
"487": "dunkers",
"488": "edamame",
"489": "edamame noodle",
"49": "asiago",
"490": "edible",
"491": "egg yolk",
"492": "eggplant",
"493": "eggs",
"494": "enchilada",
"495": "english breakfast",
"496": "english toffee",
"497": "equal",
"498": "extra large",
"499": "extra light",
"5": "5 grain",
"50": "asian",
"500": "extra light syrup",
"501": "extra wide",
"502": "fajita",
"503": "faming hot",
"504": "farm-raised",
"505": "femur",
"506": "feta",
"507": "feta cheese",
"508": "fiber",
"509": "fig",
"51": "asparagus",
"510": "filled",
"511": "fire roasted",
"512": "fish",
"513": "five way",
"514": "flaked",
"515": "flame broiled",
"516": "flame roasted",
"517": "flamebroiled",
"518": "flan",
"519": "flat",
"52": "aspartame",
"520": "flavored",
"521": "fletch",
"522": "floret",
"523": "flour",
"524": "flourless",
"525": "focaccia",
"526": "fondant",
"527": "fortified",
"528": "four layer",
"529": "four way",
"53": "assorted",
"530": "frank",
"531": "freeze dried",
"532": "french",
"533": "french bread",
"534": "french cream",
"535": "french fry",
"536": "french onion",
"537": "french silk",
"538": "french toast",
"539": "french toast shape",
"54": "avocado",
"540": "french vanilla",
"541": "fresca",
"542": "freshly baked",
"543": "freshly prepared",
"544": "fresno",
"545": "fries",
"546": "fritter",
"547": "frosted flakes",
"548": "frosted fudge",
"549": "frozen",
"55": "baby caprino",
"550": "frozezn",
"551": "fruit",
"552": "fruit and nut",
"553": "fruit cup",
"554": "fruit punch",
"555": "fruit smoothie",
"556": "fruit swirl",
"557": "fry",
"558": "fudge",
"559": "fuji",
"56": "bagel",
"560": "funnel",
"561": "galzed",
"562": "garden",
"563": "garden salsa",
"564": "garlic",
"565": "garlic & red bell pepper",
"566": "garlic and herb",
"567": "garlic cheddar",
"568": "garlic herb",
"569": "garlic hummus",
"57": "baguette",
"570": "garlic parmesan",
"571": "garlic pesto",
"572": "garnet",
"573": "gelatin",
"574": "genoa",
"575": "german chocolate",
"576": "german style",
"577": "gherkin",
"578": "ghost",
"579": "ginger",
"58": "baja blast",
"580": "ginger ale",
"581": "ginger pineapple",
"582": "ginger turmeric",
"583": "gingerbread",
"584": "glacier freeze",
"585": "glacier ice",
"586": "gluten free",
"587": "gluten free ss",
"588": "goat cheese",
"589": "gochujang",
"59": "bakes",
"590": "golden",
"591": "golden cr\u00e8me",
"592": "golden parisien",
"593": "golden velvet",
"594": "gorgonzola",
"595": "gouda",
"596": "gourmet",
"597": "graham",
"598": "graham cracker",
"599": "grain",
"6": "7 grain",
"60": "baking",
"600": "granola",
"601": "granule",
"602": "grape",
"603": "grape jelly",
"604": "grapefruit",
"605": "gravy",
"606": "greek",
"607": "green apple",
"608": "green bean",
"609": "green chili",
"61": "balsamic",
"610": "green commodity",
"611": "green hatch",
"612": "green onion",
"613": "green sauce",
"614": "grenadine",
"615": "grilled",
"616": "grits",
"617": "ground",
"618": "guacamole",
"619": "guajillo",
"62": "banana",
"620": "guava",
"621": "gumbo",
"622": "gyro",
"623": "habanero",
"624": "habanero lime",
"625": "half coin",
"626": "halves",
"627": "ham and cheese",
"628": "hamburger",
"629": "hard boiled",
"63": "banana chocolate",
"630": "hard cooked",
"631": "hardboiled",
"632": "harissa",
"633": "harvest",
"634": "harvest cheddar",
"635": "hatch chile",
"636": "hatch green",
"637": "hawaiian",
"638": "hawaiian barbecue",
"639": "hawaiian bun",
"64": "banana chocolate chip",
"640": "hawaiian salted caramel",
"641": "hazelnut",
"642": "heart",
"643": "heirloom",
"644": "hemp",
"645": "herb",
"646": "herbal",
"647": "herbed",
"648": "hickory",
"649": "hickory smoked",
"65": "banana cream",
"650": "himalayan pink salt",
"651": "honey",
"652": "honey almond",
"653": "honey almond maple",
"654": "honey and oat",
"655": "honey barbecue",
"656": "honey butter",
"657": "honey chocolate",
"658": "honey corn",
"659": "honey dijon",
"66": "banana nut",
"660": "honey garlic",
"661": "honey ginseng",
"662": "honey nut",
"663": "honey oat",
"664": "honey pineapple",
"665": "honey roasted",
"666": "honey smoked",
"667": "honey toasted",
"668": "honey vanilla",
"669": "hostess",
"67": "bar",
"670": "hot",
"671": "hot chili",
"672": "hot nacho",
"673": "hot ring",
"674": "hummus",
"675": "hungarian",
"676": "ice",
"677": "iceberg",
"678": "iced sweetened",
"679": "imitation",
"68": "barbecue",
"680": "imitation butter",
"681": "immitation crab",
"682": "in adobo",
"683": "in balsamic vinegar",
"684": "in brine",
"685": "in gel",
"686": "in heavy syrup",
"687": "in light syrup",
"688": "in liquid",
"689": "in puree",
"69": "barbecue meatballs",
"690": "in sauce",
"691": "in sunflower oil",
"692": "in syrup",
"693": "in tomato sauce",
"694": "in vinegar",
"695": "instant",
"696": "irish cream",
"697": "italian",
"698": "italian blend",
"699": "italian herb",
"7": "None",
"70": "barbecue meatballs with macaroni",
"700": "jack",
"701": "jade",
"702": "jalapeno",
"703": "jalapeno cheddar",
"704": "jalapeno cheese",
"705": "jalapeno lime",
"706": "jalapeno nacho",
"707": "jalapeno pepper",
"708": "jamaica",
"709": "jamaican style",
"71": "barbeque",
"710": "japanese",
"711": "jar",
"712": "jellied",
"713": "jelly",
"714": "jerkey",
"715": "jewel",
"716": "jicama",
"717": "jolly rancher",
"718": "juice",
"719": "kabocha",
"72": "barley",
"720": "kaiser",
"721": "kale",
"722": "katlyn",
"723": "kernel",
"724": "kettle",
"725": "kettled cooked",
"726": "kewpie",
"727": "key lime",
"728": "key lime crumble",
"729": "key west",
"73": "barley. instant",
"730": "kiwi berry",
"731": "kiwi guava",
"732": "kiwi strawberry",
"733": "knuckle",
"734": "kool ranch",
"735": "korean",
"736": "korean barbecue",
"737": "korma",
"738": "kosher",
"739": "lamb",
"74": "bartlett",
"740": "latin style",
"741": "lavender",
"742": "leaf",
"743": "leaves",
"744": "leek",
"745": "leg",
"746": "lemon",
"747": "lemon and honeysuckle",
"748": "lemon berry cream",
"749": "lemon blueberry",
"75": "base",
"750": "lemon cayenne",
"751": "lemon chiffon",
"752": "lemon cranberry",
"753": "lemon cream",
"754": "lemon cucumber",
"755": "lemon dill",
"756": "lemon ginger",
"757": "lemon lime",
"758": "lemon lime soda",
"759": "lemon meringue",
"76": "basil",
"760": "lemon orange",
"761": "lemon pepper",
"762": "lemon poppyseed",
"763": "lemon raspberry",
"764": "lemon sauce",
"765": "lemon white chocolate",
"766": "lemonade",
"767": "lemonade cocktail",
"768": "lemongrass",
"769": "lentil",
"77": "bavarian",
"770": "less sugar",
"771": "liberty brew",
"772": "light syrup",
"773": "lightly salted",
"774": "lighty",
"775": "lime",
"776": "lime chili",
"777": "lime mint",
"778": "limeade",
"779": "limon",
"78": "bavarian cream",
"780": "lingoberry",
"781": "link",
"782": "little gem",
"783": "livewire",
"784": "lo mein",
"785": "lobster",
"786": "log",
"787": "low salt",
"788": "low sodium",
"789": "lowfat",
"79": "bavarian cr\u00e8me",
"790": "lucky charm",
"791": "m&m",
"792": "madagascar",
"793": "madras",
"794": "malt",
"795": "malted",
"796": "malted milkshake",
"797": "mandarin ginseng",
"798": "mandarin orange",
"799": "mango",
"8": "acai berry",
"80": "bbq",
"800": "mango banana",
"801": "mango coconut",
"802": "mango hibiscus",
"803": "mango lime",
"804": "mango passionfruit",
"805": "mango pineapple",
"806": "mango salsa",
"807": "maple",
"808": "maple almond butter",
"809": "maple cinnamon",
"81": "bean",
"810": "maple crust",
"811": "maple flavored",
"812": "maple pecan",
"813": "maple pecan sea salt",
"814": "maraschino",
"815": "maraschino cherry",
"816": "marble",
"817": "marble banana",
"818": "margarine",
"819": "marinara",
"82": "beans",
"820": "marinara sauce",
"821": "marinated",
"822": "marsala",
"823": "marshmallow",
"824": "masa harina",
"825": "mashed",
"826": "mashed potato",
"827": "matcha",
"828": "matchstick",
"829": "mattinata",
"83": "beef",
"830": "matzo ball",
"831": "maui onion",
"832": "meat",
"833": "meat sauce",
"834": "meatballs with tomato sauce",
"835": "meatless",
"836": "meatloaf",
"837": "mediterranean",
"838": "medium",
"839": "medium grain",
"84": "beef chorizo",
"840": "medley",
"841": "membrillo",
"842": "mesclun",
"843": "mesquite",
"844": "mexican",
"845": "meyer lemon",
"846": "microwavable",
"847": "milano",
"848": "mild",
"849": "milk chocolate",
"85": "beef meatball",
"850": "milk chocolate chip",
"851": "minced",
"852": "minneola",
"853": "mint chip brownie",
"854": "mint chocolate",
"855": "mirin",
"856": "miso",
"857": "mississippi mud pie",
"858": "mix",
"859": "mixed",
"86": "beef pepperoni",
"860": "mixed berry",
"861": "mixed fruit",
"862": "mocha almond",
"863": "mojito lime coconut",
"864": "molten chocolate",
"865": "mondako",
"866": "monterey",
"867": "mortadella",
"868": "mountain dew",
"869": "mousse",
"87": "beef sauce",
"870": "mozzarella",
"871": "mozzarella provolone",
"872": "muffin",
"873": "multigrain",
"874": "murcott",
"875": "mushroom",
"876": "mushroom gravy",
"877": "nacho",
"878": "nacho cheese",
"879": "nacho jalapeno",
"88": "beef sausage",
"880": "neapolitan",
"881": "neck",
"882": "nectar",
"883": "neopolitan",
"884": "netted",
"885": "new england",
"886": "new mexico",
"887": "no additive",
"888": "no additives",
"889": "no bean",
"89": "beer",
"890": "no milk",
"891": "no msg",
"892": "no oil",
"893": "no preservatives",
"894": "no salt",
"895": "no salt added",
"896": "no sulfite",
"897": "noi",
"898": "non dairy",
"899": "non-dairy",
"9": "acai blueberry pomegranate",
"90": "beet",
"900": "non-fat",
"901": "nonfat",
"902": "noodle",
"903": "noodles",
"904": "nori",
"905": "normandy",
"906": "nuggets",
"907": "nut",
"908": "nut free",
"909": "oat",
"91": "bell",
"910": "oat & honey",
"911": "oat and honey",
"912": "oat bran",
"913": "oat chocolate chip",
"914": "oatmeal",
"915": "oatmeal and cr\u00e8me",
"916": "oatmeal cinnamon raisin",
"917": "oatmeal cookie",
"918": "oatmeal cream pie",
"919": "oatmeal raisin",
"92": "bell pepper",
"920": "oats and honey",
"921": "oil",
"922": "olde tyme beer",
"923": "olive",
"924": "olive and thyme",
"925": "olive oil",
"926": "on stick",
"927": "onion",
"928": "onion garlic herb",
"929": "oolong",
"93": "berry",
"930": "opal",
"931": "orange chicken",
"932": "orange cocktail",
"933": "orange cranberry",
"934": "orange cream",
"935": "orange mango",
"936": "orange pear",
"937": "orange pineapple",
"938": "orange pomegranate cocktail",
"939": "orange spice",
"94": "berry acai",
"940": "orange vanilla",
"941": "oreo",
"942": "oriental",
"943": "original",
"944": "packet",
"945": "pad thai",
"946": "page",
"947": "pancake",
"948": "pancake batter",
"949": "panini",
"95": "berry apple",
"950": "panko",
"951": "par-baked",
"952": "paradise punch",
"953": "parkerhouse",
"954": "parmesan",
"955": "parmesan garlic herb",
"956": "part skim",
"957": "part-skim",
"958": "pascilla",
"959": "pascilla negro",
"96": "berry apple crisp",
"960": "pasilla",
"961": "passionfruit",
"962": "passover",
"963": "pasta",
"964": "paste",
"965": "pastrami",
"966": "patty",
"967": "pea",
"968": "pea & carrot",
"969": "pea and carrot",
"97": "berry blast",
"970": "peach",
"971": "peach cobbler",
"972": "peach ginger",
"973": "peach passion fruit",
"974": "peanut",
"975": "peanut better",
"976": "peanut brittle",
"977": "peanut butter",
"978": "peanut butter and jelly",
"979": "peanut butter caramel chocolate",
"98": "berry blue",
"980": "peanut butter chip",
"981": "peanut butter chocolate",
"982": "peanut butter chocolate chip",
"983": "peanut butter chunk",
"984": "peanut butter cookie",
"985": "peanut butter crunch",
"986": "peanut butter cup",
"987": "peanut butter dark chocolate",
"988": "peanut butter jelly",
"989": "peanut caramel",
"99": "berry nectar",
"990": "pear",
"991": "pearl",
"992": "pecan",
"993": "pecan bourbon",
"994": "pee wee",
"995": "peeled",
"996": "pekin",
"997": "penny",
"998": "pepper",
"999": "pepper jack"
}
],
[
"Flavor/Cut",
{
"0": "None",
"1": "blend",
"10": "shank",
"11": "short rib",
"12": "skirt",
"13": "steak",
"14": "thigh",
"15": "variety",
"16": "wing",
"2": "breast",
"3": "brisket",
"4": "butt",
"5": "cut",
"6": "flavored",
"7": "ham",
"8": "loin",
"9": "mix"
}
],
[
"Shape",
{
"0": "None",
"1": "['concentrate']",
"10": "hot dog",
"11": "jerky",
"12": "meatball",
"13": "mix",
"14": "nugget",
"15": "patty",
"16": "pepperoni",
"17": "powder",
"18": "salami",
"19": "shredded",
"2": "bacon",
"20": "stick",
"21": "strip",
"22": "tender",
"23": "thickened",
"3": "breast",
"4": "concentrate",
"5": "crumble",
"6": "cut",
"7": "filet",
"8": "ground",
"9": "ham"
}
],
[
"Skin",
{
"0": "None",
"1": "shell on",
"2": "skin on",
"3": "tail on"
}
],
[
"Seed/Bone",
{
"0": "None",
"1": "bone-in",
"2": "pitted"
}
],
[
"Processing",
{
"0": "None",
"1": "battered",
"10": "in water",
"11": "powder",
"12": "puree",
"13": "seasoned",
"14": "whipped",
"2": "breaded",
"3": "corned",
"4": "dehydrated",
"5": "dried",
"6": "evaporated",
"7": "grated",
"8": "in juice",
"9": "in oil"
}
],
[
"Cooked/Cleaned",
{
"0": "None",
"1": "cooked",
"2": "raw",
"3": "smoked"
}
],
[
"WG/WGR",
{
"0": "None",
"1": "whole grain rich"
}
],
[
"Dietary Concern",
{
"0": "1%",
"1": "2%",
"10": "nonfat",
"11": "reduced calorie",
"12": "reduced fat",
"13": "reduced sodium",
"14": "reduced sugar",
"15": "salted",
"16": "sugar free",
"17": "unsalted",
"2": "None",
"3": "caffeinated",
"4": "decaffeinated",
"5": "diet",
"6": "fat free",
"7": "low fat",
"8": "low sodium",
"9": "no sodium"
}
],
[
"Additives",
{
"0": "None",
"1": "additives",
"2": "no additives",
"3": "salted",
"4": "sweetened",
"5": "unsalted",
"6": "unsweetened"
}
],
[
"Dietary Accommodation",
{
"0": "None",
"1": "gluten free",
"2": "halal",
"3": "kosher",
"4": "lactose free",
"5": "non-dairy",
"6": "vegan",
"7": "vegetarian"
}
],
[
"Frozen",
{
"0": "None",
"1": "frozen",
"2": "iced"
}
],
[
"Packaging",
{
"0": "None",
"1": "canned",
"2": "jarred",
"3": "pouch",
"4": "ss"
}
],
[
"Commodity",
{
"0": "None",
"1": "commodity"
}
]
],
"dim": 768,
"dropout": 0.1,
"fpg_idx": 0,
"hidden_dim": 3072,
"inference_masks": "{\"Produce\": [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0], \"Meals\": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], \"Seafood\": [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], \"Bread, Grains & Legumes\": [0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0], \"Milk & Dairy\": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0], \"Meat\": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], \"Beverages\": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], \"Condiments & Snacks\": [1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0]}",
"initializer_range": 0.02,
"loss": "cross_entropy",
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"num_categories_per_task": [
8,
25,
25,
626,
3126,
1524,
17,
24,
4,
3,
15,
4,
2,
18,
7,
8,
3,
5,
2
],
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.28.0",
"vocab_size": 30522
}
|