cbruinsm commited on
Commit
d7bb126
1 Parent(s): 749fa75

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +12 -14
  2. en_Coff_Ev1-any-py3-none-any.whl +2 -2
  3. meta.json +60 -54
  4. ner/model +0 -0
  5. ner/moves +1 -1
  6. tok2vec/model +1 -1
  7. vocab/strings.json +179 -0
README.md CHANGED
@@ -14,39 +14,37 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.9929042068
18
  - name: NER Recall
19
  type: recall
20
- value: 0.9918987342
21
  - name: NER F Score
22
  type: f_score
23
- value: 0.9924012158
24
  ---
25
- Your coffee ordered, at the speed of sound <br>
26
-
27
- Please cite using the included ```refs.bib```
28
 
29
  | Feature | Description |
30
  | --- | --- |
31
  | **Name** | `en_Coff_Ev1` |
32
- | **Version** | `1.1.8` |
33
  | **spaCy** | `>=3.4.3,<3.5.0` |
34
  | **Default Pipeline** | `tok2vec`, `ner` |
35
  | **Components** | `tok2vec`, `ner` |
36
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
37
  | **Sources** | n/a |
38
  | **License** | `MIT` |
39
- | **Author** | [Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden]() |
40
 
41
  ### Label Scheme
42
 
43
  <details>
44
 
45
- <summary>View label scheme (19 labels for 1 components)</summary>
46
 
47
  | Component | Labels |
48
  | --- | --- |
49
- | **`ner`** | `Anti`, `Blended`, `Brew Style`, `add-on`, `drink`, `extra`, `hot breakfast`, `milk`, `milk texture`, `pastry`, `pump quantity`, `roast`, `shot quality`, `shot quantity`, `size`, `syrup`, `temperature`, `toppings`, `upside-down` |
50
 
51
  </details>
52
 
@@ -55,7 +53,7 @@ Please cite using the included ```refs.bib```
55
  | Type | Score |
56
  | --- | --- |
57
  | `ENTS_F` | 99.24 |
58
- | `ENTS_P` | 99.29 |
59
- | `ENTS_R` | 99.19 |
60
- | `TOK2VEC_LOSS` | 18674.12 |
61
- | `NER_LOSS` | 140484.70 |
 
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.9926739927
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.9922196796
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.9924467842
24
  ---
25
+ Your coffee ordered, at the speed of sound
 
 
26
 
27
  | Feature | Description |
28
  | --- | --- |
29
  | **Name** | `en_Coff_Ev1` |
30
+ | **Version** | `1.3` |
31
  | **spaCy** | `>=3.4.3,<3.5.0` |
32
  | **Default Pipeline** | `tok2vec`, `ner` |
33
  | **Components** | `tok2vec`, `ner` |
34
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
35
  | **Sources** | n/a |
36
  | **License** | `MIT` |
37
+ | **Author** | [C.Bruinsma,I.Chi,J.Feliciano,J.Li,D.Paden]() |
38
 
39
  ### Label Scheme
40
 
41
  <details>
42
 
43
+ <summary>View label scheme (20 labels for 1 components)</summary>
44
 
45
  | Component | Labels |
46
  | --- | --- |
47
+ | **`ner`** | `Anti`, `Blended`, `Brew Style`, `Coffee Varietal`, `add-on`, `drink`, `extra`, `hot breakfast`, `milk`, `milk texture`, `pastry`, `pump quantity`, `roast`, `shot quality`, `shot quantity`, `size`, `syrup`, `temperature`, `toppings`, `upside-down` |
48
 
49
  </details>
50
 
 
53
  | Type | Score |
54
  | --- | --- |
55
  | `ENTS_F` | 99.24 |
56
+ | `ENTS_P` | 99.27 |
57
+ | `ENTS_R` | 99.22 |
58
+ | `TOK2VEC_LOSS` | 21155.22 |
59
+ | `NER_LOSS` | 152053.19 |
en_Coff_Ev1-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13525d19e991a3f5eab926077650421079e6edbb542abeb2917fec172ad3d100
3
- size 5697861
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88452474377ae5295b0d0dd459fe3b6d9dca9e15ceda9019c749347658977e75
3
+ size 5697983
meta.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
- "version":"1.1.8",
5
  "description":"Your coffee ordered, at the speed of sound",
6
- "author":"Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden",
7
- "email":"",
8
  "url":"",
9
  "license":"MIT",
10
  "spacy_version":">=3.4.3,<3.5.0",
@@ -23,6 +23,7 @@
23
  "Anti",
24
  "Blended",
25
  "Brew Style",
 
26
  "add-on",
27
  "drink",
28
  "extra",
@@ -53,94 +54,99 @@
53
 
54
  ],
55
  "performance":{
56
- "ents_f":0.9924012158,
57
- "ents_p":0.9929042068,
58
- "ents_r":0.9918987342,
59
  "ents_per_type":{
60
- "Anti":{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  "p":1.0,
62
  "r":1.0,
63
  "f":1.0
64
  },
65
- "temperature":{
66
  "p":1.0,
67
- "r":0.9927007299,
68
- "f":0.9963369963
69
  },
70
- "drink":{
71
- "p":0.9940740741,
72
- "r":0.9926035503,
73
- "f":0.9933382679
74
  },
75
- "syrup":{
76
- "p":0.984063745,
77
  "r":1.0,
78
- "f":0.9919678715
79
  },
80
- "toppings":{
81
  "p":1.0,
82
- "r":0.9894736842,
83
- "f":0.9947089947
84
  },
85
  "size":{
86
- "p":0.997311828,
87
- "r":0.997311828,
88
- "f":0.997311828
89
  },
90
- "milk":{
91
  "p":1.0,
92
- "r":0.9925925926,
93
- "f":0.9962825279
94
  },
95
- "extra":{
96
- "p":1.0,
97
  "r":1.0,
98
- "f":1.0
99
  },
100
- "pastry":{
101
  "p":1.0,
102
  "r":1.0,
103
  "f":1.0
104
  },
105
- "shot quantity":{
106
- "p":0.9743589744,
107
- "r":0.9268292683,
108
- "f":0.95
109
- },
110
- "milk texture":{
111
- "p":0.9285714286,
112
- "r":1.0,
113
- "f":0.962962963
114
- },
115
- "Blended":{
116
  "p":1.0,
117
  "r":1.0,
118
  "f":1.0
119
  },
120
- "add-on":{
121
  "p":1.0,
122
- "r":0.9574468085,
123
- "f":0.9782608696
124
  },
125
- "hot breakfast":{
126
  "p":1.0,
127
  "r":1.0,
128
  "f":1.0
129
  },
130
- "Brew Style":{
131
  "p":1.0,
132
  "r":1.0,
133
  "f":1.0
134
  },
135
  "pump quantity":{
136
- "p":0.9375,
137
- "r":1.0,
138
- "f":0.9677419355
139
  },
140
  "shot quality":{
141
- "p":0.9565217391,
142
- "r":0.9565217391,
143
- "f":0.9565217391
144
  },
145
  "upside-down":{
146
  "p":1.0,
@@ -153,8 +159,8 @@
153
  "f":0.9756097561
154
  }
155
  },
156
- "tok2vec_loss":186.7412191381,
157
- "ner_loss":1404.8469660285
158
  },
