openculinary / knowledge-graph

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 'soy milk' to canonicalizations #25

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Briefly summarize the changes

  1. Adds a mapping from 'soymilk' to 'soy milk' in the canonicalizations.txt file

How have the changes been tested?

  1. Locally via pipenv run python -m scripts.hierarchy --update and inspection of the resulting ingredient hierarchy (hierarchy.json)
  2. Apply canonicalizations to knowledge-graph query input descriptions

List any issues that this change relates to Fixes #21 Fixes #26