kenisgod commited on
Commit
697df62
1 Parent(s): e73818e

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  | Feature | Description |
8
  | --- | --- |
9
  | **Name** | `en_ingredient_extract` |
10
- | **Version** | `0.0.2` |
11
  | **spaCy** | `>=3.6.1,<3.7.0` |
12
  | **Default Pipeline** | `entity_ruler` |
13
  | **Components** | `entity_ruler` |
@@ -20,10 +20,10 @@ language:
20
 
21
  <details>
22
 
23
- <summary>View label scheme (4 labels for 1 components)</summary>
24
 
25
  | Component | Labels |
26
  | --- | --- |
27
- | **`entity_ruler`** | `DAIRY`, `GRAIN`, `LEGUMES`, `TREE-NUTS` |
28
 
29
  </details>
 
7
  | Feature | Description |
8
  | --- | --- |
9
  | **Name** | `en_ingredient_extract` |
10
+ | **Version** | `0.0.3` |
11
  | **spaCy** | `>=3.6.1,<3.7.0` |
12
  | **Default Pipeline** | `entity_ruler` |
13
  | **Components** | `entity_ruler` |
 
20
 
21
  <details>
22
 
23
+ <summary>View label scheme (25 labels for 1 components)</summary>
24
 
25
  | Component | Labels |
26
  | --- | --- |
27
+ | **`entity_ruler`** | `additive`, `alcohol`, `algae`, `amino-acid`, `artificial-flavor`, `chocolate`, `coloring`, `dairy`, `eggs`, `fiber`, `fruits`, `fungus`, `grain`, `gums`, `herbs`, `human-produced`, `legumes`, `pepper`, `probiotic`, `seeds`, `sugar`, `sweetener`, `thickening agent`, `tree-nuts`, `vegetables` |
28
 
29
  </details>
en_ingredient_extract-any-py3-none-any.whl CHANGED
Binary files a/en_ingredient_extract-any-py3-none-any.whl and b/en_ingredient_extract-any-py3-none-any.whl differ
 