159
  "requirements":[
160
 
 
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
+ "version":"1.3",
5
  "description":"Your coffee ordered, at the speed of sound",
6
+ "author":"C.Bruinsma,I.Chi,J.Feliciano,J.Li,D.Paden",
7
+ "email":"christopher.j.bruinsma",
8
  "url":"",
9
  "license":"MIT",
10
  "spacy_version":">=3.4.3,<3.5.0",
 
23
  "Anti",
24
  "Blended",
25
  "Brew Style",
26
+ "Coffee Varietal",
27
  "add-on",
28
  "drink",
29
  "extra",
 
54
 
55
  ],
56
  "performance":{
57
+ "ents_f":0.9924467842,
58
+ "ents_p":0.9926739927,
59
+ "ents_r":0.9922196796,
60
  "ents_per_type":{
61
+ "drink":{
62
+ "p":0.9937027708,
63
+ "r":0.9924528302,
64
+ "f":0.9930774072
65
+ },
66
+ "syrup":{
67
+ "p":0.9862068966,
68
+ "r":1.0,
69
+ "f":0.9930555556
70
+ },
71
+ "toppings":{
72
+ "p":0.99,
73
+ "r":1.0,
74
+ "f":0.9949748744
75
+ },
76
+ "Coffee Varietal":{
77
  "p":1.0,
78
  "r":1.0,
79
  "f":1.0
80
  },
81
+ "Brew Style":{
82
  "p":1.0,
83
+ "r":1.0,
84
+ "f":1.0
85
  },
86
+ "temperature":{
87
+ "p":1.0,
88
+ "r":0.9857142857,
89
+ "f":0.9928057554
90
  },
91
+ "milk":{
92
+ "p":0.9929078014,
93
  "r":1.0,
94
+ "f":0.9964412811
95
  },
96
+ "milk texture":{
97
  "p":1.0,
98
+ "r":0.9333333333,
99
+ "f":0.9655172414
100
  },
101
  "size":{
102
+ "p":0.9973890339,
103
+ "r":0.9973890339,
104
+ "f":0.9973890339
105
  },
106
+ "add-on":{
107
  "p":1.0,
108
+ "r":0.96,
109
+ "f":0.9795918367
110
  },
111
+ "shot quantity":{
112
+ "p":0.9215686275,
113
  "r":1.0,
114
+ "f":0.9591836735
115
  },
116
+ "Anti":{
117
  "p":1.0,
118
  "r":1.0,
119
  "f":1.0
120
  },
121
+ "extra":{
 
 
 
 
 
 
 
 
 
 
122
  "p":1.0,
123
  "r":1.0,
124
  "f":1.0
125
  },
126
+ "pastry":{
127
  "p":1.0,
128
+ "r":1.0,
129
+ "f":1.0
130
  },
131
+ "Blended":{
132
  "p":1.0,
133
  "r":1.0,
134
  "f":1.0
135
  },
136
+ "hot breakfast":{
137
  "p":1.0,
138
  "r":1.0,
139
  "f":1.0
140
  },
141
  "pump quantity":{
142
+ "p":1.0,
143
+ "r":0.9333333333,
144
+ "f":0.9655172414
145
  },
146
  "shot quality":{
147
+ "p":1.0,
148
+ "r":0.9130434783,
149
+ "f":0.9545454545
150
  },
151
  "upside-down":{
152
  "p":1.0,
 
159
  "f":0.9756097561
160
  }
161
  },
162
+ "tok2vec_loss":211.5521784647,
163
+ "ner_loss":1520.5319207546
164
  },
