Skip to content

Commit

Permalink
taxonomy: improve stop words in HR (#9860)
Browse files Browse the repository at this point in the history
* improve stop word in HR

* perl lint
  • Loading branch information
benbenben2 authored Mar 5, 2024
1 parent e6ecaa5 commit bad9e2e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/ProductOpener/Ingredients.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4952,13 +4952,11 @@ my %phrases_after_ingredients_list = (
],

hr => [
'bez konzervans', # without preservatives
'(neotvoreno (se može )|Transportirati, skladištiti i)čuvati na (čistom i suhom mjestu|hladnom i suhom mjestu|hladnom|sobnoj temperaturi|suhom|tamnom mestu|temperaturi|temperatu)'
, # store in...
'(čuvati|čuvajte) (zatvoreno na|pri sobnoj temperaturi|u zamrzivaču na)', # store in...
'izvor dijetalnih vlakana', # source of proteins
'(č|Č)uvati|(č|Č)uvajte', # store in...
'izvaditi', # remove from the refrigerator half an hour before consumption
'najbolje upotrijebiti do', # best before
'nakon otvaranja', # after opening
'neotvoreno', # not opened can be stored etc.
'pakirano u (kontroliranoj|zaštitnoj) atmosferi', # packed in a ... atmosphere
'pakiranje sadrži', # pack contains x portions
'Prijedlog za serviranje', # Proposal for serving
Expand All @@ -4978,7 +4976,6 @@ my %phrases_after_ingredients_list = (
'uvoznik za', # importer
'vakuumirana', # Vacuumed
'vrijeme kuhanja', # Cooking time
'zaštićena oznaka zemljopisnog podrijetla', # ZOI/PDO
'zbog (mutan|prisutnosti)', # Due to ...
'zemlja (porijekla|podrijetla|porekla)', # country of origin
],
Expand Down

0 comments on commit bad9e2e

Please sign in to comment.