cbruinsm commited on
Commit
7dd1171
1 Parent(s): e48814a

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +10 -12
  2. en_Coff_Ev1-any-py3-none-any.whl +2 -2
  3. meta.json +67 -67
  4. ner/model +0 -0
  5. ner/moves +1 -1
  6. tok2vec/model +1 -1
  7. vocab/strings.json +39 -0
README.md CHANGED
@@ -14,22 +14,20 @@ model-index:
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<br>
26
-
27
- Please reference using the included <code>refs.bib</code> file
28
 
29
  | Feature | Description |
30
  | --- | --- |
31
  | **Name** | `en_Coff_Ev1` |
32
- | **Version** | `1.3` |
33
  | **spaCy** | `>=3.4.3,<3.5.0` |
34
  | **Default Pipeline** | `tok2vec`, `ner` |
35
  | **Components** | `tok2vec`, `ner` |
@@ -54,8 +52,8 @@ Please reference using the included <code>refs.bib</code> file
54
 
55
  | Type | Score |
56
  | --- | --- |
57
- | `ENTS_F` | 99.24 |
58
- | `ENTS_P` | 99.27 |
59
- | `ENTS_R` | 99.22 |
60
- | `TOK2VEC_LOSS` | 21155.22 |
61
- | `NER_LOSS` | 152053.19 |
 
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.9682539683
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.9875466999
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.9778051788
24
  ---
25
+ Your coffee ordered at the speed of sound
 
 
26
 
27
  | Feature | Description |
28
  | --- | --- |
29
  | **Name** | `en_Coff_Ev1` |
30
+ | **Version** | `1.3.1` |
31
  | **spaCy** | `>=3.4.3,<3.5.0` |
32
  | **Default Pipeline** | `tok2vec`, `ner` |
33
  | **Components** | `tok2vec`, `ner` |
 
52
 
53
  | Type | Score |
54
  | --- | --- |
55
+ | `ENTS_F` | 97.78 |
56
+ | `ENTS_P` | 96.83 |
57
+ | `ENTS_R` | 98.75 |
58
+ | `TOK2VEC_LOSS` | 64618.41 |
59
+ | `NER_LOSS` | 470128.86 |
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:88452474377ae5295b0d0dd459fe3b6d9dca9e15ceda9019c749347658977e75
3
- size 5697983
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371e56d60fd4f4fb0e8b27777e721b8143b9c9d806c0696b37045e71972efae5
3
+ size 5700382
meta.json CHANGED
@@ -1,10 +1,10 @@
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",
@@ -54,81 +54,91 @@
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
@@ -138,29 +148,19 @@
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,
153
  "r":1.0,
154
  "f":1.0
155
- },
156
- "roast":{
157
- "p":1.0,
158
- "r":0.9523809524,
159
- "f":0.9756097561
160
  }
161
  },
162
- "tok2vec_loss":211.5521784647,
163
- "ner_loss":1520.5319207546
164
  },
165
  "requirements":[
166
 
 
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
+ "version":"1.3.1",
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@outlook.com",
8
  "url":"",
9
  "license":"MIT",
10
  "spacy_version":">=3.4.3,<3.5.0",
 
54
 
55
  ],
