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 seafood ingredient content logic #55

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Describe the reason for these changes and the problem that they solve

Previously the service did not contain any awareness of seafood-related ingredients; this change adds an initial string-matching-based approach towards identifying seafood ingredients.

Briefly summarize the changes

  1. Match various seafood ingredients based on known strings
  2. Consider seafood non-vegetarian

How have the changes been tested?

  1. Unit test coverage is updated