egumasa commited on
Commit
cbcfa75
·
1 Parent(s): 77c7dfe

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  tags:
3
  - spacy
 
4
  language:
5
  - en
6
  model-index:
@@ -53,15 +54,15 @@ model-index:
53
  metrics:
54
  - name: Sentences F-Score
55
  type: f_score
56
- value: 0.9181469871
57
  ---
58
  | Feature | Description |
59
  | --- | --- |
60
  | **Name** | `en_engagement_spl_RoBERTa_acad` |
61
- | **Version** | `0.3.0.1228` |
62
  | **spaCy** | `>=3.4.4,<3.5.0` |
63
- | **Default Pipeline** | `transformer`, `parser`, `trainable_transformer`, `spancat` |
64
- | **Components** | `transformer`, `parser`, `trainable_transformer`, `spancat` |
65
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
66
  | **Sources** | n/a |
67
  | **License** | n/a |
@@ -71,12 +72,14 @@ model-index:
71
 
72
  <details>
73
 
74
- <summary>View label scheme (57 labels for 2 components)</summary>
75
 
76
  | Component | Labels |
77
  | --- | --- |
78
  | **`parser`** | `ROOT`, `acl`, `acomp`, `advcl`, `advmod`, `agent`, `amod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `csubj`, `csubjpass`, `dative`, `dep`, `det`, `dobj`, `expl`, `intj`, `mark`, `meta`, `neg`, `nmod`, `npadvmod`, `nsubj`, `nsubjpass`, `nummod`, `oprd`, `parataxis`, `pcomp`, `pobj`, `poss`, `preconj`, `predet`, `prep`, `prt`, `punct`, `quantmod`, `relcl`, `xcomp` |
79
- | **`spancat`** | `DENY`, `ENTERTAIN`, `PRONOUNCE`, `JUSTIFYING`, `MONOGLOSS`, `COUNTER`, `ENDORSE`, `ATTRIBUTE`, `ENDOPHORIC`, `SOURCES`, `CONCUR`, `CITATION` |
 
 
80
 
81
  </details>
82
 
@@ -87,17 +90,16 @@ model-index:
87
  | `DEP_UAS` | 0.00 |
88
  | `DEP_LAS` | 0.00 |
89
  | `DEP_LAS_PER_TYPE` | 0.00 |
90
- | `SENTS_P` | 90.27 |
91
- | `SENTS_R` | 93.41 |
92
- | `SENTS_F` | 91.81 |
93
- | `SPANS_SC_F` | 69.58 |
94
- | `SPANS_SC_P` | 72.23 |
95
- | `SPANS_SC_R` | 67.11 |
96
- | `ENTS_PER_TYPE` | 0.00 |
97
  | `TAG_ACC` | 0.00 |
98
  | `ENTS_F` | 0.00 |
99
  | `ENTS_P` | 0.00 |
100
  | `ENTS_R` | 0.00 |
101
  | `LEMMA_ACC` | 0.00 |
102
- | `TRAINABLE_TRANSFORMER_LOSS` | 344.32 |
103
- | `SPANCAT_LOSS` | 51942.04 |
 
 
 
 
1
  ---
2
  tags:
3
  - spacy
4
+ - token-classification
5
  language:
6
  - en
7
  model-index:
 
54
  metrics:
55
  - name: Sentences F-Score
56
  type: f_score
57
+ value: 0.9228564605
58
  ---
59
  | Feature | Description |
60
  | --- | --- |
61
  | **Name** | `en_engagement_spl_RoBERTa_acad` |
62
+ | **Version** | `0.3.2` |
63
  | **spaCy** | `>=3.4.4,<3.5.0` |
64
+ | **Default Pipeline** | `transformer`, `parser`, `tagger`, `ner`, `attribute_ruler`, `lemmatizer`, `trainable_transformer`, `spancat` |
65
+ | **Components** | `transformer`, `parser`, `tagger`, `ner`, `attribute_ruler`, `lemmatizer`, `trainable_transformer`, `spancat` |
66
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
67
  | **Sources** | n/a |
68
  | **License** | n/a |
 
72
 
73
  <details>
74
 
75
+ <summary>View label scheme (124 labels for 4 components)</summary>
76
 
77
  | Component | Labels |
78
  | --- | --- |
79
  | **`parser`** | `ROOT`, `acl`, `acomp`, `advcl`, `advmod`, `agent`, `amod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `csubj`, `csubjpass`, `dative`, `dep`, `det`, `dobj`, `expl`, `intj`, `mark`, `meta`, `neg`, `nmod`, `npadvmod`, `nsubj`, `nsubjpass`, `nummod`, `oprd`, `parataxis`, `pcomp`, `pobj`, `poss`, `preconj`, `predet`, `prep`, `prt`, `punct`, `quantmod`, `relcl`, `xcomp` |
80
+ | **`tagger`** | `$`, `''`, `,`, `-LRB-`, `-RRB-`, `.`, `:`, `ADD`, `AFX`, `CC`, `CD`, `DT`, `EX`, `FW`, `HYPH`, `IN`, `JJ`, `JJR`, `JJS`, `LS`, `MD`, `NFP`, `NN`, `NNP`, `NNPS`, `NNS`, `PDT`, `POS`, `PRP`, `PRP$`, `RB`, `RBR`, `RBS`, `RP`, `SYM`, `TO`, `UH`, `VB`, `VBD`, `VBG`, `VBN`, `VBP`, `VBZ`, `WDT`, `WP`, `WP$`, `WRB`, `XX`, ```` |
81
+ | **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |
82
+ | **`spancat`** | `MONOGLOSS`, `PRONOUNCE`, `ENDOPHORIC`, `ENTERTAIN`, `COUNTER`, `DENY`, `JUSTIFYING`, `ATTRIBUTE`, `CITATION`, `SOURCES`, `ENDORSE`, `CONCUR` |
83
 
84
  </details>
85
 
 
90
  | `DEP_UAS` | 0.00 |
91
  | `DEP_LAS` | 0.00 |
92
  | `DEP_LAS_PER_TYPE` | 0.00 |
93
+ | `SENTS_P` | 90.70 |
94
+ | `SENTS_R` | 93.92 |
95
+ | `SENTS_F` | 92.29 |
 
 
 
 
96
  | `TAG_ACC` | 0.00 |
97
  | `ENTS_F` | 0.00 |
98
  | `ENTS_P` | 0.00 |
99
  | `ENTS_R` | 0.00 |
100
  | `LEMMA_ACC` | 0.00 |
101
+ | `SPANS_SC_F` | 70.89 |
102
+ | `SPANS_SC_P` | 72.44 |
103
+ | `SPANS_SC_R` | 69.40 |
104
+ | `TRAINABLE_TRANSFORMER_LOSS` | 2968.92 |
105
+ | `SPANCAT_LOSS` | 92215.54 |
attribute_ruler/patterns ADDED
Binary file (14.8 kB). View file
 
config.cfg CHANGED
@@ -10,7 +10,7 @@ seed = 0
10
 
11
  [nlp]
12
  lang = "en"
13
- pipeline = ["transformer","parser","trainable_transformer","spancat"]
14
  batch_size = 64
15
  disabled = []
16
  before_creation = null
@@ -20,6 +20,40 @@ tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
20
 
21
  [components]
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  [components.parser]
24
  factory = "parser"
25
  learn_tokens = false
@@ -56,7 +90,7 @@ threshold = 0.4
56
  [components.spancat.model.reducer]
57
  @layers = "mean_max_reducer.v1.5"
58
  hidden_size = 256
59
- dropout = 0.2
60
 
61
  [components.spancat.model.scorer]
62
  @layers = "spacy.LinearLogistic.v1"
@@ -71,7 +105,24 @@ upstream = "trainable_transformer"
71
 
72
  [components.spancat.suggester]
73
  @misc = "spacy-experimental.ngram_subtree_suggester.v1"
74
- sizes = [1,2,3,4,5,6,7,8,9,10,11,12]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
  [components.trainable_transformer]
77
  factory = "transformer"
@@ -141,7 +192,7 @@ patience = 6000
141
  max_epochs = 0
142
  max_steps = 20000
143
  eval_frequency = 200
144
- frozen_components = ["transformer","parser"]
145
  annotating_components = ["parser"]
146
  before_to_disk = null
147
 
@@ -153,8 +204,8 @@ get_length = null
153
 
154
  [training.batcher.size]
155
  @schedules = "compounding.v1"
156
- start = 100
157
- stop = 600
158
  compound = 1.0002
159
  t = 0.0
160
 
@@ -163,7 +214,7 @@ t = 0.0
163
  progress_bar = true
164
 
165
  [training.optimizer]
166
- @optimizers = "Adam.v1"
167
  beta1 = 0.9
168
  beta2 = 0.999
169
  L2_is_weight_decay = true
@@ -185,15 +236,15 @@ dep_las_per_type = null
185
  sents_p = null
186
  sents_r = null
187
  sents_f = null
188
- spans_sc_f = 0.5
189
- spans_sc_p = 0.0
190
- spans_sc_r = 0.5
191
- ents_per_type = null
192
  tag_acc = null
193
  ents_f = null
194
  ents_p = null
195
  ents_r = null
 
196
  lemma_acc = null
 
 
 
197
 
198
  [pretraining]
199
 
 
10
 
11
  [nlp]
12
  lang = "en"
13
+ pipeline = ["transformer","parser","tagger","ner","attribute_ruler","lemmatizer","trainable_transformer","spancat"]
14
  batch_size = 64
15
  disabled = []
16
  before_creation = null
 
20
 
21
  [components]
22
 
23
+ [components.attribute_ruler]
24
+ factory = "attribute_ruler"
25
+ scorer = {"@scorers":"spacy.attribute_ruler_scorer.v1"}
26
+ validate = false
27
+
28
+ [components.lemmatizer]
29
+ factory = "lemmatizer"
30
+ mode = "rule"
31
+ model = null
32
+ overwrite = false
33
+ scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
34
+
35
+ [components.ner]
36
+ factory = "ner"
37
+ incorrect_spans_key = null
38
+ moves = null
39
+ scorer = {"@scorers":"spacy.ner_scorer.v1"}
40
+ update_with_oracle_cut_size = 100
41
+
42
+ [components.ner.model]
43
+ @architectures = "spacy.TransitionBasedParser.v2"
44
+ state_type = "ner"
45
+ extra_state_tokens = false
46
+ hidden_width = 64
47
+ maxout_pieces = 2
48
+ use_upper = false
49
+ nO = null
50
+
51
+ [components.ner.model.tok2vec]
52
+ @architectures = "spacy-transformers.TransformerListener.v1"
53
+ grad_factor = 1.0
54
+ upstream = "transformer"
55
+ pooling = {"@layers":"reduce_mean.v1"}
56
+
57
  [components.parser]
58
  factory = "parser"
59
  learn_tokens = false
 
90
  [components.spancat.model.reducer]
91
  @layers = "mean_max_reducer.v1.5"
92
  hidden_size = 256
93
+ dropout = 0.0
94
 
95
  [components.spancat.model.scorer]
96
  @layers = "spacy.LinearLogistic.v1"
 
105
 
106
  [components.spancat.suggester]
107
  @misc = "spacy-experimental.ngram_subtree_suggester.v1"
108
+ sizes = [1,2,3,4,5,6,7,8,9,10]
109
+
110
+ [components.tagger]
111
+ factory = "tagger"
112
+ neg_prefix = "!"
113
+ overwrite = false
114
+ scorer = {"@scorers":"spacy.tagger_scorer.v1"}
115
+
116
+ [components.tagger.model]
117
+ @architectures = "spacy.Tagger.v2"
118
+ nO = null
119
+ normalize = false
120
+
121
+ [components.tagger.model.tok2vec]
122
+ @architectures = "spacy-transformers.TransformerListener.v1"
123
+ grad_factor = 1.0
124
+ upstream = "transformer"
125
+ pooling = {"@layers":"reduce_mean.v1"}
126
 
127
  [components.trainable_transformer]
128
  factory = "transformer"
 
192
  max_epochs = 0
193
  max_steps = 20000
194
  eval_frequency = 200
195
+ frozen_components = ["transformer","parser","tagger","ner","attribute_ruler","lemmatizer"]
196
  annotating_components = ["parser"]
197
  before_to_disk = null
198
 
 
204
 
205
  [training.batcher.size]
206
  @schedules = "compounding.v1"
207
+ start = 200
208
+ stop = 800
209
  compound = 1.0002
210
  t = 0.0
211
 
 
214
  progress_bar = true
215
 
216
  [training.optimizer]
217
+ @optimizers = "RAdam.v1"
218
  beta1 = 0.9
219
  beta2 = 0.999
220
  L2_is_weight_decay = true
 
236
  sents_p = null
237
  sents_r = null
238
  sents_f = null
 
 
 
 
239
  tag_acc = null
240
  ents_f = null
241
  ents_p = null
242
  ents_r = null
243
+ ents_per_type = null
244
  lemma_acc = null
245
+ spans_sc_f = 0.5
246
+ spans_sc_p = 0.0
247
+ spans_sc_r = 0.5
248
 
249
  [pretraining]
250
 