56
  "performance":{
57
+ "ents_f":0.9778051788,
58
+ "ents_p":0.9682539683,
59
+ "ents_r":0.9875466999,
60
  "ents_per_type":{
61
+ "syrup":{
62
+ "p":0.9747634069,
63
+ "r":0.9967741935,
64
+ "f":0.985645933
65
+ },
66
+ "temperature":{
67
+ "p":0.96875,
68
+ "r":0.9872611465,
69
+ "f":0.9779179811
70
+ },
71
  "drink":{
72
+ "p":0.9706877114,
73
+ "r":0.9873853211,
74
+ "f":0.9789653212
75
  },
76
+ "size":{
77
+ "p":0.9720930233,
78
+ "r":0.990521327,
79
+ "f":0.9812206573
80
  },
81
+ "Brew Style":{
82
+ "p":0.9714285714,
83
  "r":1.0,
84
+ "f":0.9855072464
85
  },
86
+ "Anti":{
87
+ "p":0.9111111111,
88
  "r":1.0,
89
+ "f":0.9534883721
90
  },
91
+ "toppings":{
92
+ "p":0.9814814815,
93
+ "r":0.9906542056,
94
+ "f":0.9860465116
95
+ },
96
+ "milk":{
97
+ "p":0.9668874172,
98
  "r":1.0,
99
+ "f":0.9831649832
100
  },
101
+ "shot quantity":{
102
+ "p":0.9545454545,
103
+ "r":0.9264705882,
104
+ "f":0.9402985075
105
  },
106
+ "extra":{
107
+ "p":0.76,
108
  "r":1.0,
109
+ "f":0.8636363636
110
  },
111
  "milk texture":{
112
+ "p":0.9375,
113
+ "r":0.9375,
114
+ "f":0.9375
115
  },
116
+ "pump quantity":{
117
+ "p":0.9189189189,
118
+ "r":1.0,
119
+ "f":0.9577464789
 
 
 
 
 
120
  },
121
+ "Coffee Varietal":{
122
+ "p":0.9411764706,
123
  "r":1.0,
124
+ "f":0.9696969697
125
  },
126
+ "roast":{
127
  "p":1.0,
128
+ "r":0.9130434783,
129
+ "f":0.9545454545
130
  },
131
+ "Blended":{
132
  "p":1.0,
133
  "r":1.0,
134
  "f":1.0
135
  },
136
+ "add-on":{
137
  "p":1.0,
138
+ "r":0.962962963,
139
+ "f":0.9811320755
140
  },
141
+ "pastry":{
142
  "p":1.0,
143
  "r":1.0,
144
  "f":1.0
 
148
  "r":1.0,
149
  "f":1.0
150
  },
 
 
 
 
 
151
  "shot quality":{
152
+ "p":0.9565217391,
153
+ "r":0.9565217391,
154
+ "f":0.9565217391
155
  },
156
  "upside-down":{
157
  "p":1.0,
158
  "r":1.0,
159
  "f":1.0
 
 
 
 
 
160
  }
161
  },
162
+ "tok2vec_loss":646.1841412587,
163
+ "ner_loss":4701.2885783607
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":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�
 
1
+ ��moves��{"0":{},"1":{"drink":1506,"syrup":475,"size":426,"milk":253,"toppings":237,"temperature":172,"hot breakfast":102,"shot quantity":89,"Anti":87,"pastry":84,"pump quantity":66,"add-on":66,"extra":38,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":8},"2":{"drink":1506,"syrup":475,"size":426,"milk":253,"toppings":237,"temperature":172,"hot breakfast":102,"shot quantity":89,"Anti":87,"pastry":84,"pump quantity":66,"add-on":66,"extra":38,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":8},"3":{"drink":1506,"syrup":475,"size":426,"milk":253,"toppings":237,"temperature":172,"hot breakfast":102,"shot quantity":89,"Anti":87,"pastry":84,"pump quantity":66,"add-on":66,"extra":38,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":8},"4":{"drink":1506,"syrup":475,"size":426,"milk":253,"toppings":237,"temperature":172,"hot breakfast":102,"shot quantity":89,"Anti":87,"pastry":84,"pump quantity":66,"add-on":66,"extra":38,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":8,"":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:a804c50ddd6908cc35cd6625b14a22e9b4479018b7cbfffe24fa00a6d17505ad
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927426295d53fe63611afd0289072ee4bca0c43452b244eccc8371cbaae26533
3
  size 6009091
vocab/strings.json CHANGED
@@ -283,8 +283,11 @@
283
  "Acai",
284
  "Adm",
285
  "Adm.",
 
286
  "AeroPress",
287
  "Affogato",
 
 
288
  "Ai",
289
  "Ak",
290
  "Ak.",
@@ -293,8 +296,10 @@
293
  "Alabama",
294
  "Alaska",
295
  "Almond",
 
296
  "Amaretto",
297
  "Americano",
 
298
  "Anti",
299
  "Any",
300
  "Apple",
@@ -358,6 +363,7 @@
358
  "Chemex",
359
  "Cherry",
360
  "Chesnut",
 
361
  "Chip",
362
  "Chocolate",
363
  "Chocolatey",
@@ -412,6 +418,7 @@
412
  "Doin",
413
  "Doin'",
414
  "Doin\u2019",
 
415
  "Double",
416
  "Dr",
417
  "Dr.",
@@ -507,12 +514,14 @@
507
  "Ill",
508
  "Ill.",
509
  "Illinois",
 
510
  "Inc",
511
  "Inc.",
512
  "Ind",
513
  "Ind.",
514
  "Indian",
515
  "Indiana",
 
516
  "Iowa",
517
  "Irish",
518
  "Is",
@@ -543,6 +552,7 @@
543
  "Kansas",
544
  "Kentucky",
545
  "Kenyan",
 
546
  "Kids",
547
  "Kiwi",
548
  "Ky",
@@ -713,6 +723,8 @@
713
  "Pump",
714
  "Pumpkin",
715
  "Pup",
 
 
716
  "R",
717
  "ROOT",
718
  "Raspberry",
@@ -798,6 +810,7 @@
798
  "Turkish",
799
  "Turmeric",
800
  "U",
 
801
  "Upside",
802
  "V",
803
  "V.V",
@@ -925,16 +938,21 @@
925
  "ack",
926
  "add",
927
  "add-on",
 
 
928
  "ade",
929
  "adm",
930
  "adm.",
931
  "ado",
 
932
  "aeropress",
933
  "afe",
934
  "aff",
935
  "affagato",
936
  "affogato",
 
937
  "age",
 
938
  "ai",
939
  "ain",
940
  "ait",
@@ -948,6 +966,7 @@
948
  "all",
949
  "almond",
950
  "almondmilk",
 
951
  "am",
952
  "amaretto",
953
  "americano",
@@ -963,6 +982,7 @@
963
  "ant",
964
  "anti",
965
  "any",
 
966
  "apple",
967
  "apr",
968
  "apr.",
@@ -1073,12 +1093,14 @@
1073
  "chesnut",
1074
  "chestnut",
1075
  "chia",
 
1076
  "chip",
1077
  "chips",
1078
  "choclate",
1079
  "chocolate",
1080
  "chocolatey",
1081
  "cinnamon",
 
1082
  "citrus",
1083
  "cks",
1084
  "classic",
@@ -1167,6 +1189,7 @@
1167
  "dolce",
1168
  "don",
1169
  "dopio",
 
1170
  "double",
1171
  "down",
1172
  "dr",
@@ -1219,6 +1242,7 @@
1219
  "ep.",
1220
  "ept",
1221
  "ere",
 
1222
  "ers",
1223
  "ery",
1224
  "ese",
@@ -1254,6 +1278,7 @@
1254
  "frappe",
1255
  "frappeccino",
1256
  "frappuccino",
 
1257
  "frappuchino",
1258
  "frappucino",
1259
  "freddo",
@@ -1272,6 +1297,7 @@
1272
  "gel",
1273
  "gen",
1274
  "gen.",
 
1275
  "ght",
1276
  "gibraltor",
1277
  "gingerbread",
@@ -1367,6 +1393,7 @@
1367
  "ind",
1368
  "ind.",
1369
  "indian",
 
1370
  "ine",
1371
  "ing",
1372
  "ink",
@@ -1424,6 +1451,7 @@
1424
  "kenyan",
1425
  "ket",
1426
  "key",
 
1427
  "kid",
1428
  "kids",
1429
  "kie",
@@ -1457,6 +1485,7 @@
1457
  "lif",
1458
  "light",
1459
  "lightly",
 
1460
  "lime",
1461
  "limoncillo",
1462
  "liquid",
@@ -1467,10 +1496,12 @@
1467
  "lo.",
1468
  "london",
1469
  "long",
 
1470
  "lovin",
1471
  "lovin'",
1472
  "loving",
1473
  "lovin\u2019",
 
1474
  "ltd",
1475
  "ltd.",
1476
  "lue",
@@ -1580,6 +1611,7 @@
1580
  "nitro",
1581
  "nn.",
1582
  "nna",
 
1583
  "nny",
1584
  "no",
1585
  "nog",
@@ -1648,6 +1680,7 @@
1648
  "ore.",
1649
  "orp",
1650
  "ort",
 
1651
  "os.",
1652
  "ose",
1653
  "ots",
@@ -1656,6 +1689,7 @@
1656
  "our",
1657
  "out",
1658
  "ov.",
 
1659
  "over",
1660
  "own",
1661
  "o\u2019clock",
@@ -1766,6 +1800,7 @@
1766
  "salted",
1767
  "sandwhich",
1768
  "santos",
 
1769
  "sausage",
1770
  "scandinavian",
1771
  "scone",
@@ -1882,6 +1917,7 @@
1882
  "toppings",
1883
  "tor",
1884
  "tos",
 
1885
  "tra",
1886
  "tranquility",
1887
  "trenta",
@@ -1902,6 +1938,7 @@
1902
  "u",
1903
  "u.",
1904
  "uad",
 
1905
  "uch",
1906
  "uff",
1907
  "ug.",
@@ -1912,6 +1949,7 @@
1912
  "uld",
1913
  "ump",
1914
  "un.",
 
1915
  "upside",
1916
  "upside-down",
1917
  "ure",
@@ -1943,6 +1981,7 @@
1943
  "w.",
1944
  "w/o",
1945
  "walnut",
 
1946
  "was",
1947
  "wash",
1948
  "wash.",
 
283
  "Acai",
284
  "Adm",
285
  "Adm.",
286
+ "Aero",
287
  "AeroPress",
288
  "Affogato",
289
+ "African",
290
+ "Ah",
291
  "Ai",
292
  "Ak",
293
  "Ak.",
 
296
  "Alabama",
297
  "Alaska",
298
  "Almond",
299
+ "Also",
300
  "Amaretto",
301
  "Americano",
302
+ "And",
303
  "Anti",
304
  "Any",
305
  "Apple",
 
363
  "Chemex",
364
  "Cherry",
365
  "Chesnut",
366
+ "Chicory",
367
  "Chip",
368
  "Chocolate",
369
  "Chocolatey",
 
418
  "Doin",
419
  "Doin'",
420
  "Doin\u2019",
421
+ "Dolce",
422
  "Double",
423
  "Dr",
424
  "Dr.",
 
514
  "Ill",
515
  "Ill.",
516
  "Illinois",
517
+ "In",
518
  "Inc",
519
  "Inc.",
520
  "Ind",
521
  "Ind.",
522
  "Indian",
523
  "Indiana",
524
+ "Indonesian",
525
  "Iowa",
526
  "Irish",
527
  "Is",
 
552
  "Kansas",
553
  "Kentucky",
554
  "Kenyan",
555
+ "Keyan",
556
  "Kids",
557
  "Kiwi",
558
  "Ky",
 
723
  "Pump",
724
  "Pumpkin",
725
  "Pup",
726
+ "Q",
727
+ "Quad",
728
  "R",
729
  "ROOT",
730
  "Raspberry",
 
810
  "Turkish",
811
  "Turmeric",
812
  "U",
813
+ "Undertow",
814
  "Upside",
815
  "V",
816
  "V.V",
 
938
  "ack",
939
  "add",
940
  "add-on",
941
+ "addition",
942
+ "addtion",
943
  "ade",
944
  "adm",
945
  "adm.",
946
  "ado",
947
+ "aero",
948
  "aeropress",
949
  "afe",
950
  "aff",
951
  "affagato",
952
  "affogato",
953
+ "african",
954
  "age",
955
+ "ah",
956
  "ai",
957
  "ain",
958
  "ait",
 
966
  "all",
967
  "almond",
968
  "almondmilk",
969
+ "also",
970
  "am",
971
  "amaretto",
972
  "americano",
 
982
  "ant",
983
  "anti",
984
  "any",
985
+ "aon",
986
  "apple",
987
  "apr",
988
  "apr.",
 
1093
  "chesnut",
1094
  "chestnut",
1095
  "chia",
1096
+ "chicory",
1097
  "chip",
1098
  "chips",
1099
  "choclate",
1100
  "chocolate",
1101
  "chocolatey",
1102
  "cinnamon",
1103
+ "cinnaon",
1104
  "citrus",
1105
  "cks",
1106
  "classic",
 
1189
  "dolce",
1190
  "don",
1191
  "dopio",
1192
+ "doppio",
1193
  "double",
1194
  "down",
1195
  "dr",
 
1242
  "ep.",
1243
  "ept",
1244
  "ere",
1245
+ "ero",
1246
  "ers",
1247
  "ery",
1248
  "ese",
 
1278
  "frappe",
1279
  "frappeccino",
1280
  "frappuccino",
1281
+ "frappuchinno",
1282
  "frappuchino",
1283
  "frappucino",
1284
  "freddo",
 
1297
  "gel",
1298
  "gen",
1299
  "gen.",
1300
+ "get",
1301
  "ght",
1302
  "gibraltor",
1303
  "gingerbread",
 
1393
  "ind",
1394
  "ind.",
1395
  "indian",
1396
+ "indonesian",
1397
  "ine",
1398
  "ing",
1399
  "ink",
 
1451
  "kenyan",
1452
  "ket",
1453
  "key",
1454
+ "keyan",
1455
  "kid",
1456
  "kids",
1457
  "kie",
 
1485
  "lif",
1486
  "light",
1487
  "lightly",
1488
+ "like",
1489
  "lime",
1490
  "limoncillo",
1491
  "liquid",
 
1496
  "lo.",
1497
  "london",
1498
  "long",
1499
+ "love",
1500
  "lovin",
1501
  "lovin'",
1502
  "loving",
1503
  "lovin\u2019",
1504
+ "lso",
1505
  "ltd",
1506
  "ltd.",
1507
  "lue",
 
1611
  "nitro",
1612
  "nn.",
1613
  "nna",
1614
+ "nno",
1615
  "nny",
1616
  "no",
1617
  "nog",
 
1680
  "ore.",
1681
  "orp",
1682
  "ort",
1683
+ "ory",
1684
  "os.",
1685
  "ose",
1686
  "ots",
 
1689
  "our",
1690
  "out",
1691
  "ov.",
1692
+ "ove",
1693
  "over",
1694
  "own",
1695
  "o\u2019clock",
 
1800
  "salted",
1801
  "sandwhich",
1802
  "santos",
1803
+ "sauce",
1804
  "sausage",
1805
  "scandinavian",
1806
  "scone",
 
1917
  "toppings",
1918
  "tor",
1919
  "tos",
1920
+ "tow",
1921
  "tra",
1922
  "tranquility",
1923
  "trenta",
 
1938
  "u",
1939
  "u.",
1940
  "uad",
1941
+ "uce",
1942
  "uch",
1943
  "uff",
1944
  "ug.",
 
1949
  "uld",
1950
  "ump",
1951
  "un.",
1952
+ "undertow",
1953
  "upside",
1954
  "upside-down",
1955
  "ure",
 
1981
  "w.",
1982
  "w/o",
1983
  "walnut",
1984
+ "want",
1985
  "was",
1986
  "wash",
1987
  "wash.",