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
All product names are being returned in singular form #16
Closed
jayaddison closed 4 years ago
Expected: A query for
eggs
should returnproduct: eggs
withis_plural: true
, while a query onegg
should returnproduct: egg
withis_plural: false
.Actual: both of the queries above return
product: egg
withis_plural: false
.