-
-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add handling for "amount of product for each Xg/mL of product" #3642
Comments
This is probably an issue in any language. |
I believe the French equivalents are ignored by the parser: |
Dutch: |
Préparée avec 61 g de fruits pour 100g Teneur totale en sucres: 61 g pour 100 g. |
English: 148g per 100g |
Danish: |
HR What could we do with that:
|
@benbenben2 in fact we now have a feature to parse those mentions from ingredients lists, in Ingredients.pm =head2 parse_specific_ingredients_from_text ( product_ref, $text, $percent_or_quantity_regexp ) Lists of ingredients sometime include extra mentions for specific ingredients This function extracts those mentions and adds them to the specific_ingredients structure. This function is also used to parse the origins of ingredients field. We could try to support all the languages / phrases that have been collected in this issue. |
@stephanegigandet should we close this issue? |
Sure, thank you very much for all your work on this @benbenben2 ! |
What
Another example:
Elabora con 59 g de fruta por 100 g
Code 8410095507001
Part of
The text was updated successfully, but these errors were encountered: