I'm trying to find a list of synonyms between various food types for a programming project I am working on with searching English language phrases. I was originally going to ask this on Stack Overflow, but this question wasn't necessarily related to programming.
In the list I'm looking for, I'd like to be able to know the synonyms and hyponyms for food types. For example:
- Synonym: sandwich — sub
- Hyponyms: Mexican — taco, burrito; fruit — orange, apple, banana
Are there any lists that exist that might help bootstrap my efforts?