parse_ingredient
Convert an ingredient string into structured quantity, unit, and food components. Choose between NLP or regex parser.
Instructions
Parse a single ingredient string into structured quantity/unit/food.
parser is "nlp" (default, CRF model) or "brute" (regex fallback).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| parser | No | nlp |