|
|
|
|
|
by ioot17
2958 days ago
|
|
CRF works quite well, it's actually what I utilize right now to approach recipe parsing on https://cookalo.com/. It's based on CRFsuite with Python bindings for data training on already labeled recipes. If you build your own app and want to do some comparison, feel free to run some benchmarks against it. |
|
How does your API handle ingredients with multiple options (e.g. "1 1/2 cups seedless red or green grapes")?