en_engagement_spl_RoBERTa_acad-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2772317b3e8261f1ca495961af24180ca0910be23cea34ca00020666836a3fee
3
- size 932543299
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404b9657fda63821dbcba6c7e4f532da8d9970ae5cbd6eaf1f10f7c0ed66dad2
3
+ size 933408890
lemmatizer/lookups/lookups.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb64f40c0f8396d1762730c0ddf4dad2a52d138f5a389f71a1a1d088173b7737
3
+ size 972893
meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "lang":"en",
3
  "name":"engagement_spl_RoBERTa_acad",
4
- "version":"0.3.0.1228",
5
  "description":"",
6
  "author":"",
7
  "email":"",
@@ -65,34 +65,119 @@
65
  "quantmod",
66
  "relcl",
67
  "xcomp"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ],
69
  "trainable_transformer":[
70
 
71
  ],
72
  "spancat":[
73
- "DENY",
74
- "ENTERTAIN",
75
- "PRONOUNCE",
76
- "JUSTIFYING",
77
  "MONOGLOSS",
 
 
 
78
  "COUNTER",
79
- "ENDORSE",
 
80
  "ATTRIBUTE",
81
- "ENDOPHORIC",
82
  "SOURCES",
83
- "CONCUR",
84
- "CITATION"
85
  ]
86
  },
87
  "pipeline":[
88
  "transformer",
89
  "parser",
 
 
 
 
90
  "trainable_transformer",
91
  "spancat"
92
  ],
93
  "components":[
94
  "transformer",
95
  "parser",
 
 
 
 
96
  "trainable_transformer",
97
  "spancat"
98
  ],
@@ -103,20 +188,161 @@
103
  "dep_uas":0.0,
104
  "dep_las":0.0,
105
  "dep_las_per_type":0.0,
106
- "sents_p":0.902739726,
107
- "sents_r":0.9340892984,
108
- "sents_f":0.9181469871,
109
- "spans_sc_f":0.6957640751,
110
- "spans_sc_p":0.722333556,
111
- "spans_sc_r":0.6710798511,
112
- "ents_per_type":0.0,
113
  "tag_acc":0.0,
114
  "ents_f":0.0,
115
  "ents_p":0.0,
116
  "ents_r":0.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  "lemma_acc":0.0,
118
- "trainable_transformer_loss":3.4431899822,
119
- "spancat_loss":519.4204027318
 
 
 
120
  },
121
  "requirements":[
122
  "spacy-transformers>=1.1.8,<1.2.0",
 
1
  {
2
  "lang":"en",
3
  "name":"engagement_spl_RoBERTa_acad",
4
+ "version":"0.3.2",
5
  "description":"",
6
  "author":"",
7
  "email":"",
 
65
  "quantmod",
66
  "relcl",
67
  "xcomp"
68
+ ],
69
+ "tagger":[
70
+ "$",
71
+ "''",
72
+ ",",
73
+ "-LRB-",
74
+ "-RRB-",
75
+ ".",
76
+ ":",
77
+ "ADD",
78
+ "AFX",
79
+ "CC",
80
+ "CD",
81
+ "DT",
82
+ "EX",
83
+ "FW",
84
+ "HYPH",
85
+ "IN",
86
+ "JJ",
87
+ "JJR",
88
+ "JJS",
89
+ "LS",
90
+ "MD",
91
+ "NFP",
92
+ "NN",
93
+ "NNP",
94
+ "NNPS",
95
+ "NNS",
96
+ "PDT",
97
+ "POS",
98
+ "PRP",
99
+ "PRP$",
100
+ "RB",
101
+ "RBR",
102
+ "RBS",
103
+ "RP",
104
+ "SYM",
105
+ "TO",
106
+ "UH",
107
+ "VB",
108
+ "VBD",
109
+ "VBG",
110
+ "VBN",
111
+ "VBP",
112
+ "VBZ",
113
+ "WDT",
114
+ "WP",
115
+ "WP$",
116
+ "WRB",
117
+ "XX",
118
+ "``"
119
+ ],
120
+ "ner":[
121
+ "CARDINAL",
122
+ "DATE",
123
+ "EVENT",
124
+ "FAC",
125
+ "GPE",
126
+ "LANGUAGE",
127
+ "LAW",
128
+ "LOC",
129
+ "MONEY",
130
+ "NORP",
131
+ "ORDINAL",
132
+ "ORG",
133
+ "PERCENT",
134
+ "PERSON",
135
+ "PRODUCT",
136
+ "QUANTITY",
137
+ "TIME",
138
+ "WORK_OF_ART"
139
+ ],
140
+ "attribute_ruler":[
141
+
142
+ ],
143
+ "lemmatizer":[
144
+
145
  ],
146
  "trainable_transformer":[
147
 
148
  ],
149
  "spancat":[
 
 
 
 
150
  "MONOGLOSS",
151
+ "PRONOUNCE",
152
+ "ENDOPHORIC",
153
+ "ENTERTAIN",
154
  "COUNTER",
155
+ "DENY",
156
+ "JUSTIFYING",
157
  "ATTRIBUTE",
158
+ "CITATION",
159
  "SOURCES",
160
+ "ENDORSE",
161
+ "CONCUR"
162
  ]
163
  },
164
  "pipeline":[
165
  "transformer",
166
  "parser",
167
+ "tagger",
168
+ "ner",
169
+ "attribute_ruler",
170
+ "lemmatizer",
171
  "trainable_transformer",
172
  "spancat"
173
  ],
174
  "components":[
175
  "transformer",
176
  "parser",
177
+ "tagger",
178
+ "ner",
179
+ "attribute_ruler",
180
+ "lemmatizer",
181
  "trainable_transformer",
182
  "spancat"
183
  ],
 
188
  "dep_uas":0.0,
189
  "dep_las":0.0,
190
  "dep_las_per_type":0.0,
191
+ "sents_p":0.9070422535,
192
+ "sents_r":0.9392318911,
193
+ "sents_f":0.9228564605,
 
 
 
 
194
  "tag_acc":0.0,
195
  "ents_f":0.0,
196
  "ents_p":0.0,
197
  "ents_r":0.0,
198
+ "ents_per_type":{
199
+ "PERSON":{
200
+ "p":0.0,
201
+ "r":0.0,
202
+ "f":0.0
203
+ },
204
+ "WORK_OF_ART":{
205
+ "p":0.0,
206
+ "r":0.0,
207
+ "f":0.0
208
+ },
209
+ "CARDINAL":{
210
+ "p":0.0,
211
+ "r":0.0,
212
+ "f":0.0
213
+ },
214
+ "GPE":{
215
+ "p":0.0,
216
+ "r":0.0,
217
+ "f":0.0
218
+ },
219
+ "NORP":{
220
+ "p":0.0,
221
+ "r":0.0,
222
+ "f":0.0
223
+ },
224
+ "EVENT":{
225
+ "p":0.0,
226
+ "r":0.0,
227
+ "f":0.0
228
+ },
229
+ "LOC":{
230
+ "p":0.0,
231
+ "r":0.0,
232
+ "f":0.0
233
+ },
234
+ "ORDINAL":{
235
+ "p":0.0,
236
+ "r":0.0,
237
+ "f":0.0
238
+ },
239
+ "ATTRIBUTE":{
240
+ "p":0.0,
241
+ "r":0.0,
242
+ "f":0.0
243
+ },
244
+ "MONOGLOSS":{
245
+ "p":0.0,
246
+ "r":0.0,
247
+ "f":0.0
248
+ },
249
+ "PRONOUNCE":{
250
+ "p":0.0,
251
+ "r":0.0,
252
+ "f":0.0
253
+ },
254
+ "ENTERTAIN":{
255
+ "p":0.0,
256
+ "r":0.0,
257
+ "f":0.0
258
+ },
259
+ "COUNTER":{
260
+ "p":0.0,
261
+ "r":0.0,
262
+ "f":0.0
263
+ },
264
+ "ORG":{
265
+ "p":0.0,
266
+ "r":0.0,
267
+ "f":0.0
268
+ },
269
+ "DENY":{
270
+ "p":0.0,
271
+ "r":0.0,
272
+ "f":0.0
273
+ },
274
+ "ENDORSE":{
275
+ "p":0.0,
276
+ "r":0.0,
277
+ "f":0.0
278
+ },
279
+ "LANGUAGE":{
280
+ "p":0.0,
281
+ "r":0.0,
282
+ "f":0.0
283
+ },
284
+ "DATE":{
285
+ "p":0.0,
286
+ "r":0.0,
287
+ "f":0.0
288
+ },
289
+ "CONCUR":{
290
+ "p":0.0,
291
+ "r":0.0,
292
+ "f":0.0
293
+ },
294
+ "JUSTIFYING":{
295
+ "p":0.0,
296
+ "r":0.0,
297
+ "f":0.0
298
+ },
299
+ "PERCENT":{
300
+ "p":0.0,
301
+ "r":0.0,
302
+ "f":0.0
303
+ },
304
+ "LAW":{
305
+ "p":0.0,
306
+ "r":0.0,
307
+ "f":0.0
308
+ },
309
+ "PRODUCT":{
310
+ "p":0.0,
311
+ "r":0.0,
312
+ "f":0.0
313
+ },
314
+ "QUANTITY":{
315
+ "p":0.0,
316
+ "r":0.0,
317
+ "f":0.0
318
+ },
319
+ "ENDOPHORIC":{
320
+ "p":0.0,
321
+ "r":0.0,
322
+ "f":0.0
323
+ },
324
+ "TIME":{
325
+ "p":0.0,
326
+ "r":0.0,
327
+ "f":0.0
328
+ },
329
+ "FAC":{
330
+ "p":0.0,
331
+ "r":0.0,
332
+ "f":0.0
333
+ },
334
+ "SOURCES":{
335
+ "p":0.0,
336
+ "r":0.0,
337
+ "f":0.0
338
+ }
339
+ },
340
  "lemma_acc":0.0,
341
+ "spans_sc_f":0.7088699702,
342
+ "spans_sc_p":0.7244199881,
343
+ "spans_sc_r":0.6939735005,
344
+ "trainable_transformer_loss":29.6892269018,
345
+ "spancat_loss":922.1554348465
346
  },
347
  "requirements":[
348
  "spacy-transformers>=1.1.8,<1.2.0",
ner/cfg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moves":null,
3
+ "update_with_oracle_cut_size":100,
4
+ "multitasks":[
5
+
6
+ ],
7
+ "min_action_freq":1,
8
+ "learn_tokens":false,
9
+ "beam_width":1,
10
+ "beam_density":0.0,
11
+ "beam_update_prob":0.0,
12
+ "incorrect_spans_key":null
13
+ }
ner/model ADDED
Binary file (314 kB). View file
 
ner/moves ADDED
@@ -0,0 +1 @@
 
 
1
+ ��moves�{"0":{},"1":{"ORG":56356,"DATE":40381,"PERSON":36475,"GPE":26716,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3670,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1782,"LAW":1620,"LANGUAGE":355},"2":{"ORG":56356,"DATE":40381,"PERSON":36475,"GPE":26716,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3670,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1782,"LAW":1620,"LANGUAGE":355},"3":{"ORG":56356,"DATE":40381,"PERSON":36475,"GPE":26716,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3670,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1782,"LAW":1620,"LANGUAGE":355},"4":{"ORG":56356,"DATE":40381,"PERSON":36475,"GPE":26716,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3670,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1782,"LAW":1620,"LANGUAGE":355,"":1},"5":{"":1}}�cfg��neg_key�
spancat/cfg CHANGED
@@ -1,17 +1,17 @@
1
  {
2
  "labels":[
3
- "DENY",
4
- "ENTERTAIN",
5
- "PRONOUNCE",
6
- "JUSTIFYING",
7
  "MONOGLOSS",
 
 
 
8
  "COUNTER",
9
- "ENDORSE",
 
10
  "ATTRIBUTE",
11
- "ENDOPHORIC",
12
  "SOURCES",
13
- "CONCUR",
14
- "CITATION"
15
  ],
16
  "spans_key":"sc",
17
  "threshold":0.4,
 
1
  {
2
  "labels":[
 
 
 
 
3
  "MONOGLOSS",
4
+ "PRONOUNCE",
5
+ "ENDOPHORIC",
6
+ "ENTERTAIN",
7
  "COUNTER",
8
+ "DENY",
9
+ "JUSTIFYING",
10
  "ATTRIBUTE",
11
+ "CITATION",
12
  "SOURCES",
13
+ "ENDORSE",
14
+ "CONCUR"
15
  ],
16
  "spans_key":"sc",
17
  "threshold":0.4,
spancat/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6760360b1c0cbf336fb1d473bd0db2ea6562f91f9bd42b0a41140ba1ad0c129
3
  size 9456476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e14bb8d96f14cf8d401c3adc26cacd6969b8a41afca6a8316f0c32d6572d184
3
  size 9456476
tagger/cfg ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels":[
3
+ "$",
4
+ "''",
5
+ ",",
6
+ "-LRB-",
7
+ "-RRB-",
8
+ ".",
9
+ ":",
10
+ "ADD",
11
+ "AFX",
12
+ "CC",
13
+ "CD",
14
+ "DT",
15
+ "EX",
16
+ "FW",
17
+ "HYPH",
18
+ "IN",
19
+ "JJ",
20
+ "JJR",
21
+ "JJS",
22
+ "LS",
23
+ "MD",
24
+ "NFP",
25
+ "NN",
26
+ "NNP",
27
+ "NNPS",
28
+ "NNS",
29
+ "PDT",
30
+ "POS",
31
+ "PRP",
32
+ "PRP$",
33
+ "RB",
34
+ "RBR",
35
+ "RBS",
36
+ "RP",
37
+ "SYM",
38
+ "TO",
39
+ "UH",
40
+ "VB",
41
+ "VBD",
42
+ "VBG",
43
+ "VBN",
44
+ "VBP",
45
+ "VBZ",
46
+ "WDT",
47
+ "WP",
48
+ "WP$",
49
+ "WRB",
50
+ "XX",
51
+ "``"
52
+ ],
53
+ "neg_prefix":"!",
54
+ "overwrite":false
55
+ }
tagger/model ADDED
Binary file (151 kB). View file
 
