recipe-parser icon indicating copy to clipboard operation
recipe-parser copied to clipboard

Natural language parser for recipe ingredients that can also combine ingredients

Results 2 recipe-parser issues
Sort by recently updated
recently updated
newest added

## Description Fixes a bug where words with two t's together in the ingredient name (such as "butter") would cause the returned ingredient unit to be "t.t." instead of the...

Added the key baseUnits to LanguageConfig. If there is no identified quantity or unit in parse, and there is a specified baseUnits that is > 0 characters in length, the...