jtweeder / mealcurator

Source code for Mealcurator.com

Home Page:https://www.mealcurator.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create normalization dictionary

jtweeder opened this issue · comments

Create a dictionary look up in helper functions that can be used to handle normalization of items that have different names but are the same thing on a list.

Ex:
Input of 'Onion' = Should mean entry of 'Yellow Onion'

item = meal_item.objects.get(item_name=sent_item)