trainable_transformer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa52feb953fba36c73a8277246dd4235d80239fefa4fb4c04b6891db4cd77db0
3
  size 502030722
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97214fc3e855feb221d47203b4da27a175c7d7b9f25377a578f5ae92bba7db8
3
  size 502030722
transformer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f3bd9c07fd7e10e50c3eea3a9f90a08f4f1d12f0ad4839b6949b3e9d3d91662
3
  size 502030652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b39d16b2eddec1f6a459291f46d6bfb8f666fd0d97afdb993ae2703c008d0a
3
  size 502030652
vocab/strings.json CHANGED
@@ -635,12 +635,14 @@
635
  ".r.",
636
  ".s.",
637
  ".t.",
 
638
  ".tw",
639
  ".us",
640
  ".v.",
641
  ".va",
642
  ".w.",
643
  ".what",
 
644
  ".women",
645
  ".xxx",
646
  ".xxxx",
@@ -6161,6 +6163,7 @@
6161
  "Abulkabir",
6162
  "Academia",
6163
  "Academic",
 
6164
  "Academically",
6165
  "Academy",
6166
  "Acadia",
@@ -6653,6 +6656,7 @@
6653
  "Allstate",
6654
  "Alltel",
6655
  "Allumettes",
 
6656
  "Ally",
6657
  "Almaden",
6658
  "Almanac",
@@ -8017,6 +8021,7 @@
8017
  "Baron",
8018
  "Barr",
8019
  "Barrah",
 
8020
  "Barre",
8021
  "Barred",
8022
  "Barrels",
@@ -8737,6 +8742,7 @@
8737
  "Bonnie",
8738
  "Bonniers",
8739
  "Bonomo",
 
8740
  "Bonwit",
8741
  "Book",
8742
  "Booker",
@@ -9554,6 +9560,7 @@
9554
  "Caesar",
9555
  "Caesarea",
9556
  "Caesarean",
 
9557
  "Caesars",
9558
  "Cafe",
9559
  "Cafferty",
@@ -10437,6 +10444,7 @@
10437
  "Cingular",
10438
  "Cinzano",
10439
  "Ciporkin",
 
10440
  "Circle",
10441
  "Circled",
10442
  "Circuit",
@@ -10577,6 +10585,7 @@
10577
  "Clutch",
10578
  "Cly",
10579
  "Clyde",
 
10580
  "Cnews",
10581
  "Cnidus",
10582
  "Cnn",
@@ -11143,6 +11152,7 @@
11143
  "Coudert",
11144
  "Cougar",
11145
  "Could",
 
11146
  "Council",
11147
  "Councils",
11148
  "Counsel",
@@ -11490,6 +11500,7 @@
11490
  "DC-10",
11491
  "DC-9",
11492
  "DC10",
 
11493
  "DCSNet",
11494
  "DDB",
11495
  "DDI",
@@ -11500,6 +11511,7 @@
11500
  "DED",
11501
  "DEFENSE",
11502
  "DEFERRED",
 
11503
  "DEL",
11504
  "DELAYS",
11505
  "DELIGHT",
@@ -13458,6 +13470,7 @@
13458
  "Everywhere",
13459
  "Evian",
13460
  "Evidence",
 
13461
  "Evidently",
13462
  "Evil",
13463
  "Evils",
@@ -13683,6 +13696,7 @@
13683
  "FOs",
13684
  "FPL",
13685
  "FPS",
 
13686
  "FRANKLIN",
13687
  "FREDERICK",
13688
  "FREE",
@@ -13948,6 +13962,7 @@
13948
  "Fern\u00e1ndez",
13949
  "Ferranti",
13950
  "Ferrari",
 
13951
  "Ferreira",
13952
  "Ferrell",
13953
  "Ferrer",
@@ -14040,6 +14055,7 @@
14040
  "Fine",
14041
  "Fines",
14042
  "Fingers",
 
14043
  "Finish",
14044
  "Fink",
14045
  "Finkelstein",
@@ -14117,6 +14133,7 @@
14117
  "Flanked",
14118
  "Flankis",
14119
  "Flanner",
 
14120
  "Flash",
14121
  "Flat",
14122
  "Flats",
@@ -16504,6 +16521,7 @@
16504
  "Hood",
16505
  "Hooker",
16506
  "Hooks",
 
16507
  "Hoosier",
16508
  "Hoot",
16509
  "Hoover",
@@ -17448,6 +17466,7 @@
17448
  "Is",
17449
  "Is'haqi",
17450
  "Is-",
 
17451
  "Isaac",
17452
  "Isabel",
17453
  "Isabella",
@@ -18300,6 +18319,7 @@
18300
  "Kaplan",
18301
  "Kapos",
18302
  "Kappa",
 
18303
  "Kara",
18304
  "Karachi",
18305
  "Karadzic",
@@ -19290,6 +19310,7 @@
19290
  "Lederberg",
19291
  "Lederer",
19292
  "Ledger",
 
19293
  "Lee",
19294
  "Leekin",
19295
  "Leemans",
@@ -19484,6 +19505,7 @@
19484
  "Lifelong",
19485
  "Lifestyles",
19486
  "Lifland",
 
19487
  "Light",
19488
  "Lightfoot",
19489
  "Lighthouse",
@@ -19966,6 +19988,7 @@
19966
  "MCI",
19967
  "MCO",
19968
  "MCOA",
 
19969
  "MCV",
19970
  "MD",
19971
  "MD-80",
@@ -20088,6 +20111,7 @@
20088
  "MacSharry",
20089
  "MacTheRipper",
20090
  "MacWhinney",
 
20091
  "Macaemse",
20092
  "Macaense",
20093
  "Macanese",
@@ -20118,6 +20142,7 @@
20118
  "Macintosh",
20119
  "Mack",
20120
  "Mackenzie",
 
20121
  "Mackinac",
20122
  "Maclaine",
20123
  "Maclean",
@@ -20248,11 +20273,13 @@
20248
  "Malabo",
20249
  "Malahid",
20250
  "Malaki",
 
20251
  "Malay",
20252
  "Malayo",
20253
  "Malaysia",
20254
  "Malaysian",
20255
  "Malaysians",
 
20256
  "Malchus",
20257
  "Malcolm",
20258
  "Maldives",
@@ -20278,6 +20305,7 @@
20278
  "Malmqvist",
20279
  "Malone",
20280
  "Maloney",
 
20281
  "Malpede",
20282
  "Mals",
20283
  "Malsela",
@@ -20347,6 +20375,7 @@
20347
  "Mannington",
20348
  "Manor",
20349
  "Manpower",
 
20350
  "Mansfield",
20351
  "Mansion",
20352
  "Manson",
@@ -20396,6 +20425,7 @@
20396
  "Marcos",
20397
  "Marcoses",
20398
  "Marcus",
 
20399
  "Marder",
20400
  "Mareham",
20401
  "Margaret",
@@ -21543,6 +21573,7 @@
21543
  "Moxley",
21544
  "Moynihan",
21545
  "Mozah",
 
21546
  "Mozart",
21547
  "Mr",
21548
  "Mr.",
@@ -22013,6 +22044,7 @@
22013
  "Naumberg",
22014
  "Nauru",
22015
  "Nausea",
 
22016
  "Nautilus",
22017
  "Naval",
22018
  "Navaro",
@@ -22289,6 +22321,7 @@
22289
  "Nita",
22290
  "Nite",
22291
  "Nith",
 
22292
  "Nitze",
22293
  "Niumien",
22294
  "Niva",
@@ -22632,6 +22665,7 @@
22632
  "OSE",
22633
  "OSHA",
22634
  "OSI",
 
22635
  "OSS",
22636
  "OST",
22637
  "OSX",
@@ -22735,6 +22769,7 @@
22735
  "Official",
22736
  "Officially",
22737
  "Officials",
 
22738
  "Offsetting",
22739
  "Offshore",
22740
  "Often",
@@ -22795,6 +22830,7 @@
22795
  "Olivetti",
22796
  "Ollari",
22797
  "Ollie",
 
22798
  "Olmert",
22799
  "Olmsted",
22800
  "Olof",
@@ -22848,6 +22884,7 @@
22848
  "Ono",
22849
  "Onstage",
22850
  "Ontario",
 
22851
  "Oolong",
22852
  "Opa",
22853
  "Open",
@@ -23117,6 +23154,7 @@
23117
  "PDAs",
23118
  "PDF",
23119
  "PDT",
 
23120
  "PEC",
23121
  "PECO",
23122
  "PEN",
@@ -24330,6 +24368,7 @@
24330
  "Prices",
24331
  "Pride",
24332
  "Priest",
 
24333
  "Primakov",
24334
  "Primarily",
24335
  "Primary",
@@ -24693,6 +24732,7 @@
24693
  "Quada",
24694
  "Quake",
24695
  "Quaker",
 
24696
  "Quality",
24697
  "Qualls",
24698
  "Quan",
@@ -25296,6 +25336,7 @@
25296
  "Rehoboam",
25297
  "Rei",
25298
  "Reich",
 
25299
  "Reichmann",
25300
  "Reid",
25301
  "Reider",
@@ -25656,6 +25697,7 @@
25656
  "Ritchie",
25657
  "Ritek",
25658
  "Rites",
 
25659
  "Ritter",
25660
  "Ritterman",
25661
  "Rittlemann",
@@ -26341,6 +26383,7 @@
26341
  "Sal",
26342
  "Sala",
26343
  "Salaam",
 
26344
  "Salah",
26345
  "Salahudin",
26346
  "Salam",
@@ -26616,6 +26659,7 @@
26616
  "Schaumburg",
26617
  "Schedule",
26618
  "Scheetz",
 
26619
  "Scheme",
26620
  "Schenley",
26621
  "Scherer",
@@ -26665,6 +26709,7 @@
26665
  "Schuman",
26666
  "Schumer",
26667
  "Schummer",
 
26668
  "Schuster",
26669
  "Schvala",
26670
  "Schwab",
@@ -26854,6 +26899,7 @@
26854
  "Senators",
26855
  "Send",
26856
  "Sending",
 
26857
  "Seneh",
26858
  "Seng",
26859
  "Senicio",
@@ -27407,6 +27453,7 @@
27407
  "Silicon",
27408
  "Silk",
27409
  "Silla",
 
27410
  "Siloam",
27411
  "Silpa",
27412
  "Silva",
@@ -29302,6 +29349,7 @@
29302
  "Tikrit",
29303
  "Tikvah",
29304
  "Til",
 
29305
  "Till",
29306
  "Tillery",
29307
  "Tillinghast",
@@ -29587,6 +29635,7 @@
29587
  "Traverso",
29588
  "Travis",
29589
  "Travolta",
 
29590
  "Traxler",
29591
  "Tray",
29592
  "Traynor",
@@ -29622,6 +29671,7 @@
29622
  "Trenton",
29623
  "Trentret",
29624
  "Trettien",
 
29625
  "Trevino",
29626
  "Trevor",
29627
  "Trexler",
@@ -30178,6 +30228,7 @@
30178
  "Users",
30179
  "Usery",
30180
  "Usha",
 
30181
  "Ushikubo",
30182
  "Usines",
30183
  "Using",
@@ -30608,6 +30659,7 @@
30608
  "Vsm",
30609
  "Vt",
30610
  "Vt.",
 
30611
  "Vultures",
30612
  "Vyas",
30613
  "Vyquest",
@@ -31322,6 +31374,7 @@
31322
  "Woodward",
31323
  "Woodworth",
31324
  "Woody",
 
31325
  "Woolworth",
31326
  "Woong",
31327
  "Wooten",
@@ -32839,6 +32892,7 @@
32839
  "abstract",
32840
  "abstraction",
32841
  "abstracts",
 
32842
  "absurd",
32843
  "absurdities",
32844
  "absurdity",
@@ -32870,6 +32924,7 @@
32870
  "academe",
32871
  "academia",
32872
  "academic",
 
32873
  "academically",
32874
  "academician",
32875
  "academicians",
@@ -32894,6 +32949,7 @@
32894
  "accented",
32895
  "accents",
32896
  "accentuated",
 
32897
  "accept",
32898
  "acceptability",
32899
  "acceptable",
@@ -33447,6 +33503,7 @@
33447
  "affection",
33448
  "affectionate",
33449
  "affections",
 
