Files
TandoorRecipes/cookbook
Aaron 94e1fdfbff Improve text to ingredient parsing
The previous implementation of parsing ingredients was very simple. I now wrote a parser
that I would consider good. It takes care of several edge cases and notations.

- Supports fraction unicode (½, ¼, ⅜, ...)
- Supports notations like `1½` and `1 1/2`
- Supports unit directly after the amount without space inbetween (`2g`, `2½g`)
- Supports notes (`5g onion (cubed)` -> amount: 5, unit: g, ingredient: onion, note: cubed)
- Supports notes (`5g onion, cubed` -> amount: 5, unit: g, ingredient: onion, note: cubed)
- Does not break when both commas and brackets exist
2020-12-21 20:00:46 +01:00
..
2020-12-21 20:00:46 +01:00
2020-12-16 14:47:47 +00:00
2020-12-14 14:08:11 +01:00
2020-12-14 17:37:51 +01:00
2020-12-15 22:16:15 +01:00
2020-12-15 22:54:10 +01:00
2020-10-20 20:54:15 +02:00
2020-12-14 14:08:11 +01:00
2020-12-14 14:08:11 +01:00
2020-12-14 12:56:18 +01:00
2020-09-29 14:15:18 +02:00
2020-12-14 17:11:40 +01:00