entity_ruler/patterns.jsonl CHANGED
@@ -1,6 +1,100 @@
1
- {"label":"DAIRY","pattern":[{"LOWER":{"FUZZY1":"milk"}}],"id":"milk"}
2
- {"label":"DAIRY","pattern":[{"LOWER":{"FUZZY1":"whole"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"milk"}
3
- {"label":"TREE-NUTS","pattern":[{"LOWER":{"FUZZY1":"almonds"}}],"id":"almonds"}
4
- {"label":"LEGUMES","pattern":[{"LOWER":{"FUZZY1":"canola"}},{"LOWER":{"FUZZY1":"oil"}}],"id":"canola-oil"}
5
- {"label":"GRAIN","pattern":[{"LOWER":{"FUZZY1":"wheat"}},{"LOWER":{"FUZZY1":"flour"}}],"id":"wheat-flour"}
6
- {"label":"GRAIN","pattern":[{"LOWER":{"FUZZY1":"oats"}}],"id":"oats"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"whole"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"1"}
2
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"goat"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"2"}
3
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"sheep"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"3"}
4
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"whole"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"powder"}}],"id":"4"}
5
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"whole"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"solids"}}],"id":"5"}
6
+ {"label":"tree-nuts","pattern":[{"LOWER":{"FUZZY1":"almond"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"6"}
7
+ {"label":"artificial-flavor","pattern":[{"LOWER":{"FUZZY1":"artificial"}},{"LOWER":{"FUZZY1":"buttermilk"}},{"LOWER":{"FUZZY1":"flavor"}}],"id":"7"}
8
+ {"label":"artificial-flavor","pattern":[{"LOWER":{"FUZZY1":"artificial"}},{"LOWER":{"FUZZY1":"dry"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"flavor"}}],"id":"8"}
9
+ {"label":"artificial-flavor","pattern":[{"LOWER":{"FUZZY1":"artificial"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"chocolate"}},{"LOWER":{"FUZZY1":"flavor"}}],"id":"9"}
10
+ {"label":"artificial-flavor","pattern":[{"LOWER":{"FUZZY1":"artificial"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"flavor"}}],"id":"10"}
11
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"buffalo"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"11"}
12
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"buttermilk"}}],"id":"12"}
13
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"canned"}},{"LOWER":{"FUZZY1":"coconut"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"13"}
14
+ {"label":"tree-nuts","pattern":[{"LOWER":{"FUZZY1":"cashew"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"14"}
15
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"coconut"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"15"}
16
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"coconut"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"powder"}}],"id":"16"}
17
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"condensed"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"17"}
18
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"cream"}}],"id":"18"}
19
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"cultured"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"19"}
20
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"dry"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"20"}
21
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"evaporated"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"21"}
22
+ {"label":"grain","pattern":[{"LOWER":{"FUZZY1":"gluten"}},{"LOWER":{"FUZZY1":"free"}},{"LOWER":{"FUZZY1":"oat"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"22"}
23
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"goat"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"powder"}}],"id":"23"}
24
+ {"label":"herbs","pattern":[{"LOWER":{"FUZZY1":"hemp"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"24"}
25
+ {"label":"probiotic","pattern":[{"LOWER":{"FUZZY1":"lactobacillus"}},{"LOWER":{"FUZZY1":"acidophilus"}}],"id":"25"}
26
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"lactose"}},{"LOWER":{"FUZZY1":"free"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"26"}
27
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"low"}},{"LOWER":{"FUZZY1":"fat"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"27"}
28
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"low"}},{"LOWER":{"FUZZY1":"fat"}},{"LOWER":{"FUZZY1":"yogurt"}}],"id":"28"}
29
+ {"label":"tree-nuts","pattern":[{"LOWER":{"FUZZY1":"macadamia"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"29"}
30
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"malted"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"30"}
31
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}}],"id":"31"}
32
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"calcium"}}],"id":"32"}
33
+ {"label":"chocolate","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"chocolate"}}],"id":"33"}
34
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"enzymes"}}],"id":"34"}
35
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"fat"}}],"id":"35"}
36
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"powder"}}],"id":"36"}
37
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"protein"}}],"id":"37"}
38
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"protein"}},{"LOWER":{"FUZZY1":"concentrate"}}],"id":"38"}
39
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"protein"}},{"LOWER":{"FUZZY1":"isolate"}}],"id":"39"}
40
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"solids"}}],"id":"40"}
41
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"sugar"}}],"id":"41"}
42
+ {"label":"herbs","pattern":[{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"thistle"}}],"id":"42"}
43
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"mozzarella"}}],"id":"43"}
44
+ {"label":"grain","pattern":[{"LOWER":{"FUZZY1":"oat"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"44"}
45
+ {"label":"legumes","pattern":[{"LOWER":{"FUZZY1":"pea"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"45"}
46
+ {"label":"tree-nuts","pattern":[{"LOWER":{"FUZZY1":"pili"}},{"LOWER":{"FUZZY1":"nut"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"46"}
47
+ {"label":"grain","pattern":[{"LOWER":{"FUZZY1":"quinoa"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"47"}
48
+ {"label":"grain","pattern":[{"LOWER":{"FUZZY1":"rice"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"48"}
49
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"romano"}},{"LOWER":{"FUZZY1":"cheese"}}],"id":"49"}
50
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"skim"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"50"}
51
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"skim"}},{"LOWER":{"FUZZY1":"milk"}},{"LOWER":{"FUZZY1":"powder"}}],"id":"51"}
52
+ {"label":"legumes","pattern":[{"LOWER":{"FUZZY1":"soybean"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"52"}
53
+ {"label":"seeds","pattern":[{"LOWER":{"FUZZY1":"sunflower"}},{"LOWER":{"FUZZY1":"milk"}}],"id":"53"}
54
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"whey"}}],"id":"54"}
55
+ {"label":"amino-acid","pattern":[{"LOWER":{"FUZZY1":"5-htp"}}],"id":"55"}
56
+ {"label":"gums","pattern":[{"LOWER":{"FUZZY1":"acacia"}}],"id":"56"}
57
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acai"}}],"id":"57"}
58
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acai"}},{"LOWER":{"FUZZY1":"juice"}}],"id":"58"}
59
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acai"}},{"LOWER":{"FUZZY1":"juice"}},{"LOWER":{"FUZZY1":"concentrate"}}],"id":"59"}
60
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acerola"}}],"id":"60"}
61
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acerola"}},{"LOWER":{"FUZZY1":"juice"}}],"id":"61"}
62
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acerola"}},{"LOWER":{"FUZZY1":"juice"}},{"LOWER":{"FUZZY1":"concentrate"}}],"id":"62"}
63
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"acerola"}},{"LOWER":{"FUZZY1":"powder"}}],"id":"63"}
64
+ {"label":"sweetener","pattern":[{"LOWER":{"FUZZY1":"acesulfame"}}],"id":"64"}
65
+ {"label":"additive","pattern":[{"LOWER":{"FUZZY1":"acetic"}},{"LOWER":{"FUZZY1":"acid"}}],"id":"65"}
66
+ {"label":"additive","pattern":[{"LOWER":{"FUZZY1":"acetic"}},{"LOWER":{"FUZZY1":"acid"}},{"LOWER":{"FUZZY1":"esters"}},{"LOWER":{"FUZZY1":"of"}},{"LOWER":{"FUZZY1":"mono-"}},{"LOWER":{"FUZZY1":"ad"}},{"LOWER":{"FUZZY1":"diglycerides"}}],"id":"66"}
67
+ {"label":"thickening agent","pattern":[{"LOWER":{"FUZZY1":"acetylated"}},{"LOWER":{"FUZZY1":"distarch"}},{"LOWER":{"FUZZY1":"adipate"}}],"id":"67"}
68
+ {"label":"thickening agent","pattern":[{"LOWER":{"FUZZY1":"acetylated"}},{"LOWER":{"FUZZY1":"distarch"}},{"LOWER":{"FUZZY1":"phosphate"}}],"id":"68"}
69
+ {"label":"dairy","pattern":[{"LOWER":{"FUZZY1":"acid"}},{"LOWER":{"FUZZY1":"casein"}}],"id":"69"}
70
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"ackee"}}],"id":"70"}
71
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"ackee"}},{"LOWER":{"FUZZY1":"juice"}}],"id":"71"}
72
+ {"label":"fruits","pattern":[{"LOWER":{"FUZZY1":"ackee"}},{"LOWER":{"FUZZY1":"juice"}},{"LOWER":{"FUZZY1":"concentrate"}}],"id":"72"}
73
+ {"label":"vegetables","pattern":[{"LOWER":{"FUZZY1":"acorn"}},{"LOWER":{"FUZZY1":"squash"}}],"id":"73"}
74
+ {"label":"tree-nuts","pattern":[{"LOWER":{"FUZZY1":"activated"}},{"LOWER":{"FUZZY1":"cashew"}}],"id":"74"}
75
+ {"label":"tree-nuts","pattern":[{"LOWER":{"FUZZY1":"activated"}},{"LOWER":{"FUZZY1":"pistachio"}}],"id":"75"}
76
+ {"label":"additive","pattern":[{"LOWER":{"FUZZY1":"adipic"}},{"LOWER":{"FUZZY1":"acid"}}],"id":"76"}
77
+ {"label":"pepper","pattern":[{"LOWER":{"FUZZY1":"adjuma"}},{"LOWER":{"FUZZY1":"pepper"}}],"id":"77"}
78
+ {"label":"sweetener","pattern":[{"LOWER":{"FUZZY1":"advantame"}}],"id":"78"}
79
+ {"label":"legumes","pattern":[{"LOWER":{"FUZZY1":"adzuki"}}],"id":"79"}
80
+ {"label":"pepper","pattern":[{"LOWER":{"FUZZY1":"african"}},{"LOWER":{"FUZZY1":"birdseye"}},{"LOWER":{"FUZZY1":"pepper"}}],"id":"80"}
81
+ {"label":"additive","pattern":[{"LOWER":{"FUZZY1":"agar"}}],"id":"81"}
82
+ {"label":"sugar","pattern":[{"LOWER":{"FUZZY1":"agave"}}],"id":"82"}
83
+ {"label":"fiber","pattern":[{"LOWER":{"FUZZY1":"agave"}},{"LOWER":{"FUZZY1":"inulin"}}],"id":"83"}
84
+ {"label":"pepper","pattern":[{"LOWER":{"FUZZY1":"aged"}},{"LOWER":{"FUZZY1":"pepper"}}],"id":"84"}
85
+ {"label":"pepper","pattern":[{"LOWER":{"FUZZY1":"aji"}},{"LOWER":{"FUZZY1":"dulce"}},{"LOWER":{"FUZZY1":"pepper"}}],"id":"85"}
86
+ {"label":"herbs","pattern":[{"LOWER":{"FUZZY1":"ajwain"}}],"id":"86"}
87
+ {"label":"amino-acid","pattern":[{"LOWER":{"FUZZY1":"alanine"}}],"id":"87"}
88
+ {"label":"fungus","pattern":[{"LOWER":{"FUZZY1":"alba"}},{"LOWER":{"FUZZY1":"clamshell"}},{"LOWER":{"FUZZY1":"mushroom"}}],"id":"88"}
89
+ {"label":"eggs","pattern":[{"LOWER":{"FUZZY1":"albumen"}}],"id":"89"}
90
+ {"label":"human-produced","pattern":[{"LOWER":{"FUZZY1":"albumin"}}],"id":"90"}
91
+ {"label":"alcohol","pattern":[{"LOWER":{"FUZZY1":"alcohol"}}],"id":"91"}
92
+ {"label":"pepper","pattern":[{"LOWER":{"FUZZY1":"aleppo"}},{"LOWER":{"FUZZY1":"pepper"}}],"id":"92"}
93
+ {"label":"legumes","pattern":[{"LOWER":{"FUZZY1":"alfalfa"}}],"id":"93"}
94
+ {"label":"legumes","pattern":[{"LOWER":{"FUZZY1":"alfalfa"}},{"LOWER":{"FUZZY1":"juice"}}],"id":"94"}
95
+ {"label":"legumes","pattern":[{"LOWER":{"FUZZY1":"alfalfa"}},{"LOWER":{"FUZZY1":"juice"}},{"LOWER":{"FUZZY1":"concentrate"}}],"id":"95"}
96
+ {"label":"algae","pattern":[{"LOWER":{"FUZZY1":"algal"}},{"LOWER":{"FUZZY1":"flour"}}],"id":"96"}
97
+ {"label":"algae","pattern":[{"LOWER":{"FUZZY1":"algal"}},{"LOWER":{"FUZZY1":"oil"}}],"id":"97"}
98
+ {"label":"algae","pattern":[{"LOWER":{"FUZZY1":"algal"}},{"LOWER":{"FUZZY1":"protein"}}],"id":"98"}
99
+ {"label":"additive","pattern":[{"LOWER":{"FUZZY1":"alginic"}},{"LOWER":{"FUZZY1":"acid"}}],"id":"99"}
100
+ {"label":"coloring","pattern":[{"LOWER":{"FUZZY1":"alkannin"}}],"id":"100"}
meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "lang":"en",
3
  "name":"ingredient_extract",