33450
  "affects",
33451
  "affidavit",
33452
  "affidavits",
@@ -33629,6 +33686,7 @@
33629
  "agro",
33630
  "agrochemical",
33631
  "aground",
 
33632
  "agrrements",
33633
  "ags",
33634
  "agu",
@@ -35194,6 +35252,7 @@
35194
  "arch-murderer",
35195
  "archa",
35196
  "archaeological",
 
35197
  "archaeologist",
35198
  "archaeologists",
35199
  "archaeology",
@@ -35300,6 +35359,7 @@
35300
  "aristocrats",
35301
  "aristotelean",
35302
  "aristotle",
 
35303
  "arithmetical",
35304
  "arivala",
35305
  "arivalo",
@@ -35854,6 +35914,7 @@
35854
  "attractive",
35855
  "attractively",
35856
  "attractiveness",
 
35857
  "attractors",
35858
  "attracts",
35859
  "attributable",
@@ -35898,6 +35959,7 @@
35898
  "audi",
35899
  "audible",
35900
  "audience",
 
35901
  "audience(s",
35902
  "audiences",
35903
  "audio",
@@ -36707,6 +36769,7 @@
36707
  "barrage",
36708
  "barrages",
36709
  "barrah",
 
36710
  "barre",
36711
  "barred",
36712
  "barrel",
@@ -37584,6 +37647,7 @@
37584
  "bioTechnology",
37585
  "bioavailability",
37586
  "bioavailable",
 
37587
  "biochemist",
37588
  "biodegradable",
37589
  "biodegrade",
@@ -38129,6 +38193,7 @@
38129
  "bonniers",
38130
  "bono",
38131
  "bonomo",
 
38132
  "bonus",
38133
  "bonuses",
38134
  "bonwit",
@@ -39197,6 +39262,7 @@
39197
  "bystanders",
39198
  "bytes",
39199
  "byu",
 
39200
  "byzantine",
39201
  "byzantium",
39202
  "b\u02dc\u00b11",
@@ -39285,6 +39351,7 @@
39285
  "caesar",
39286
  "caesarea",
39287
  "caesarean",
 
39288
  "caesars",
39289
  "caf",
39290
  "cafe",
@@ -39534,6 +39601,7 @@
39534
  "cant",
39535
  "canteen",
39536
  "canterbury",
 
39537
  "cantobank",
39538
  "canton",
39539
  "cantonal",
@@ -39843,7 +39911,9 @@
39843
  "cassman",
39844
  "cast",
39845
  "castaneda",
 
39846
  "caster",
 
39847
  "castigated",
39848
  "castigating",
39849
  "castillo",
@@ -40338,6 +40408,7 @@
40338
  "chapters",
40339
  "char",
40340
  "character",
 
40341
  "characterised",
40342
  "characteristic",
40343
  "characteristically",
@@ -40609,6 +40680,8 @@
40609
  "chided",
40610
  "chides",
40611
  "chief",
 
 
40612
  "chiefly",
40613
  "chiefs",
40614
  "chiefs'-",
@@ -40869,6 +40942,7 @@
40869
  "cie",
40870
  "cie.",
40871
  "ciel",
 
40872
  "ciera",
40873
  "cigar",
40874
  "cigarette",
@@ -40906,6 +40980,7 @@
40906
  "ciporkin",
40907
  "cips",
40908
  "cir",
 
40909
  "circle",
40910
  "circled",
40911
  "circles",
@@ -41284,6 +41359,7 @@
41284
  "cluttered",
41285
  "cly",
41286
  "clyde",
 
41287
  "cm",
41288
  "cma",
41289
  "cmc",
@@ -41389,6 +41465,7 @@
41389
  "coatings",
41390
  "coats",
41391
  "coattails",
 
41392
  "coauthors",
41393
  "coax",
41394
  "coaxes",
@@ -41465,10 +41542,12 @@
41465
  "coffins",
41466
  "cog",
41467
  "cogeneration",
 
41468
  "cogestion",
41469
  "cognition",
41470
  "cognitive",
41471
  "cognizance",
 
41472
  "cognoscenti",
41473
  "coh",
41474
  "cohabit",
@@ -41666,12 +41745,14 @@
41666
  "combining",
41667
  "combis",
41668
  "combo",
 
41669
  "combusted",
41670
  "combustion",
41671
  "comcast",
41672
  "comdek",
41673
  "come",
41674
  "comeback",
 
41675
  "comecials",
41676
  "comedian",
41677
  "comedic",
@@ -41719,6 +41800,7 @@
41719
  "commemorating",
41720
  "commemoration",
41721
  "commemorative",
 
41722
  "commenced",
41723
  "commencement",
41724
  "commencing",
@@ -42029,6 +42111,7 @@
42029
  "concentration",
42030
  "concentrations",
42031
  "concentric",
 
42032
  "conceps",
42033
  "concept",
42034
  "conception",
@@ -42312,6 +42395,7 @@
42312
  "conscript",
42313
  "conscripts",
42314
  "conseco",
 
42315
  "consecuences",
42316
  "consecutive",
42317
  "consecutively",
@@ -42915,6 +42999,7 @@
42915
  "coughs",
42916
  "could",
42917
  "could't",
 
42918
  "council",
42919
  "councillors",
42920
  "councilman",
@@ -43975,6 +44060,7 @@
43975
  "darin",
43976
  "daring",
43977
  "dark",
 
43978
  "darkened",
43979
  "darker",
43980
  "darkhorse",
@@ -44040,6 +44126,7 @@
44040
  "datshir",
44041
  "datson",
44042
  "datuk",
 
44043
  "dau",
44044
  "dau-",
44045
  "daub",
@@ -44110,6 +44197,7 @@
44110
  "dc-10",
44111
  "dc-9",
44112
  "dc10",
 
44113
  "dco",
44114
  "dcsnet",
44115
  "dd",
@@ -44225,6 +44313,7 @@
44225
  "dea",
44226
  "deacon",
44227
  "deacons",
 
44228
  "deactivated",
44229
  "deactivates",
44230
  "deactivation",
@@ -44255,6 +44344,7 @@
44255
  "dean",
44256
  "deane",
44257
  "deanna",
 
44258
  "deaps",
44259
  "dear",
44260
  "dearborn",
@@ -44320,6 +44410,7 @@
44320
  "decapitation",
44321
  "decatur",
44322
  "decay",
 
44323
  "deceased",
44324
  "decedent",
44325
  "deceit",
@@ -44346,6 +44437,7 @@
44346
  "decidedly",
44347
  "decides",
44348
  "deciding",
 
44349
  "decieve",
44350
  "decimal",
44351
  "decimate",
@@ -44382,6 +44474,7 @@
44382
  "declines",
44383
  "declining",
44384
  "deco",
 
44385
  "decoded",
44386
  "decoding",
44387
  "decommissioned",
@@ -44425,6 +44518,7 @@
44425
  "dedicating",
44426
  "dedication",
44427
  "dedications",
 
44428
  "deducing",
44429
  "deduct",
44430
  "deducted",
@@ -44535,11 +44629,13 @@
44535
  "deflators",
44536
  "deflect",
44537
  "deflecting",
 
44538
  "deflections",
44539
  "defoliate",
44540
  "deforest",
44541
  "deformation",
44542
  "deformed",
 
44543
  "defraud",
44544
  "defrauded",
44545
  "defrauding",
@@ -45360,6 +45456,7 @@
45360
  "dillow",
45361
  "dilorenzo",
45362
  "diloreto",
 
45363
  "diluted",
45364
  "dim",
45365
  "dime",
@@ -45836,6 +45933,7 @@
45836
  "dissidents",
45837
  "dissimilar",
45838
  "dissimilarities",
 
45839
  "dissimulating",
45840
  "dissipate",
45841
  "dissipated",
@@ -46631,6 +46729,7 @@
46631
  "ducky",
46632
  "duclos",
46633
  "ductile",
 
46634
  "ducts",
46635
  "duddying",
46636
  "duddying**",
@@ -46726,6 +46825,7 @@
46726
  "duplicated",
46727
  "duplicates",
46728
  "duplicating",
 
46729
  "duplications",
46730
  "duplicitous",
46731
  "duplicity",
@@ -47559,6 +47659,7 @@
47559
  "emblazon",
47560
  "emblem",
47561
  "emblematic",
 
47562
  "emblems",
47563
  "embodied",
47564
  "embodies",
@@ -47617,6 +47718,7 @@
47617
  "emissary",
47618
  "emission",
47619
  "emissions",
 
47620
  "emitted",
47621
  "emitting",
47622
  "emma",
@@ -47715,6 +47817,7 @@
47715
  "enacts",
47716
  "enc",
47717
  "encapsulate",
 
47718
  "encapsulating",
47719
  "encased",
47720
  "encasing",
@@ -47953,6 +48056,7 @@
47953
  "entail",
47954
  "entailed",
47955
  "entails",
 
47956
  "entangled",
47957
  "entanglement",
47958
  "entanglements",
@@ -48670,6 +48774,7 @@
48670
  "examples",
48671
  "exams",
48672
  "exasperated",
 
48673
  "exasperation",
48674
  "exbt",
48675
  "excalibur",
@@ -48768,6 +48873,7 @@
48768
  "exemplary",
48769
  "exemplified",
48770
  "exemplifies",
 
48771
  "exempt",
48772
  "exempted",
48773
  "exempting",
@@ -49174,6 +49280,7 @@
49174
  "facets",
49175
  "facial",
49176
  "facials",
 
49177
  "facilitate",
49178
  "facilitated",
49179
  "facilitates",
@@ -49381,6 +49488,7 @@
49381
  "farid",
49382
  "farley",
49383
  "farm",
 
49384
  "farmer",
49385
  "farmers",
49386
  "farmhouse",
@@ -49689,6 +49797,7 @@
49689
  "ferocity",
49690
  "ferranti",
49691
  "ferrari",
 
49692
  "ferreira",
49693
  "ferrell",
49694
  "ferrer",
@@ -49726,6 +49835,7 @@
49726
  "fess",
49727
  "fest",
49728
  "fester",
 
49729
  "festiva",
49730
  "festival",
49731
  "festivals",
@@ -49968,6 +50078,7 @@
49968
  "fingerprint",
49969
  "fingerprints",
49970
  "fingers",
 
49971
  "finish",
49972
  "finishe",
49973
  "finished",
@@ -50143,6 +50254,7 @@
50143
  "flanks",
50144
  "flannel",
50145
  "flanner",
 
50146
  "flap",
50147
  "flapping",
50148
  "flaps",
@@ -54449,6 +54561,7 @@
54449
  "homma",
54450
  "homo",
54451
  "homoerotic",
 
54452
  "homogenizing",
54453
  "homogenous",
54454
  "homologous",
@@ -54526,6 +54639,7 @@
54526
  "hooligan",
54527
  "hooliganism",
54528
  "hooligans",
 
54529
  "hoopla",
54530
  "hoops",
54531
  "hoosier",
@@ -55990,6 +56104,7 @@
55990
  "indicting",
55991
  "indictment",
55992
  "indictments",
 
55993
  "indictors",
55994
  "indies",
55995
  "indifference",
@@ -56221,6 +56336,7 @@
56221
  "ingleheim",
56222
  "ingot",
56223
  "ingots",
 
56224
  "ingrained",
56225
  "ingram",
56226
  "ingratiate",
@@ -56268,6 +56384,7 @@
56268
  "initials",
56269
  "initiate",
56270
  "initiated",
 
56271
  "initiating",
56272
  "initiation",
56273
  "initiatiors",
@@ -56648,6 +56765,7 @@
56648
  "interleukin-4",
56649
  "interlinked",
56650
  "interlocking",
 
56651
  "interlocutors",
56652
  "interloping",
56653
  "interlude",
@@ -57143,6 +57261,7 @@
57143
  "item",
57144
  "itemize",
57145
  "items",
 
57146
  "iterated",
57147
  "iterating",
57148
  "iteration",
@@ -57382,6 +57501,7 @@
57382
  "jasper",
57383
57384
  "jath",
 
57385
  "jattir",
57386
  "jaundiced",
57387
  "jauntily",
@@ -58127,6 +58247,7 @@
58127
  "kaplan",
58128
  "kapos",
58129
  "kappa",
 
58130
  "kar",
58131
  "kara",
58132
  "karachi",
@@ -59528,6 +59649,7 @@
59528
  "ledger",
59529
  "ledgers",
59530
  "leds",
 
59531
  "lee",
59532
  "leek",
59533
  "leekin",
@@ -59904,6 +60026,7 @@
59904
  "ligament",
59905
  "ligaments",
59906
  "ligands",
 
59907
  "light",
59908
  "lightblue",
59909
  "lighted",
@@ -60834,6 +60957,7 @@
60834
  "macaense",
60835
  "macanese",
60836
  "macao",
 
60837
  "macaques",
60838
  "macari",
60839
  "macaroni",
@@ -60871,6 +60995,7 @@
60871
  "macintosh",
60872
  "mack",
60873
  "mackenzie",
 
60874
  "mackillop",
60875
  "mackinac",
60876
  "maclaine",
@@ -61097,11 +61222,13 @@
61097
  "malaise",
61098
  "malaki",