165
  "requirements":[
166
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�|{"0":{},"1":{"drink":1205,"syrup":390,"size":376,"milk":234,"toppings":214,"temperature":152,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":59,"pump quantity":58,"shot quantity":48,"shot quality":35,"roast":24,"Brew Style":24,"extra":22,"milk texture":14,"upside-down":12,"Blended":7},"2":{"drink":1205,"syrup":390,"size":376,"milk":234,"toppings":214,"temperature":152,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":59,"pump quantity":58,"shot quantity":48,"shot quality":35,"roast":24,"Brew Style":24,"extra":22,"milk texture":14,"upside-down":12,"Blended":7},"3":{"drink":1205,"syrup":390,"size":376,"milk":234,"toppings":214,"temperature":152,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":59,"pump quantity":58,"shot quantity":48,"shot quality":35,"roast":24,"Brew Style":24,"extra":22,"milk texture":14,"upside-down":12,"Blended":7},"4":{"drink":1205,"syrup":390,"size":376,"milk":234,"toppings":214,"temperature":152,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":59,"pump quantity":58,"shot quantity":48,"shot quality":35,"roast":24,"Brew Style":24,"extra":22,"milk texture":14,"upside-down":12,"Blended":7,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"drink":1379,"syrup":437,"size":387,"milk":242,"toppings":219,"temperature":155,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":62,"pump quantity":58,"shot quantity":56,"shot quality":35,"Brew Style":30,"roast":24,"Coffee Varietal":23,"extra":22,"milk texture":16,"upside-down":12,"Blended":7},"2":{"drink":1379,"syrup":437,"size":387,"milk":242,"toppings":219,"temperature":155,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":62,"pump quantity":58,"shot quantity":56,"shot quality":35,"Brew Style":30,"roast":24,"Coffee Varietal":23,"extra":22,"milk texture":16,"upside-down":12,"Blended":7},"3":{"drink":1379,"syrup":437,"size":387,"milk":242,"toppings":219,"temperature":155,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":62,"pump quantity":58,"shot quantity":56,"shot quality":35,"Brew Style":30,"roast":24,"Coffee Varietal":23,"extra":22,"milk texture":16,"upside-down":12,"Blended":7},"4":{"drink":1379,"syrup":437,"size":387,"milk":242,"toppings":219,"temperature":155,"hot breakfast":102,"pastry":84,"Anti":75,"add-on":62,"pump quantity":58,"shot quantity":56,"shot quality":35,"Brew Style":30,"roast":24,"Coffee Varietal":23,"extra":22,"milk texture":16,"upside-down":12,"Blended":7,"":1},"5":{"":1}}�cfg��neg_key�
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c38c7ba6a177153d13897c892022a53437344d28275ea95b8fe4b723f53a6693
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a804c50ddd6908cc35cd6625b14a22e9b4479018b7cbfffe24fa00a6d17505ad
3
  size 6009091
vocab/strings.json CHANGED
@@ -279,10 +279,12 @@
279
  "@",
280
  "@_@",
281
  "A",
 
282
  "Acai",
283
  "Adm",
284
  "Adm.",
285
  "AeroPress",
 
286
  "Ai",
287
  "Ak",
288
  "Ak.",
@@ -290,6 +292,8 @@
290
  "Ala.",
291
  "Alabama",
292
  "Alaska",
 
 
293
  "Americano",
294
  "Anti",
295
  "Any",
@@ -304,25 +308,36 @@
304
  "Ark",
305
  "Ark.",
306
  "Arkansas",
 
307
  "Aug",
308
  "Aug.",
309
  "August",
 
310
  "A\u00e7ai",
311
  "A\u00e7a\u00ed",
312
  "B",
313
  "BOSE",
 
314
  "Bean",
315
  "Big",
316
  "Biscotti",
317
  "Black",
 
318
  "Blend",
319
  "Blended",
320
  "Blonde",
 
 
 
 
 
321
  "Brew",
322
  "Brew Style",
323
  "Bros",
324
  "Bros.",
325
  "Brown",
 
 
326
  "C",
327
  "C'm",
328
  "C++",
@@ -333,6 +348,7 @@
333
  "Calif.",
334
  "California",
335
  "Can",
 
336
  "Cappuccino",
337
  "Cappuchino",
338
  "Caramel",
@@ -340,19 +356,24 @@
340
  "Cause",
341
  "Chai",
342
  "Chemex",
 
343
  "Chesnut",
344
  "Chip",
345
  "Chocolate",
346
  "Chocolatey",
 
347
  "Clover",
348
  "Co",
349
  "Co.",
350
  "Coast",
 
351
  "Coconut",
352
  "Coffee",
 
353
  "Cold",
354
  "Colo",
355
  "Colo.",
 
356
  "Colorado",
357
  "Con",
358
  "Conn",
@@ -361,12 +382,16 @@
361
  "Cookie",
362
  "Corp",
363
  "Corp.",
 
364
  "Cos",
365
  "Costa",
366
  "Could",
367
  "Coz",
368
  "Cream",
 
369
  "Creme",
 
 
370
  "Cuz",
371
  "C\u2019m",
372
  "D",
@@ -392,14 +417,18 @@
392
  "Dr.",
393
  "Dragon",
394
  "Drink",
 
395
  "E",
396
  "E.G.",
397
  "E.g",
398
  "E.g.",
 
 
399
  "Emperor",
400
  "Espresso",
401
  "Ethiopian",
402
  "Extra",
 
403
  "F",
404
  "F.",
405
  "Feb",
@@ -411,19 +440,25 @@
411
  "Florida",
412
  "Foamy",
413
  "Fog",
 
414
  "Four",
415
  "Frappe",
416
  "Frappeccino",
417
  "Frappuccino",
418
  "Frappucino",
 
 
419
  "Fresher",
 
420
  "Fruit",
421
  "G",
422
  "Ga",
423
  "Ga.",
 
424
  "Gen",
425
  "Gen.",
426
  "Georgia",
 
427
  "Goin",
428
  "Goin'",
429
  "Goin\u2019",
@@ -434,10 +469,13 @@
434
  "Gov.",
435
  "Grade",
436
  "Grande",
 
 
437
  "Green",
438
  "Grey",
439
  "H",
440
  "Had",
 
441
  "Has",
442
  "Have",
443
  "Havin",
@@ -448,6 +486,7 @@
448
  "He's",
449
  "He\u2019s",
450
  "Hi",
 
451
  "Honduras",
452
  "Honey",
453
  "Hot",
@@ -472,6 +511,7 @@
472
  "Inc.",
473
  "Ind",
474
  "Ind.",
 
475
  "Indiana",
476
  "Iowa",
477
  "Irish",
@@ -481,9 +521,11 @@
481
  "Italian",
482
  "It\u2019s",
483
  "J",
 
484
  "Jan",
485
  "Jan.",
486
  "January",
 
487
  "Jr",
488
  "Jr.",
489
  "Jul",
@@ -508,14 +550,20 @@
508
  "L",
509
  "La",
510
  "La.",
 
511
  "Large",
512
  "Latte",
513
  "Latter",
 
 
 
514
  "Lemonade",
515
  "Let",
516
  "Let's",
517
  "Let\u2019s",
518
  "Light",
 
 
519
  "London",
520
  "Louisiana",
521
  "Lovin",
@@ -526,7 +574,10 @@
526
  "M",
527
  "Ma'am",
528
  "Macchiato",
 
 
529
  "Mango",
 
530
  "Mar",
531
  "Mar.",
532
  "March",
@@ -542,14 +593,17 @@
542
  "Mega",
543
  "Messrs",
544
  "Messrs.",
 
545
  "Mich",
546
  "Mich.",
547
  "Michigan",
 
548
  "Might",
549
  "Milk",
550
  "Minn",
551
  "Minn.",
552
  "Minnesota",
 
553
  "Miss",
554
  "Miss.",
555
  "Mississippi",
@@ -557,9 +611,11 @@
557
  "Mo",
558
  "Mo.",
559
  "Mocha",
 
560
  "Mont",
561
  "Mont.",
562
  "Mount",
 
563
  "Mr",
564
  "Mr.",
565
  "Mrs",
@@ -600,6 +656,8 @@
600
  "Nov",
601
  "Nov.",
602
  "November",
 
 
603
  "Nuthin",
604
  "Nuthin'",
605
  "Nuthin\u2019",
@@ -621,10 +679,12 @@
621
  "Ol",
622
  "Ol'",
623
  "Ol\u2019",
 
624
  "Ore",
625
  "Ore.",
626
  "Oregon",
627
  "Ought",
 
628
  "O\u2019clock",
629
  "P",
630
  "Pa",
@@ -632,9 +692,12 @@
632
  "Panna",
633
  "Paradise",
634
  "Passion",
 
635
  "Peach",
 
636
  "Pennsylvania",
637
  "Pepermint",
 
638
  "Ph",
639
  "Ph.D.",
640
  "Pike",
@@ -644,13 +707,16 @@
644
  "Place",
645
  "Pour",
646
  "Praline",
 
647
  "Prof",
648
  "Prof.",
649
  "Pump",
650
  "Pumpkin",
 
651
  "R",
652
  "ROOT",
653
  "Raspberry",
 
654
  "Refresha",
655
  "Refreshers",
656
  "Rep",
@@ -661,9 +727,14 @@
661
  "Ristretto",
662
  "Roast",
663
  "Room",
 
 
664
  "S",
665
  "S'mores",
666
  "S.C.",
 
 
 
667
  "Sen",
668
  "Sen.",
669
  "Sep",
@@ -695,11 +766,14 @@
695
  "Strawberries",
696
  "Strawberry",
697
  "Sugar",
 
 
698
  "Sweet",
699
  "Syrup",
700
  "T",
701
  "TVOSE",
702
  "Tall",
 
703
  "Tea",
704
  "Temp",
705
  "Tenn",
@@ -721,6 +795,8 @@
721
  "Those",
722
  "Toffee",
723
  "Trenta",
 
 
724
  "U",
725
  "Upside",
726
  "V",
@@ -728,12 +804,16 @@
728
  "V_V",
729
  "Va",
730
  "Va.",
 
731
  "Vanilla",
732
  "Venti",
733
  "Veranda",
 
 
734
  "Virginia",
735
  "W",
736
  "WM",
 
737
  "Was",
738
  "Wash",
739
  "Wash.",
@@ -792,6 +872,7 @@
792
  "Xxxx.",
793
  "XxxxXxxxx",
794
  "Xxxxx",
 
795
  "Xxxxx'",
796
  "Xxxxx'x",
797
  "Xxxxx.",
@@ -806,6 +887,7 @@
806
  "X\u2019x",
807
  "X\u2019xxxx",
808
  "Y",
 
809
  "You",
810
  "[",
811
  "[-:",
@@ -835,6 +917,7 @@
835
  "a.",
836
  "a.m",
837
  "a.m.",
 
838
  "about",
839
  "acai",
840
  "ace",
@@ -850,9 +933,11 @@
850
  "afe",
851
  "aff",
852
  "affagato",
 
853
  "age",
854
  "ai",
855
  "ain",
 
856
  "ak",
857
  "ak.",
858
  "ake",
@@ -864,6 +949,7 @@
864
  "almond",
865
  "almondmilk",
866
  "am",
 
867
  "americano",
868
  "amy",
869
  "an",
@@ -895,18 +981,24 @@
895
  "ast",
896
  "ate",
897
  "ato",
 
898
  "aug",
899
  "aug.",
900
  "ava",
901
  "ave",
 
902
  "avy",
 
903
  "a\u00e7ai",
904
  "a\u00e7a\u00ed",
905
  "b",
906
  "b.",
907
  "bacon",
908
  "bagel",
 
909
  "ball",
 
 
910
  "base",
911
  "bean",
912
  "because",
@@ -918,15 +1010,21 @@
918
  "biscotti",
919
  "bites",
920
  "black",
 
921
  "ble",
922
  "blend",
923
  "blended",
924
  "blonde",
 
 
 
925
  "bon",
926
  "bose",
927
  "bout",
928
  "br.",
 
929
  "breakfast",
 
930
  "brew",
931
  "brew style",
932
  "brewed",
@@ -937,6 +1035,7 @@
937
  "brul\u00e9e",
938
  "bs",
939
  "butter",
 
940
  "c",
941
  "c'm",
942
  "c++",
@@ -953,6 +1052,7 @@
953
  "calif.",
954
  "can",
955
  "cane",
 
956
  "cap",
957
  "cappuccino",
958
  "cappuchino",
@@ -965,9 +1065,11 @@
965
  "ch.",
966
  "cha",
967
  "chai",
 
968
  "chedder",
969
  "cheese",
970
  "chemex",
 
971
  "chesnut",
972
  "chestnut",
973
  "chia",
@@ -986,12 +1088,15 @@
986
  "co.",
987
  "coa",
988
  "coast",
 
989
  "cocoa",
990
  "coconut",
991
  "coffee",
 
992
  "cold",
993
  "colo",
994
  "colo.",
 
995
  "come",
996
  "con",
997
  "conn",
@@ -1007,12 +1112,15 @@
1007
  "could",
1008
  "coz",
1009
  "cream",
 
1010
  "creme",
1011
  "crisp",
1012
  "croissant",
1013
  "crumble",
1014
  "crunch",
1015
  "ct.",
 
 
1016
  "cup",
1017
  "cus",
1018
  "customized",
@@ -1030,11 +1138,13 @@
1030
  "dX",
1031
  "d_d",
1032
  "d_x",
 
1033
  "dare",
1034
  "dark",
1035
  "day",
1036
  "dd",
1037
  "ddd",
 
1038
  "ddx.x",
1039
  "ddx.x.",
1040
  "dec",
@@ -1063,6 +1173,7 @@
1063
  "dr.",
1064
  "dragon",
1065
  "drink",
 
1066
  "drizzel",
1067
  "drizzle",
1068
  "dry",
@@ -1081,16 +1192,22 @@
1081
  "ebr",
1082
  "ec.",
1083
  "eed",
 
1084
  "een",
1085
  "eer",
1086
  "eet",
1087
  "ega",
1088
  "egf",
1089
  "egg",
 
1090
  "eight",
1091
  "el.",
 
 
1092
  "em",
 
1093
  "eme",
 
1094
  "emp",
1095
  "emperor",
1096
  "en",
@@ -1111,8 +1228,10 @@
1111
  "eta",
1112
  "ethiopian",
1113
  "ev.",
 
1114
  "everything",
1115
  "extra",
 
1116
  "e\u2019s",
1117
  "f",
1118
  "f.",
@@ -1129,6 +1248,7 @@
1129
  "foam",
1130
  "foamy",
1131
  "fog",
 
1132
  "four",
1133
  "fox",
1134
  "frappe",
@@ -1136,15 +1256,18 @@
1136
  "frappuccino",
1137
  "frappuchino",
1138
  "frappucino",
 
1139
  "free",
1140
  "french",
1141
  "fresher",
 
1142
  "fruit",
1143
  "funnel",
1144
  "g",
1145
  "g.",
1146
  "ga",
1147
  "ga.",
 
1148
  "gar",
1149
  "gel",
1150
  "gen",
@@ -1165,7 +1288,10 @@
1165
  "gov",
1166
  "gov.",
1167
  "grade",
 
1168
  "grande",
 
 
1169
  "green",
1170
  "grey",
1171
  "grilled",
@@ -1176,6 +1302,7 @@
1176
  "hai",
1177
  "half",
1178
  "ham",
 
1179
  "has",
1180
  "hat",
1181
  "have",
@@ -1195,6 +1322,7 @@
1195
  "hi",
1196
  "hia",
1197
  "hibiscus",
 
1198
  "hin",
1199
  "hio",
1200
  "hip",
@@ -1222,12 +1350,14 @@
1222
  "id.",
1223
  "ide",
1224
  "ids",
 
1225
  "ies",
1226
  "if.",
1227
  "ike",
1228
  "ilk",
1229
  "ill",
1230
  "ill.",
 
1231
  "impossible",
1232
  "in",
1233
  "in'",
@@ -1236,6 +1366,7 @@
1236
  "inclusions",
1237
  "ind",
1238
  "ind.",
 
1239
  "ine",
1240
  "ing",
1241
  "ink",
@@ -1269,6 +1400,7 @@
1269
  "j",
1270
  "j.",
1271
  "jade",
 
1272
  "jan",
1273
  "jan.",
1274
  "java",
@@ -1304,25 +1436,34 @@
1304
  "l.",
1305
  "la",
1306
  "la.",
 
 
1307
  "large",
1308
  "largest",
1309
  "lat",
1310
  "latte",
1311
  "latter",
 
1312
  "lce",
 
1313
  "led",
 
1314
  "lemonade",
1315
  "less",
1316
  "let",
1317
  "let's",
1318
  "let\u2019s",
 
1319
  "lif",
1320
  "light",
1321
  "lightly",
 
 
1322
  "liquid",
1323
  "ll",
1324
  "ll.",
1325
  "lla",
 
1326
  "lo.",
1327
  "london",
1328
  "long",
@@ -1332,6 +1473,7 @@
1332
  "lovin\u2019",
1333
  "ltd",
1334
  "ltd.",
 
1335
  "lungo",
1336
  "l\u00e9e",
1337
  "m",
@@ -1341,8 +1483,11 @@
1341
  "machiatto",
1342
  "madam",
1343
  "majesty",
 
1344
  "man",
 
1345
  "mango",
 
1346
  "mar",
1347
  "mar.",
1348
  "mass",
@@ -1362,9 +1507,11 @@
1362
  "messrs",
1363
  "messrs.",
1364
  "mex",
 
1365
  "mich",
1366
  "mich.",
1367
  "mid",
 
1368
  "might",
1369
  "milk",
1370
  "milk texture",
@@ -1381,9 +1528,11 @@
1381
  "mocah",
1382
  "mocha",
1383
  "mon",
 
1384
  "mont",
1385
  "mont.",
1386
  "morning",
 
1387
  "mps",
1388
  "mr",
1389
  "mr.",
@@ -1417,12 +1566,14 @@
1417
  "neb.",
1418
  "nebr",
1419
  "nebr.",
 
1420
  "need",
1421
  "nel",
1422
  "ner",
1423
  "nev",
1424
  "nev.",
1425
  "ney",
 
1426
  "ngo",
1427
  "ngs",
1428
  "nie",
@@ -1431,6 +1582,7 @@
1431
  "nna",
1432
  "nny",
1433
  "no",
 
1434
  "non",
1435
  "not",
1436
  "nothin",
@@ -1446,6 +1598,7 @@
1446
  "nti",
1447
  "nuff",
1448
  "nut",
 
1449
  "nuthin",
1450
  "nuthin'",
1451
  "nuthin\u2019",
@@ -1465,6 +1618,7 @@
1465
  "oat",
1466
  "oatmilk",
1467
  "ock",
 
1468
  "oct",
1469
  "oct.",
1470
  "oes",
@@ -1489,6 +1643,7 @@
1489
  "ood",
1490
  "oom",
1491
  "or",
 
1492
  "ore",
1493
  "ore.",
1494
  "orp",
@@ -1519,6 +1674,7 @@
1519
  "passionfruit",
1520
  "pastry",
1521
  "peach",
 
1522
  "ped",
1523
  "pepermint",
1524
  "pepper",
@@ -1543,6 +1699,7 @@
1543
  "ppe",
1544
  "pr.",
1545
  "praline",
 
1546
  "prof",
1547
  "prof.",
1548
  "pt.",
@@ -1557,7 +1714,9 @@
1557
  "r",
1558
  "r.",
1559
  "raison",
 
1560
  "rap",
 
1561
  "ras",
1562
  "raspberry",
1563
  "raw",
@@ -1578,7 +1737,9 @@
1578
  "rey",
1579
  "rge",
1580
  "ribbon",
 
1581
  "rican",
 
1582
  "ristretto",
1583
  "riz",
1584
  "rk.",
@@ -1595,6 +1756,8 @@
1595
  "rty",
1596
  "rup",
1597
  "rus",
 
 
1598
  "s",
1599
  "s'mores",
1600
  "s's",
@@ -1602,7 +1765,9 @@
1602
  "s.c.",
1603
  "salted",
1604
  "sandwhich",
 
1605
  "sausage",
 
1606
  "scone",
1607
  "sen",
1608
  "sen.",
@@ -1666,6 +1831,8 @@
1666
  "sub",
1667
  "sugar",
1668
  "sugars",
 
 
1669
  "sweet",
1670
  "sweetener",
1671
  "syrup",
@@ -1674,8 +1841,11 @@
1674
  "t's",
1675
  "t.",
1676
  "ta",
 
1677
  "tall",
1678
  "tar",
 
 
1679
  "td.",
1680
  "tea",
1681
  "ted",
@@ -1711,6 +1881,7 @@
1711
  "topping",
1712
  "toppings",
1713
  "tor",
 
1714
  "tra",
1715
  "tranquility",
1716
  "trenta",
@@ -1723,6 +1894,8 @@
1723
  "tti",
1724
  "tto",
1725
  "turkey",
 
 
1726
  "tvose",
1727
  "two",
1728
  "t\u2019s",
@@ -1753,12 +1926,15 @@
1753
  "v_v",
1754
  "va",
1755
  "va.",
 
1756
  "vanilla",
1757
  "ve",
1758
  "venti",
1759
  "ver",
1760
  "veranda",
1761
  "very",
 
 
1762
  "vin",
1763
  "vs",
1764
  "vs.",
@@ -1766,6 +1942,7 @@
1766
  "w's",
1767
  "w.",
1768
  "w/o",
 
1769
  "was",
1770
  "wash",
1771
  "wash.",
@@ -1854,6 +2031,7 @@
1854
  "y.",
1855
  "yal",
1856
  "yan",
 
1857
  "yle",
1858
  "you",
1859
  "y\u2019",
@@ -1862,6 +2040,7 @@
1862
  "z.",
1863
  "zed",
1864
  "zel",
 
1865
  "zle",
1866
  "|",
1867
  "}",
 
279
  "@",
280
  "@_@",
281
  "A",
282
+ "AA",
283
  "Acai",
284
  "Adm",
285
  "Adm.",
286
  "AeroPress",
287
+ "Affogato",
288
  "Ai",
289
  "Ak",
290
  "Ak.",
 
292
  "Ala.",
293
  "Alabama",
294
  "Alaska",
295
+ "Almond",
296
+ "Amaretto",
297
  "Americano",
298
  "Anti",
299
  "Any",
 
308
  "Ark",
309
  "Ark.",
310
  "Arkansas",
311
+ "Au",
312
  "Aug",
313
  "Aug.",
314
  "August",
315
+ "Avellana",
316
  "A\u00e7ai",
317
  "A\u00e7a\u00ed",
318
  "B",
319
  "BOSE",
320
+ "Bailey",
321
  "Bean",
322
  "Big",
323
  "Biscotti",
324
  "Black",
325
+ "Blackberry",
326
  "Blend",
327
  "Blended",
328
  "Blonde",
329
+ "Blue",
330
+ "Blueberry",
331
+ "Bombon",
332
+ "Brazilian",
333
+ "Breve",
334
  "Brew",
335
  "Brew Style",
336
  "Bros",
337
  "Bros.",
338
  "Brown",
339
+ "Butter",
340
+ "Butterscotch",
341
  "C",
342
  "C'm",
343
  "C++",
 
348
  "Calif.",
349
  "California",
350
  "Can",
351
+ "Canela",
352
  "Cappuccino",
353
  "Cappuchino",
354
  "Caramel",
 
356
  "Cause",
357
  "Chai",
358
  "Chemex",
359
+ "Cherry",
360
  "Chesnut",
361
  "Chip",
362
  "Chocolate",
363
  "Chocolatey",
364
+ "Cinnamon",
365
  "Clover",
366
  "Co",
367
  "Co.",
368
  "Coast",
369
+ "Coco",
370
  "Coconut",
371
  "Coffee",
372
+ "Coffee Varietal",
373
  "Cold",
374
  "Colo",
375
  "Colo.",
376
+ "Colombian",
377
  "Colorado",
378
  "Con",
379
  "Conn",
 
382
  "Cookie",
383
  "Corp",
384
  "Corp.",
385
+ "Cortado",
386
  "Cos",
387
  "Costa",
388
  "Could",
389
  "Coz",
390
  "Cream",
391
+ "Crema",
392
  "Creme",
393
+ "Cuban",
394
+ "Cubano",
395
  "Cuz",
396
  "C\u2019m",
397
  "D",
 
417
  "Dr.",
418
  "Dragon",
419
  "Drink",
420
+ "Drip",
421
  "E",
422
  "E.G.",
423
  "E.g",
424
  "E.g.",
425
+ "Egg",
426
+ "Eggnog",
427
  "Emperor",
428
  "Espresso",
429
  "Ethiopian",
430
  "Extra",
431
+ "Eye",
432
  "F",
433
  "F.",
434
  "Feb",
 
440
  "Florida",
441
  "Foamy",
442
  "Fog",
443
+ "Forest",
444
  "Four",
445
  "Frappe",
446
  "Frappeccino",
447
  "Frappuccino",
448
  "Frappucino",
449
+ "Freddo",
450
+ "French",
451
  "Fresher",
452
+ "Frozen",
453
  "Fruit",
454
  "G",
455
  "Ga",
456
  "Ga.",
457
+ "Galao",
458
  "Gen",
459
  "Gen.",
460
  "Georgia",
461
+ "Gingerbread",
462
  "Goin",
463
  "Goin'",
464
  "Goin\u2019",
 
469
  "Gov.",
470
  "Grade",
471
  "Grande",
472
+ "Grapefruit",
473
+ "Greek",
474
  "Green",
475
  "Grey",
476
  "H",
477
  "Had",
478
+ "Harar",
479
  "Has",
480
  "Have",
481
  "Havin",
 
486
  "He's",
487
  "He\u2019s",
488
  "Hi",
489
+ "Hielo",
490
  "Honduras",
491
  "Honey",
492
  "Hot",
 
511
  "Inc.",
512
  "Ind",
513
  "Ind.",
514
+ "Indian",
515
  "Indiana",
516
  "Iowa",
517
  "Irish",
 
521
  "Italian",
522
  "It\u2019s",
523
  "J",
524
+ "Jamaican",
525
  "Jan",
526
  "Jan.",
527
  "January",
528
+ "Java",
529
  "Jr",
530
  "Jr.",
531
  "Jul",
 
550
  "L",
551
  "La",
552
  "La.",
553
+ "Lait",
554
  "Large",
555
  "Latte",
556
  "Latter",
557
+ "Lavender",
558
+ "Leche",
559
+ "Lemon",
560
  "Lemonade",
561
  "Let",
562
  "Let's",
563
  "Let\u2019s",
564
  "Light",
565
+ "Lime",
566
+ "Limoncillo",
567
  "London",
568
  "Louisiana",
569
  "Lovin",
 
574
  "M",
575
  "Ma'am",
576
  "Macchiato",
577
+ "Malabar",
578
+ "Mandheling",
579
  "Mango",
580
+ "Maple",
581
  "Mar",
582
  "Mar.",
583
  "March",
 
593
  "Mega",
594
  "Messrs",
595
  "Messrs.",
596
+ "Mexican",
597
  "Mich",
598
  "Mich.",
599
  "Michigan",
600
+ "Miel",
601
  "Might",
602
  "Milk",
603
  "Minn",
604
  "Minn.",
605
  "Minnesota",
606
+ "Mint",
607
  "Miss",
608
  "Miss.",
609
  "Mississippi",
 
611
  "Mo",
612
  "Mo.",
613
  "Mocha",
614
+ "Monsooned",
615
  "Mont",
616
  "Mont.",
617
  "Mount",
618
+ "Mountain",
619
  "Mr",
620
  "Mr.",
621
  "Mrs",
 
656
  "Nov",
657
  "Nov.",
658
  "November",
659
+ "Nut",
660
+ "Nutella",
661
  "Nuthin",
662
  "Nuthin'",
663
  "Nuthin\u2019",
 
679
  "Ol",
680
  "Ol'",
681
  "Ol\u2019",
682
+ "Orange",
683
  "Ore",
684
  "Ore.",
685
  "Oregon",
686
  "Ought",
687
+ "Over",
688
  "O\u2019clock",
689
  "P",
690
  "Pa",
 
692
  "Panna",
693
  "Paradise",
694
  "Passion",
695
+ "Passionfruit",
696
  "Peach",
697
+ "Pecan",
698
  "Pennsylvania",
699
  "Pepermint",
700
+ "Peppermint",
701
  "Ph",
702
  "Ph.D.",
703
  "Pike",
 
707
  "Place",
708
  "Pour",
709
  "Praline",
710
+ "Press",
711
  "Prof",
712
  "Prof.",
713
  "Pump",
714
  "Pumpkin",
715
+ "Pup",
716
  "R",
717
  "ROOT",
718
  "Raspberry",
719
+ "Red",
720
  "Refresha",
721
  "Refreshers",
722
  "Rep",
 
727
  "Ristretto",
728
  "Roast",
729
  "Room",
730
+ "Russian",
731
+ "Rwandan",
732
  "S",
733
  "S'mores",
734
  "S.C.",
735
+ "Salted",
736
+ "Santos",
737
+ "Scandinavian",
738
  "Sen",
739
  "Sen.",
740
  "Sep",
 
766
  "Strawberries",
767
  "Strawberry",
768
  "Sugar",
769
+ "Sumatran",
770
+ "Supremo",
771
  "Sweet",
772
  "Syrup",
773
  "T",
774
  "TVOSE",
775
  "Tall",
776
+ "Tarrazu",
777
  "Tea",
778
  "Temp",
779
  "Tenn",
 
795
  "Those",
796
  "Toffee",
797
  "Trenta",
798
+ "Turkish",
799
+ "Turmeric",
800
  "U",
801
  "Upside",
802
  "V",
 
804
  "V_V",
805
  "Va",
806
  "Va.",
807
+ "Vainilla",
808
  "Vanilla",
809
  "Venti",
810
  "Veranda",
811
+ "Vienna",
812
+ "Vietnamese",
813
  "Virginia",
814
  "W",
815
  "WM",
816
+ "Walnut",
817
  "Was",
818
  "Wash",
819
  "Wash.",
 
872
  "Xxxx.",
873
  "XxxxXxxxx",
874
  "Xxxxx",
875
+ "Xxxxx Xxxxx",
876
  "Xxxxx'",
877
  "Xxxxx'x",
878
  "Xxxxx.",
 
887
  "X\u2019x",
888
  "X\u2019xxxx",
889
  "Y",
890
+ "Yirgacheffe",
891
  "You",
892
  "[",
893
  "[-:",
 
917
  "a.",
918
  "a.m",
919
  "a.m.",
920
+ "aa",
921
  "about",
922
  "acai",
923
  "ace",
 
933
  "afe",
934
  "aff",
935
  "affagato",
936
+ "affogato",
937
  "age",
938
  "ai",
939
  "ain",
940
+ "ait",
941
  "ak",
942
  "ak.",
943
  "ake",
 
949
  "almond",
950
  "almondmilk",
951
  "am",
952
+ "amaretto",
953
  "americano",
954
  "amy",
955
  "an",
 
981
  "ast",
982
  "ate",
983
  "ato",
984
+ "au",
985
  "aug",
986
  "aug.",
987
  "ava",
988
  "ave",
989
+ "avellana",
990
  "avy",
991
+ "azu",
992
  "a\u00e7ai",
993
  "a\u00e7a\u00ed",
994
  "b",
995
  "b.",
996
  "bacon",
997
  "bagel",
998
+ "bailey",
999
  "ball",
1000
+ "ban",
1001
+ "bar",
1002
  "base",
1003
  "bean",
1004
  "because",
 
1010
  "biscotti",
1011
  "bites",
1012
  "black",
1013
+ "blackberry",
1014
  "ble",
1015
  "blend",
1016
  "blended",
1017
  "blonde",
1018
+ "blue",
1019
+ "blueberry",
1020
+ "bombon",
1021
  "bon",
1022
  "bose",
1023
  "bout",
1024
  "br.",
1025
+ "brazilian",
1026
  "breakfast",
1027
+ "breve",
1028
  "brew",
1029
  "brew style",
1030
  "brewed",
 
1035
  "brul\u00e9e",
1036
  "bs",
1037
  "butter",
1038
+ "butterscotch",
1039
  "c",
1040
  "c'm",
1041
  "c++",
 
1052
  "calif.",
1053
  "can",
1054
  "cane",
1055
+ "canela",
1056
  "cap",
1057
  "cappuccino",
1058
  "cappuchino",
 
1065
  "ch.",
1066
  "cha",
1067
  "chai",
1068
+ "che",
1069
  "chedder",
1070
  "cheese",
1071
  "chemex",
1072
+ "cherry",
1073
  "chesnut",
1074
  "chestnut",
1075
  "chia",
 
1088
  "co.",
1089
  "coa",
1090
  "coast",
1091
+ "coco",
1092
  "cocoa",
1093
  "coconut",
1094
  "coffee",
1095
+ "coffee varietal",
1096
  "cold",
1097
  "colo",
1098
  "colo.",
1099
+ "colombian",
1100
  "come",
1101
  "con",
1102
  "conn",
 
1112
  "could",
1113
  "coz",
1114
  "cream",
1115
+ "crema",
1116
  "creme",
1117
  "crisp",
1118
  "croissant",
1119
  "crumble",
1120
  "crunch",
1121
  "ct.",
1122
+ "cuban",
1123
+ "cubano",
1124
  "cup",
1125
  "cus",
1126
  "customized",
 
1138
  "dX",
1139
  "d_d",
1140
  "d_x",
1141
+ "dan",
1142
  "dare",
1143
  "dark",
1144
  "day",
1145
  "dd",
1146
  "ddd",
1147
+ "ddo",
1148
  "ddx.x",
1149
  "ddx.x.",
1150
  "dec",
 
1173
  "dr.",
1174
  "dragon",
1175
  "drink",
1176
+ "drip",
1177
  "drizzel",
1178
  "drizzle",
1179
  "dry",
 
1192
  "ebr",
1193
  "ec.",
1194
  "eed",
1195
+ "eek",
1196
  "een",
1197
  "eer",
1198
  "eet",
1199
  "ega",
1200
  "egf",
1201
  "egg",
1202
+ "eggnog",
1203
  "eight",
1204
  "el.",
1205
+ "ela",
1206
+ "elo",
1207
  "em",
1208
+ "ema",
1209
  "eme",
1210
+ "emo",
1211
  "emp",
1212
  "emperor",
1213
  "en",
 
1228
  "eta",
1229
  "ethiopian",
1230
  "ev.",
1231
+ "eve",
1232
  "everything",
1233
  "extra",
1234
+ "eye",
1235
  "e\u2019s",
1236
  "f",
1237
  "f.",
 
1248
  "foam",
1249
  "foamy",
1250
  "fog",
1251
+ "forest",
1252
  "four",
1253
  "fox",
1254
  "frappe",
 
1256
  "frappuccino",
1257
  "frappuchino",
1258
  "frappucino",
1259
+ "freddo",
1260
  "free",
1261
  "french",
1262
  "fresher",
1263
+ "frozen",
1264
  "fruit",
1265
  "funnel",
1266
  "g",
1267
  "g.",
1268
  "ga",
1269
  "ga.",
1270
+ "galao",
1271
  "gar",
1272
  "gel",
1273
  "gen",
 
1288
  "gov",
1289
  "gov.",
1290
  "grade",
1291
+ "granda",
1292
  "grande",
1293
+ "grapefruit",
1294
+ "greek",
1295
  "green",
1296
  "grey",
1297
  "grilled",
 
1302
  "hai",
1303
  "half",
1304
  "ham",
1305
+ "harar",
1306
  "has",
1307
  "hat",
1308
  "have",
 
1322
  "hi",
1323
  "hia",
1324
  "hibiscus",
1325
+ "hielo",
1326
  "hin",
1327
  "hio",
1328
  "hip",
 
1350
  "id.",
1351
  "ide",
1352
  "ids",
1353
+ "iel",
1354
  "ies",
1355
  "if.",
1356
  "ike",
1357
  "ilk",
1358
  "ill",
1359
  "ill.",
1360
+ "ime",
1361
  "impossible",
1362
  "in",
1363
  "in'",
 
1366
  "inclusions",
1367
  "ind",
1368
  "ind.",
1369
+ "indian",
1370
  "ine",
1371
  "ing",
1372
  "ink",
 
1400
  "j",
1401
  "j.",
1402
  "jade",
1403
+ "jamaican",
1404
  "jan",
1405
  "jan.",
1406
  "java",
 
1436
  "l.",
1437
  "la",
1438
  "la.",
1439
+ "lait",
1440
+ "lao",
1441
  "large",
1442
  "largest",
1443
  "lat",
1444
  "latte",
1445
  "latter",
1446
+ "lavender",
1447
  "lce",
1448
+ "leche",
1449
  "led",
1450
+ "lemon",
1451
  "lemonade",
1452
  "less",
1453
  "let",
1454
  "let's",
1455
  "let\u2019s",
1456
+ "ley",
1457
  "lif",
1458
  "light",
1459
  "lightly",
1460
+ "lime",
1461
+ "limoncillo",
1462
  "liquid",
1463
  "ll",
1464
  "ll.",
1465
  "lla",
1466
+ "llo",
1467
  "lo.",
1468
  "london",
1469
  "long",
 
1473
  "lovin\u2019",
1474
  "ltd",
1475
  "ltd.",
1476
+ "lue",
1477
  "lungo",
1478
  "l\u00e9e",
1479
  "m",
 
1483
  "machiatto",
1484
  "madam",
1485
  "majesty",
1486
+ "malabar",
1487
  "man",
1488
+ "mandheling",
1489
  "mango",
1490
+ "maple",
1491
  "mar",
1492
  "mar.",
1493
  "mass",
 
1507
  "messrs",
1508
  "messrs.",
1509
  "mex",
1510
+ "mexican",
1511
  "mich",
1512
  "mich.",
1513
  "mid",
1514
+ "miel",
1515
  "might",
1516
  "milk",
1517
  "milk texture",
 
1528
  "mocah",
1529
  "mocha",
1530
  "mon",
1531
+ "monsooned",
1532
  "mont",
1533
  "mont.",
1534
  "morning",
1535
+ "mountain",
1536
  "mps",
1537
  "mr",
1538
  "mr.",
 
1566
  "neb.",
1567
  "nebr",
1568
  "nebr.",
1569
+ "ned",
1570
  "need",
1571
  "nel",
1572
  "ner",
1573
  "nev",
1574
  "nev.",
1575
  "ney",
1576
+ "nge",
1577
  "ngo",
1578
  "ngs",
1579
  "nie",
 
1582
  "nna",
1583
  "nny",
1584
  "no",
1585
+ "nog",
1586
  "non",
1587
  "not",
1588
  "nothin",
 
1598
  "nti",
1599
  "nuff",
1600
  "nut",
1601
+ "nutella",
1602
  "nuthin",
1603
  "nuthin'",
1604
  "nuthin\u2019",
 
1618
  "oat",
1619
  "oatmilk",
1620
  "ock",
1621
+ "oco",
1622
  "oct",
1623
  "oct.",
1624
  "oes",
 
1643
  "ood",
1644
  "oom",
1645
  "or",
1646
+ "orange",
1647
  "ore",
1648
  "ore.",
1649
  "orp",
 
1674
  "passionfruit",
1675
  "pastry",
1676
  "peach",
1677
+ "pecan",
1678
  "ped",
1679
  "pepermint",
1680
  "pepper",
 
1699
  "ppe",
1700
  "pr.",
1701
  "praline",
1702
+ "press",
1703
  "prof",
1704
  "prof.",
1705
  "pt.",
 
1714
  "r",
1715
  "r.",
1716
  "raison",
1717
+ "ran",
1718
  "rap",
1719
+ "rar",
1720
  "ras",
1721
  "raspberry",
1722
  "raw",
 
1737
  "rey",
1738
  "rge",
1739
  "ribbon",
1740
+ "ric",
1741
  "rican",
1742
+ "rip",
1743
  "ristretto",
1744
  "riz",
1745
  "rk.",
 
1756
  "rty",
1757
  "rup",
1758
  "rus",
1759
+ "russian",
1760
+ "rwandan",
1761
  "s",
1762
  "s'mores",
1763
  "s's",
 
1765
  "s.c.",
1766
  "salted",
1767
  "sandwhich",
1768
+ "santos",
1769
  "sausage",
1770
+ "scandinavian",
1771
  "scone",
1772
  "sen",
1773
  "sen.",
 
1831
  "sub",
1832
  "sugar",
1833
  "sugars",
1834
+ "sumatran",
1835
+ "supremo",
1836
  "sweet",
1837
  "sweetener",
1838
  "syrup",
 
1841
  "t's",
1842
  "t.",
1843
  "ta",
1844
+ "tal",
1845
  "tall",
1846
  "tar",
1847
+ "tarrazu",
1848
+ "tch",
1849
  "td.",
1850
  "tea",
1851
  "ted",
 
1881
  "topping",
1882
  "toppings",
1883
  "tor",
1884
+ "tos",
1885
  "tra",
1886
  "tranquility",
1887
  "trenta",
 
1894
  "tti",
1895
  "tto",
1896
  "turkey",
1897
+ "turkish",
1898
+ "turmeric",
1899
  "tvose",
1900
  "two",
1901
  "t\u2019s",
 
1926
  "v_v",
1927
  "va",
1928
  "va.",
1929
+ "vainilla",
1930
  "vanilla",
1931
  "ve",
1932
  "venti",
1933
  "ver",
1934
  "veranda",
1935
  "very",
1936
+ "vienna",
1937
+ "vietnamese",
1938
  "vin",
1939
  "vs",
1940
  "vs.",
 
1942
  "w's",
1943
  "w.",
1944
  "w/o",
1945
+ "walnut",
1946
  "was",
1947
  "wash",
1948
  "wash.",
 
2031
  "y.",
2032
  "yal",
2033
  "yan",
2034
+ "yirgacheffe",
2035
  "yle",
2036
  "you",
2037
  "y\u2019",
 
2040
  "z.",
2041
  "zed",
2042
  "zel",
2043
+ "zen",
2044
  "zle",
2045
  "|",
2046
  "}",