|
|
|
|
|
by caspar
1685 days ago
|
|
You may be interested in this analysis on various recipe formats, along with the proposed "RxOL" notation for explicitly expressing recipes as such a tree based structure[0]. Personally I find RxOL hard to read & edit though, so I have been thinking about whether it would be doable able to infer such tree structures from CookLang's more readable recipe format[1][2]. Ingredients and times are already marked, so surely verbs & follow up mentions of ingredients can be extracted from the text without further annotation? Haven't tried doing it yet though. [0] http://diyhpl.us/~bryan/papers2/CompCook.html [1] https://cooklang.org/ [2] https://news.ycombinator.com/item?id=28997309 |
|
Just like with a Lisp, the benefit is that you always see at first glance what is the noun and what is the verb. With other recipes, you have to read through an entire “step“ instruction in order to parse that information.