61099
  "malaria",
 
61100
  "malay",
61101
  "malayo",
61102
  "malaysia",
61103
  "malaysian",
61104
  "malaysians",
 
61105
  "malchus",
61106
  "malcolm",
61107
  "malcontent",
@@ -61140,6 +61267,7 @@
61140
  "malnutrition",
61141
  "malone",
61142
  "maloney",
 
61143
  "malpede",
61144
  "malpractice",
61145
  "mals",
@@ -61278,6 +61406,7 @@
61278
61279
  "manor",
61280
  "manpower",
 
61281
  "mans",
61282
  "mansfield",
61283
  "mansion",
@@ -61355,6 +61484,7 @@
61355
  "marcos",
61356
  "marcoses",
61357
  "marcus",
 
61358
  "marder",
61359
  "mare",
61360
  "mareham",
@@ -61369,6 +61499,7 @@
61369
  "marginalia",
61370
  "marginalised",
61371
  "marginalization",
 
61372
  "marginalized",
61373
  "marginalizes",
61374
  "marginalizing",
@@ -61885,6 +62016,7 @@
61885
  "mcnugg",
61886
  "mco",
61887
  "mcoa",
 
61888
  "mcullough",
61889
  "mcv",
61890
  "mcveigh",
@@ -62984,6 +63116,7 @@
62984
  "miti",
62985
  "mitigate",
62986
  "mitigated",
 
62987
  "mitigating",
62988
  "mitigation",
62989
  "mitnics",
@@ -63542,6 +63675,7 @@
63542
  "moynihan",
63543
  "moz",
63544
  "mozah",
 
63545
  "mozart",
63546
  "mp",
63547
  "mp/832",
@@ -63823,6 +63957,7 @@
63823
  "mut",
63824
  "mutaa",
63825
  "mutability",
 
63826
  "mutablities",
63827
  "mutant",
63828
  "mutate",
@@ -64064,6 +64199,7 @@
64064
  "nanning",
64065
  "nanny",
64066
  "nanosecond",
 
64067
  "nanshan",
64068
  "nanta",
64069
  "nantie",
@@ -64200,6 +64336,7 @@
64200
  "nauru",
64201
  "nausea",
64202
  "nauseous",
 
64203
  "nautical",
64204
  "nautilus",
64205
  "nav:22.15",
@@ -64298,8 +64435,10 @@
64298
  "nec",
64299
  "necessarily",
64300
  "necessary",
 
64301
  "necessitated",
64302
  "necessitates",
 
64303
  "necessities",
64304
  "necessity",
64305
  "neciissity",
@@ -64313,6 +64452,7 @@
64313
  "neckties",
64314
  "neco",
64315
  "necrosis",
 
64316
  "nectarines",
64317
  "ned",
64318
  "nedelya",
@@ -64775,7 +64915,9 @@
64775
  "nite",
64776
  "nith",
64777
  "nitpicking",
 
64778
  "nitrogen",
 
64779
  "nitze",
64780
  "niu",
64781
  "niumien",
@@ -65874,6 +66016,7 @@
65874
  "officially",
65875
  "officials",
65876
  "officiated",
 
65877
  "officio",
65878
  "officious",
65879
  "officiously",
@@ -65996,6 +66139,7 @@
65996
  "olay",
65997
  "old",
65998
  "old-style",
 
65999
  "olded",
66000
  "olden",
66001
  "oldenburg",
@@ -66025,6 +66169,7 @@
66025
  "oll",
66026
  "ollari",
66027
  "ollie",
 
66028
  "olm",
66029
  "olmert",
66030
  "olmsted",
@@ -66340,6 +66485,7 @@
66340
  "ordinaries",
66341
  "ordinarily",
66342
  "ordinary",
 
66343
  "ordinates",
66344
  "ordination",
66345
  "ordnance",
@@ -66479,6 +66625,7 @@
66479
  "osn",
66480
  "oso",
66481
  "osofsky",
 
66482
  "oss",
66483
  "ossification",
66484
  "ost",
@@ -66834,6 +66981,7 @@
66834
  "oversize",
66835
  "oversized",
66836
  "oversold",
 
66837
  "overstaffed",
66838
  "overstate",
66839
  "overstated",
@@ -67225,6 +67373,7 @@
67225
  "pant",
67226
  "pantaps",
67227
  "pantheon",
 
67228
  "panthers",
67229
  "panties",
67230
  "panting",
@@ -67270,6 +67419,7 @@
67270
  "parade",
67271
  "parades",
67272
  "paradigm",
 
67273
  "paradigms",
67274
  "parading",
67275
  "paradise",
@@ -67534,6 +67684,7 @@
67534
  "pathlogy",
67535
  "pathogen",
67536
  "pathogenic",
 
67537
  "pathologically",
67538
  "pathology",
67539
  "pathos",
@@ -67682,6 +67833,7 @@
67682
  "peacemakers",
67683
  "peacemaking",
67684
  "peacetime",
 
67685
  "peaches",
67686
  "peachwood",
67687
  "peacock",
@@ -67707,6 +67859,7 @@
67707
  "peasant",
67708
  "peasants",
67709
  "peat",
 
67710
  "pec",
67711
  "peccadilloes",
67712
  "pechiney",
@@ -68072,6 +68225,7 @@
68072
  "persuasive",
68073
  "persuasively",
68074
  "persuasiveness",
 
68075
  "pertaining",
68076
  "pertains",
68077
  "pertamina",
@@ -68085,6 +68239,7 @@
68085
  "perugawan",
68086
  "peruse",
68087
  "peruvian",
 
68088
  "pervaded",
68089
  "pervasive",
68090
  "perverse",
@@ -68675,6 +68830,7 @@
68675
  "plaques",
68676
  "plaskett",
68677
  "plasma",
 
68678
  "plasmids",
68679
  "plasmodium",
68680
  "plaster",
@@ -69828,7 +69984,9 @@
69828
  "priesthood",
69829
  "priestly",
69830
  "priests",
 
69831
  "prim",
 
69832
  "primaarily",
69833
  "primakov",
69834
  "primal",
@@ -70435,6 +70593,7 @@
70435
  "psychology",
70436
  "psychopathic",
70437
  "psychopathologies",
 
70438
  "psychopaths",
70439
  "psychos",
70440
  "psychosis",
@@ -70556,6 +70715,7 @@
70556
  "punditing",
70557
  "pundits",
70558
  "pungent",
 
70559
  "punish",
70560
  "punishable",
70561
  "punished",
@@ -70653,6 +70813,7 @@
70653
  "putka",
70654
  "putnam",
70655
  "putney",
 
70656
  "putrid",
70657
  "puts",
70658
  "puttering",
@@ -70810,6 +70971,7 @@
70810
  "quake",
70811
  "quaker",
70812
  "quakes",
 
70813
  "qualification",
70814
  "qualifications",
70815
  "qualified",
@@ -70874,6 +71036,7 @@
70874
  "quasi-xenophobic",
70875
  "quayle",
70876
  "qub",
 
70877
  "qubits",
70878
  "quds",
70879
  "que",
@@ -70887,6 +71050,7 @@
70887
  "queensland",
70888
  "queer",
70889
  "queerly",
 
70890
  "queers",
70891
  "quek",
70892
  "queks",
@@ -71081,6 +71245,7 @@
71081
  "radiation",
71082
  "radiator",
71083
  "radical",
 
71084
  "radically",
71085
  "radicals",
71086
  "radio",
@@ -71318,6 +71483,7 @@
71318
  "rasini",
71319
  "raskolnikov",
71320
  "rasmussen",
 
71321
  "rasones",
71322
  "raspberries",
71323
  "raspberry",
@@ -71597,6 +71763,7 @@
71597
  "realms",
71598
  "realtor",
71599
  "realty",
 
71600
  "ream",
71601
  "reames",
71602
  "reamins",
@@ -71886,6 +72053,7 @@
71886
  "recuperate",
71887
  "recuperating",
71888
  "recuperation",
 
71889
  "recurrence",
71890
  "recurrent",
71891
  "recurring",
@@ -72039,6 +72207,7 @@
72039
  "reflective",
72040
  "reflects",
72041
  "reflex",
 
72042
  "reflexes",
72043
  "reflexing",
72044
  "reflexive",
@@ -72115,6 +72284,7 @@
72115
  "regenerate",
72116
  "reggie",
72117
  "regie",
 
72118
  "regime",
72119
  "regimen",
72120
  "regiment",
@@ -72191,6 +72361,7 @@
72191
  "rehoboam",
72192
  "rei",
72193
  "reich",
 
72194
  "reichmann",
72195
  "reid",
72196
  "reider",
@@ -72606,6 +72777,7 @@
72606
  "replicated",
72607
  "replicating",
72608
  "replication",
 
72609
  "replied",
72610
  "replies",
72611
  "replogle",
@@ -73183,6 +73355,7 @@
73183
  "rhone",
73184
  "rhr",
73185
  "rhs",
 
73186
  "rhymes",
73187
  "rhyming",
73188
  "rhythm",
@@ -73383,11 +73556,13 @@
73383
  "rite",
73384
  "ritek",
73385
  "rites",
 
73386
  "ritter",
73387
  "ritterman",
73388
  "rittlemann",
73389
  "ritual",
73390
  "ritualistic",
 
73391
  "rituals",
73392
  "ritz",
73393
  "ritzy",
@@ -74279,6 +74454,7 @@
74279
  "salaam",
74280
  "salad",
74281
  "salads",
 
74282
  "salah",
74283
  "salahudin",
74284
  "salam",
@@ -74751,6 +74927,7 @@
74751
  "schedules",
74752
  "scheduling",
74753
  "scheetz",
 
74754
  "schema",
74755
  "scheme",
74756
  "schemer",
@@ -74830,6 +75007,7 @@
74830
  "schuman",
74831
  "schumer",
74832
  "schummer",
 
74833
  "schuster",
74834
  "schvala",
74835
  "schwab",
@@ -75235,6 +75413,7 @@
75235
  "selective",
75236
  "selectively",
75237
  "selectiveness",
 
75238
  "selectors",
75239
  "selects",
75240
  "selenium",
@@ -75321,6 +75500,7 @@
75321
  "senders",
75322
  "sending",
75323
  "sends",
 
75324
  "seneh",
75325
  "seng",
75326
  "senicio",
@@ -76302,6 +76482,7 @@
76302
  "sighs",
76303
  "sight",
76304
  "sighted",
 
76305
  "sightings",
76306
  "sights",
76307
  "sightsee",
@@ -77444,8 +77625,10 @@
77444
  "spb",
77445
  "spc",
77446
  "spca",
 
77447
  "spcializing",
77448
  "spd",
 
77449
  "speacialists",
77450
  "speak",
77451
  "speaker",
@@ -77475,6 +77658,7 @@
77475
  "specials",
77476
  "specialties",
77477
  "specialty",
 
77478
  "species",
77479
  "specific",
77480
  "specifically",
@@ -77973,6 +78157,7 @@
77973
  "standby",
77974
  "standbys",
77975
  "standing",
 
77976
  "standoff",
77977
  "standout",
77978
  "standpoint",
@@ -78463,6 +78648,7 @@
78463
  "strategizing",
78464
  "strategy",
78465
  "stratfordian",
 
78466
  "stratified",
78467
  "stratigraphic",
78468
  "stratigraphy",
@@ -78580,6 +78766,7 @@
78580
  "strongholds",
78581
  "strongly",
78582
  "strongman",
 
78583
  "strop",
78584
  "strother",
78585
  "stroup",
@@ -78819,6 +79006,7 @@
78819
  "subterfuge",
78820
  "subterranean",
78821
  "subterraneous",
 
78822
  "subtilis",
78823
  "subtitle",
78824
  "subtitled",
@@ -80042,6 +80230,7 @@
80042
  "technologist",
80043
  "technology",
80044
  "techs",
 
80045
  "teco",
80046
  "tectonic",
80047
  "tectonics",
@@ -80207,6 +80396,7 @@
80207
  "tenpay",
80208
  "tens",
80209
  "tense",
 
80210
  "tension",
80211
  "tensions",
80212
  "tent",
@@ -80750,6 +80940,7 @@
80750
  "tikrit",
80751
  "tikvah",
80752
  "til",
 
80753
  "tile",
80754
  "tiled",
80755
  "tiles",
@@ -81050,6 +81241,7 @@
81050
  "topless",
81051
  "topmargin",
81052
  "topmost",
 
81053
  "topologies",
81054
  "topology",
81055
  "topped",
@@ -81315,6 +81507,7 @@
81315
  "transcended",
81316
  "transcending",
81317
  "transcends",
 
81318
  "transconjugants",
81319
  "transcribe",
81320
  "transcribed",
@@ -81449,6 +81642,7 @@
81449
  "travis",
81450
  "travolta",
81451
  "trawled",
 
81452
  "traxler",
81453
  "tray",
81454
  "traynor",
@@ -81523,6 +81717,7 @@
81523
  "trespasses",
81524
  "trespassing",
81525
  "trettien",
 
81526
  "trevino",
81527
  "trevor",
81528
  "trexler",
@@ -81618,6 +81813,7 @@
81618
  "triumphantly",
81619
  "triumphed",
81620
  "triumphs",
 