4
- "version":"0.0.2",
5
  "description":"",
6
  "author":"",
7
  "email":"",
@@ -17,10 +17,31 @@
17
  },
18
  "labels":{
19
  "entity_ruler":[
20
- "DAIRY",
21
- "GRAIN",
22
- "LEGUMES",
23
- "TREE-NUTS"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ]
25
  },
26
  "pipeline":[
 
1
  {
2
  "lang":"en",
3
  "name":"ingredient_extract",
4
+ "version":"0.0.3",
5
  "description":"",
6
  "author":"",
7
  "email":"",
 
17
  },
18
  "labels":{
19
  "entity_ruler":[
20
+ "additive",
21
+ "alcohol",
22
+ "algae",
23
+ "amino-acid",
24
+ "artificial-flavor",
25
+ "chocolate",
26
+ "coloring",
27
+ "dairy",
28
+ "eggs",
29
+ "fiber",
30
+ "fruits",
31
+ "fungus",
32
+ "grain",
33
+ "gums",
34
+ "herbs",
35
+ "human-produced",
36
+ "legumes",
37
+ "pepper",
38
+ "probiotic",
39
+ "seeds",
40
+ "sugar",
41
+ "sweetener",
42
+ "thickening agent",
43
+ "tree-nuts",
44
+ "vegetables"
45
  ]
46
  },
47
  "pipeline":[
vocab/strings.json CHANGED
@@ -325,7 +325,6 @@
325
  "D",
326
  "D.",
327
  "D.C.",
328
- "DAIRY||milk",
329
  "Dare",
330
  "Dec",
331
  "Dec.",
@@ -354,8 +353,6 @@
354
  "Fla.",
355
  "Florida",
356
  "G",
357
- "GRAIN||oats",
358
- "GRAIN||wheat-flour",
359
  "Ga",
360
  "Ga.",
361
  "Gen",
@@ -426,7 +423,6 @@
426
  "Ky",
427
  "Ky.",
428
  "L",
429
- "LEGUMES||canola-oil",
430
  "La",
431
  "La.",
432
  "Let",
@@ -562,7 +558,6 @@
562
  "St",
563
  "St.",
564
  "T",
565
- "TREE-NUTS||almonds",
566
  "Tenn",
567
  "Tenn.",
568
  "Tennessee",
@@ -684,6 +679,11 @@
684
  "a.m.",
685
  "about",
686
  "ace",
 
 
 
 
 
687
  "adm",
688
  "adm.",
689
  "ai",
@@ -691,8 +691,14 @@
691
  "ak.",
692
  "ala",
693
  "ala.",
 
 
 
 
694
  "all",
695
  "am",
 
 
696
  "an.",
697
  "and",
698
  "and/or",
@@ -705,6 +711,10 @@
705
  "ariz.",
706
  "ark",
707
  "ark.",
 
 
 
 
708
  "ash",
709
  "ass",
710
  "aug",
@@ -728,10 +738,12 @@
728
  "cause",
729
  "ce>",
730
  "ch.",
 
731
  "co",
732
  "co.",
733
  "colo",
734
  "colo.",
 
735
  "come",
736
  "conn",
737
  "conn.",
@@ -755,6 +767,39 @@
755
  "dX",
756
  "d_d",
757
  "d_x",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
  "dare",
759
  "dd",
760
  "ddd",
@@ -785,6 +830,7 @@
785
  "ebr",
786
  "ec.",
787
  "eed",
 
788
  "el.",
789
  "em",
790
  "en",
@@ -801,8 +847,23 @@
801
  "f.",
802
  "feb",
803
  "feb.",
 
804
  "fla",
805
  "fla.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
806
  "g",
807
  "g.",
808
  "ga",
@@ -819,6 +880,11 @@
819
  "got",
820
  "gov",
821
  "gov.",
 
 
 
 
 
822
  "h",
823
  "h.",
824
  "had",
@@ -832,6 +898,9 @@
832
  "he",
833
  "he's",
834
  "hen",
 
 
 
835
  "hey",
836
  "he\u2019s",
837
  "hin",
@@ -839,6 +908,7 @@
839
  "how",
840
  "how's",
841
  "how\u2019s",
 
842
  "i",
843
  "i.",
844
  "i.e",
@@ -888,6 +958,12 @@
888
  "l.",
889
  "la",
890
  "la.",
 
 
 
 
 
 
891
  "let",
892
  "let's",
893
  "let\u2019s",
@@ -1015,10 +1091,16 @@
1015
  "p.m.",
1016
  "pa",
1017
  "pa.",
 
 
 
 
 
1018
  "ph",
1019
  "ph.d.",
1020
  "pm",
1021
  "pr.",
 
1022
  "prof",
1023
  "prof.",
1024
  "pt.",
@@ -1042,6 +1124,7 @@
1042
  "s's",
1043
  "s.",
1044
  "s.c.",
 
1045
  "sen",
1046
  "sen.",
1047
  "sep",
@@ -1064,6 +1147,9 @@
1064
  "ss.",
1065
  "st",
1066
  "st.",
 
 
 
1067
  "s\u2019s",
1068
  "t",
1069
  "t's",
@@ -1081,11 +1167,19 @@
1081
  "there\u2019s",
1082
  "these",
1083
  "they",
 
 
1084
  "this",
1085
  "this's",
1086
  "this\u2019s",
1087
  "those",
1088
  "to",
 
 
 
 
 
 
1089
  "t\u2019s",
1090
  "u",
1091
  "u.",
@@ -1106,6 +1200,7 @@
1106
  "va",
1107
  "va.",
1108
  "ve",
 
1109
  "vin",
1110
  "vs",
1111
  "vs.",
 
325
  "D",
326
  "D.",
327
  "D.C.",
 
328
  "Dare",
329
  "Dec",
330
  "Dec.",
 
353
  "Fla.",
354
  "Florida",
355
  "G",
 
 
356
  "Ga",
357
  "Ga.",
358
  "Gen",
 
423
  "Ky",
424
  "Ky.",
425
  "L",
 
426
  "La",
427
  "La.",
428
  "Let",
 
558
  "St",
559
  "St.",
560
  "T",
 
561
  "Tenn",
562
  "Tenn.",
563
  "Tennessee",
 
679
  "a.m.",
680
  "about",
681
  "ace",
682
+ "additive||65",
683
+ "additive||66",
684
+ "additive||76",
685
+ "additive||81",
686
+ "additive||99",
687
  "adm",
688
  "adm.",
689
  "ai",
 
691
  "ak.",
692
  "ala",
693
  "ala.",
694
+ "alcohol||91",
695
+ "algae||96",
696
+ "algae||97",
697
+ "algae||98",
698
  "all",
699
  "am",
700
+ "amino-acid||55",
701
+ "amino-acid||87",
702
  "an.",
703
  "and",
704
  "and/or",
 
711
  "ariz.",
712
  "ark",
713
  "ark.",
714
+ "artificial-flavor||10",
715
+ "artificial-flavor||7",
716
+ "artificial-flavor||8",
717
+ "artificial-flavor||9",
718
  "ash",
719
  "ass",
720
  "aug",
 
738
  "cause",
739
  "ce>",
740
  "ch.",
741
+ "chocolate||33",
742
  "co",
743
  "co.",
744
  "colo",
745
  "colo.",
746
+ "coloring||100",
747
  "come",
748
  "conn",
749
  "conn.",
 
767
  "dX",
768
  "d_d",
769
  "d_x",
770
+ "dairy||1",
771
+ "dairy||11",
772
+ "dairy||12",
773
+ "dairy||17",
774
+ "dairy||18",
775
+ "dairy||19",
776
+ "dairy||2",
777
+ "dairy||20",
778
+ "dairy||21",
779
+ "dairy||23",
780
+ "dairy||26",
781
+ "dairy||27",
782
+ "dairy||28",
783
+ "dairy||3",
784
+ "dairy||30",
785
+ "dairy||31",
786
+ "dairy||32",
787
+ "dairy||34",
788
+ "dairy||35",
789
+ "dairy||36",
790
+ "dairy||37",
791
+ "dairy||38",
792
+ "dairy||39",
793
+ "dairy||4",
794
+ "dairy||40",
795
+ "dairy||41",
796
+ "dairy||43",
797
+ "dairy||49",
798
+ "dairy||5",
799
+ "dairy||50",
800
+ "dairy||51",
801
+ "dairy||54",
802
+ "dairy||69",
803
  "dare",
804
  "dd",
805
  "ddd",
 
830
  "ebr",
831
  "ec.",
832
  "eed",
833
+ "eggs||89",
834
  "el.",
835
  "em",
836
  "en",
 
847
  "f.",
848
  "feb",
849
  "feb.",
850
+ "fiber||83",
851
  "fla",
852
  "fla.",
853
+ "fruits||13",
854
+ "fruits||15",
855
+ "fruits||16",
856
+ "fruits||57",
857
+ "fruits||58",
858
+ "fruits||59",
859
+ "fruits||60",
860
+ "fruits||61",
861
+ "fruits||62",
862
+ "fruits||63",
863
+ "fruits||70",
864
+ "fruits||71",
865
+ "fruits||72",
866
+ "fungus||88",
867
  "g",
868
  "g.",
869
  "ga",
 
880
  "got",
881
  "gov",
882
  "gov.",
883
+ "grain||22",
884
+ "grain||44",
885
+ "grain||47",
886
+ "grain||48",
887
+ "gums||56",
888
  "h",
889
  "h.",
890
  "had",
 
898
  "he",
899
  "he's",
900
  "hen",
901
+ "herbs||24",
902
+ "herbs||42",
903
+ "herbs||86",
904
  "hey",
905
  "he\u2019s",
906
  "hin",
 
908
  "how",
909
  "how's",
910
  "how\u2019s",
911
+ "human-produced||90",
912
  "i",
913
  "i.",
914
  "i.e",
 
958
  "l.",
959
  "la",
960
  "la.",
961
+ "legumes||45",
962
+ "legumes||52",
963
+ "legumes||79",
964
+ "legumes||93",
965
+ "legumes||94",
966
+ "legumes||95",
967
  "let",
968
  "let's",
969
  "let\u2019s",
 
1091
  "p.m.",
1092
  "pa",
1093
  "pa.",
1094
+ "pepper||77",
1095
+ "pepper||80",
1096
+ "pepper||84",
1097
+ "pepper||85",
1098
+ "pepper||92",
1099
  "ph",
1100
  "ph.d.",
1101
  "pm",
1102
  "pr.",
1103
+ "probiotic||25",
1104
  "prof",
1105
  "prof.",
1106
  "pt.",
 
1124
  "s's",
1125
  "s.",
1126
  "s.c.",
1127
+ "seeds||53",
1128
  "sen",
1129
  "sen.",
1130
  "sep",
 
1147
  "ss.",
1148
  "st",
1149
  "st.",
1150
+ "sugar||82",
1151
+ "sweetener||64",
1152
+ "sweetener||78",
1153
  "s\u2019s",
1154
  "t",
1155
  "t's",
 
1167
  "there\u2019s",
1168
  "these",
1169
  "they",
1170
+ "thickening agent||67",
1171
+ "thickening agent||68",
1172
  "this",
1173
  "this's",
1174
  "this\u2019s",
1175
  "those",
1176
  "to",
1177
+ "tree-nuts||14",
1178
+ "tree-nuts||29",
1179
+ "tree-nuts||46",
1180
+ "tree-nuts||6",
1181
+ "tree-nuts||74",
1182
+ "tree-nuts||75",
1183
  "t\u2019s",
1184
  "u",
1185
  "u.",
 
1200
  "va",
1201
  "va.",
1202
  "ve",
1203
+ "vegetables||73",
1204
  "vin",
1205
  "vs",
1206
  "vs.",