The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10
stars
0
forks
source link
Add support for ingredient byproducts #24
Closed
jayaddison closed 4 years ago
Describe the reason for these changes and the problem that they solve
Implements the proposed solution for ingredient 'byproducts' from #23.
Briefly summarize the changes
byproducts.txt
file that contains a mapping of ingredient terms to parent product namesHow have the changes been tested?
pipenv run python -m scripts.hierarchy --update
List any issues that this change relates to Relates to https://github.com/openculinary/api/issues/41. Resolves #23.