81621
  "trivelpiece",
81622
  "trivest",
81623
  "trivia",
@@ -82937,6 +83133,7 @@
82937
  "unrivaled",
82938
  "unroll",
82939
  "unrolls",
 
82940
  "unrotated",
82941
  "unruly",
82942
  "unrwa",
@@ -83063,6 +83260,7 @@
83063
  "unwillingness",
83064
  "unwind",
83065
  "unwise",
 
83066
  "unwished",
83067
  "unwitting",
83068
  "unwittingly",
@@ -83226,6 +83424,7 @@
83226
  "usacafes",
83227
  "usaf",
83228
  "usage",
 
83229
  "usair",
83230
  "usana",
83231
@@ -83250,6 +83449,7 @@
83250
  "usg",
83251
  "ush",
83252
  "usha",
 
83253
  "ushered",
83254
  "ushering",
83255
  "ushers",
@@ -83438,6 +83638,7 @@
83438
  "valley",
83439
  "valleys",
83440
  "valorization",
 
83441
  "valrico",
83442
  "valu",
83443
  "valuable",
@@ -83450,6 +83651,7 @@
83450
  "valuing",
83451
  "valve",
83452
  "valves",
 
83453
  "vampires",
83454
  "van",
83455
  "vancamp",
@@ -84071,6 +84273,7 @@
84071
  "voltage",
84072
  "voltages",
84073
  "voltmeter",
 
84074
  "volume",
84075
  "volumes",
84076
  "voluminous",
@@ -84838,6 +85041,7 @@
84838
  "whales",
84839
  "whammy",
84840
  "whant",
 
84841
  "wharf",
84842
  "wharton",
84843
  "wharves",
@@ -85351,6 +85555,7 @@
85351
  "wooing",
85352
  "wool",
85353
  "woolen",
 
85354
  "woolly",
85355
  "woolworth",
85356
  "wooly",
@@ -87051,6 +87256,7 @@
87051
  "\u00b0k.",
87052
  "\u00b0x.",
87053
  "\u00b7",
 
87054
  "\u00cc",
87055
  "\u00cc\u00f2",
87056
  "\u00cc\u00f2...(c)x\u02d9go\u00cc\u00f6]",
 
635
  ".r.",
636
  ".s.",
637
  ".t.",
638
+ ".the",
639
  ".tw",
640
  ".us",
641
  ".v.",
642
  ".va",
643
  ".w.",
644
  ".what",
645
+ ".woman",
646
  ".women",
647
  ".xxx",
648
  ".xxxx",
 
6163
  "Abulkabir",
6164
  "Academia",
6165
  "Academic",
6166
+ "Academica",
6167
  "Academically",
6168
  "Academy",
6169
  "Acadia",
 
6656
  "Allstate",
6657
  "Alltel",
6658
  "Allumettes",
6659
+ "Allusions",
6660
  "Ally",
6661
  "Almaden",
6662
  "Almanac",
 
8021
  "Baron",
8022
  "Barr",
8023
  "Barrah",
8024
+ "Barramundi",
8025
  "Barre",
8026
  "Barred",
8027
  "Barrels",
 
8742
  "Bonnie",
8743
  "Bonniers",
8744
  "Bonomo",
8745
+ "Bonorum",
8746
  "Bonwit",
8747
  "Book",
8748
  "Booker",
 
9560
  "Caesar",
9561
  "Caesarea",
9562
  "Caesarean",
9563
+ "Caesarian",
9564
  "Caesars",
9565
  "Cafe",
9566
  "Cafferty",
 
10444
  "Cingular",
10445
  "Cinzano",
10446
  "Ciporkin",
10447
+ "Circe",
10448
  "Circle",
10449
  "Circled",
10450
  "Circuit",
 
10585
  "Clutch",
10586
  "Cly",
10587
  "Clyde",
10588
+ "Clyne",
10589
  "Cnews",
10590
  "Cnidus",
10591
  "Cnn",
 
11152
  "Coudert",
11153
  "Cougar",
11154
  "Could",
11155
+ "Coulston",
11156
  "Council",
11157
  "Councils",
11158
  "Counsel",
 
11500
  "DC-10",
11501
  "DC-9",
11502
  "DC10",
11503
+ "DCCC",
11504
  "DCSNet",
11505
  "DDB",
11506
  "DDI",
 
11511
  "DED",
11512
  "DEFENSE",
11513
  "DEFERRED",
11514
+ "DEFRA",
11515
  "DEL",
11516
  "DELAYS",
11517
  "DELIGHT",
 
13470
  "Everywhere",
13471
  "Evian",
13472
  "Evidence",
13473
+ "Evident",
13474
  "Evidently",
13475
  "Evil",
13476
  "Evils",
 
13696
  "FOs",
13697
  "FPL",
13698
  "FPS",
13699
+ "FRA",
13700
  "FRANKLIN",
13701
  "FREDERICK",
13702
  "FREE",
 
13962
  "Fern\u00e1ndez",
13963
  "Ferranti",
13964
  "Ferrari",
13965
+ "Ferraro",
13966
  "Ferreira",
13967
  "Ferrell",
13968
  "Ferrer",
 
14055
  "Fine",
14056
  "Fines",
14057
  "Fingers",
14058
+ "Finibus",
14059
  "Finish",
14060
  "Fink",
14061
  "Finkelstein",
 
14133
  "Flanked",
14134
  "Flankis",
14135
  "Flanner",
14136
+ "Flannery",
14137
  "Flash",
14138
  "Flat",
14139
  "Flats",
 
16521
  "Hood",
16522
  "Hooker",
16523
  "Hooks",
16524
+ "Hooper",
16525
  "Hoosier",
16526
  "Hoot",
16527
  "Hoover",
 
17466
  "Is",
17467
  "Is'haqi",
17468
  "Is-",
17469
+ "Isa",
17470
  "Isaac",
17471
  "Isabel",
17472
  "Isabella",
 
18319
  "Kaplan",
18320
  "Kapos",
18321
  "Kappa",
18322
+ "Kaptur",
18323
  "Kara",
18324
  "Karachi",
18325
  "Karadzic",
 
19310
  "Lederberg",
19311
  "Lederer",
19312
  "Ledger",
19313
+ "Ledyard",
19314
  "Lee",
19315
  "Leekin",
19316
  "Leemans",
 
19505
  "Lifelong",
19506
  "Lifestyles",
19507
  "Lifland",
19508
+ "Ligeia",
19509
  "Light",
19510
  "Lightfoot",
19511
  "Lighthouse",
 
19988
  "MCI",
19989
  "MCO",
19990
  "MCOA",
19991
+ "MCS",
19992
  "MCV",
19993
  "MD",
19994
  "MD-80",
 
20111
  "MacSharry",
20112
  "MacTheRipper",
20113
  "MacWhinney",
20114
+ "Macabre",
20115
  "Macaemse",
20116
  "Macaense",
20117
  "Macanese",
 
20142
  "Macintosh",
20143
  "Mack",
20144
  "Mackenzie",
20145
+ "Mackie",
20146
  "Mackinac",
20147
  "Maclaine",
20148
  "Maclean",
 
20273
  "Malabo",
20274
  "Malahid",
20275
  "Malaki",
20276
+ "Malawi",
20277
  "Malay",
20278
  "Malayo",
20279
  "Malaysia",
20280
  "Malaysian",
20281
  "Malaysians",
20282
+ "Malbin",
20283
  "Malchus",
20284
  "Malcolm",
20285
  "Maldives",
 
20305
  "Malmqvist",
20306
  "Malone",
20307
  "Maloney",
20308
+ "Malorumque",
20309
  "Malpede",
20310
  "Mals",
20311
  "Malsela",
 
20375
  "Mannington",
20376
  "Manor",
20377
  "Manpower",
20378
+ "Manresa",
20379
  "Mansfield",
20380
  "Mansion",
20381
  "Manson",
 
20425
  "Marcos",
20426
  "Marcoses",
20427
  "Marcus",
20428
+ "Marcy",
20429
  "Marder",
20430
  "Mareham",
20431
  "Margaret",
 
21573
  "Moxley",
21574
  "Moynihan",
21575
  "Mozah",
21576
+ "Mozambique",
21577
  "Mozart",
21578
  "Mr",
21579
  "Mr.",
 
22044
  "Naumberg",
22045
  "Nauru",
22046
  "Nausea",
22047
+ "Nausica",
22048
  "Nautilus",
22049
  "Naval",
22050
  "Navaro",
 
22321
  "Nita",
22322
  "Nite",
22323
  "Nith",
22324
+ "Nitrate",
22325
  "Nitze",
22326
  "Niumien",
22327
  "Niva",
 
22665
  "OSE",
22666
  "OSHA",
22667
  "OSI",
22668
+ "OSPD",
22669
  "OSS",
22670
  "OST",
22671
  "OSX",
 
22769
  "Official",
22770
  "Officially",
22771
  "Officials",
22772
+ "Officiis",
22773
  "Offsetting",
22774
  "Offshore",
22775
  "Often",
 
22830
  "Olivetti",
22831
  "Ollari",
22832
  "Ollie",
22833
+ "Ollman",
22834
  "Olmert",
22835
  "Olmsted",
22836
  "Olof",
 
22884
  "Ono",
22885
  "Onstage",
22886
  "Ontario",
22887
+ "Onto",
22888
  "Oolong",
22889
  "Opa",
22890
  "Open",
 
23154
  "PDAs",
23155
  "PDF",
23156
  "PDT",
23157
+ "PEBBLES",
23158
  "PEC",
23159
  "PECO",
23160
  "PEN",
 
24368
  "Prices",
24369
  "Pride",
24370
  "Priest",
24371
+ "Prilleltensky",
24372
  "Primakov",
24373
  "Primarily",
24374
  "Primary",
 
24732
  "Quada",
24733
  "Quake",
24734
  "Quaker",
24735
+ "Qualia",
24736
  "Quality",
24737
  "Qualls",
24738
  "Quan",
 
25336
  "Rehoboam",
25337
  "Rei",
25338
  "Reich",
25339
+ "Reichheld",
25340
  "Reichmann",
25341
  "Reid",
25342
  "Reider",
 
25697
  "Ritchie",
25698
  "Ritek",
25699
  "Rites",
25700
+ "Ritner",
25701
  "Ritter",
25702
  "Ritterman",
25703
  "Rittlemann",
 
26383
  "Sal",
26384
  "Sala",
26385
  "Salaam",
26386
+ "Salager",
26387
  "Salah",
26388
  "Salahudin",
26389
  "Salam",
 
26659
  "Schaumburg",
26660
  "Schedule",
26661
  "Scheetz",
26662
+ "Schefter",
26663
  "Scheme",
26664
  "Schenley",
26665
  "Scherer",
 
26709
  "Schuman",
26710
  "Schumer",
26711
  "Schummer",
26712
+ "Schumpeter",
26713
  "Schuster",
26714
  "Schvala",
26715
  "Schwab",
 
26899
  "Senators",
26900
  "Send",
26901
  "Sending",
26902
+ "Senegal",
26903
  "Seneh",
26904
  "Seng",
26905
  "Senicio",
 
27453
  "Silicon",
27454
  "Silk",
27455
  "Silla",
27456
+ "Silly",
27457
  "Siloam",
27458
  "Silpa",
27459
  "Silva",
 
29349
  "Tikrit",
29350
  "Tikvah",
29351
  "Til",
29352
+ "Tilapia",
29353
  "Till",
29354
  "Tillery",
29355
  "Tillinghast",
 
29635
  "Traverso",
29636
  "Travis",
29637
  "Travolta",
29638
+ "Trawling",
29639
  "Traxler",
29640
  "Tray",
29641
  "Traynor",
 
29671
  "Trenton",
29672
  "Trentret",
29673
  "Trettien",
29674
+ "Trevathan",
29675
  "Trevino",
29676
  "Trevor",
29677
  "Trexler",
 
30228
  "Users",
30229
  "Usery",
30230
  "Usha",
30231
+ "Usher",
30232
  "Ushikubo",
30233
  "Usines",
30234
  "Using",
 
30659
  "Vsm",
30660
  "Vt",
30661
  "Vt.",
30662
+ "Vulnerable",
30663
  "Vultures",
30664
  "Vyas",
30665
  "Vyquest",
 
31374
  "Woodward",
31375
  "Woodworth",
31376
  "Woody",
31377
+ "Woolf",
31378
  "Woolworth",
31379
  "Woong",
31380
  "Wooten",
 
32892
  "abstract",
32893
  "abstraction",
32894
  "abstracts",
32895
+ "abstruse",
32896
  "absurd",
32897
  "absurdities",
32898
  "absurdity",
 
32924
  "academe",
32925
  "academia",
32926
  "academic",
32927
+ "academica",
32928
  "academically",
32929
  "academician",
32930
  "academicians",
 
32949
  "accented",
32950
  "accents",
32951
  "accentuated",
32952
+ "accentuates",
32953
  "accept",
32954
  "acceptability",
32955
  "acceptable",
 
33503
  "affection",
33504
  "affectionate",
33505
  "affections",
33506
+ "affective",
33507
  "affects",
33508
  "affidavit",
33509
  "affidavits",
 
33686
  "agro",
33687
  "agrochemical",
33688
  "aground",
33689
+ "agrrement",
33690
  "agrrements",
33691
  "ags",
33692
  "agu",
 
35252
  "arch-murderer",
35253
  "archa",
35254
  "archaeological",
35255
+ "archaeologically",
35256
  "archaeologist",
35257
  "archaeologists",
35258
  "archaeology",
 
35359
  "aristocrats",
35360
  "aristotelean",
35361
  "aristotle",
35362
+ "arithmetic",
35363
  "arithmetical",
35364
  "arivala",
35365
  "arivalo",
 
35914
  "attractive",
35915
  "attractively",
35916
  "attractiveness",
35917
+ "attractor",
35918
  "attractors",
35919
  "attracts",
35920
  "attributable",
 
35959
  "audi",
35960
  "audible",
35961
  "audience",
35962
+ "audience(",
35963
  "audience(s",
35964
  "audiences",
35965
  "audio",
 
36769
  "barrage",
36770
  "barrages",
36771
  "barrah",
36772
+ "barramundi",
36773
  "barre",
36774
  "barred",
36775
  "barrel",
 
37647
  "bioTechnology",
37648
  "bioavailability",
37649
  "bioavailable",
37650
+ "biochemical",
37651
  "biochemist",
37652
  "biodegradable",
37653
  "biodegrade",
 
38193
  "bonniers",
38194
  "bono",
38195
  "bonomo",
38196
+ "bonorum",
38197
  "bonus",
38198
  "bonuses",
38199
  "bonwit",
 
39262
  "bystanders",
39263
  "bytes",
39264
  "byu",
39265
+ "byways",
39266
  "byzantine",
39267
  "byzantium",
39268
  "b\u02dc\u00b11",
 
39351
  "caesar",
39352
  "caesarea",
39353
  "caesarean",
39354
+ "caesarian",
39355
  "caesars",
39356
  "caf",
39357
  "cafe",
 
39601
  "cant",
39602
  "canteen",
39603
  "canterbury",
39604
+ "canto",
39605
  "cantobank",
39606
  "canton",
39607
  "cantonal",
 
39911
  "cassman",
39912
  "cast",
39913
  "castaneda",
39914
+ "caste",
39915
  "caster",
39916
+ "castes",
39917
  "castigated",
39918
  "castigating",
39919
  "castillo",
 
40408
  "chapters",
40409
  "char",
40410
  "character",
40411
+ "characterise",
40412
  "characterised",
40413
  "characteristic",
40414
  "characteristically",
 
40680
  "chided",
40681
  "chides",
40682
  "chief",
40683
+ "chiefdom",
40684
+ "chiefdoms",
40685
  "chiefly",
40686
  "chiefs",
40687
  "chiefs'-",
 
40942
  "cie",
40943
  "cie.",
40944
  "ciel",
40945
+ "cientific",
40946
  "ciera",
40947
  "cigar",
40948
  "cigarette",
 
40980
  "ciporkin",
40981
  "cips",
40982
  "cir",
40983
+ "circe",
40984
  "circle",
40985
  "circled",
40986
  "circles",
 
41359
  "cluttered",
41360
  "cly",
41361
  "clyde",
41362
+ "clyne",
41363
  "cm",
41364
  "cma",
41365
  "cmc",
 
41465
  "coatings",
41466
  "coats",
41467
  "coattails",
41468
+ "coauthor",
41469
  "coauthors",
41470
  "coax",
41471
  "coaxes",
 
41542
  "coffins",
41543
  "cog",
41544
  "cogeneration",
41545
+ "cogently",
41546
  "cogestion",
41547
  "cognition",
41548
  "cognitive",
41549
  "cognizance",
41550
+ "cognizant",
41551
  "cognoscenti",
41552
  "coh",
41553
  "cohabit",
 
41745
  "combining",
41746
  "combis",
41747
  "combo",
41748
+ "combust",
41749
  "combusted",
41750
  "combustion",
41751
  "comcast",
41752
  "comdek",
41753
  "come",
41754
  "comeback",
41755
+ "comecial",
41756
  "comecials",
41757
  "comedian",
41758
  "comedic",
 
41800
  "commemorating",
41801
  "commemoration",
41802
  "commemorative",
41803
+ "commence",
41804
  "commenced",
41805
  "commencement",
41806
  "commencing",
 
42111
  "concentration",
42112
  "concentrations",
42113
  "concentric",
42114
+ "concep",
42115
  "conceps",
42116
  "concept",
42117
  "conception",
 
42395
  "conscript",
42396
  "conscripts",
42397
  "conseco",
42398
+ "consecuence",
42399
  "consecuences",
42400
  "consecutive",
42401
  "consecutively",
 
42999
  "coughs",
43000
  "could",
43001
  "could't",
43002
+ "coulston",
43003
  "council",
43004
  "councillors",
43005
  "councilman",
 
44060
  "darin",
44061
  "daring",
44062
  "dark",
44063
+ "darken",
44064
  "darkened",
44065
  "darker",
44066
  "darkhorse",
 
44126
  "datshir",
44127
  "datson",
44128
  "datuk",
44129
+ "datum",
44130
  "dau",
44131
  "dau-",
44132
  "daub",
 
44197
  "dc-10",
44198
  "dc-9",
44199
  "dc10",
44200
+ "dccc",
44201
  "dco",
44202
  "dcsnet",
44203
  "dd",
 
44313
  "dea",
44314
  "deacon",
44315
  "deacons",
44316
+ "deactivate",
44317
  "deactivated",
44318
  "deactivates",
44319
  "deactivation",
 
44344
  "dean",
44345
  "deane",
44346
  "deanna",
44347
+ "deap",
44348
  "deaps",
44349
  "dear",
44350
  "dearborn",
 
44410
  "decapitation",
44411
  "decatur",
44412
  "decay",
44413
+ "decaying",
44414
  "deceased",
44415
  "decedent",
44416
  "deceit",
 
44437
  "decidedly",
44438
  "decides",
44439
  "deciding",
44440
+ "decietful",
44441
  "decieve",
44442
  "decimal",
44443
  "decimate",
 
44474
  "declines",
44475
  "declining",
44476
  "deco",
44477
+ "decode",
44478
  "decoded",
44479
  "decoding",
44480
  "decommissioned",
 
44518
  "dedicating",
44519
  "dedication",
44520
  "dedications",
44521
+ "deduce",
44522
  "deducing",
44523
  "deduct",
44524
  "deducted",
 
44629
  "deflators",
44630
  "deflect",
44631
  "deflecting",
44632
+ "deflection",
44633
  "deflections",
44634
  "defoliate",
44635
  "deforest",
44636
  "deformation",
44637
  "deformed",
44638
+ "defra",
44639
  "defraud",
44640
  "defrauded",
44641
  "defrauding",
 
45456
  "dillow",
45457
  "dilorenzo",
45458
  "diloreto",
45459
+ "dilute",
45460
  "diluted",
45461
  "dim",
45462
  "dime",
 
45933
  "dissidents",
45934
  "dissimilar",
45935
  "dissimilarities",
45936
+ "dissimilarity",
45937
  "dissimulating",
45938
  "dissipate",
45939
  "dissipated",
 
46729
  "ducky",
46730
  "duclos",
46731
  "ductile",
46732
+ "ductility",
46733
  "ducts",
46734
  "duddying",
46735
  "duddying**",
 
46825
  "duplicated",
46826
  "duplicates",
46827
  "duplicating",
46828
+ "duplication",
46829
  "duplications",
46830
  "duplicitous",
46831
  "duplicity",
 
47659
  "emblazon",
47660
  "emblem",
47661
  "emblematic",
47662
+ "emblematical",
47663
  "emblems",
47664
  "embodied",
47665
  "embodies",
 
47718
  "emissary",
47719
  "emission",
47720
  "emissions",
47721
+ "emit",
47722
  "emitted",
47723
  "emitting",
47724
  "emma",
 
47817
  "enacts",
47818
  "enc",
47819
  "encapsulate",
47820
+ "encapsulated",
47821
  "encapsulating",
47822
  "encased",
47823
  "encasing",
 
48056
  "entail",
48057
  "entailed",
48058
  "entails",
48059
+ "entangle",
48060
  "entangled",
48061
  "entanglement",
48062
  "entanglements",
 
48774
  "examples",
48775
  "exams",
48776
  "exasperated",
48777
+ "exasperating",
48778
  "exasperation",
48779
  "exbt",
48780
  "excalibur",
 
48873
  "exemplary",
48874
  "exemplified",
48875
  "exemplifies",
48876
+ "exemplify",
48877
  "exempt",
48878
  "exempted",
48879
  "exempting",
 
49280
  "facets",
49281
  "facial",
49282
  "facials",
49283
+ "facie",
49284
  "facilitate",
49285
  "facilitated",
49286
  "facilitates",
 
49488
  "farid",
49489
  "farley",
49490
  "farm",
49491
+ "farmed",
49492
  "farmer",
49493
  "farmers",
49494
  "farmhouse",
 
49797
  "ferocity",
49798
  "ferranti",
49799
  "ferrari",
49800
+ "ferraro",
49801
  "ferreira",
49802
  "ferrell",
49803
  "ferrer",
 
49835
  "fess",
49836
  "fest",
49837
  "fester",
49838
+ "festering",
49839
  "festiva",
49840
  "festival",
49841
  "festivals",
 
50078
  "fingerprint",
50079
  "fingerprints",
50080
  "fingers",
50081
+ "finibus",
50082
  "finish",
50083
  "finishe",
50084
  "finished",
 
50254
  "flanks",
50255
  "flannel",
50256
  "flanner",
50257
+ "flannery",
50258
  "flap",
50259
  "flapping",
50260
  "flaps",
 
54561
  "homma",
54562
  "homo",
54563
  "homoerotic",
54564
+ "homogenize",
54565
  "homogenizing",
54566
  "homogenous",
54567
  "homologous",
 
54639
  "hooligan",
54640
  "hooliganism",
54641
  "hooligans",
54642
+ "hooper",
54643
  "hoopla",
54644
  "hoops",
54645
  "hoosier",
 
56104
  "indicting",
56105
  "indictment",
56106
  "indictments",
56107
+ "indictor",
56108
  "indictors",
56109
  "indies",
56110
  "indifference",
 
56336
  "ingleheim",
56337
  "ingot",
56338
  "ingots",
56339
+ "ingrain",
56340
  "ingrained",
56341
  "ingram",
56342
  "ingratiate",
 
56384
  "initials",
56385
  "initiate",
56386
  "initiated",
56387
+ "initiates",
56388
  "initiating",
56389
  "initiation",
56390
  "initiatiors",
 
56765
  "interleukin-4",
56766
  "interlinked",
56767
  "interlocking",
56768
+ "interlocutor",
56769
  "interlocutors",
56770
  "interloping",
56771
  "interlude",
 
57261
  "item",
57262
  "itemize",
57263
  "items",
57264
+ "iterate",
57265
  "iterated",
57266
  "iterating",
57267
  "iteration",
 
57501
  "jasper",
57502
57503
  "jath",
57504
+ "jati",
57505
  "jattir",
57506
  "jaundiced",
57507
  "jauntily",
 
58247
  "kaplan",
58248
  "kapos",
58249
  "kappa",
58250
+ "kaptur",
58251
  "kar",
58252
  "kara",
58253
  "karachi",
 
59649
  "ledger",
59650
  "ledgers",
59651
  "leds",
59652
+ "ledyard",
59653
  "lee",
59654
  "leek",
59655
  "leekin",
 
60026
  "ligament",
60027
  "ligaments",
60028
  "ligands",
60029
+ "ligeia",
60030
  "light",
60031
  "lightblue",
60032
  "lighted",
 
60957
  "macaense",
60958
  "macanese",
60959
  "macao",
60960
+ "macaque",
60961
  "macaques",
60962
  "macari",
60963
  "macaroni",
 
60995
  "macintosh",
60996
  "mack",
60997
  "mackenzie",
60998
+ "mackie",
60999
  "mackillop",
61000
  "mackinac",
61001
  "maclaine",
 
61222
  "malaise",
61223
  "malaki",
61224
  "malaria",
61225
+ "malawi",
61226
  "malay",
61227
  "malayo",
61228
  "malaysia",
61229
  "malaysian",
61230
  "malaysians",
61231
+ "malbin",
61232
  "malchus",
61233
  "malcolm",
61234
  "malcontent",
 
61267
  "malnutrition",
61268
  "malone",
61269
  "maloney",
61270
+ "malorumque",
61271
  "malpede",
61272
  "malpractice",
61273
  "mals",
 
61406
61407
  "manor",
61408
  "manpower",
61409
+ "manresa",
61410
  "mans",
61411
  "mansfield",
61412
  "mansion",
 
61484
  "marcos",
61485
  "marcoses",
61486
  "marcus",
61487
+ "marcy",
61488
  "marder",
61489
  "mare",
61490
  "mareham",
 
61499
  "marginalia",
61500
  "marginalised",
61501
  "marginalization",
61502
+ "marginalize",
61503
  "marginalized",
61504
  "marginalizes",
61505
  "marginalizing",
 
62016
  "mcnugg",
62017
  "mco",
62018
  "mcoa",
62019
+ "mcs",
62020
  "mcullough",
62021
  "mcv",
62022
  "mcveigh",
 
63116
  "miti",
63117
  "mitigate",
63118
  "mitigated",
63119
+ "mitigates",
63120
  "mitigating",
63121
  "mitigation",
63122
  "mitnics",
 
63675
  "moynihan",
63676
  "moz",
63677
  "mozah",
63678
+ "mozambique",
63679
  "mozart",
63680
  "mp",
63681
  "mp/832",
 
63957
  "mut",
63958
  "mutaa",
63959
  "mutability",
63960
+ "mutablitie",
63961
  "mutablities",
63962
  "mutant",
63963
  "mutate",
 
64199
  "nanning",
64200
  "nanny",
64201
  "nanosecond",
64202
+ "nanosized",
64203
  "nanshan",
64204
  "nanta",
64205
  "nantie",
 
64336
  "nauru",
64337
  "nausea",
64338
  "nauseous",
64339
+ "nausica",
64340
  "nautical",
64341
  "nautilus",
64342
  "nav:22.15",
 
64435
  "nec",
64436
  "necessarily",
64437
  "necessary",
64438
+ "necessitate",
64439
  "necessitated",
64440
  "necessitates",
64441
+ "necessitating",
64442
  "necessities",
64443
  "necessity",
64444
  "neciissity",
 
64452
  "neckties",
64453
  "neco",
64454
  "necrosis",
64455
+ "nectarine",
64456
  "nectarines",
64457
  "ned",
64458
  "nedelya",
 
64915
  "nite",
64916
  "nith",
64917
  "nitpicking",
64918
+ "nitrate",
64919
  "nitrogen",
64920
+ "nitrogenous",
64921
  "nitze",
64922
  "niu",
64923
  "niumien",
 
66016
  "officially",
66017
  "officials",
66018
  "officiated",
66019
+ "officiis",
66020
  "officio",
66021
  "officious",
66022
  "officiously",
 
66139
  "olay",
66140
  "old",
66141
  "old-style",
66142
+ "olde",
66143
  "olded",
66144
  "olden",
66145
  "oldenburg",
 
66169
  "oll",
66170
  "ollari",
66171
  "ollie",
66172
+ "ollman",
66173
  "olm",
66174
  "olmert",
66175
  "olmsted",
 
66485
  "ordinaries",
66486
  "ordinarily",
66487
  "ordinary",
66488
+ "ordinate",
66489
  "ordinates",
66490
  "ordination",
66491
  "ordnance",
 
66625
  "osn",
66626
  "oso",
66627
  "osofsky",
66628
+ "ospd",
66629
  "oss",
66630
  "ossification",
66631
  "ost",
 
66981
  "oversize",
66982
  "oversized",
66983
  "oversold",
66984
+ "overspread",
66985
  "overstaffed",
66986
  "overstate",
66987
  "overstated",
 
67373
  "pant",
67374
  "pantaps",
67375
  "pantheon",
67376
+ "panther",
67377
  "panthers",
67378
  "panties",
67379
  "panting",
 
67419
  "parade",
67420
  "parades",
67421
  "paradigm",
67422
+ "paradigmatic",
67423
  "paradigms",
67424
  "parading",
67425
  "paradise",
 
67684
  "pathlogy",
67685
  "pathogen",
67686
  "pathogenic",
67687
+ "pathological",
67688
  "pathologically",
67689
  "pathology",
67690
  "pathos",
 
67833
  "peacemakers",
67834
  "peacemaking",
67835
  "peacetime",
67836
+ "peach",
67837
  "peaches",
67838
  "peachwood",
67839
  "peacock",
 
67859
  "peasant",
67860
  "peasants",
67861
  "peat",
67862
+ "pebbles",
67863
  "pec",
67864
  "peccadilloes",
67865
  "pechiney",
 
68225
  "persuasive",
68226
  "persuasively",
68227
  "persuasiveness",
68228
+ "pertain",
68229
  "pertaining",
68230
  "pertains",
68231
  "pertamina",
 
68239
  "perugawan",
68240
  "peruse",
68241
  "peruvian",
68242
+ "pervade",
68243
  "pervaded",
68244
  "pervasive",
68245
  "perverse",
 
68830
  "plaques",
68831
  "plaskett",
68832
  "plasma",
68833
+ "plasmid",
68834
  "plasmids",
68835
  "plasmodium",
68836
  "plaster",
 
69984
  "priesthood",
69985
  "priestly",
69986
  "priests",
69987
+ "prilleltensky",
69988
  "prim",
69989
+ "prima",
69990
  "primaarily",
69991
  "primakov",
69992
  "primal",
 
70593
  "psychology",
70594
  "psychopathic",
70595
  "psychopathologies",
70596
+ "psychopathology",
70597
  "psychopaths",
70598
  "psychos",
70599
  "psychosis",
 
70715
  "punditing",
70716
  "pundits",
70717
  "pungent",
70718
+ "pungently",
70719
  "punish",
70720
  "punishable",
70721
  "punished",
 
70813
  "putka",
70814
  "putnam",
70815
  "putney",
70816
+ "putrefaction",
70817
  "putrid",
70818
  "puts",
70819
  "puttering",
 
70971
  "quake",
70972
  "quaker",
70973
  "quakes",
70974
+ "qualia",
70975
  "qualification",
70976
  "qualifications",
70977
  "qualified",
 
71036
  "quasi-xenophobic",
71037
  "quayle",
71038
  "qub",
71039
+ "qubit",
71040
  "qubits",
71041
  "quds",
71042
  "que",
 
71050
  "queensland",
71051
  "queer",
71052
  "queerly",
71053
+ "queerness",
71054
  "queers",
71055
  "quek",
71056
  "queks",
 
71245
  "radiation",
71246
  "radiator",
71247
  "radical",
71248
+ "radicalization",
71249
  "radically",
71250
  "radicals",
71251
  "radio",
 
71483
  "rasini",
71484
  "raskolnikov",
71485
  "rasmussen",
71486
+ "rasone",
71487
  "rasones",
71488
  "raspberries",
71489
  "raspberry",
 
71763
  "realms",
71764
  "realtor",
71765
  "realty",
71766
+ "realy",
71767
  "ream",
71768
  "reames",
71769
  "reamins",
 
72053
  "recuperate",
72054
  "recuperating",
72055
  "recuperation",
72056
+ "recur",
72057
  "recurrence",
72058
  "recurrent",
72059
  "recurring",
 
72207
  "reflective",
72208
  "reflects",
72209
  "reflex",
72210
+ "reflexe",
72211
  "reflexes",
72212
  "reflexing",
72213
  "reflexive",
 
72284
  "regenerate",
72285
  "reggie",
72286
  "regie",
72287
+ "regim",
72288
  "regime",
72289
  "regimen",
72290
  "regiment",
 
72361
  "rehoboam",
72362
  "rei",
72363
  "reich",
72364
+ "reichheld",
72365
  "reichmann",
72366
  "reid",
72367
  "reider",
 
72777
  "replicated",
72778
  "replicating",
72779
  "replication",
72780
+ "replications",
72781
  "replied",
72782
  "replies",
72783
  "replogle",
 
73355
  "rhone",
73356
  "rhr",
73357
  "rhs",
73358
+ "rhyme",
73359
  "rhymes",
73360
  "rhyming",
73361
  "rhythm",
 
73556
  "rite",
73557
  "ritek",
73558
  "rites",
73559
+ "ritner",
73560
  "ritter",
73561
  "ritterman",
73562
  "rittlemann",
73563
  "ritual",
73564
  "ritualistic",
73565
+ "ritually",
73566
  "rituals",
73567
  "ritz",
73568
  "ritzy",
 
74454
  "salaam",
74455
  "salad",
74456
  "salads",
74457
+ "salager",
74458
  "salah",
74459
  "salahudin",
74460
  "salam",
 
74927
  "schedules",
74928
  "scheduling",
74929
  "scheetz",
74930
+ "schefter",
74931
  "schema",
74932
  "scheme",
74933
  "schemer",
 
75007
  "schuman",
75008
  "schumer",
75009
  "schummer",
75010
+ "schumpeter",
75011
  "schuster",
75012
  "schvala",
75013
  "schwab",
 
75413
  "selective",
75414
  "selectively",
75415
  "selectiveness",
75416
+ "selector",
75417
  "selectors",
75418
  "selects",
75419
  "selenium",
 
75500
  "senders",
75501
  "sending",
75502
  "sends",
75503
+ "senegal",
75504
  "seneh",
75505
  "seng",
75506
  "senicio",
 
76482
  "sighs",
76483
  "sight",
76484
  "sighted",
76485
+ "sightedness",
76486
  "sightings",
76487
  "sights",
76488
  "sightsee",
 
77625
  "spb",
77626
  "spc",
77627
  "spca",
77628
+ "spcialize",
77629
  "spcializing",
77630
  "spd",
77631
+ "speacialist",
77632
  "speacialists",
77633
  "speak",
77634
  "speaker",
 
77658
  "specials",
77659
  "specialties",
77660
  "specialty",
77661
+ "specie",
77662
  "species",
77663
  "specific",
77664
  "specifically",
 
78157
  "standby",
78158
  "standbys",
78159
  "standing",
78160
+ "standings",
78161
  "standoff",
78162
  "standout",
78163
  "standpoint",
 
78648
  "strategizing",
78649
  "strategy",
78650
  "stratfordian",
78651
+ "stratification",
78652
  "stratified",
78653
  "stratigraphic",
78654
  "stratigraphy",
 
78766
  "strongholds",
78767
  "strongly",
78768
  "strongman",
78769
+ "stronly",
78770
  "strop",
78771
  "strother",
78772
  "stroup",
 
79006
  "subterfuge",
79007
  "subterranean",
79008
  "subterraneous",
79009
+ "subtext",
79010
  "subtilis",
79011
  "subtitle",
79012
  "subtitled",
 
80230
  "technologist",
80231
  "technology",
80232
  "techs",
80233
+ "tecnological",
80234
  "teco",
80235
  "tectonic",
80236
  "tectonics",
 
80396
  "tenpay",
80397
  "tens",
80398
  "tense",
80399
+ "tensile",
80400
  "tension",
80401
  "tensions",
80402
  "tent",
 
80940
  "tikrit",
80941
  "tikvah",
80942
  "til",
80943
+ "tilapia",
80944
  "tile",
80945
  "tiled",
80946
  "tiles",
 
81241
  "topless",
81242
  "topmargin",
81243
  "topmost",
81244
+ "topography",
81245
  "topologies",
81246
  "topology",
81247
  "topped",
 
81507
  "transcended",
81508
  "transcending",
81509
  "transcends",
81510
+ "transconjugant",
81511
  "transconjugants",
81512
  "transcribe",
81513
  "transcribed",
 
81642
  "travis",
81643
  "travolta",
81644
  "trawled",
81645
+ "trawling",
81646
  "traxler",
81647
  "tray",
81648
  "traynor",
 
81717
  "trespasses",
81718
  "trespassing",
81719
  "trettien",
81720
+ "trevathan",
81721
  "trevino",
81722
  "trevor",
81723
  "trexler",
 
81813
  "triumphantly",
81814
  "triumphed",
81815
  "triumphs",
81816
+ "triumvirs",
81817
  "trivelpiece",
81818
  "trivest",
81819
  "trivia",
 
83133
  "unrivaled",
83134
  "unroll",
83135
  "unrolls",
83136
+ "unrotate",
83137
  "unrotated",
83138
  "unruly",
83139
  "unrwa",
 
83260
  "unwillingness",
83261
  "unwind",
83262
  "unwise",
83263
+ "unwisely",
83264
  "unwished",
83265
  "unwitting",
83266
  "unwittingly",
 
83424
  "usacafes",
83425
  "usaf",
83426
  "usage",
83427
+ "usaid.org",
83428
  "usair",
83429
  "usana",
83430
 
83449
  "usg",
83450
  "ush",
83451
  "usha",
83452
+ "usher",
83453
  "ushered",
83454
  "ushering",
83455
  "ushers",
 
83638
  "valley",
83639
  "valleys",
83640
  "valorization",
83641
+ "valorize",
83642
  "valrico",
83643
  "valu",
83644
  "valuable",
 
83651
  "valuing",
83652
  "valve",
83653
  "valves",
83654
+ "vampire",
83655
  "vampires",
83656
  "van",
83657
  "vancamp",
 
84273
  "voltage",
84274
  "voltages",
84275
  "voltmeter",
84276
+ "voltmeters",
84277
  "volume",
84278
  "volumes",
84279
  "voluminous",
 
85041
  "whales",
85042
  "whammy",
85043
  "whant",
85044
+ "whar",
85045
  "wharf",
85046
  "wharton",
85047
  "wharves",
 
85555
  "wooing",
85556
  "wool",
85557
  "woolen",
85558
+ "woolf",
85559
  "woolly",
85560
  "woolworth",
85561
  "wooly",
 
87256
  "\u00b0k.",
87257
  "\u00b0x.",
87258
  "\u00b7",
87259
+ "\u00bd",
87260
  "\u00cc",
87261
  "\u00cc\u00f2",
87262
  "\u00cc\u00f2...(c)x\u02d9go\u00cc\u00f6]",