fhudi commited on
Commit
22b7eb9
·
1 Parent(s): 544c5af

pull update

Browse files
app.py CHANGED
@@ -118,7 +118,7 @@ async def auth(request: Request):
118
  def greet(request: gr.Request):
119
  user = get_user(request.request)
120
  # uid = ('1' if user['email_verified'] else '0') + f"{int(time.time()*10):x}_"[-8:] + _hash_msg(user['email'])
121
- uid = _hash_msg(user['email'].encode('utf-8'))
122
  return f"""
123
  Welcome to TextGames, {user['name']}!<br />
124
  <{user['email'].replace('@', '{at}')}> ({'' if user['email_verified'] else 'NON-'}verified email)
 
118
  def greet(request: gr.Request):
119
  user = get_user(request.request)
120
  # uid = ('1' if user['email_verified'] else '0') + f"{int(time.time()*10):x}_"[-8:] + _hash_msg(user['email'])
121
+ uid = _hash_msg(user['email'])
122
  return f"""
123
  Welcome to TextGames, {user['name']}!<br />
124
  <{user['email'].replace('@', '{at}')}> ({'' if user['email_verified'] else 'NON-'}verified email)
play_helper.py CHANGED
@@ -33,11 +33,11 @@ def declare_components():
33
 
34
 
35
  # %%
36
- _creds, _ = google.auth.load_credentials_from_dict({
37
  "type": "service_account",
38
  "project_id": os.getenv("GOOGLE_AUTH_CREDS_PROJECT_ID", ""),
39
  "private_key_id": os.getenv("GOOGLE_AUTH_CREDS_PRIVATE_KEY_ID", ""),
40
- "private_key": os.getenv("GOOGLE_AUTH_CREDS_PRIVATE_KEY", ""),
41
  "client_email": os.getenv("GOOGLE_AUTH_CREDS_CLIENT_EMAIL", ""),
42
  "client_id": os.getenv("GOOGLE_AUTH_CREDS_CLIENT_ID", ""),
43
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
@@ -45,7 +45,8 @@ _creds, _ = google.auth.load_credentials_from_dict({
45
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
46
  "client_x509_cert_url": os.getenv("GOOGLE_AUTH_CREDS_CLIENT_X509_CERT_URL", ""),
47
  "universe_domain": "googleapis.com"
48
- })
 
49
  _service = build("drive", "v3", credentials=_creds)
50
  _files = _service.files()
51
 
 
33
 
34
 
35
  # %%
36
+ _creds_dict = {
37
  "type": "service_account",
38
  "project_id": os.getenv("GOOGLE_AUTH_CREDS_PROJECT_ID", ""),
39
  "private_key_id": os.getenv("GOOGLE_AUTH_CREDS_PRIVATE_KEY_ID", ""),
40
+ "private_key": f"-----BEGIN PRIVATE KEY-----\n{os.getenv('GOOGLE_AUTH_CREDS_PRIVATE_KEY', '')}\n-----END PRIVATE KEY-----".replace("\\n", "\n"),
41
  "client_email": os.getenv("GOOGLE_AUTH_CREDS_CLIENT_EMAIL", ""),
42
  "client_id": os.getenv("GOOGLE_AUTH_CREDS_CLIENT_ID", ""),
43
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
 
45
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
46
  "client_x509_cert_url": os.getenv("GOOGLE_AUTH_CREDS_CLIENT_X509_CERT_URL", ""),
47
  "universe_domain": "googleapis.com"
48
+ }
49
+ _creds, _ = google.auth.load_credentials_from_dict(_creds_dict)
50
  _service = build("drive", "v3", credentials=_creds)
51
  _files = _service.files()
52
 
textgames/assets/word_list.py CHANGED
@@ -28,8 +28,8 @@ def get_word_list_by_length(corpus=None, min_length=0, max_length=20):
28
  return word_list_by_length
29
 
30
 
31
- WORDS_LIST = get_word_list({"oxford5k_opal"})
32
- WORDS_BY_LEN = get_word_list_by_length({"oxford5k_opal"})
33
 
34
 
35
  class Node:
 
28
  return word_list_by_length
29
 
30
 
31
+ WORDS_LIST = get_word_list({"dwyl"})
32
+ WORDS_BY_LEN = get_word_list_by_length({"dwyl"})
33
 
34
 
35
  class Node:
textgames/assets/word_list/oxford3k.txt DELETED
@@ -1,3307 +0,0 @@
1
- a indefinite article
2
- an indefinite article
3
- about prep., adv.
4
- above prep., adv.
5
- across prep., adv.
6
- action n.
7
- activity n.
8
- actor n.
9
- actress n.
10
- add v.
11
- address n.
12
- adult n.
13
- advice n.
14
- afraid adj.
15
- after prep.
16
- afternoon n.
17
- again adv.
18
- age n.
19
- ago adv.
20
- agree v.
21
- air n.
22
- airport n.
23
- all det., pron.
24
- also adv.
25
- always adv.
26
- amazing adj.
27
- and conj.
28
- angry adj.
29
- animal n.
30
- another det./pron.
31
- answer n., v.
32
- any det., pron.
33
- anyone pron.
34
- anything pron.
35
- apartment n.
36
- apple n.
37
- April n.
38
- area n.
39
- arm n.
40
- around prep., adv.
41
- arrive v.
42
- art n.
43
- article n.
44
- artist n.
45
- as prep.
46
- ask v.
47
- at prep.
48
- August n.
49
- aunt n.
50
- autumn n.
51
- away adv.
52
- baby n.
53
- back n., adv.
54
- bad adj.
55
- bag n.
56
- ball n.
57
- banana n.
58
- band n.
59
- bank n.
60
- bath n.
61
- bathroom n.
62
- be v., auxiliary v.
63
- beach n.
64
- beautiful adj.
65
- because conj.
66
- become v.
67
- bed n.
68
- bedroom n.
69
- beer n.
70
- before prep.
71
- begin v.
72
- beginning n.
73
- behind prep., adv.
74
- believe v.
75
- below adv., prep.
76
- best adj.
77
- better adj.
78
- between prep.
79
- bicycle n.
80
- big adj.
81
- bike n.
82
- bill n.
83
- bird n.
84
- birthday n.
85
- black adj., n.
86
- blog n.
87
- blonde adj.
88
- blue adj., n.
89
- boat n.
90
- body n.
91
- book n.
92
- boot n.
93
- bored adj.
94
- boring adj.
95
- born v.
96
- both det./pron.
97
- bottle n.
98
- box n.
99
- boy n.
100
- boyfriend n.
101
- bread n.
102
- break v., n.
103
- breakfast n.
104
- bring v.
105
- brother n.
106
- brown adj., n.
107
- build v.
108
- building n.
109
- bus n.
110
- business n.
111
- busy adj.
112
- but conj.
113
- butter n.
114
- buy v.
115
- by prep.
116
- bye exclam.
117
- cafe n.
118
- cake n.
119
- call v., n.
120
- camera n.
121
- can modal v.
122
- cannot modal v.
123
- capital n., adj.
124
- car n.
125
- card n.
126
- career n.
127
- carrot n.
128
- carry v.
129
- cat n.
130
- CD n.
131
- cent n.
132
- centre n.
133
- century n.
134
- chair n.
135
- change v., n.
136
- chart n.
137
- cheap adj.
138
- check v.
139
- cheese n.
140
- chicken n.
141
- child n.
142
- chocolate n.
143
- choose v.
144
- cinema n.
145
- city n.
146
- class n.
147
- classroom n.
148
- clean adj., v.
149
- climb v.
150
- clock n.
151
- close v.
152
- clothes n.
153
- club n.
154
- coat n.
155
- coffee n.
156
- cold adj., n.
157
- college n.
158
- colour n.
159
- come v.
160
- common adj.
161
- company n.
162
- compare v.
163
- complete adj., v.
164
- computer n.
165
- concert n.
166
- conversation n.
167
- cook v.
168
- cooking n.
169
- cool adj.
170
- correct adj., v.
171
- cost n., v.
172
- could modal v.
173
- country n.
174
- course n.
175
- cousin n.
176
- cow n.
177
- cream n.
178
- create v.
179
- culture n.
180
- cup n.
181
- customer n.
182
- cut v.
183
- dad n.
184
- dance n., v.
185
- dancer n.
186
- dancing n.
187
- dangerous adj.
188
- dark adj.
189
- date n.
190
- daughter n.
191
- day n.
192
- dear adj.
193
- December n.
194
- decide v.
195
- delicious adj.
196
- describe v.
197
- description n.
198
- design n., v.
199
- desk n.
200
- detail n.
201
- dialogue n.
202
- dictionary n.
203
- die v.
204
- diet n.
205
- difference n.
206
- different adj.
207
- difficult adj.
208
- dinner n.
209
- dirty adj.
210
- discuss v.
211
- dish n.
212
- do v., auxiliary v.
213
- doctor n.
214
- dog n.
215
- dollar n.
216
- door n.
217
- down adv., prep.
218
- downstairs adv.
219
- draw v.
220
- dress n., v.
221
- drink n., v.
222
- drive v.
223
- driver n.
224
- during prep.
225
- DVD n.
226
- each det./pron./adv.
227
- ear n.
228
- early adj., adv.
229
- east n., adj., adv.
230
- easy adj.
231
- eat v.
232
- egg n.
233
- eight number
234
- eighteen number
235
- eighty number
236
- elephant n.
237
- eleven number
238
- else adv.
239
- email n., v.
240
- end n., v.
241
- enjoy v.
242
- enough det., pron., adv.
243
- euro n.
244
- even adv.
245
- evening n.
246
- event n.
247
- ever adv.
248
- every det.
249
- everybody pron.
250
- everyone pron.
251
- everything pron.
252
- exam n.
253
- example n.
254
- excited adj.
255
- exciting adj.
256
- exercise n., v.
257
- expensive adj.
258
- explain v.
259
- extra adj.
260
- eye n.
261
- face n.
262
- fact n.
263
- fall v.
264
- false adj.
265
- family n., adj.
266
- famous adj.
267
- fantastic adj.
268
- far adv.
269
- farm n.
270
- farmer n.
271
- fast adj., adv.
272
- fat adj.
273
- father n.
274
- favourite adj., n.
275
- February n.
276
- feel v.
277
- feeling n.
278
- festival n.
279
- few det./adj., pron.
280
- fifteen number
281
- fifth number
282
- fifty number
283
- fill v.
284
- film n.
285
- final adj.
286
- find v.
287
- fine adj.
288
- finish v.
289
- fire n.
290
- first det./number, adv.
291
- fish n.
292
- five number
293
- flat n.
294
- flight n.
295
- floor n.
296
- flower n.
297
- fly v.
298
- follow v.
299
- food n.
300
- foot n.
301
- football n.
302
- for prep.
303
- forget v.
304
- form n., v.
305
- forty number
306
- four number
307
- fourteen number
308
- fourth number
309
- free adj.
310
- Friday n.
311
- friend n.
312
- friendly adj.
313
- from prep.
314
- front n., adj.
315
- fruit n.
316
- full adj.
317
- fun n.
318
- funny adj.
319
- future n.
320
- game n.
321
- garden n.
322
- geography n.
323
- get v.
324
- girl n.
325
- girlfriend n.
326
- give v.
327
- glass n.
328
- go v.
329
- good adj.
330
- goodbye exclam./n.
331
- grandfather n.
332
- grandmother n.
333
- grandparent n.
334
- great adj.
335
- green adj., n.
336
- grey adj., n.
337
- group n.
338
- grow v.
339
- guess v., n.
340
- guitar n.
341
- gym n.
342
- hair n.
343
- half n., det./pron.
344
- hand n.
345
- happen v.
346
- happy adj.
347
- hard adj., adv.
348
- hat n.
349
- hate v.
350
- have v.
351
- have to modal v.
352
- he pron.
353
- head n.
354
- health n.
355
- healthy adj.
356
- hear v.
357
- hello exclam./n.
358
- help v., n.
359
- her pron., det.
360
- here adv.
361
- hey exclam.
362
- hi exclam.
363
- high adj.
364
- him pron.
365
- his det.
366
- history n.
367
- hobby n.
368
- holiday n.
369
- home n., adv.
370
- homework n.
371
- hope v.
372
- horse n.
373
- hospital n.
374
- hot adj.
375
- hotel n.
376
- hour n.
377
- house n.
378
- how adv.
379
- however adv.
380
- hundred number
381
- hungry adj.
382
- husband n.
383
- I pron.
384
- ice n.
385
- ice cream n.
386
- idea n.
387
- if conj.
388
- imagine v.
389
- important adj.
390
- improve v.
391
- in prep., adv.
392
- include v.
393
- information n.
394
- interest n., v.
395
- interested adj.
396
- interesting adj.
397
- internet n.
398
- interview n., v.
399
- into prep.
400
- introduce v.
401
- island n.
402
- it pron.
403
- its det.
404
- jacket n.
405
- January n.
406
- jeans n.
407
- job n.
408
- join v.
409
- journey n.
410
- juice n.
411
- July n.
412
- June n.
413
- just adv.
414
- keep v.
415
- key n., adj.
416
- kilometre n.
417
- kind n.
418
- kitchen n.
419
- know v.
420
- land n.
421
- language n.
422
- large adj.
423
- last det.
424
- late adj., adv.
425
- later adv.
426
- laugh v., n.
427
- learn v.
428
- leave v.
429
- left adj., adv., n.
430
- leg n.
431
- lesson n.
432
- let v.
433
- letter n.
434
- library n.
435
- lie v.
436
- life n.
437
- light n., adj.
438
- like prep.
439
- like v.
440
- line n.
441
- lion n.
442
- list n., v.
443
- listen v.
444
- little adj., det./pron.
445
- live v.
446
- local adj.
447
- long adj., adv.
448
- look v.
449
- lose v.
450
- lot pron., det., adv.
451
- love n., v.
452
- lunch n.
453
- machine n.
454
- magazine n.
455
- main adj.
456
- make v.
457
- man n.
458
- many det./pron.
459
- map n.
460
- March n.
461
- market n.
462
- married adj.
463
- match n., v.
464
- May n.
465
- maybe adv.
466
- me pron.
467
- meal n.
468
- mean v.
469
- meaning n.
470
- meat n.
471
- meet v.
472
- meeting n.
473
- member n.
474
- menu n.
475
- message n.
476
- metre n.
477
- midnight n.
478
- mile n.
479
- milk n.
480
- million number
481
- minute n.
482
- miss v.
483
- mistake n.
484
- model n.
485
- modern adj.
486
- moment n.
487
- Monday n.
488
- money n.
489
- month n.
490
- more det./pron., adv.
491
- morning n.
492
- most det./pron., adv.
493
- mother n.
494
- mountain n.
495
- mouse n.
496
- mouth n.
497
- move v.
498
- movie n.
499
- much det./pron., adv.
500
- mum n.
501
- museum n.
502
- music n.
503
- must modal v.
504
- my det.
505
- name n., v.
506
- natural adj.
507
- near prep., adj., adv.
508
- need v.
509
- negative adj.
510
- neighbour n.
511
- never adv.
512
- new adj.
513
- news n.
514
- newspaper n.
515
- next adj., adv.
516
- next to prep.
517
- nice adj.
518
- night n.
519
- nine number
520
- nineteen number
521
- ninety number
522
- no exclam., det.
523
- no one pron.
524
- nobody pron.
525
- north n., adj., adv.
526
- nose n.
527
- not adv.
528
- note n.
529
- nothing pron.
530
- November n.
531
- now adv.
532
- number n.
533
- nurse n.
534
- object n.
535
- o’clock adv.
536
- October n.
537
- of prep.
538
- off adv., prep.
539
- office n.
540
- often adv.
541
- oh exclam.
542
- OK exclam., adj./adv.
543
- old adj.
544
- on prep., adv.
545
- once adv.
546
- one number/det., pron.
547
- onion n.
548
- online adj., adv.
549
- only adj., adv.
550
- open adj., v.
551
- opinion n.
552
- opposite adj., n., prep., adv.
553
- or conj.
554
- orange n., adj.
555
- order n., v.
556
- other adj./pron.
557
- our det.
558
- out adv./prep.
559
- outside adv.
560
- over prep., adv.
561
- own adj./pron.
562
- page n.
563
- paint v., n.
564
- painting n.
565
- pair n.
566
- paper n.
567
- paragraph n.
568
- parent n.
569
- park n., v.
570
- part n.
571
- partner n.
572
- party n.
573
- passport n.
574
- past adj., n., prep.
575
- pay v.
576
- pen n.
577
- pencil n.
578
- people n.
579
- pepper n.
580
- perfect adj.
581
- period n.
582
- person n.
583
- personal adj.
584
- phone n., v.
585
- photo n.
586
- photograph n.
587
- phrase n.
588
- piano n.
589
- picture n.
590
- piece n.
591
- pig n.
592
- pink adj., n.
593
- place n.
594
- plan n., v.
595
- plane n.
596
- plant n.
597
- play v., n.
598
- player n.
599
- please exclam.
600
- point n.
601
- police n.
602
- policeman n.
603
- pool n.
604
- poor adj.
605
- popular adj.
606
- positive adj.
607
- possible adj.
608
- post n., v.
609
- potato n.
610
- pound n.
611
- practice n.
612
- practise v.
613
- prefer v.
614
- prepare v.
615
- present adj., n.
616
- pretty adj., adv.
617
- price n.
618
- probably adv.
619
- problem n.
620
- product n.
621
- programme n.
622
- project n.
623
- purple adj., n.
624
- put v.
625
- quarter n.
626
- question n.
627
- quick adj.
628
- quickly adv.
629
- quiet adj.
630
- quite adv.
631
- radio n.
632
- rain n., v.
633
- read v.
634
- reader n.
635
- reading n.
636
- ready adj.
637
- real adj.
638
- really adv.
639
- reason n.
640
- red adj., n.
641
- relax v.
642
- remember v.
643
- repeat v.
644
- report n.
645
- restaurant n.
646
- result n.
647
- return v., n.
648
- rice n.
649
- rich adj.
650
- ride v.
651
- right adj., adv., n.
652
- river n.
653
- road n.
654
- room n.
655
- routine n.
656
- rule n.
657
- run v.
658
- sad adj.
659
- salad n.
660
- salt n.
661
- same adj., pron., adv.
662
- sandwich n.
663
- Saturday n.
664
- say v.
665
- school n.
666
- science n.
667
- scientist n.
668
- sea n.
669
- second det./number
670
- second n.
671
- section n.
672
- see v.
673
- sell v.
674
- send v.
675
- sentence n.
676
- September n.
677
- seven number
678
- seventeen number
679
- seventy number
680
- share v.
681
- she pron.
682
- sheep n.
683
- shirt n.
684
- shoe n.
685
- shop n., v.
686
- shopping n.
687
- short adj.
688
- should modal v.
689
- show v., n.
690
- shower n.
691
- sick adj.
692
- similar adj.
693
- sing v.
694
- singer n.
695
- sister n.
696
- sit v.
697
- situation n.
698
- six number
699
- sixteen number
700
- sixty number
701
- skill n.
702
- skirt n.
703
- sleep v.
704
- slow adj.
705
- small adj.
706
- snake n.
707
- snow n., v.
708
- so adv., conj.
709
- some det., pron.
710
- somebody pron.
711
- someone pron.
712
- something pron.
713
- sometimes adv.
714
- son n.
715
- song n.
716
- soon adv.
717
- sorry adj., exclam.
718
- sound n., v.
719
- soup n.
720
- south n., adj., adv.
721
- space n.
722
- speak v.
723
- special adj.
724
- spell v.
725
- spelling n.
726
- spend v.
727
- sport n.
728
- spring n.
729
- stand v.
730
- star n.
731
- start v.
732
- statement n.
733
- station n.
734
- stay v.
735
- still adv.
736
- stop v., n.
737
- story n.
738
- street n.
739
- strong adj.
740
- student n.
741
- study n., v.
742
- style n.
743
- subject n.
744
- success n.
745
- sugar n.
746
- summer n.
747
- sun n.
748
- Sunday n.
749
- supermarket n.
750
- sure adj.
751
- sweater n.
752
- swim v.
753
- swimming n.
754
- table n.
755
- take v.
756
- talk v.
757
- tall adj.
758
- taxi n.
759
- tea n.
760
- teach v.
761
- teacher n.
762
- team n.
763
- teenager n.
764
- telephone n., v.
765
- television n.
766
- tell v.
767
- ten number
768
- tennis n.
769
- terrible adj.
770
- test n., v.
771
- text n.
772
- than conj.
773
- thank v.
774
- thanks exclam., n.
775
- that det., pron., conj.
776
- the definite article
777
- theatre n.
778
- their det.
779
- them pron.
780
- then adv.
781
- there adv.
782
- they pron.
783
- thing n.
784
- think v.
785
- third number
786
- thirsty adj.
787
- thirteen number
788
- thirty number
789
- this det./pron.
790
- thousand number
791
- three number
792
- through prep., adv.
793
- Thursday n.
794
- ticket n.
795
- time n.
796
- tired adj.
797
- title n.
798
- to prep., infinitive marker
799
- today adv., n.
800
- together adv.
801
- toilet n.
802
- tomato n.
803
- tomorrow adv., n.
804
- tonight adv., n.
805
- too adv.
806
- tooth n.
807
- topic n.
808
- tourist n.
809
- town n.
810
- traffic n.
811
- train n.
812
- travel v., n.
813
- tree n.
814
- trip n.
815
- trousers n.
816
- true adj.
817
- try v.
818
- T-shirt n.
819
- Tuesday n.
820
- turn v., n.
821
- TV n.
822
- twelve number
823
- twenty number
824
- twice adv.
825
- two number
826
- type n.
827
- umbrella n.
828
- uncle n.
829
- under prep., adv.
830
- understand v.
831
- university n.
832
- until conj./prep.
833
- up adv., prep.
834
- upstairs adv.
835
- us pron.
836
- use v.
837
- useful adj.
838
- usually adv.
839
- vacation n.
840
- vegetable n.
841
- very adv.
842
- video n.
843
- village n.
844
- visit v., n.
845
- visitor n.
846
- wait v.
847
- waiter n.
848
- wake v.
849
- walk v., n.
850
- wall n.
851
- want v.
852
- warm adj.
853
- wash v.
854
- watch v., n.
855
- water n.
856
- way n.
857
- we pron.
858
- wear v.
859
- weather n.
860
- website n.
861
- Wednesday n.
862
- week n.
863
- weekend n.
864
- welcome exclam., v., adj.
865
- well adv., adj., exclam.
866
- west n., adj., adv.
867
- what pron./det.
868
- when adv., pron., conj.
869
- where adv., conj.
870
- which pron./det.
871
- white adj., n.
872
- who pron.
873
- why adv.
874
- wife n.
875
- will modal v.
876
- win v.
877
- window n.
878
- wine n.
879
- winter n.
880
- with prep.
881
- without prep.
882
- woman n.
883
- wonderful adj.
884
- word n.
885
- work v., n.
886
- worker n.
887
- world n.
888
- would modal v.
889
- write v.
890
- writer n.
891
- writing n.
892
- wrong adj.
893
- yeah exclam.
894
- year n.
895
- yellow adj., n.
896
- yes exclam.
897
- yesterday adv., n.
898
- you pron.
899
- young adj.
900
- your det.
901
- yourself pron.
902
- ability n.
903
- able adj.
904
- abroad adv.
905
- accept v.
906
- accident n.
907
- according to prep.
908
- achieve v.
909
- act v.
910
- active adj.
911
- actually adv.
912
- adult adj.
913
- advantage n.
914
- adventure n.
915
- advertise v.
916
- advertisement n.
917
- advertising n.
918
- affect v.
919
- after conj., adv.
920
- against prep.
921
- ah exclam.
922
- airline n.
923
- alive adj.
924
- all adv.
925
- all right adj./adv., exclam.
926
- allow v.
927
- almost adv.
928
- alone adj./adv.
929
- along prep., adv.
930
- already adv.
931
- alternative n.
932
- although conj.
933
- among prep.
934
- amount n.
935
- ancient adj.
936
- ankle n.
937
- any adv.
938
- anybody pron.
939
- any more adv.
940
- anyway adv.
941
- anywhere adv., pron.
942
- app n.
943
- appear v.
944
- appearance n.
945
- apply v.
946
- architect n.
947
- architecture n.
948
- argue v.
949
- argument n.
950
- army n.
951
- arrange v.
952
- arrangement n.
953
- as adv., conj.
954
- asleep adj.
955
- assistant n., adj.
956
- athlete n.
957
- attack n., v.
958
- attend v.
959
- attention n., exclam.
960
- attractive adj.
961
- audience n.
962
- author n.
963
- available adj.
964
- average adj., n.
965
- avoid v.
966
- award n.
967
- awful adj.
968
- back adj.
969
- background n.
970
- badly adv.
971
- bar n.
972
- baseball n.
973
- based adj.
974
- basketball n.
975
- bean n.
976
- bear n.
977
- beat v.
978
- beef n.
979
- before conj., adv.
980
- behave v.
981
- behaviour n.
982
- belong v.
983
- belt n.
984
- benefit n.
985
- best adv., n.
986
- better adv.
987
- between adv.
988
- billion number
989
- bin n.
990
- biology n.
991
- birth n.
992
- biscuit n.
993
- bit n.
994
- blank adj., n.
995
- blood n.
996
- blow v.
997
- board n.
998
- boil v.
999
- bone n.
1000
- book v.
1001
- borrow v.
1002
- boss n.
1003
- bottom n., adj.
1004
- bowl n.
1005
- brain n.
1006
- bridge n.
1007
- bright adj.
1008
- brilliant adj.
1009
- broken adj.
1010
- brush v., n.
1011
- burn v.
1012
- businessman n.
1013
- button n.
1014
- camp n., v.
1015
- camping n.
1016
- can n.
1017
- care n., v.
1018
- careful adj.
1019
- carefully adv.
1020
- carpet n.
1021
- cartoon n.
1022
- case n.
1023
- cash n.
1024
- castle n.
1025
- catch v.
1026
- cause n., v.
1027
- celebrate v.
1028
- celebrity n.
1029
- certain adj.
1030
- certainly adv.
1031
- chance n.
1032
- character n.
1033
- charity n.
1034
- chat v., n.
1035
- check n.
1036
- chef n.
1037
- chemistry n.
1038
- chip n.
1039
- choice n.
1040
- church n.
1041
- cigarette n.
1042
- circle n., v.
1043
- classical adj.
1044
- clear adj.
1045
- clearly adv.
1046
- clever adj.
1047
- climate n.
1048
- close adj.
1049
- closed adj.
1050
- clothing n.
1051
- cloud n.
1052
- coach n.
1053
- coast n.
1054
- code n.
1055
- colleague n.
1056
- collect v.
1057
- column n.
1058
- comedy n.
1059
- comfortable adj.
1060
- comment n.
1061
- communicate v.
1062
- community n.
1063
- compete v.
1064
- competition n.
1065
- complain v.
1066
- completely adv.
1067
- condition n.
1068
- conference n.
1069
- connect v.
1070
- connected adj.
1071
- consider v.
1072
- contain v.
1073
- context n.
1074
- continent n.
1075
- continue v.
1076
- control n., v.
1077
- cook n.
1078
- cooker n.
1079
- copy n., v.
1080
- corner n.
1081
- correctly adv.
1082
- count v.
1083
- couple n.
1084
- cover v.
1085
- crazy adj.
1086
- creative adj.
1087
- credit n.
1088
- crime n.
1089
- criminal n.
1090
- cross v., n.
1091
- crowd n.
1092
- crowded adj.
1093
- cry v.
1094
- cupboard n.
1095
- curly adj.
1096
- cycle n., v.
1097
- daily adj.
1098
- danger n.
1099
- dark n.
1100
- data n.
1101
- dead adj.
1102
- deal v.
1103
- dear exclam.
1104
- death n.
1105
- decision n.
1106
- deep adj.
1107
- definitely adv.
1108
- degree n.
1109
- dentist n.
1110
- department n.
1111
- depend v.
1112
- desert n.
1113
- designer n.
1114
- destroy v.
1115
- detective n.
1116
- develop v.
1117
- device n.
1118
- diary n.
1119
- differently adv.
1120
- digital adj.
1121
- direct adj.
1122
- direction n.
1123
- director n.
1124
- disagree v.
1125
- disappear v.
1126
- disaster n.
1127
- discover v.
1128
- discovery n.
1129
- discussion n.
1130
- disease n.
1131
- distance n.
1132
- divorced adj.
1133
- document n.
1134
- double adj., det., pron., v.
1135
- download v., n.
1136
- downstairs adj.
1137
- drama n.
1138
- drawing n.
1139
- dream n., v.
1140
- drive n.
1141
- driving n.
1142
- drop v.
1143
- drug n.
1144
- dry adj., v.
1145
- earn v.
1146
- earth n.
1147
- easily adv.
1148
- education n.
1149
- effect n.
1150
- either det./pron., adv.
1151
- electric adj.
1152
- electrical adj.
1153
- electricity n.
1154
- electronic adj.
1155
- employ v.
1156
- employee n.
1157
- employer n.
1158
- empty adj.
1159
- ending n.
1160
- energy n.
1161
- engine n.
1162
- engineer n.
1163
- enormous adj.
1164
- enter v.
1165
- environment n.
1166
- equipment n.
1167
- error n.
1168
- especially adv.
1169
- essay n.
1170
- everyday adj.
1171
- everywhere adv.
1172
- evidence n.
1173
- exact adj.
1174
- exactly adv.
1175
- excellent adj.
1176
- except prep.
1177
- exist v.
1178
- expect v.
1179
- experience n.
1180
- experiment n.
1181
- expert n.,adj.
1182
- explanation n.
1183
- express v.
1184
- expression n.
1185
- extreme adj.
1186
- extremely adv.
1187
- factor n.
1188
- factory n.
1189
- fail v.
1190
- fair adj.
1191
- fall n.
1192
- fan n.
1193
- farm v.
1194
- farming n.
1195
- fashion n.
1196
- fat n.
1197
- fear n.
1198
- feature n.
1199
- feed v.
1200
- female adj., n.
1201
- fiction n.
1202
- field n.
1203
- fight v., n.
1204
- figure n.
1205
- film v.
1206
- final n.
1207
- finally adv.
1208
- finger n.
1209
- finish n.
1210
- first n.
1211
- firstly adv.
1212
- fish v.
1213
- fishing n.
1214
- fit v., adj.
1215
- fix v.
1216
- flat adj.
1217
- flu n.
1218
- fly n.
1219
- flying n., adj.
1220
- focus v., n.
1221
- following adj.
1222
- foreign adj.
1223
- forest n.
1224
- fork n.
1225
- formal adj.
1226
- fortunately adv.
1227
- forward adv.
1228
- free adv.
1229
- fresh adj.
1230
- fridge n.
1231
- frog n.
1232
- fun adj.
1233
- furniture n.
1234
- further adj.
1235
- future adj.
1236
- gallery n.
1237
- gap n.
1238
- gas n.
1239
- gate n.
1240
- general adj.
1241
- gift n.
1242
- goal n.
1243
- god n.
1244
- gold n., adj.
1245
- golf n.
1246
- good n.
1247
- government n.
1248
- grass n.
1249
- greet v.
1250
- ground n.
1251
- guest n.
1252
- guide n., v.
1253
- gun n.
1254
- guy n.
1255
- habit n.
1256
- half adv.
1257
- hall n.
1258
- happily adv.
1259
- have auxiliary v.
1260
- headache n.
1261
- heart n.
1262
- heat n., v.
1263
- heavy adj.
1264
- height n.
1265
- helpful adj.
1266
- hero n.
1267
- hers pron.
1268
- herself pron.
1269
- hide v.
1270
- high adv.
1271
- hill n.
1272
- himself pron.
1273
- his pron.
1274
- hit v., n.
1275
- hockey n.
1276
- hold v.
1277
- hole n.
1278
- home adj.
1279
- hope n.
1280
- huge adj.
1281
- human adj., n.
1282
- hurt v., adj.
1283
- ideal adj.
1284
- identify v.
1285
- ill adj.
1286
- illness n.
1287
- image n.
1288
- immediately adv.
1289
- impossible adj.
1290
- included adj.
1291
- including prep.
1292
- increase v., n.
1293
- incredible adj.
1294
- independent adj.
1295
- individual n., adj.
1296
- industry n.
1297
- informal adj.
1298
- injury n.
1299
- insect n.
1300
- inside prep., adv., n., adj.
1301
- instead adv.
1302
- instruction n.
1303
- instructor n.
1304
- instrument n.
1305
- intelligent adj.
1306
- international adj.
1307
- introduction n.
1308
- invent v.
1309
- invention n.
1310
- invitation n.
1311
- invite v.
1312
- involve v.
1313
- item n.
1314
- itself pron.
1315
- jam n.
1316
- jazz n.
1317
- jewellery n.
1318
- joke n., v.
1319
- journalist n.
1320
- jump v., n.
1321
- kid n.
1322
- kill v.
1323
- king n.
1324
- knee n.
1325
- knife n.
1326
- knock v.
1327
- knowledge n.
1328
- lab n.
1329
- lady n.
1330
- lake n.
1331
- lamp n.
1332
- land v.
1333
- laptop n.
1334
- last adv., n., v.
1335
- later adj.
1336
- laughter n.
1337
- law n.
1338
- lawyer n.
1339
- lazy adj.
1340
- lead v.
1341
- leader n.
1342
- learning n.
1343
- least det./pron., adv.
1344
- lecture n., v.
1345
- lemon n.
1346
- lend v.
1347
- less det./pron., adv.
1348
- level n.
1349
- lifestyle n.
1350
- lift v., n.
1351
- light v.
1352
- light adj.
1353
- likely adj.
1354
- link n., v.
1355
- listener n.
1356
- little adv.
1357
- lock v., n.
1358
- look n.
1359
- lorry n.
1360
- lost adj.
1361
- loud adj., adv.
1362
- loudly adv.
1363
- lovely adj.
1364
- low adj., adv.
1365
- luck n.
1366
- lucky adj.
1367
- mail n., v.
1368
- major adj.
1369
- male adj., n.
1370
- manage v.
1371
- manager n.
1372
- manner n.
1373
- mark v., n.
1374
- marry v.
1375
- material n.
1376
- mathematics n.
1377
- maths n.
1378
- matter n., v.
1379
- may modal v.
1380
- media n.
1381
- medical adj.
1382
- medicine n.
1383
- memory n.
1384
- mention v.
1385
- metal n.
1386
- method n.
1387
- middle n., adj.
1388
- might modal v.
1389
- mind n., v.
1390
- mine pron.
1391
- mirror n.
1392
- missing adj.
1393
- mobile adj., n.
1394
- monkey n.
1395
- moon n.
1396
- mostly adv.
1397
- motorcycle n.
1398
- movement n.
1399
- musical adj.
1400
- musician n.
1401
- myself pron.
1402
- narrow adj.
1403
- national adj.
1404
- nature n.
1405
- nearly adv.
1406
- necessary adj.
1407
- neck n.
1408
- need n.
1409
- neither det./pron.
1410
- nervous adj.
1411
- network n.
1412
- noise n.
1413
- noisy adj.
1414
- none pron.
1415
- normal adj.
1416
- normally adv.
1417
- notice v., n.
1418
- novel n.
1419
- nowhere adv.
1420
- number v.
1421
- nut n.
1422
- ocean n.
1423
- offer v., n.
1424
- officer n.
1425
- oil n.
1426
- onto prep.
1427
- opportunity n.
1428
- option n.
1429
- ordinary adj.
1430
- organization n.
1431
- organize v.
1432
- original adj.
1433
- ourselves pron.
1434
- outside prep., n., adj.
1435
- oven n.
1436
- own v.
1437
- owner n.
1438
- pack v.
1439
- pain n.
1440
- painter n.
1441
- palace n.
1442
- pants n.
1443
- parking n.
1444
- particular adj.
1445
- pass v.
1446
- passenger n.
1447
- past adv.
1448
- patient n.
1449
- pattern n.
1450
- pay n.
1451
- peace n.
1452
- penny n.
1453
- per prep.
1454
- per cent n., adj./adv.
1455
- perform v.
1456
- perhaps adv.
1457
- permission n.
1458
- personality n.
1459
- pet n.
1460
- petrol n.
1461
- photograph v.
1462
- physical adj.
1463
- physics n.
1464
- pick v.
1465
- pilot n.
1466
- planet n.
1467
- plant v.
1468
- plastic n., adj.
1469
- plate n.
1470
- platform n.
1471
- please v.
1472
- pleased adj.
1473
- pocket n.
1474
- polite adj.
1475
- pollution n.
1476
- pop n., adj.
1477
- population n.
1478
- position n.
1479
- possession n.
1480
- possibility n.
1481
- poster n.
1482
- power n.
1483
- predict v.
1484
- present v.
1485
- president n.
1486
- prevent v.
1487
- print v.
1488
- printer n.
1489
- prison n.
1490
- prize n.
1491
- process n.
1492
- produce v.
1493
- professional adj.
1494
- professor n.
1495
- profile n.
1496
- program n.
1497
- progress n.
1498
- promise v., n.
1499
- pronounce v.
1500
- protect v.
1501
- provide v.
1502
- pub n.
1503
- public adj., n.
1504
- publish v.
1505
- pull v.
1506
- purpose n.
1507
- push v.
1508
- quality n.
1509
- quantity n.
1510
- queen n.
1511
- question v.
1512
- quietly adv.
1513
- race n., v.
1514
- railway n.
1515
- raise v.
1516
- rate n.
1517
- rather adv.
1518
- reach v.
1519
- react v.
1520
- realize v.
1521
- receive v.
1522
- recent adj.
1523
- recently adv.
1524
- reception n.
1525
- recipe n.
1526
- recognize v.
1527
- recommend v.
1528
- record n., v.
1529
- recording n.
1530
- recycle v.
1531
- reduce v.
1532
- refer v.
1533
- refuse v.
1534
- region n.
1535
- regular adj.
1536
- relationship n.
1537
- remove v.
1538
- repair v.
1539
- replace v.
1540
- reply v., n.
1541
- report v.
1542
- reporter n.
1543
- request n.
1544
- research n., v.
1545
- researcher n.
1546
- respond v.
1547
- response n.
1548
- rest n.
1549
- rest n., v.
1550
- review n., v.
1551
- ride n.
1552
- ring n., v.
1553
- rise v.
1554
- rock n.
1555
- rock n.
1556
- role n.
1557
- roof n.
1558
- round adj., adv., prep.
1559
- route n.
1560
- rubbish n.
1561
- rude adj.
1562
- run n.
1563
- runner n.
1564
- running n.
1565
- sadly adv.
1566
- safe adj.
1567
- sail v.
1568
- sailing n.
1569
- salary n.
1570
- sale n.
1571
- sauce n.
1572
- save v.
1573
- scared adj.
1574
- scary adj.
1575
- scene n.
1576
- schedule n.
1577
- score v., n.
1578
- screen n.
1579
- search n., v.
1580
- season n.
1581
- seat n.
1582
- second adv.
1583
- secondly adv.
1584
- secret adj., n.
1585
- secretary n.
1586
- seem v.
1587
- sense n.
1588
- separate adj.
1589
- series n.
1590
- serious adj.
1591
- serve v.
1592
- service n.
1593
- several det./pron.
1594
- shake v.
1595
- shall modal v.
1596
- shape n.
1597
- sheet n.
1598
- ship n.
1599
- shoulder n.
1600
- shout v., n.
1601
- shut v., adj.
1602
- side n.
1603
- sign n., v.
1604
- silver n., adj.
1605
- simple adj.
1606
- since prep., conj.
1607
- singing n.
1608
- single adj., n.
1609
- sir n.
1610
- site n.
1611
- size n.
1612
- ski v., adj., n.
1613
- skiing n.
1614
- skin n.
1615
- sky n.
1616
- sleep n.
1617
- slowly adv.
1618
- smartphone n.
1619
- smell v., n.
1620
- smile v., n.
1621
- smoke n., v.
1622
- smoking n.
1623
- soap n.
1624
- soccer n.
1625
- social adj.
1626
- society n.
1627
- sock n.
1628
- soft adj.
1629
- soldier n.
1630
- solution n.
1631
- solve v.
1632
- somewhere adv., pron.
1633
- sort n.
1634
- source n.
1635
- speaker n.
1636
- specific adj.
1637
- speech n.
1638
- speed n.
1639
- spider n.
1640
- spoon n.
1641
- square adj., n.
1642
- stage n.
1643
- stair n.
1644
- stamp n.
1645
- star v.
1646
- start n.
1647
- state n.
1648
- stay n.
1649
- steal v.
1650
- step n.
1651
- stomach n.
1652
- stone n.
1653
- store n.
1654
- storm n.
1655
- straight adv., adj.
1656
- strange adj.
1657
- strategy n.
1658
- stress n., v.
1659
- structure n.
1660
- stupid adj.
1661
- succeed v.
1662
- successful adj.
1663
- such det./pron.
1664
- suddenly adv.
1665
- suggest v.
1666
- suggestion n.
1667
- suit n.
1668
- support v., n.
1669
- suppose v.
1670
- sure adv.
1671
- surprise n., v.
1672
- surprised adj.
1673
- surprising adj.
1674
- survey n.
1675
- sweet adj., n.
1676
- symbol n.
1677
- system n.
1678
- tablet n.
1679
- talk n.
1680
- target n.
1681
- task n.
1682
- taste n., v.
1683
- teaching n.
1684
- technology n.
1685
- teenage adj.
1686
- temperature n.
1687
- term n.
1688
- text v.
1689
- themselves pron.
1690
- thick adj.
1691
- thief n.
1692
- thin adj.
1693
- thinking n.
1694
- third n.
1695
- thought n.
1696
- throw v.
1697
- tidy adj., v.
1698
- tie v., n.
1699
- tip n.
1700
- tool n.
1701
- top n., adj.
1702
- touch v.
1703
- tour n.
1704
- tourism n.
1705
- towards prep.
1706
- towel n.
1707
- tower n.
1708
- toy n., adj.
1709
- track n.
1710
- tradition n.
1711
- traditional adj.
1712
- train v.
1713
- trainer n.
1714
- training n.
1715
- transport n.
1716
- traveller n.
1717
- trouble n.
1718
- truck n.
1719
- twin n., adj.
1720
- typical adj.
1721
- underground adj., adv.
1722
- understanding n.
1723
- unfortunately adv.
1724
- unhappy adj.
1725
- uniform n.
1726
- unit n.
1727
- united adj.
1728
- unusual adj.
1729
- upstairs adj.
1730
- use n.
1731
- used to modal v.
1732
- user n.
1733
- usual adj.
1734
- valley n.
1735
- van n.
1736
- variety n.
1737
- vehicle n.
1738
- view n.
1739
- virus n.
1740
- voice n.
1741
- wait n.
1742
- war n.
1743
- wash n.
1744
- washing n.
1745
- wave n.
1746
- weak adj.
1747
- web n.
1748
- wedding n.
1749
- weight n.
1750
- welcome n.
1751
- wet adj.
1752
- wheel n.
1753
- while conj.
1754
- whole adj.
1755
- whose det./pron.
1756
- wide adj.
1757
- wild adj.
1758
- wind n.
1759
- winner n.
1760
- wish v., n.
1761
- wood n.
1762
- wooden adj.
1763
- working adj.
1764
- worried adj.
1765
- worry v.
1766
- worse adj.
1767
- worst adj.
1768
- wow exclam.
1769
- yet adv.
1770
- yours pron.
1771
- zero number
1772
- absolutely adv.
1773
- academic adj.
1774
- access n., v.
1775
- accommodation n.
1776
- account n.
1777
- achievement n.
1778
- act n.
1779
- ad n.
1780
- addition n.
1781
- admire v.
1782
- admit v.
1783
- advanced adj.
1784
- advise v.
1785
- afford v.
1786
- age v.
1787
- aged adj.
1788
- agent n.
1789
- agreement n.
1790
- ahead adv.
1791
- aim v., n.
1792
- alarm n.
1793
- album n.
1794
- alcohol n.
1795
- alcoholic adj.
1796
- alternative adj.
1797
- amazed adj.
1798
- ambition n.
1799
- ambitious adj.
1800
- analyse v.
1801
- analysis n.
1802
- announce v.
1803
- announcement n.
1804
- annoy v.
1805
- annoyed adj.
1806
- annoying adj.
1807
- apart adv.
1808
- apologize v.
1809
- application n.
1810
- appointment n.
1811
- appreciate v.
1812
- approximately adv.
1813
- arrest v., n.
1814
- arrival n.
1815
- assignment n.
1816
- assist v.
1817
- atmosphere n.
1818
- attach v.
1819
- attitude n.
1820
- attract v.
1821
- attraction n.
1822
- authority n.
1823
- average v.
1824
- award v.
1825
- aware adj.
1826
- backwards adv.
1827
- bake v.
1828
- balance n., v.
1829
- ban v., n.
1830
- bank n.
1831
- base n., v.
1832
- basic adj.
1833
- basis n.
1834
- battery n.
1835
- battle n.
1836
- beauty n.
1837
- bee n.
1838
- belief n.
1839
- bell n.
1840
- bend v., n.
1841
- benefit v.
1842
- better n.
1843
- bite v., n.
1844
- block n., v.
1845
- board v.
1846
- bomb n., v.
1847
- border n.
1848
- bother v.
1849
- branch n.
1850
- brand n., v.
1851
- brave adj.
1852
- breath n.
1853
- breathe v.
1854
- breathing n.
1855
- bride n.
1856
- bubble n.
1857
- bury v.
1858
- by adv.
1859
- calm adj., v., n.
1860
- campaign n., v.
1861
- campus n.
1862
- candidate n.
1863
- cap n.
1864
- captain n.
1865
- careless adj.
1866
- category n.
1867
- ceiling n.
1868
- celebration n.
1869
- central adj.
1870
- centre v.
1871
- ceremony n.
1872
- chain n.
1873
- challenge n.
1874
- champion n.
1875
- channel n.
1876
- chapter n.
1877
- charge n., v.
1878
- cheap adv.
1879
- cheat v., n.
1880
- cheerful adj.
1881
- chemical adj., n.
1882
- chest n.
1883
- childhood n.
1884
- claim v., n.
1885
- clause n.
1886
- clear v.
1887
- click v., n.
1888
- client n.
1889
- climb n.
1890
- close adv.
1891
- cloth n.
1892
- clue n.
1893
- coach v.
1894
- coal n.
1895
- coin n.
1896
- collection n.
1897
- coloured adj.
1898
- combine v.
1899
- comment v.
1900
- commercial adj., n.
1901
- commit v.
1902
- communication n.
1903
- comparison n.
1904
- competitor n.
1905
- competitive adj.
1906
- complaint n.
1907
- complex adj.
1908
- concentrate v.
1909
- conclude v.
1910
- conclusion n.
1911
- confident adj.
1912
- confirm v.
1913
- confuse v.
1914
- confused adj.
1915
- connection n.
1916
- consequence n.
1917
- consist v.
1918
- consume v.
1919
- consumer n.
1920
- contact n., v.
1921
- container n.
1922
- content n.
1923
- continuous adj.
1924
- contrast n., v.
1925
- convenient adj.
1926
- convince v.
1927
- cool v.
1928
- costume n.
1929
- cottage n.
1930
- cotton n.
1931
- count n.
1932
- countryside n.
1933
- court n.
1934
- cover n.
1935
- covered adj.
1936
- cream adj.
1937
- criminal adj.
1938
- cruel adj.
1939
- cultural adj.
1940
- currency n.
1941
- current adj.
1942
- currently adv.
1943
- curtain n.
1944
- custom n.
1945
- cut n.
1946
- daily adv.
1947
- damage n., v.
1948
- deal n.
1949
- decade n.
1950
- decorate v.
1951
- deep adv.
1952
- define v.
1953
- definite adj.
1954
- definition n.
1955
- deliver v.
1956
- departure n.
1957
- despite prep.
1958
- destination n.
1959
- determine v.
1960
- determined adj.
1961
- development n.
1962
- diagram n.
1963
- diamond n.
1964
- difficulty n.
1965
- direct v., adv.
1966
- directly adv.
1967
- dirt n.
1968
- disadvantage n.
1969
- disappointed adj.
1970
- disappointing adj.
1971
- discount n.
1972
- dislike v., n.
1973
- divide v.
1974
- documentary n.
1975
- donate v.
1976
- double adv.
1977
- doubt n., v.
1978
- dressed adj.
1979
- drop n.
1980
- drum n.
1981
- drunk adj.
1982
- due adj.
1983
- dust n.
1984
- duty n.
1985
- earthquake n.
1986
- eastern adj.
1987
- economic adj.
1988
- economy n.
1989
- edge n.
1990
- editor n.
1991
- educate v.
1992
- educated adj.
1993
- educational adj.
1994
- effective adj.
1995
- effectively adv.
1996
- effort n.
1997
- election n.
1998
- element n.
1999
- embarrassed adj.
2000
- embarrassing adj.
2001
- emergency n.
2002
- emotion n.
2003
- employment n.
2004
- empty v.
2005
- encourage v.
2006
- enemy n.
2007
- engaged adj.
2008
- engineering n.
2009
- entertain v.
2010
- entertainment n.
2011
- entrance n.
2012
- entry n.
2013
- environmental adj.
2014
- episode n.
2015
- equal adj., v.
2016
- equally adv.
2017
- escape v., n.
2018
- essential adj.
2019
- eventually adv.
2020
- examine v.
2021
- except conj.
2022
- exchange n., v.
2023
- excitement n.
2024
- exhibition n.
2025
- expand v.
2026
- expected adj.
2027
- expedition n.
2028
- experience v.
2029
- experienced adj.
2030
- experiment v.
2031
- explode v.
2032
- explore v.
2033
- explosion n.
2034
- export n., v.
2035
- extra n., adv.
2036
- face v.
2037
- fairly adv.
2038
- familiar adj.
2039
- fancy v., adj.
2040
- far adj.
2041
- fascinating adj.
2042
- fashionable adj.
2043
- fasten v.
2044
- favour n.
2045
- fear v.
2046
- feature v.
2047
- fence n.
2048
- fighting n.
2049
- file n.
2050
- financial adj.
2051
- fire v.
2052
- fitness n.
2053
- fixed adj.
2054
- flag n.
2055
- flood n., v.
2056
- flour n.
2057
- flow v., n.
2058
- fold v.
2059
- folk n., adj.
2060
- following n.
2061
- force n., v.
2062
- forever adv.
2063
- frame n., v.
2064
- freeze v.
2065
- frequently adv.
2066
- friendship n.
2067
- frighten v.
2068
- frightened adj.
2069
- frightening adj.
2070
- frozen adj.
2071
- fry v.
2072
- fuel n.
2073
- function n.
2074
- fur n.
2075
- further adv.
2076
- garage n.
2077
- gather v.
2078
- generally adv.
2079
- generation n.
2080
- generous adj.
2081
- gentle adj.
2082
- gentleman n.
2083
- ghost n.
2084
- giant adj., n.
2085
- glad adj.
2086
- global adj.
2087
- glove n.
2088
- go n.
2089
- goods n.
2090
- grade n.
2091
- graduate n., v.
2092
- grain n.
2093
- grateful adj.
2094
- growth n.
2095
- guard n., v.
2096
- guilty adj.
2097
- hand v.
2098
- hang v.
2099
- happiness n.
2100
- hardly adv.
2101
- hate n.
2102
- head v.
2103
- headline n.
2104
- heating n.
2105
- heavily adv.
2106
- helicopter n.
2107
- highlight v., n.
2108
- highly adv.
2109
- hire v.
2110
- historic adj.
2111
- historical adj.
2112
- honest adj.
2113
- horrible adj.
2114
- horror n.
2115
- host n.
2116
- hunt v.
2117
- hurricane n.
2118
- hurry n., v.
2119
- identity n.
2120
- ignore v.
2121
- illegal adj.
2122
- imaginary adj.
2123
- immediate adj.
2124
- immigrant n.
2125
- impact n., v.
2126
- import n., v.
2127
- importance n.
2128
- impression n.
2129
- impressive adj.
2130
- improvement n.
2131
- incredibly adv.
2132
- indeed adv.
2133
- indicate v.
2134
- indirect adj.
2135
- indoor adj.
2136
- indoors adv.
2137
- influence n., v.
2138
- ingredient n.
2139
- injure v.
2140
- injured adj.
2141
- innocent adj.
2142
- intelligence n.
2143
- intend v.
2144
- intention n.
2145
- invest v.
2146
- investigate v.
2147
- involved adj.
2148
- iron n., v.
2149
- issue n.
2150
- IT n.
2151
- journal n.
2152
- judge n., v.
2153
- keen adj.
2154
- key v.
2155
- keyboard n.
2156
- kick v., n.
2157
- killing n.
2158
- kind adj.
2159
- kiss v., n.
2160
- knock n.
2161
- label n., v.
2162
- laboratory n.
2163
- lack n., v.
2164
- latest adj.
2165
- lay v.
2166
- layer n.
2167
- lead n.
2168
- leading adj.
2169
- leaf n.
2170
- leather n.
2171
- legal adj.
2172
- leisure n.
2173
- length n.
2174
- level adj.
2175
- lie v., n.
2176
- like n.
2177
- limit n., v.
2178
- lip n.
2179
- liquid n., adj.
2180
- literature n.
2181
- live adj., adv.
2182
- living adj., n.
2183
- local n.
2184
- locate v.
2185
- located adj.
2186
- location n.
2187
- lonely adj.
2188
- loss n.
2189
- luxury n.
2190
- mad adj.
2191
- magic n., adj.
2192
- mainly adv.
2193
- mall n.
2194
- management n.
2195
- market v.
2196
- marketing n.
2197
- marriage n.
2198
- meanwhile adv.
2199
- measure v., n.
2200
- medium adj.
2201
- mental adj.
2202
- mention n.
2203
- mess n.
2204
- mild adj.
2205
- mine n.
2206
- mix v., n.
2207
- mixture n.
2208
- mood n.
2209
- move n.
2210
- mud n.
2211
- murder n., v.
2212
- muscle n.
2213
- musical n.
2214
- mystery n.
2215
- nail n.
2216
- narrative n., adj.
2217
- nation n.
2218
- native adj., n.
2219
- naturally adv.
2220
- necessarily adv.
2221
- need modal v.
2222
- needle n.
2223
- neighbourhood n.
2224
- neither adv.
2225
- net n.
2226
- next n.
2227
- nor conj./adv.
2228
- normal n.
2229
- northern adj.
2230
- note v.
2231
- now conj.
2232
- nuclear adj.
2233
- obvious adj.
2234
- obviously adv.
2235
- occasion n.
2236
- occur v.
2237
- odd adj.
2238
- official adj.
2239
- old-fashioned adj.
2240
- once conj.
2241
- operation n.
2242
- organized adj.
2243
- organizer n.
2244
- original n.
2245
- originally adv.
2246
- ought modal v.
2247
- ours pron.
2248
- outdoor adj.
2249
- outdoors adv.
2250
- pack n.
2251
- package n.
2252
- painful adj.
2253
- pale adj.
2254
- pan n.
2255
- participate v.
2256
- particularly adv.
2257
- pass n.
2258
- passion n.
2259
- path n.
2260
- payment n.
2261
- peaceful adj.
2262
- percentage n.
2263
- perfectly adv.
2264
- performance n.
2265
- personally adv.
2266
- persuade v.
2267
- photographer n.
2268
- photography n.
2269
- pin n., v.
2270
- pipe n.
2271
- place v.
2272
- planning n.
2273
- pleasant adj.
2274
- pleasure n.
2275
- plenty pron.
2276
- plot n.
2277
- plus prep.
2278
- poem n.
2279
- poet n.
2280
- poetry n.
2281
- point v.
2282
- poison n., v.
2283
- poisonous adj.
2284
- policy n.
2285
- political adj.
2286
- politician n.
2287
- politics n.
2288
- port n.
2289
- portrait n.
2290
- possibly adv.
2291
- pot n.
2292
- pour v.
2293
- poverty n.
2294
- powder n.
2295
- powerful adj.
2296
- practical adj.
2297
- pray v.
2298
- prayer n.
2299
- prediction n.
2300
- prepared adj.
2301
- presentation n.
2302
- press n., v.
2303
- pressure n.
2304
- pretend v.
2305
- previous adj.
2306
- previously adv.
2307
- priest n.
2308
- primary adj.
2309
- prince n.
2310
- princess n.
2311
- printing n.
2312
- prisoner n.
2313
- private adj.
2314
- producer n.
2315
- production n.
2316
- profession n.
2317
- profit n.
2318
- program v.
2319
- promote v.
2320
- proper adj.
2321
- properly adv.
2322
- property n.
2323
- protest n., v.
2324
- proud adj.
2325
- prove v.
2326
- pull n.
2327
- punish v.
2328
- punishment n.
2329
- push n.
2330
- qualification n.
2331
- qualified adj.
2332
- qualify v.
2333
- queue n., v.
2334
- quit v.
2335
- quotation n.
2336
- quote v., n.
2337
- race n.
2338
- racing n.
2339
- range n.
2340
- rare adj.
2341
- rarely adv.
2342
- reaction n.
2343
- reality n.
2344
- receipt n.
2345
- recommendation n.
2346
- reference n.
2347
- reflect v.
2348
- regularly adv.
2349
- reject v.
2350
- relate v.
2351
- related adj.
2352
- relation n.
2353
- relative adj., n.
2354
- relaxed adj.
2355
- relaxing adj.
2356
- release v., n.
2357
- reliable adj.
2358
- religion n.
2359
- religious adj.
2360
- remain v.
2361
- remind v.
2362
- remote adj.
2363
- rent n., v.
2364
- repair n.
2365
- repeat n.
2366
- repeated adj.
2367
- represent v.
2368
- request v.
2369
- require v.
2370
- reservation n.
2371
- resource n.
2372
- respect n., v.
2373
- responsibility n.
2374
- responsible adj.
2375
- result v.
2376
- retire v.
2377
- retired adj.
2378
- revise v.
2379
- ring n.
2380
- rise n.
2381
- risk n., v.
2382
- robot n.
2383
- roll v., n.
2384
- romantic adj.
2385
- rope n.
2386
- rough adj.
2387
- row n.
2388
- royal adj.
2389
- rugby n.
2390
- rule v.
2391
- safety n.
2392
- sail n.
2393
- sailor n.
2394
- sample n.
2395
- sand n.
2396
- scan v.
2397
- scientific adj.
2398
- script n.
2399
- sculpture n.
2400
- secondary adj.
2401
- security n.
2402
- seed n.
2403
- sensible adj.
2404
- separate v.
2405
- seriously adv.
2406
- servant n.
2407
- set v.
2408
- set n.
2409
- setting n.
2410
- sex n.
2411
- sexual adj.
2412
- shake n.
2413
- share n.
2414
- sharp adj.
2415
- shelf n.
2416
- shell n.
2417
- shift n.
2418
- shine v.
2419
- shiny adj.
2420
- shoot v.
2421
- shy adj.
2422
- sight n.
2423
- signal n., v.
2424
- silent adj.
2425
- silly adj.
2426
- similarity n.
2427
- similarly adv.
2428
- simply adv.
2429
- since adv.
2430
- sink v.
2431
- slice n., v.
2432
- slightly adv.
2433
- slow v.
2434
- smart adj.
2435
- smooth adj.
2436
- software n.
2437
- soil n.
2438
- solid adj., n.
2439
- sort v.
2440
- southern adj.
2441
- specifically adv.
2442
- spending n.
2443
- spicy adj.
2444
- spirit n.
2445
- spoken adj.
2446
- spot n.
2447
- spread v.
2448
- spring v.
2449
- stadium n.
2450
- staff n.
2451
- standard n., adj.
2452
- state adj., v.
2453
- statistic n.
2454
- statue n.
2455
- stick v.
2456
- stick n.
2457
- still adj.
2458
- store v.
2459
- stranger n.
2460
- strength n.
2461
- string n.
2462
- strongly adv.
2463
- studio n.
2464
- stuff n.
2465
- substance n.
2466
- successfully adv.
2467
- sudden adj.
2468
- suffer v.
2469
- suit v.
2470
- suitable adj.
2471
- summarize v.
2472
- summary n.
2473
- supply n., v.
2474
- supporter n.
2475
- surely adv.
2476
- surface n.
2477
- survive v.
2478
- swim n.
2479
- switch v.
2480
- symptom n.
2481
- tail n.
2482
- talent n.
2483
- talented adj.
2484
- tape n.
2485
- tax n., v.
2486
- technical adj.
2487
- technique n.
2488
- tend v.
2489
- tent n.
2490
- that adv.
2491
- theirs pron.
2492
- theme n.
2493
- theory n.
2494
- therefore adv.
2495
- this adv.
2496
- though conj., adv.
2497
- throat n.
2498
- throughout prep./adv.
2499
- tight adj.
2500
- till conj./prep.
2501
- tin n.
2502
- tiny adj.
2503
- tip v.
2504
- toe n.
2505
- tongue n.
2506
- total adj., n.
2507
- totally adv.
2508
- touch n.
2509
- tour v.
2510
- trade n., v.
2511
- translate v.
2512
- translation n.
2513
- transport v.
2514
- treat v.
2515
- treatment n.
2516
- trend n.
2517
- trick n., v.
2518
- truth n.
2519
- tube n.
2520
- type v.
2521
- typically adv.
2522
- tyre n.
2523
- ugly adj.
2524
- unable adj.
2525
- uncomfortable adj.
2526
- underwear n.
2527
- unemployed adj.
2528
- unemployment n.
2529
- unfair adj.
2530
- union n.
2531
- unless conj.
2532
- unlike prep.
2533
- unlikely adj.
2534
- unnecessary adj.
2535
- unpleasant adj.
2536
- update v., n.
2537
- upon prep.
2538
- upset adj., v.
2539
- used adj.
2540
- used adj.
2541
- valuable adj.
2542
- value n.
2543
- various adj.
2544
- version n.
2545
- victim n.
2546
- view v.
2547
- viewer n.
2548
- violent adj.
2549
- volunteer n., v.
2550
- vote n., v.
2551
- warm v.
2552
- warn v.
2553
- warning n.
2554
- waste n., v., adj.
2555
- water v.
2556
- wave v.
2557
- weapon n.
2558
- weigh v.
2559
- western adj.
2560
- whatever det./pron.
2561
- whenever conj.
2562
- whether conj.
2563
- while n.
2564
- whole n.
2565
- will n.
2566
- win n.
2567
- wing n.
2568
- within prep.
2569
- wonder v., n.
2570
- wool n.
2571
- worldwide adj., adv.
2572
- worry n.
2573
- worse adv.
2574
- worst adv.
2575
- worth adj.
2576
- written adj.
2577
- wrong adv.
2578
- yard n.
2579
- young n.
2580
- youth n.
2581
- abandon v.
2582
- absolute adj.
2583
- academic n.
2584
- acceptable adj.
2585
- accompany v.
2586
- account v.
2587
- accurate adj.
2588
- accuse v.
2589
- acknowledge v.
2590
- acquire v.
2591
- actual adj.
2592
- adapt v.
2593
- additional adj.
2594
- address v.
2595
- administration n.
2596
- adopt v.
2597
- advance n., v., adj.
2598
- affair n.
2599
- afterwards adv.
2600
- agency n.
2601
- agenda n.
2602
- aggressive adj.
2603
- aid n., v.
2604
- aircraft n.
2605
- alarm v.
2606
- alter v.
2607
- amount v.
2608
- anger n.
2609
- angle n.
2610
- anniversary n.
2611
- annual adj.
2612
- anxious adj.
2613
- apparent adj.
2614
- apparently adv.
2615
- appeal n., v.
2616
- approach n., v.
2617
- appropriate adj.
2618
- approval n.
2619
- approve v.
2620
- arise v.
2621
- armed adj.
2622
- arms n.
2623
- artificial adj.
2624
- artistic adj.
2625
- ashamed adj.
2626
- aspect n.
2627
- assess v.
2628
- assessment n.
2629
- associate v.
2630
- associated adj.
2631
- association n.
2632
- assume v.
2633
- attempt n., v.
2634
- back v.
2635
- bacteria n.
2636
- bar v.
2637
- barrier n.
2638
- basically adv.
2639
- battle v.
2640
- bear v.
2641
- beat n.
2642
- beg v.
2643
- being n.
2644
- bent adj.
2645
- bet v., n.
2646
- beyond prep., adv.
2647
- bill v.
2648
- bitter adj.
2649
- blame v., n.
2650
- blind adj.
2651
- bond n.
2652
- border v.
2653
- breast n.
2654
- brief adj.
2655
- broad adj.
2656
- broadcast v., n.
2657
- budget n.
2658
- bullet n.
2659
- bunch n.
2660
- burn n.
2661
- bush n.
2662
- but prep.
2663
- cable n.
2664
- calculate v.
2665
- cancel v.
2666
- cancer n.
2667
- capable adj.
2668
- capacity n.
2669
- capture v., n.
2670
- cast n., v.
2671
- catch n.
2672
- cell n.
2673
- chain v.
2674
- chair v.
2675
- chairman n.
2676
- challenge v.
2677
- characteristic n., adj.
2678
- chart v.
2679
- chief adj., n.
2680
- circumstance n.
2681
- cite v.
2682
- citizen n.
2683
- civil adj.
2684
- classic adj., n.
2685
- close n.
2686
- closely adv.
2687
- collapse v., n.
2688
- combination n.
2689
- comfort n., v.
2690
- command n., v.
2691
- commission n., v.
2692
- commitment n.
2693
- committee n.
2694
- commonly adv.
2695
- complex n.
2696
- complicated adj.
2697
- component n.
2698
- concentration n.
2699
- concept n.
2700
- concern n., v.
2701
- concerned adj.
2702
- conduct v., n.
2703
- confidence n.
2704
- conflict n., v.
2705
- confusing adj.
2706
- conscious adj.
2707
- conservative adj., n.
2708
- consideration n.
2709
- consistent adj.
2710
- constant adj.
2711
- constantly adv.
2712
- construct v.
2713
- construction n.
2714
- contemporary adj.
2715
- contest n., v.
2716
- contract n., v.
2717
- contribute v.
2718
- contribution n.
2719
- convert v.
2720
- convinced adj.
2721
- core n., adj.
2722
- corporate adj.
2723
- council n.
2724
- county n.
2725
- courage n.
2726
- crash n., v.
2727
- creation n.
2728
- creature n.
2729
- credit v.
2730
- crew n.
2731
- crisis n.
2732
- criterion n.
2733
- critic n.
2734
- critical adj.
2735
- criticism n.
2736
- criticize v.
2737
- crop n.
2738
- crucial adj.
2739
- cry n.
2740
- cure v., n.
2741
- current n.
2742
- curve n., v.
2743
- curved adj.
2744
- date v.
2745
- debate n., v.
2746
- debt n.
2747
- decent adj.
2748
- declare v.
2749
- decline v., n.
2750
- decoration n.
2751
- decrease v., n.
2752
- deeply adv.
2753
- defeat v., n.
2754
- defence n.
2755
- defend v.
2756
- delay v., n.
2757
- deliberate adj.
2758
- deliberately adv.
2759
- delight v., n.
2760
- delighted adj.
2761
- delivery n.
2762
- demand n., v.
2763
- demonstrate v.
2764
- deny v.
2765
- depressed adj.
2766
- depressing adj.
2767
- depth n.
2768
- desert v.
2769
- deserve v.
2770
- desire n., v.
2771
- desperate adj.
2772
- detail v.
2773
- detailed adj.
2774
- detect v.
2775
- dig v.
2776
- disc n.
2777
- discipline n.
2778
- discount v.
2779
- dishonest adj.
2780
- dismiss v.
2781
- display v., n.
2782
- distribute v.
2783
- distribution n.
2784
- district n.
2785
- divide n.
2786
- division n.
2787
- document v.
2788
- domestic adj.
2789
- dominate v.
2790
- downwards adv.
2791
- dozen n., det.
2792
- draft n., v.
2793
- drag v.
2794
- dramatic adj.
2795
- edit v.
2796
- edition n.
2797
- efficient adj.
2798
- elderly adj.
2799
- elect v.
2800
- elsewhere adv.
2801
- emerge v.
2802
- emotional adj.
2803
- emphasis n.
2804
- emphasize v.
2805
- enable v.
2806
- encounter v., n.
2807
- engage v.
2808
- enhance v.
2809
- enquiry n.
2810
- ensure v.
2811
- enthusiasm n.
2812
- enthusiastic adj.
2813
- entire adj.
2814
- entirely adv.
2815
- equal n.
2816
- establish v.
2817
- estate n.
2818
- estimate v., n.
2819
- ethical adj.
2820
- evaluate v.
2821
- even adj.
2822
- evil adj., n.
2823
- examination n.
2824
- excuse n., v.
2825
- executive n., adj.
2826
- existence n.
2827
- expectation n.
2828
- expense n.
2829
- exploration n.
2830
- expose v.
2831
- extend v.
2832
- extent n.
2833
- external adj.
2834
- extraordinary adj.
2835
- extreme n.
2836
- facility n.
2837
- failure n.
2838
- faith n.
2839
- fault n.
2840
- favour v.
2841
- feather n.
2842
- fee n.
2843
- feed n.
2844
- feedback n.
2845
- feel n.
2846
- fellow adj.
2847
- figure v.
2848
- file v.
2849
- finance n., v.
2850
- finding n.
2851
- firm n.
2852
- fix n.
2853
- flame n.
2854
- flash n., v.
2855
- flexible adj.
2856
- float v.
2857
- fold n.
2858
- folding adj.
2859
- following prep.
2860
- forgive v.
2861
- former adj.
2862
- fortune n.
2863
- forward adj.
2864
- found v.
2865
- free v.
2866
- freedom n.
2867
- frequency n.
2868
- fuel v.
2869
- fully adv.
2870
- function v.
2871
- fund n., v.
2872
- fundamental adj.
2873
- funding n.
2874
- furthermore adv.
2875
- gain v., n.
2876
- gang n.
2877
- generate v.
2878
- genre n.
2879
- govern v.
2880
- grab v.
2881
- grade v.
2882
- gradually adv.
2883
- grand adj.
2884
- grant v., n.
2885
- guarantee v., n.
2886
- handle v., n.
2887
- harm n., v.
2888
- harmful adj.
2889
- hearing n.
2890
- heaven n.
2891
- heel n.
2892
- hell n.
2893
- hesitate v.
2894
- high n.
2895
- hire n.
2896
- hold n.
2897
- hollow adj.
2898
- holy adj.
2899
- honour n., v.
2900
- host v.
2901
- house v.
2902
- household n.
2903
- housing n.
2904
- humorous adj.
2905
- humour n.
2906
- hunt n.
2907
- hunting n.
2908
- hurt n.
2909
- ideal n.
2910
- illustrate v.
2911
- illustration n.
2912
- imagination n.
2913
- impatient adj.
2914
- imply v.
2915
- impose v.
2916
- impress v.
2917
- impressed adj.
2918
- inch n.
2919
- incident n.
2920
- income n.
2921
- increasingly adv.
2922
- industrial adj.
2923
- infection n.
2924
- inform v.
2925
- initial adj.
2926
- initially adv.
2927
- initiative n.
2928
- inner adj.
2929
- insight n.
2930
- insist v.
2931
- inspire v.
2932
- install v.
2933
- instance n.
2934
- institute n.
2935
- institution n.
2936
- insurance n.
2937
- intended adj.
2938
- intense adj.
2939
- internal adj.
2940
- interpret v.
2941
- interrupt v.
2942
- investigation n.
2943
- investment n.
2944
- issue v.
2945
- joy n.
2946
- judgement n.
2947
- junior adj.
2948
- justice n.
2949
- justify v.
2950
- labour n.
2951
- landscape n.
2952
- largely adv.
2953
- latest n.
2954
- launch v., n.
2955
- leadership n.
2956
- league n.
2957
- lean v.
2958
- leave n.
2959
- level v.
2960
- licence n.
2961
- limited adj.
2962
- line v.
2963
- lively adj.
2964
- load n., v.
2965
- loan n.
2966
- logical adj.
2967
- long-term adj., adv.
2968
- loose adj.
2969
- lord n.
2970
- low n.
2971
- lower v.
2972
- lung n.
2973
- maintain v.
2974
- majority n.
2975
- make n.
2976
- map v.
2977
- mass n., adj.
2978
- massive adj.
2979
- master n., v.
2980
- matching adj.
2981
- material adj.
2982
- maximum adj., n.
2983
- means n.
2984
- measurement n.
2985
- medium n.
2986
- melt v.
2987
- military adj., n.
2988
- mineral n.
2989
- minimum adj., n.
2990
- minister n.
2991
- minor adj.
2992
- minority n.
2993
- mission n.
2994
- mistake v.
2995
- mixed adj.
2996
- model v.
2997
- modify v.
2998
- monitor n., v.
2999
- moral adj., n.
3000
- motor n., adj.
3001
- mount v.
3002
- multiple adj.
3003
- multiply v.
3004
- mysterious adj.
3005
- narrow v.
3006
- national n.
3007
- neat adj.
3008
- negative n.
3009
- nerve n.
3010
- nevertheless adv.
3011
- nightmare n.
3012
- notion n.
3013
- numerous adj.
3014
- obey v.
3015
- object v.
3016
- objective n., adj.
3017
- obligation n.
3018
- observation n.
3019
- observe v.
3020
- obtain v.
3021
- occasionally adv.
3022
- offence n.
3023
- offend v.
3024
- offensive adj.
3025
- official n.
3026
- opening n.
3027
- operate v.
3028
- opponent n.
3029
- oppose v.
3030
- opposed adj.
3031
- opposition n.
3032
- organ n.
3033
- origin n.
3034
- otherwise adv.
3035
- outcome n.
3036
- outer adj.
3037
- outline n., v.
3038
- overall adj., adv.
3039
- owe v.
3040
- pace n., v.
3041
- package v.
3042
- panel n.
3043
- parliament n.
3044
- participant n.
3045
- partly adv.
3046
- passage n.
3047
- patient adj.
3048
- pension n.
3049
- permanent adj.
3050
- permit v., n.
3051
- perspective n.
3052
- phase n.
3053
- phenomenon n.
3054
- philosophy n.
3055
- pick n.
3056
- picture v.
3057
- pile n., v.
3058
- pitch n.
3059
- plain adj.
3060
- plot v.
3061
- plus adj., n., conj.
3062
- pointed adj.
3063
- popularity n.
3064
- pose v.
3065
- position v.
3066
- positive n.
3067
- possess v.
3068
- potential adj., n.
3069
- power v.
3070
- praise n., v.
3071
- pregnant adj.
3072
- preparation n.
3073
- presence n.
3074
- preserve v.
3075
- price v.
3076
- prime adj.
3077
- principle n.
3078
- print n.
3079
- priority n.
3080
- privacy n.
3081
- procedure n.
3082
- process v.
3083
- produce n.
3084
- professional n.
3085
- progress v.
3086
- project v.
3087
- proof n.
3088
- proposal n.
3089
- propose v.
3090
- prospect n.
3091
- protection n.
3092
- psychologist n.
3093
- psychology n.
3094
- publication n.
3095
- pupil n.
3096
- purchase n., v.
3097
- pure adj.
3098
- pursue v.
3099
- range v.
3100
- rank n., v.
3101
- rapid adj.
3102
- rapidly adv.
3103
- rate v.
3104
- raw adj.
3105
- reach n.
3106
- realistic adj.
3107
- reasonable adj.
3108
- recall v.
3109
- recover v.
3110
- reduction n.
3111
- regard v., n.
3112
- regional adj.
3113
- register v., n.
3114
- regret v., n.
3115
- regulation n.
3116
- relatively adv.
3117
- relevant adj.
3118
- relief n.
3119
- rely v.
3120
- remark n., v.
3121
- representative n., adj.
3122
- reputation n.
3123
- requirement n.
3124
- rescue v., n.
3125
- reserve n., v.
3126
- resident n., adj.
3127
- resist v.
3128
- resolve v.
3129
- resort n.
3130
- retain v.
3131
- reveal v.
3132
- revolution n.
3133
- reward n., v.
3134
- rhythm n.
3135
- rid v.
3136
- root n.
3137
- round n.
3138
- routine adj.
3139
- rub v.
3140
- rubber n., adj.
3141
- rural adj.
3142
- rush v., n.
3143
- sample v.
3144
- satellite n.
3145
- satisfied adj.
3146
- satisfy v.
3147
- saving n.
3148
- scale n.
3149
- schedule v.
3150
- scheme n.
3151
- scream v., n.
3152
- screen v.
3153
- seat v.
3154
- sector n.
3155
- secure v., adj.
3156
- seek v.
3157
- select v.
3158
- selection n.
3159
- self n.
3160
- senior adj.
3161
- sense v.
3162
- sensitive adj.
3163
- sentence v.
3164
- sequence n.
3165
- session n.
3166
- settle v.
3167
- severe adj.
3168
- shade n.
3169
- shadow n.
3170
- shallow adj.
3171
- shame n.
3172
- shape v.
3173
- shelter n., v.
3174
- shift v.
3175
- ship v.
3176
- shock n., v.
3177
- shocked adj.
3178
- shooting n.
3179
- shot n.
3180
- significant adj.
3181
- significantly adv.
3182
- silence n.
3183
- silk n.
3184
- sincere adj.
3185
- slave n.
3186
- slide v., n.
3187
- slight adj.
3188
- slip v.
3189
- slope n., v.
3190
- solar adj.
3191
- somewhat adv.
3192
- soul n.
3193
- specialist n., adj.
3194
- species n.
3195
- speed v.
3196
- spiritual adj.
3197
- split v., n.
3198
- sponsor v., n.
3199
- spot v.
3200
- spread n.
3201
- stable adj.
3202
- stage v.
3203
- stand n.
3204
- stare v.
3205
- status n.
3206
- steady adj.
3207
- steel n.
3208
- steep adj.
3209
- step v.
3210
- sticky adj.
3211
- stiff adj.
3212
- stock n.
3213
- stream n.
3214
- stretch v., n.
3215
- strict adj.
3216
- strike v., n.
3217
- structure v.
3218
- struggle v., n.
3219
- stuff v.
3220
- subject adj.
3221
- submit v.
3222
- sum n., v.
3223
- surgery n.
3224
- surround v.
3225
- surrounding adj.
3226
- survey v.
3227
- suspect v., n.
3228
- swear v.
3229
- sweep v.
3230
- switch n.
3231
- sympathy n.
3232
- tale n.
3233
- tank n.
3234
- target v.
3235
- tear v., n.
3236
- tear n.
3237
- temporary adj.
3238
- term v.
3239
- therapy n.
3240
- threat n.
3241
- threaten v.
3242
- thus adv.
3243
- time v.
3244
- title v.
3245
- tone n.
3246
- tough adj.
3247
- track v.
3248
- transfer v., n.
3249
- transform v.
3250
- transition n.
3251
- trial n.
3252
- trip v.
3253
- tropical adj.
3254
- trouble v.
3255
- truly adv.
3256
- trust n., v.
3257
- try n.
3258
- tune n.
3259
- tunnel n.
3260
- ultimately adv.
3261
- unconscious adj.
3262
- unexpected adj.
3263
- unique adj.
3264
- universe n.
3265
- unknown adj.
3266
- upper adj.
3267
- upwards adv.
3268
- urban adj.
3269
- urge v.
3270
- value v.
3271
- vary v.
3272
- vast adj.
3273
- venue n.
3274
- very adj.
3275
- via prep.
3276
- victory n.
3277
- violence n.
3278
- virtual adj.
3279
- vision n.
3280
- visual adj.
3281
- vital adj.
3282
- vitamin n.
3283
- volume n.
3284
- wage n.
3285
- way adv.
3286
- weakness n.
3287
- wealth n.
3288
- wealthy adj.
3289
- whereas conj.
3290
- wherever conj.
3291
- whisper v., n.
3292
- whom pron.
3293
- widely adv.
3294
- wildlife n.
3295
- willing adj.
3296
- wind v.
3297
- wire n.
3298
- wise adj.
3299
- witness n., v.
3300
- worse n.
3301
- worst n.
3302
- worth n.
3303
- wound n., v.
3304
- wrap v.
3305
- wrong n.
3306
- yet conj.
3307
- zone n.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
textgames/assets/word_list/oxford5k_extra.txt DELETED
@@ -1,2015 +0,0 @@
1
- absorb v.
2
- abstract adj.
3
- accent n.
4
- accidentally adv.
5
- accommodate v.
6
- accomplish v.
7
- accountant n.
8
- accuracy n.
9
- accurately adv.
10
- acid n.
11
- activate v.
12
- addiction n.
13
- additionally adv.
14
- adequate adj.
15
- adequately adv.
16
- adjust v.
17
- affordable adj.
18
- agriculture n.
19
- AIDS n.
20
- alien n.
21
- alongside prep.
22
- altogether adv.
23
- ambulance n.
24
- amusing adj.
25
- analyst n.
26
- ancestor n.
27
- animation n.
28
- annually adv.
29
- anticipate v.
30
- anxiety n.
31
- apology n.
32
- applicant n.
33
- appropriately adv.
34
- arrow n.
35
- artwork n.
36
- aside adv.
37
- asset n.
38
- assign v.
39
- assistance n.
40
- assumption n.
41
- assure v.
42
- astonishing adj.
43
- attachment n.
44
- auction n.
45
- audio adj.
46
- automatic adj.
47
- automatically adv.
48
- awareness n.
49
- awkward adj.
50
- badge n.
51
- balanced adj.
52
- ballet n.
53
- balloon n.
54
- barely adv.
55
- bargain n.
56
- basement n.
57
- basket n.
58
- bat n.
59
- beneficial adj.
60
- beside prep.
61
- besides prep., adv.
62
- bias n.
63
- bid n., v.
64
- biological adj.
65
- blanket n.
66
- blow n.
67
- bold adj.
68
- bombing n.
69
- booking n.
70
- boost v., n.
71
- bound adj.
72
- brick n.
73
- briefly adv.
74
- broadcaster n.
75
- broadly adv.
76
- bug n.
77
- cabin n.
78
- canal n.
79
- candle n.
80
- carbon n.
81
- casual adj.
82
- cave n.
83
- certainty n.
84
- certificate n.
85
- challenging adj.
86
- championship n.
87
- charming adj.
88
- chase v., n.
89
- cheek n.
90
- cheer v., n.
91
- choir n.
92
- chop v.
93
- circuit n.
94
- civilization n.
95
- clarify v.
96
- classify v.
97
- clerk n.
98
- cliff n.
99
- clinic n.
100
- clip n.
101
- coincidence n.
102
- collector n.
103
- colony n.
104
- colourful adj.
105
- comic adj., n.
106
- commander n.
107
- comparative adj.
108
- completion n.
109
- compose v.
110
- composer n.
111
- compound n.
112
- comprehensive adj.
113
- comprise v.
114
- compulsory adj.
115
- concrete adj., n.
116
- confess v.
117
- confusion n.
118
- consequently adv.
119
- conservation n.
120
- considerable adj.
121
- considerably adv.
122
- consistently adv.
123
- conspiracy n.
124
- consult v.
125
- consultant n.
126
- consumption n.
127
- controversial adj.
128
- controversy n.
129
- convenience n.
130
- convention n.
131
- conventional adj.
132
- convey v.
133
- convincing adj.
134
- cope v.
135
- corporation n.
136
- corridor n.
137
- counter n.
138
- coverage n.
139
- crack v., n.
140
- craft n.
141
- creativity n.
142
- critically adv.
143
- cruise n., v.
144
- cue n.
145
- curious adj.
146
- curriculum n.
147
- cute adj.
148
- dairy n., adj.
149
- dare v.
150
- darkness n.
151
- database n.
152
- deadline n.
153
- deadly adj.
154
- dealer n.
155
- deck n.
156
- defender n.
157
- delete v.
158
- democracy n.
159
- democratic adj.
160
- demonstration n.
161
- depart v.
162
- dependent adj.
163
- deposit n.
164
- depression n.
165
- derive v.
166
- desperately adv.
167
- destruction n.
168
- determination n.
169
- devote v.
170
- differ v.
171
- disability n.
172
- disabled adj.
173
- disagreement n.
174
- disappoint v.
175
- disappointment n.
176
- discourage v.
177
- disorder n.
178
- distant adj.
179
- distinct adj.
180
- distinguish v.
181
- distract v.
182
- disturb v.
183
- dive v., n.
184
- diverse adj.
185
- diversity n.
186
- divorce n., v.
187
- dominant adj.
188
- donation n.
189
- dot n.
190
- downtown n., adj., adv.
191
- dramatically adv.
192
- drought n.
193
- dull adj.
194
- dump v.
195
- duration n.
196
- dynamic adj.
197
- economics n.
198
- economist n.
199
- editorial adj.
200
- efficiently adv.
201
- elbow n.
202
- electronics n.
203
- elegant adj.
204
- elementary adj.
205
- eliminate v.
206
- embrace v.
207
- emission n.
208
- emotionally adv.
209
- empire n.
210
- enjoyable adj.
211
- entertaining adj.
212
- entrepreneur n.
213
- envelope n.
214
- equip v.
215
- equivalent n., adj.
216
- era n.
217
- erupt v.
218
- essentially adv.
219
- ethic n.
220
- ethnic adj.
221
- evaluation n.
222
- evident adj.
223
- evolution n.
224
- evolve v.
225
- exceed v.
226
- exception n.
227
- excessive adj.
228
- exclude v.
229
- exhibit v., n.
230
- exit n.
231
- exotic adj.
232
- expansion n.
233
- expertise n.
234
- exploit v.
235
- exposure n.
236
- extension n.
237
- extensive adj.
238
- extensively adv.
239
- extract n.
240
- fabric n.
241
- fabulous adj.
242
- failed adj.
243
- fake adj.
244
- fame n.
245
- fantasy n.
246
- fare n.
247
- federal adj.
248
- fever n.
249
- firefighter n.
250
- firework n.
251
- firm adj.
252
- firmly adv.
253
- flavour n.
254
- fond adj.
255
- fool n.
256
- forbid v.
257
- forecast n., v.
258
- format n.
259
- formation n.
260
- formerly adv.
261
- fortunate adj.
262
- forum n.
263
- fossil n.
264
- foundation n.
265
- founder n.
266
- fraction n.
267
- fragment n.
268
- framework n.
269
- fraud n.
270
- freely adv.
271
- frequent adj.
272
- fulfil v.
273
- full-time adj./adv.
274
- fundamentally adv.
275
- furious adj.
276
- gaming n.
277
- gay adj.
278
- gender n.
279
- gene n.
280
- genetic adj.
281
- genius n.
282
- genuine adj.
283
- genuinely adv.
284
- gesture n.
285
- gig n.
286
- globalization n.
287
- globe n.
288
- golden adj.
289
- goodness n.
290
- gorgeous adj.
291
- governor n.
292
- graphic adj.
293
- graphics n.
294
- greatly adv.
295
- greenhouse n.
296
- grocery n.
297
- guideline n.
298
- habitat n.
299
- harbour n.
300
- headquarters n.
301
- heal v.
302
- healthcare n.
303
- helmet n.
304
- hence adv.
305
- herb n.
306
- hidden adj.
307
- highway n.
308
- hilarious adj.
309
- hip n.
310
- historian n.
311
- homeless adj.
312
- honesty n.
313
- hook n.
314
- hopefully adv.
315
- hunger n.
316
- hypothesis n.
317
- icon n.
318
- ID n.
319
- identical adj.
320
- illusion n.
321
- immigration n.
322
- immune adj.
323
- implement v.
324
- implication n.
325
- incentive n.
326
- incorporate v.
327
- incorrect adj.
328
- independence n.
329
- index n.
330
- indication n.
331
- inevitable adj.
332
- inevitably adv.
333
- infer v.
334
- inflation n.
335
- info n.
336
- infrastructure n.
337
- inhabitant n.
338
- inherit v.
339
- ink n.
340
- innovation n.
341
- innovative adj.
342
- input n.
343
- insert v.
344
- inspector n.
345
- installation n.
346
- instant adj.
347
- instantly adv.
348
- integrate v.
349
- intellectual adj.
350
- interact v.
351
- interaction n.
352
- interpretation n.
353
- interval n.
354
- invade v.
355
- invasion n.
356
- investor n.
357
- isolate v.
358
- isolated adj.
359
- jail n., v.
360
- jet n.
361
- joint adj., n.
362
- journalism n.
363
- jury n.
364
- kit n.
365
- ladder n.
366
- landing n.
367
- lane n.
368
- lately adv.
369
- leaflet n.
370
- legend n.
371
- lens n.
372
- lifetime n.
373
- lighting n.
374
- likewise adv.
375
- limitation n.
376
- literally adv.
377
- literary adj.
378
- litre n.
379
- litter n.
380
- logo n.
381
- lottery n.
382
- loyal adj.
383
- lyric n.
384
- magnificent adj.
385
- make-up n.
386
- making n.
387
- manufacture v.
388
- manufacturing n.
389
- marathon n.
390
- margin n.
391
- marker n.
392
- martial adj.
393
- mate n., v.
394
- mayor n.
395
- mechanic n.
396
- mechanical adj.
397
- mechanism n.
398
- medal n.
399
- medication n.
400
- membership n.
401
- memorable adj.
402
- metaphor n.
403
- miner n.
404
- miserable adj.
405
- mode n.
406
- modest adj.
407
- monster n.
408
- monthly adj.
409
- monument n.
410
- moreover adv.
411
- mortgage n.
412
- mosque n.
413
- motion n.
414
- motivate v.
415
- motivation n.
416
- moving adj.
417
- myth n.
418
- naked adj.
419
- nasty adj.
420
- navigation n.
421
- nearby adj., adv.
422
- necessity n.
423
- negotiate v.
424
- negotiation n.
425
- neutral adj.
426
- newly adv.
427
- norm n.
428
- notebook n.
429
- novelist n.
430
- nowadays adv.
431
- nursing adj.
432
- nutrition n.
433
- obesity n.
434
- observer n.
435
- obstacle n.
436
- occupation n.
437
- occupy v.
438
- offender n.
439
- ongoing adj.
440
- openly adv.
441
- opera n.
442
- operator n.
443
- optimistic adj.
444
- orchestra n.
445
- organic adj.
446
- outfit n.
447
- output n.
448
- outstanding adj.
449
- overcome v.
450
- overnight adv.
451
- overseas adv., adj.
452
- ownership n.
453
- oxygen n.
454
- packet n.
455
- palm n.
456
- panic n.
457
- parade n.
458
- parallel adj., n.
459
- participation n.
460
- partnership n.
461
- part-time adj./adv.
462
- passionate adj.
463
- password n.
464
- patience n.
465
- pause v., n.
466
- peer n.
467
- penalty n.
468
- perceive v.
469
- perception n.
470
- permanently adv.
471
- pill n.
472
- pity n.
473
- placement n.
474
- portion n.
475
- potentially adv.
476
- precede v.
477
- precious adj.
478
- precise adj.
479
- precisely adv.
480
- predictable adj.
481
- preference n.
482
- pride n.
483
- primarily adv.
484
- principal adj.
485
- prior adj.
486
- probability n.
487
- probable adj.
488
- proceed v.
489
- programming n.
490
- progressive adj.
491
- prohibit v.
492
- promising adj.
493
- promotion n.
494
- prompt v.
495
- proportion n.
496
- protein n.
497
- protester n.
498
- psychological adj.
499
- publicity n.
500
- publishing n.
501
- punk n.
502
- purely adv.
503
- pursuit n.
504
- puzzle n.
505
- questionnaire n.
506
- racial adj.
507
- racism n.
508
- racist adj., n.
509
- radiation n.
510
- rail n.
511
- random adj.
512
- rat n.
513
- rating n.
514
- reasonably adv.
515
- rebuild v.
516
- receiver n.
517
- recession n.
518
- reckon v.
519
- recognition n.
520
- recovery n.
521
- recruit v., n.
522
- recruitment n.
523
- referee n.
524
- refugee n.
525
- registration n.
526
- regulate v.
527
- reinforce v.
528
- relieve v.
529
- relieved adj.
530
- remarkable adj.
531
- remarkably adv.
532
- reporting n.
533
- resign v.
534
- resolution n.
535
- restore v.
536
- restrict v.
537
- restriction n.
538
- retail n.
539
- retirement n.
540
- revenue n.
541
- revision n.
542
- ridiculous adj.
543
- risky adj.
544
- rival n., adj.
545
- rob v.
546
- robbery n.
547
- rocket n.
548
- romance n.
549
- rose n.
550
- roughly adv.
551
- ruin v., n.
552
- satisfaction n.
553
- scandal n.
554
- scare v., n.
555
- scenario n.
556
- scholar n.
557
- scholarship n.
558
- scratch v., n.
559
- screening n.
560
- seeker n.
561
- seminar n.
562
- settler n.
563
- severely adv.
564
- sexy adj.
565
- shaped adj.
566
- shocking adj.
567
- shore n.
568
- shortage n.
569
- shortly adv.
570
- short-term adj.
571
- sibling n.
572
- signature n.
573
- significance n.
574
- skilled adj.
575
- skull n.
576
- slogan n.
577
- so-called adj.
578
- somehow adv.
579
- sometime adv.
580
- sophisticated adj.
581
- spare adj.
582
- specialize v.
583
- specify v.
584
- spectacular adj.
585
- spectator n.
586
- speculate v.
587
- speculation n.
588
- spice n.
589
- spill v.
590
- spite n.
591
- spoil v.
592
- spokesman n.
593
- spokesperson n.
594
- spokeswoman n.
595
- sponsorship n.
596
- sporting adj.
597
- stall n.
598
- stance n.
599
- starve v.
600
- steadily adv.
601
- steam n.
602
- stimulate v.
603
- strengthen v.
604
- strictly adv.
605
- stroke n.
606
- stunning adj.
607
- subsequent adj.
608
- subsequently adv.
609
- suburb n.
610
- suffering n.
611
- sufficient adj.
612
- sufficiently adv.
613
- super adj.
614
- surgeon n.
615
- survival n.
616
- survivor n.
617
- suspend v.
618
- sustainable adj.
619
- swallow v.
620
- sympathetic adj.
621
- tackle v.
622
- tag n., v.
623
- tap v., n.
624
- technological adj.
625
- teens n.
626
- temple n.
627
- temporarily adv.
628
- tendency n.
629
- tension n.
630
- terminal n.
631
- terms n.
632
- terribly adv.
633
- terrify v.
634
- territory n.
635
- terror n.
636
- terrorism n.
637
- terrorist n.
638
- testing n.
639
- textbook n.
640
- theft n.
641
- therapist n.
642
- thesis n.
643
- thorough adj.
644
- thoroughly adv.
645
- thumb n.
646
- timing n.
647
- tissue n.
648
- ton n.
649
- tonne n.
650
- tournament n.
651
- trace v.
652
- trading n.
653
- tragedy n.
654
- tragic adj.
655
- trait n.
656
- transmit v.
657
- transportation n.
658
- trap v., n.
659
- treasure n.
660
- tribe n.
661
- trigger v.
662
- trillion number
663
- troop n.
664
- tsunami n.
665
- ultimate adj.
666
- unacceptable adj.
667
- uncertainty n.
668
- undergo v.
669
- undertake v.
670
- unfold v.
671
- unfortunate adj.
672
- unite v.
673
- unity n.
674
- universal adj.
675
- urgent adj.
676
- usage n.
677
- useless adj.
678
- valid adj.
679
- variation n.
680
- vertical adj.
681
- viewpoint n.
682
- visa n.
683
- visible adj.
684
- voluntary adj.
685
- voting n.
686
- wander v.
687
- warming n.
688
- weekly adj.
689
- weird adj.
690
- welfare n.
691
- wheat n.
692
- whoever pron.
693
- widespread adj.
694
- wisdom n.
695
- withdraw v.
696
- workforce n.
697
- workplace n.
698
- workshop n.
699
- worm n.
700
- wrist n.
701
- abolish v.
702
- abortion n.
703
- absence n.
704
- absent adj.
705
- absurd adj.
706
- abundance n.
707
- abuse n., v.
708
- academy n.
709
- accelerate v.
710
- acceptance n.
711
- accessible adj.
712
- accomplishment n.
713
- accordance n.
714
- accordingly adv.
715
- accountability n.
716
- accountable adj.
717
- accumulate v.
718
- accumulation n.
719
- accusation n.
720
- accused n.
721
- acid adj.
722
- acquisition n.
723
- acre n.
724
- activation n.
725
- activist n.
726
- acute adj.
727
- adaptation n.
728
- adhere v.
729
- adjacent adj.
730
- adjustment n.
731
- administer v.
732
- administrative adj.
733
- administrator n.
734
- admission n.
735
- adolescent n.
736
- adoption n.
737
- adverse adj.
738
- advocate n., v.
739
- aesthetic adj.
740
- affection n.
741
- aftermath n.
742
- aggression n.
743
- agricultural adj.
744
- aide n.
745
- albeit conj.
746
- alert v., n., adj.
747
- alien adj.
748
- align v.
749
- alignment n.
750
- alike adv., adj.
751
- allegation n.
752
- allege v.
753
- allegedly adv.
754
- alliance n.
755
- allocate v.
756
- allocation n.
757
- allowance n.
758
- ally n.
759
- aluminium n.
760
- amateur adj., n.
761
- ambassador n.
762
- amend v.
763
- amendment n.
764
- amid prep.
765
- analogy n.
766
- anchor n.
767
- angel n.
768
- anonymous adj.
769
- apparatus n.
770
- appealing adj.
771
- appetite n.
772
- applaud v.
773
- applicable adj.
774
- appoint v.
775
- appreciation n.
776
- arbitrary adj.
777
- architectural adj.
778
- archive n.
779
- arena n.
780
- arguably adv.
781
- arm v.
782
- array n.
783
- articulate v.
784
- ash n.
785
- aspiration n.
786
- aspire v.
787
- assassination n.
788
- assault n., v.
789
- assemble v.
790
- assembly n.
791
- assert v.
792
- assertion n.
793
- assurance n.
794
- asylum n.
795
- atrocity n.
796
- attain v.
797
- attendance n.
798
- attorney n.
799
- attribute v., n.
800
- audit n.
801
- authentic adj.
802
- authorize v.
803
- auto n.
804
- autonomy n.
805
- availability n.
806
- await v.
807
- backdrop n.
808
- backing n.
809
- backup n.
810
- bail n.
811
- ballot n.
812
- banner n.
813
- bare adj.
814
- barrel n.
815
- bass n.
816
- bat v.
817
- battlefield n.
818
- bay n.
819
- beam n.
820
- beast n.
821
- behalf n.
822
- beloved adj.
823
- bench n.
824
- benchmark n.
825
- beneath prep.
826
- beneficiary n.
827
- betray v.
828
- bind v.
829
- biography n.
830
- bishop n.
831
- bizarre adj.
832
- blade n.
833
- blast n., v.
834
- bleed v.
835
- blend v., n.
836
- bless v.
837
- blessing n.
838
- boast v.
839
- bonus n.
840
- boom n.
841
- bounce v.
842
- boundary n.
843
- bow v., n.
844
- breach n., v.
845
- breakdown n.
846
- breakthrough n.
847
- breed v., n.
848
- broadband n.
849
- browser n.
850
- brutal adj.
851
- buck n.
852
- buddy n.
853
- buffer n.
854
- bulk n.
855
- burden n.
856
- bureaucracy n.
857
- burial n.
858
- burst v.
859
- cabinet n.
860
- calculation n.
861
- canvas n.
862
- capability n.
863
- capitalism n.
864
- capitalist adj.
865
- cargo n.
866
- carriage n.
867
- carve v.
868
- casino n.
869
- casualty n.
870
- catalogue n.
871
- cater v.
872
- cattle n.
873
- caution n.
874
- cautious adj.
875
- cease v.
876
- cemetery n.
877
- chamber n.
878
- chaos n.
879
- characterize v.
880
- charm n.
881
- charter n.
882
- chronic adj.
883
- chunk n.
884
- circulate v.
885
- circulation n.
886
- citizenship n.
887
- civic adj.
888
- civilian n., adj.
889
- clarity n.
890
- clash n.
891
- classification n.
892
- cling v.
893
- clinical adj.
894
- closure n.
895
- cluster n.
896
- coalition n.
897
- coastal adj.
898
- cocktail n.
899
- cognitive adj.
900
- coincide v.
901
- collaborate v.
902
- collaboration n.
903
- collective adj.
904
- collision n.
905
- colonial adj.
906
- columnist n.
907
- combat n., v.
908
- commence v.
909
- commentary n.
910
- commentator n.
911
- commerce n.
912
- commissioner n.
913
- commodity n.
914
- communist adj.
915
- companion n.
916
- comparable adj.
917
- compassion n.
918
- compel v.
919
- compelling adj.
920
- compensate v.
921
- compensation n.
922
- competence n.
923
- competent adj.
924
- compile v.
925
- complement v.
926
- complexity n.
927
- compliance n.
928
- complication n.
929
- comply v.
930
- composition n.
931
- compromise n., v.
932
- compute v.
933
- conceal v.
934
- concede v.
935
- conceive v.
936
- conception n.
937
- concession n.
938
- condemn v.
939
- confer v.
940
- confession n.
941
- configuration n.
942
- confine v.
943
- confirmation n.
944
- confront v.
945
- confrontation n.
946
- congratulate v.
947
- congregation n.
948
- congressional adj.
949
- conquer v.
950
- conscience n.
951
- consciousness n.
952
- consecutive adj.
953
- consensus n.
954
- consent n., v.
955
- conserve v.
956
- consistency n.
957
- consolidate v.
958
- constituency n.
959
- constitute v.
960
- constitution n.
961
- constitutional adj.
962
- constraint n.
963
- consultation n.
964
- contemplate v.
965
- contempt n.
966
- contend v.
967
- contender n.
968
- content adj.
969
- contention n.
970
- continually adv.
971
- contractor n.
972
- contradiction n.
973
- contrary adj., n.
974
- contributor n.
975
- conversion n.
976
- convict v.
977
- conviction n.
978
- cooperate v.
979
- cooperative adj.
980
- coordinate v.
981
- coordination n.
982
- coordinator n.
983
- cop n.
984
- copper n.
985
- copyright n.
986
- correction n.
987
- correlate v.
988
- correlation n.
989
- correspond v.
990
- correspondence n.
991
- correspondent n.
992
- corresponding adj.
993
- corrupt adj.
994
- corruption n.
995
- costly adj.
996
- councillor n.
997
- counselling n.
998
- counsellor n.
999
- counter v.
1000
- counterpart n.
1001
- countless adj.
1002
- coup n.
1003
- courtesy n.
1004
- craft v.
1005
- crawl v.
1006
- creator n.
1007
- credibility n.
1008
- credible adj.
1009
- creep v.
1010
- critique n.
1011
- crown n.
1012
- crude adj.
1013
- crush v.
1014
- crystal n.
1015
- cult n., adj.
1016
- cultivate v.
1017
- curiosity n.
1018
- custody n.
1019
- cutting n.
1020
- cynical adj.
1021
- dam n.
1022
- damaging adj.
1023
- dawn n.
1024
- debris n.
1025
- debut n.
1026
- decision-making n.
1027
- decisive adj.
1028
- declaration n.
1029
- dedicated adj.
1030
- dedication n.
1031
- deed n.
1032
- deem v.
1033
- default n.
1034
- defect n.
1035
- defensive adj.
1036
- deficiency n.
1037
- deficit n.
1038
- defy v.
1039
- delegate n.
1040
- delegation n.
1041
- delicate adj.
1042
- demon n.
1043
- denial n.
1044
- denounce v.
1045
- dense adj.
1046
- density n.
1047
- dependence n.
1048
- depict v.
1049
- deploy v.
1050
- deployment n.
1051
- deposit v.
1052
- deprive v.
1053
- deputy n.
1054
- descend v.
1055
- descent n.
1056
- designate v.
1057
- desirable adj.
1058
- desktop n.
1059
- destructive adj.
1060
- detain v.
1061
- detection n.
1062
- detention n.
1063
- deteriorate v.
1064
- devastate v.
1065
- devil n.
1066
- devise v.
1067
- diagnose v.
1068
- diagnosis n.
1069
- dictate v.
1070
- dictator n.
1071
- differentiate v.
1072
- dignity n.
1073
- dilemma n.
1074
- dimension n.
1075
- diminish v.
1076
- dip v.
1077
- diplomat n.
1078
- diplomatic n.
1079
- directory n.
1080
- disastrous adj.
1081
- discard v.
1082
- discharge v.
1083
- disclose v.
1084
- disclosure n.
1085
- discourse n.
1086
- discretion n.
1087
- discrimination n.
1088
- dismissal n.
1089
- displace v.
1090
- disposal n.
1091
- dispose v.
1092
- dispute n., v.
1093
- disrupt v.
1094
- disruption n.
1095
- dissolve v.
1096
- distinction n.
1097
- distinctive adj.
1098
- distort v.
1099
- distress n., v.
1100
- disturbing adj.
1101
- divert v.
1102
- divine adj.
1103
- doctrine n.
1104
- documentation n.
1105
- domain n.
1106
- dominance n.
1107
- donor n.
1108
- dose n.
1109
- drain v.
1110
- drift v.
1111
- driving adj.
1112
- drown v.
1113
- dual adj.
1114
- dub v.
1115
- dumb adj.
1116
- duo n.
1117
- dynamic n.
1118
- eager adj.
1119
- earnings n.
1120
- ease n., v.
1121
- echo v., n.
1122
- ecological adj.
1123
- educator n.
1124
- effectiveness n.
1125
- efficiency n.
1126
- ego n.
1127
- elaborate adj.
1128
- electoral adj.
1129
- elevate v.
1130
- eligible adj.
1131
- elite n.
1132
- embark v.
1133
- embarrassment n.
1134
- embassy n.
1135
- embed v.
1136
- embody v.
1137
- emergence n.
1138
- empirical adj.
1139
- empower v.
1140
- enact v.
1141
- encompass v.
1142
- encouragement n.
1143
- encouraging adj.
1144
- endeavour n.
1145
- endless adj.
1146
- endorse v.
1147
- endorsement n.
1148
- endure v.
1149
- enforce v.
1150
- enforcement n.
1151
- engagement n.
1152
- engaging adj.
1153
- enquire v.
1154
- enrich v.
1155
- enrol v.
1156
- ensue v.
1157
- enterprise n.
1158
- enthusiast n.
1159
- entitle v.
1160
- entity n.
1161
- epidemic n.
1162
- equality n.
1163
- equation n.
1164
- erect v.
1165
- escalate v.
1166
- essence n.
1167
- establishment n.
1168
- eternal adj.
1169
- evacuate v.
1170
- evoke v.
1171
- evolutionary adj.
1172
- exaggerate v.
1173
- excellence n.
1174
- exceptional adj.
1175
- excess n., adj.
1176
- exclusion n.
1177
- exclusive adj.
1178
- exclusively adv.
1179
- execute v.
1180
- execution n.
1181
- exert v.
1182
- exile n.
1183
- exit v.
1184
- expenditure n.
1185
- experimental adj.
1186
- expire v.
1187
- explicit adj.
1188
- explicitly adv.
1189
- exploitation n.
1190
- explosive adj., n.
1191
- extract v.
1192
- extremist n.
1193
- facilitate v.
1194
- faction n.
1195
- faculty n.
1196
- fade v.
1197
- fairness n.
1198
- fatal adj.
1199
- fate n.
1200
- favourable adj.
1201
- feat n.
1202
- feminist adj., n.
1203
- fibre n.
1204
- fierce adj.
1205
- film-maker n.
1206
- filter n., v.
1207
- fine n., v.
1208
- firearm n.
1209
- fit n.
1210
- fixture n.
1211
- flaw n.
1212
- flawed adj.
1213
- flee v.
1214
- fleet n.
1215
- flesh n.
1216
- flexibility n.
1217
- flourish v.
1218
- fluid n.
1219
- footage n.
1220
- foreigner n.
1221
- forge v.
1222
- formula n.
1223
- formulate v.
1224
- forth adv.
1225
- forthcoming adj.
1226
- foster v.
1227
- fragile adj.
1228
- franchise n.
1229
- frankly adv.
1230
- frustrated adj.
1231
- frustrating adj.
1232
- frustration n.
1233
- functional adj.
1234
- fundraising n.
1235
- funeral n.
1236
- gallon n.
1237
- gambling n.
1238
- gathering n.
1239
- gaze n., v.
1240
- gear n.
1241
- generic adj.
1242
- genocide n.
1243
- glance n., v.
1244
- glimpse n.
1245
- glorious adj.
1246
- glory n.
1247
- governance n.
1248
- grace n.
1249
- grasp v., n.
1250
- grave n.
1251
- grave adj.
1252
- gravity n.
1253
- grid n.
1254
- grief n.
1255
- grin v., n.
1256
- grind v.
1257
- grip n., v.
1258
- gross adj.
1259
- guerrilla n.
1260
- guidance n.
1261
- guilt n.
1262
- gut n.
1263
- hail v.
1264
- halfway adv.
1265
- halt v., n.
1266
- handful n.
1267
- handling n.
1268
- handy adj.
1269
- harassment n.
1270
- hardware n.
1271
- harmony n.
1272
- harsh adj.
1273
- harvest n., v.
1274
- hatred n.
1275
- haunt v.
1276
- hazard n.
1277
- heighten v.
1278
- heritage n.
1279
- hierarchy n.
1280
- high-profile adj.
1281
- hint n., v.
1282
- homeland n.
1283
- hook v.
1284
- hopeful adj.
1285
- horizon n.
1286
- horn n.
1287
- hostage n.
1288
- hostile adj.
1289
- hostility n.
1290
- humanitarian adj.
1291
- humanity n.
1292
- humble adj.
1293
- hydrogen n.
1294
- identification n.
1295
- ideological adj.
1296
- ideology n.
1297
- idiot n.
1298
- ignorance n.
1299
- imagery n.
1300
- immense adj.
1301
- imminent adj.
1302
- implementation n.
1303
- imprison v.
1304
- imprisonment n.
1305
- inability n.
1306
- inadequate adj.
1307
- inappropriate adj.
1308
- incidence n.
1309
- inclined adj.
1310
- inclusion n.
1311
- incur v.
1312
- indicator n.
1313
- indictment n.
1314
- indigenous adj.
1315
- induce v.
1316
- indulge v.
1317
- inequality n.
1318
- infamous adj.
1319
- infant n.
1320
- infect v.
1321
- inflict v.
1322
- influential adj.
1323
- inherent adj.
1324
- inhibit v.
1325
- initiate v.
1326
- inject v.
1327
- injection n.
1328
- injustice n.
1329
- inmate n.
1330
- insertion n.
1331
- insider n.
1332
- inspect v.
1333
- inspection n.
1334
- inspiration n.
1335
- instinct n.
1336
- institutional adj.
1337
- instruct v.
1338
- instrumental adj.
1339
- insufficient adj.
1340
- insult n., v.
1341
- intact adj.
1342
- intake n.
1343
- integral adj.
1344
- integrated adj.
1345
- integration n.
1346
- integrity n.
1347
- intellectual n.
1348
- intensify v.
1349
- intensity n.
1350
- intensive adj.
1351
- intent n.
1352
- interactive adj.
1353
- interface n.
1354
- interfere v.
1355
- interference n.
1356
- interim adj.
1357
- interior adj., n.
1358
- intermediate adj.
1359
- intervene v.
1360
- intervention n.
1361
- intimate adj.
1362
- intriguing adj.
1363
- investigator n.
1364
- invisible adj.
1365
- invoke v.
1366
- involvement n.
1367
- ironic adj.
1368
- ironically adv.
1369
- irony n.
1370
- irrelevant adj.
1371
- isolation n.
1372
- judicial adj.
1373
- junction n.
1374
- jurisdiction n.
1375
- just adj.
1376
- justification n.
1377
- kidnap v.
1378
- kidney n.
1379
- kingdom n.
1380
- lad n.
1381
- landlord n.
1382
- landmark n.
1383
- lap n.
1384
- large-scale adj.
1385
- laser n.
1386
- latter adj., n.
1387
- lawn n.
1388
- lawsuit n.
1389
- layout n.
1390
- leak v., n.
1391
- leap v., n.
1392
- legacy n.
1393
- legendary adj.
1394
- legislation n.
1395
- legislative adj.
1396
- legislature n.
1397
- legitimate adj.
1398
- lengthy adj.
1399
- lesbian adj.
1400
- lesser adj.
1401
- lethal adj.
1402
- liable adj.
1403
- liberal adj., n.
1404
- liberation n.
1405
- liberty n.
1406
- license v.
1407
- lifelong adj.
1408
- likelihood n.
1409
- limb n.
1410
- linear adj.
1411
- line-up n.
1412
- linger v.
1413
- listing n.
1414
- literacy n.
1415
- liver n.
1416
- lobby n., v.
1417
- log n., v.
1418
- logic n.
1419
- long-standing adj.
1420
- long-time adj.
1421
- loom v.
1422
- loop n.
1423
- loyalty n.
1424
- machinery n.
1425
- magical adj.
1426
- magistrate n.
1427
- magnetic adj.
1428
- magnitude n.
1429
- mainland n.
1430
- mainstream n., adj.
1431
- maintenance n.
1432
- mandate n.
1433
- mandatory adj.
1434
- manifest v.
1435
- manipulate v.
1436
- manipulation n.
1437
- manuscript n.
1438
- march n., v.
1439
- marginal adj.
1440
- marine adj.
1441
- marketplace n.
1442
- mask n.
1443
- massacre n.
1444
- mathematical adj.
1445
- mature adj., v.
1446
- maximize v.
1447
- meaningful adj.
1448
- meantime n.
1449
- medieval adj.
1450
- meditation n.
1451
- melody n.
1452
- memo n.
1453
- memoir n.
1454
- memorial n.
1455
- mentor n.
1456
- merchant n.
1457
- mercy n.
1458
- mere adj.
1459
- merely adv.
1460
- merge v.
1461
- merger n.
1462
- merit n.
1463
- methodology n.
1464
- midst n.
1465
- migration n.
1466
- militant n., adj.
1467
- militia n.
1468
- mill n.
1469
- minimal adj.
1470
- minimize v.
1471
- mining n.
1472
- ministry n.
1473
- minute adj.
1474
- miracle n.
1475
- misery n.
1476
- misleading adj.
1477
- missile n.
1478
- mob n.
1479
- mobility n.
1480
- mobilize v.
1481
- moderate adj.
1482
- modification n.
1483
- momentum n.
1484
- monk n.
1485
- monopoly n.
1486
- morality n.
1487
- motive n.
1488
- motorist n.
1489
- municipal adj.
1490
- mutual adj.
1491
- namely adv.
1492
- nationwide adj.
1493
- naval adj.
1494
- neglect v., n.
1495
- neighbouring adj.
1496
- nest n.
1497
- net adj.
1498
- newsletter n.
1499
- niche n.
1500
- noble adj.
1501
- nod v.
1502
- nominate v.
1503
- nomination n.
1504
- nominee n.
1505
- nonetheless adv.
1506
- non-profit adj.
1507
- nonsense n.
1508
- noon n.
1509
- notable adj.
1510
- notably adv.
1511
- notify v.
1512
- notorious adj.
1513
- novel adj.
1514
- nursery n.
1515
- objection n.
1516
- oblige v.
1517
- obsess v.
1518
- obsession n.
1519
- occasional adj.
1520
- occurrence n.
1521
- odds n.
1522
- offering n.
1523
- offspring n.
1524
- operational adj.
1525
- opt v.
1526
- optical adj.
1527
- optimism n.
1528
- oral adj.
1529
- organizational adj.
1530
- orientation n.
1531
- originate v.
1532
- outbreak n.
1533
- outing n.
1534
- outlet n.
1535
- outlook n.
1536
- outrage n., v.
1537
- outsider n.
1538
- overlook v.
1539
- overly adv.
1540
- oversee v.
1541
- overturn v.
1542
- overwhelm v.
1543
- overwhelming adj.
1544
- pad n.
1545
- parameter n.
1546
- parental adj.
1547
- parish n.
1548
- parliamentary adj.
1549
- partial adj.
1550
- partially adv.
1551
- passing n.
1552
- passive adj.
1553
- pastor n.
1554
- patch n.
1555
- patent n.
1556
- pathway n.
1557
- patrol n., v.
1558
- patron n.
1559
- peak n.
1560
- peasant n.
1561
- peculiar adj.
1562
- persist v.
1563
- persistent adj.
1564
- personnel n.
1565
- petition n.
1566
- philosopher n.
1567
- philosophical adj.
1568
- physician n.
1569
- pioneer n., v.
1570
- pipeline n.
1571
- pirate n.
1572
- pit n.
1573
- plea n.
1574
- plead v.
1575
- pledge v., n.
1576
- plug v., n.
1577
- plunge v.
1578
- pole n.
1579
- poll n.
1580
- pond n.
1581
- pop v.
1582
- portfolio n.
1583
- portray v.
1584
- postpone v.
1585
- post-war adj.
1586
- practitioner n.
1587
- preach v.
1588
- precedent n.
1589
- precision n.
1590
- predator n.
1591
- predecessor n.
1592
- predominantly adv.
1593
- pregnancy n.
1594
- prejudice n.
1595
- preliminary adj.
1596
- premier n.
1597
- premise n.
1598
- premium n.
1599
- prescribe v.
1600
- prescription n.
1601
- presently adv.
1602
- preservation n.
1603
- preside v.
1604
- presidency n.
1605
- presidential adj.
1606
- prestigious adj.
1607
- presumably adv.
1608
- presume v.
1609
- prevail v.
1610
- prevalence n.
1611
- prevention n.
1612
- prey n.
1613
- principal n.
1614
- privatization n.
1615
- privilege n.
1616
- probe n., v.
1617
- problematic adj.
1618
- proceedings n.
1619
- proceeds n.
1620
- processing n.
1621
- processor n.
1622
- proclaim v.
1623
- productive adj.
1624
- productivity n.
1625
- profitable adj.
1626
- profound adj.
1627
- projection n.
1628
- prominent adj.
1629
- pronounced adj.
1630
- propaganda n.
1631
- proposition n.
1632
- prosecute v.
1633
- prosecution n.
1634
- prosecutor n.
1635
- prospective adj.
1636
- prosperity n.
1637
- protective adj.
1638
- protocol n.
1639
- province n.
1640
- provincial adj.
1641
- provision n.
1642
- provoke v.
1643
- psychiatric adj.
1644
- pulse n.
1645
- pump v., n.
1646
- punch n., v.
1647
- query n.
1648
- quest n.
1649
- quota n.
1650
- radar n.
1651
- radical adj.
1652
- rage n.
1653
- raid n., v.
1654
- rally n., v.
1655
- ranking n.
1656
- rape n., v.
1657
- ratio n.
1658
- rational adj.
1659
- ray n.
1660
- readily adv.
1661
- realization n.
1662
- realm n.
1663
- rear adj., n.
1664
- reasoning n.
1665
- reassure v.
1666
- rebel n.
1667
- rebellion n.
1668
- recipient n.
1669
- reconstruction n.
1670
- recount v.
1671
- referendum n.
1672
- reflection n.
1673
- reform n., v.
1674
- refuge n.
1675
- refusal n.
1676
- regain v.
1677
- regardless adv.
1678
- regime n.
1679
- regulator n.
1680
- regulatory adj.
1681
- rehabilitation n.
1682
- reign n., v.
1683
- rejection n.
1684
- relevance n.
1685
- reliability n.
1686
- reluctant adj.
1687
- remainder n.
1688
- remains n.
1689
- remedy n.
1690
- reminder n.
1691
- removal n.
1692
- render v.
1693
- renew v.
1694
- renowned adj.
1695
- rental n.
1696
- replacement n.
1697
- reportedly adv.
1698
- representation n.
1699
- reproduce v.
1700
- reproduction n.
1701
- republic n.
1702
- resemble v.
1703
- reside v.
1704
- residence n.
1705
- residential adj.
1706
- residue n.
1707
- resignation n.
1708
- resistance n.
1709
- respective adj.
1710
- respectively adv.
1711
- restoration n.
1712
- restraint n.
1713
- resume v.
1714
- retreat n., v.
1715
- retrieve v.
1716
- revelation n.
1717
- revenge n.
1718
- reverse v. , n., adj.
1719
- revival n.
1720
- revive v.
1721
- revolutionary adj.
1722
- rhetoric n.
1723
- rifle n.
1724
- riot n.
1725
- rip v.
1726
- ritual n.
1727
- robust adj.
1728
- rock v.
1729
- rod n.
1730
- rotate v.
1731
- rotation n.
1732
- ruling n.
1733
- rumour n.
1734
- sack v.
1735
- sacred adj.
1736
- sacrifice n., v.
1737
- saint n.
1738
- sake n.
1739
- sanction n.
1740
- say n.
1741
- scattered adj.
1742
- sceptical adj.
1743
- scope n.
1744
- screw v., n.
1745
- scrutiny n.
1746
- seal v., n.
1747
- secular adj.
1748
- seemingly adv.
1749
- segment n.
1750
- seize v.
1751
- seldom adv.
1752
- selective adj.
1753
- senator n.
1754
- sensation n.
1755
- sensitivity n.
1756
- sentiment n.
1757
- separation n.
1758
- serial adj.
1759
- settlement n.
1760
- set-up n.
1761
- sexuality n.
1762
- shareholder n.
1763
- shatter v.
1764
- shed v.
1765
- sheer adj.
1766
- shipping n.
1767
- shoot n.
1768
- shrink v.
1769
- shrug v.
1770
- sigh v., n.
1771
- simulate v.
1772
- simulation n.
1773
- simultaneously adv.
1774
- sin n.
1775
- situated adj.
1776
- sketch n.
1777
- skip v.
1778
- slam v.
1779
- slap v.
1780
- slash v.
1781
- slavery n.
1782
- slot n.
1783
- smash v.
1784
- snap v.
1785
- soak v.
1786
- soar v.
1787
- socialist adj.
1788
- sole adj.
1789
- solely adv.
1790
- solicitor n.
1791
- solidarity n.
1792
- solo adj., n.
1793
- sound adj.
1794
- sovereignty n.
1795
- spam n.
1796
- span v., n.
1797
- spare v.
1798
- spark v.
1799
- specialized adj.
1800
- specification n.
1801
- specimen n.
1802
- spectacle n.
1803
- spectrum n.
1804
- spell n.
1805
- sphere n.
1806
- spin v., n.
1807
- spine n.
1808
- spotlight n.
1809
- spouse n.
1810
- spy n., v.
1811
- squad n.
1812
- squeeze v.
1813
- stab v.
1814
- stability n.
1815
- stabilize v.
1816
- stake n.
1817
- standing adj.
1818
- stark adj.
1819
- statistical adj.
1820
- steer v.
1821
- stem n., v.
1822
- stereotype n.
1823
- stimulus n.
1824
- stir v.
1825
- storage n.
1826
- straightforward adj.
1827
- strain n.
1828
- strand n.
1829
- strategic adj.
1830
- striking adj.
1831
- strip n.
1832
- strip v.
1833
- strive v.
1834
- structural adj.
1835
- stumble v.
1836
- stun v.
1837
- submission n.
1838
- subscriber n.
1839
- subscription n.
1840
- subsidy n.
1841
- substantial adj.
1842
- substantially adv.
1843
- substitute n., v.
1844
- substitution n.
1845
- subtle adj.
1846
- suburban adj.
1847
- succession n.
1848
- successive adj.
1849
- successor n.
1850
- suck v.
1851
- sue v.
1852
- suicide n.
1853
- suite n.
1854
- summit n.
1855
- superb adj.
1856
- superior adj.
1857
- supervise v.
1858
- supervision n.
1859
- supervisor n.
1860
- supplement n., v.
1861
- supportive adj.
1862
- supposedly adv.
1863
- suppress v.
1864
- supreme adj.
1865
- surge n., v.
1866
- surgical adj.
1867
- surplus n.
1868
- surrender v.
1869
- surveillance n.
1870
- suspension n.
1871
- suspicion n.
1872
- suspicious adj.
1873
- sustain v.
1874
- swing v., n.
1875
- sword n.
1876
- symbolic adj.
1877
- syndrome n.
1878
- synthesis n.
1879
- systematic adj.
1880
- tackle n.
1881
- tactic n.
1882
- tactical adj.
1883
- taxpayer n.
1884
- tempt v.
1885
- tenant n.
1886
- tender adj.
1887
- tenure n.
1888
- terminal adj.
1889
- terminate v.
1890
- terrain n.
1891
- terrific adj.
1892
- testify v.
1893
- testimony n.
1894
- texture n.
1895
- thankfully adv.
1896
- theatrical adj.
1897
- theology n.
1898
- theoretical adj.
1899
- thereafter adv.
1900
- thereby adv.
1901
- thoughtful adj.
1902
- thought-provoking adj.
1903
- thread n.
1904
- threshold n.
1905
- thrilled adj.
1906
- thrive v.
1907
- tide n.
1908
- tighten v.
1909
- timber n.
1910
- timely adj.
1911
- tobacco n.
1912
- tolerance n.
1913
- tolerate v.
1914
- toll n.
1915
- top v.
1916
- torture n., v.
1917
- toss v.
1918
- total v.
1919
- toxic adj.
1920
- trace n.
1921
- trademark n.
1922
- trail n., v.
1923
- trailer n.
1924
- transaction n.
1925
- transcript n.
1926
- transformation n.
1927
- transit n.
1928
- transmission n.
1929
- transparency n.
1930
- transparent adj.
1931
- trauma n.
1932
- treaty n.
1933
- tremendous adj.
1934
- tribal adj.
1935
- tribunal n.
1936
- tribute n.
1937
- trigger n.
1938
- trio n.
1939
- triumph n.
1940
- trophy n.
1941
- troubled adj.
1942
- trustee n.
1943
- tuition n.
1944
- turnout n.
1945
- turnover n.
1946
- twist v., n.
1947
- undergraduate n.
1948
- underlying adj.
1949
- undermine v.
1950
- undoubtedly adv.
1951
- unify v.
1952
- unprecedented adj.
1953
- unveil v.
1954
- upcoming adj.
1955
- upgrade v., n.
1956
- uphold v.
1957
- utility n.
1958
- utilize v.
1959
- utterly adv.
1960
- vacuum n.
1961
- vague adj.
1962
- validity n.
1963
- vanish v.
1964
- variable n., adj.
1965
- varied adj.
1966
- vein n.
1967
- venture n., v.
1968
- verbal adj.
1969
- verdict n.
1970
- verify v.
1971
- verse n.
1972
- versus prep.
1973
- vessel n.
1974
- veteran n.
1975
- viable adj.
1976
- vibrant adj.
1977
- vice n.
1978
- vicious adj.
1979
- villager n.
1980
- violate v.
1981
- violation n.
1982
- virtue n.
1983
- vocal adj.
1984
- vow v.
1985
- vulnerability n.
1986
- vulnerable adj.
1987
- ward n.
1988
- warehouse n.
1989
- warfare n.
1990
- warrant n., v.
1991
- warrior n.
1992
- weaken v.
1993
- weave v.
1994
- weed n.
1995
- well n.
1996
- well-being n.
1997
- whatsoever adv.
1998
- whereby adv.
1999
- whilst conj.
2000
- whip v.
2001
- wholly adv.
2002
- widen v.
2003
- widow n.
2004
- width n.
2005
- willingness n.
2006
- wipe v.
2007
- wit n.
2008
- withdrawal n.
2009
- workout n.
2010
- worship n., v.
2011
- worthwhile adj.
2012
- worthy adj.
2013
- yell v.
2014
- yield n., v.
2015
- youngster n.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
textgames/assets/word_list/oxford_opal_written_single.txt DELETED
@@ -1,1199 +0,0 @@
1
- activity n.
2
- affect v.
3
- analysis n.
4
- apply v.
5
- approach n.
6
- area n.
7
- associate v.
8
- available adj.
9
- based adj.
10
- behaviour n.
11
- between prep.
12
- case n.
13
- change n., v.
14
- community n.
15
- compare v.
16
- condition n.
17
- context n.
18
- country n.
19
- cultural adj.
20
- culture n.
21
- data n.
22
- define v.
23
- develop v.
24
- development n.
25
- difference n.
26
- different adj.
27
- economic adj.
28
- effect n.
29
- environment n.
30
- environmental adj.
31
- example n.
32
- factor n.
33
- form n., v.
34
- function n., v.
35
- global adj.
36
- group n., v.
37
- growth n.
38
- high adj.
39
- human adj.
40
- identify v.
41
- important adj.
42
- increase v., n.
43
- individual n., adj.
44
- information n.
45
- interaction n.
46
- international adj.
47
- issue n.
48
- law n.
49
- level n.
50
- likely adj., adv.
51
- low adj.
52
- may modal v.
53
- measure n., v.
54
- method n.
55
- model n., v.
56
- national adj., n.
57
- number n.
58
- occur v.
59
- organization n.
60
- particular adj., n.
61
- policy n.
62
- population n.
63
- practice n.
64
- process n., v.
65
- product n.
66
- provide v.
67
- rate n., v.
68
- reduce v.
69
- region n.
70
- relation n.
71
- relationship n.
72
- require v.
73
- research n.
74
- resource n.
75
- result n., v.
76
- risk n.
77
- role n.
78
- sample n., v.
79
- significant adj.
80
- social adj.
81
- specific adj.
82
- state n., v.
83
- strategy n.
84
- structure n., v.
85
- study n., v.
86
- such det.
87
- suggest v.
88
- system n.
89
- term n., v.
90
- terms n.
91
- theory n.
92
- therefore adv.
93
- thus adv.
94
- treatment n.
95
- type n.
96
- use n., v.
97
- value n.
98
- variable n., adj.
99
- whether conj.
100
- within prep.
101
- application n.
102
- appropriate adj.
103
- argue v.
104
- aspect n.
105
- assess v.
106
- assessment n.
107
- basis n.
108
- benefit n., v.
109
- care n.
110
- category n.
111
- characteristic n., adj.
112
- common adj.
113
- complex adj., n.
114
- component n.
115
- concept n.
116
- consider v.
117
- control n., v.
118
- current adj., n.
119
- decision n.
120
- definition n.
121
- demand n.
122
- depend v.
123
- describe v.
124
- determine v.
125
- discuss v.
126
- distribution n.
127
- due adj.
128
- effective adj.
129
- element n.
130
- energy n.
131
- evidence n.
132
- examine v.
133
- exist v.
134
- extent n.
135
- finding n.
136
- generate v.
137
- however adv.
138
- identity n.
139
- impact n., v.
140
- include v.
141
- indicate v.
142
- intervention n.
143
- involve v.
144
- key adj.
145
- knowledge n.
146
- means n.
147
- mechanism n.
148
- nature n.
149
- negative adj.
150
- network n.
151
- observe v.
152
- often adv.
153
- outcome n.
154
- output n.
155
- participant n.
156
- pattern n.
157
- per prep.
158
- per cent adj., n.
159
- perspective n.
160
- physical adj.
161
- positive adj.
162
- possible adj.
163
- potential adj., n.
164
- pressure n.
165
- primary adj.
166
- principle n.
167
- problem n.
168
- procedure n.
169
- produce v.
170
- production n.
171
- programme n.
172
- public adj., n.
173
- quality n.
174
- range n., v.
175
- recent adj.
176
- refer v.
177
- related adj.
178
- relative adj., n.
179
- relatively adv.
180
- relevant adj.
181
- report v., n.
182
- represent v.
183
- response n.
184
- rule n.
185
- scale n., v.
186
- section n.
187
- sector n.
188
- sequence n.
189
- show v.
190
- similar adj.
191
- site n.
192
- size n.
193
- solution n.
194
- source n.
195
- technology n.
196
- test n., v.
197
- total adj., n.
198
- unit n.
199
- variation n.
200
- whereas conj.
201
- above adv., adj., n.
202
- access n., v.
203
- according to prep.
204
- achieve v.
205
- action n.
206
- additional adj.
207
- address v.
208
- analyse v.
209
- argument n.
210
- assume v.
211
- assumption n.
212
- basic adj.
213
- central adj.
214
- communication n.
215
- conflict n., v.
216
- consequence n.
217
- contain v.
218
- content n.
219
- contrast n., v.
220
- criterion n.
221
- critical adj.
222
- cycle n.
223
- decrease v., n.
224
- demonstrate v.
225
- derive v.
226
- differ v.
227
- direct adj., v.
228
- discussion n.
229
- domain n.
230
- education n.
231
- ensure v.
232
- estimate v., n.
233
- event n.
234
- experience n., v.
235
- express v.
236
- external adj.
237
- feature n., v.
238
- flow n., v.
239
- focus v., n.
240
- framework n.
241
- gender n.
242
- general adj., n.
243
- generally adv.
244
- government n.
245
- hence adv.
246
- imply v.
247
- importance n.
248
- improve v.
249
- influence v., n.
250
- input n.
251
- internal adj.
252
- interpretation n.
253
- interview n., v.
254
- language n.
255
- legal adj.
256
- less adv., det., pron.
257
- limit v., n.
258
- literature n.
259
- local adj.
260
- major adj.
261
- material n., adj.
262
- meaning n.
263
- media n.
264
- multiple adj.
265
- necessary adj.
266
- need n.
267
- note v.
268
- obtain v.
269
- order n.
270
- overall adj., adv.
271
- perform v.
272
- performance n.
273
- period n.
274
- phase n.
275
- present adj., v., n.
276
- probability n.
277
- project n., v.
278
- question n.
279
- ratio n.
280
- reaction n.
281
- reduction n.
282
- reference n.
283
- reflect v.
284
- requirement n.
285
- researcher n.
286
- right n.
287
- service n.
288
- set n.
289
- significantly adv.
290
- society n.
291
- standard n., adj.
292
- status n.
293
- survey n.
294
- technique n.
295
- tend v.
296
- text n.
297
- traditional adj.
298
- understanding n.
299
- useful adj.
300
- vary v.
301
- alternative adj., n.
302
- among prep.
303
- amount n., v.
304
- arise v.
305
- association n.
306
- average adj., n., v
307
- belief n.
308
- capacity n.
309
- century n.
310
- certain adj.
311
- challenge n., v.
312
- characterize v.
313
- claim n., v.
314
- climate n.
315
- comparison n.
316
- competition n.
317
- concern v., n.
318
- conduct v., n.
319
- consideration n.
320
- consist v.
321
- consistent adj.
322
- constitute v.
323
- consumption n.
324
- create v.
325
- difficult adj.
326
- dimension n.
327
- equal adj., v.
328
- error n.
329
- essential adj.
330
- ethnic adj.
331
- evaluate v.
332
- evolution n.
333
- experiment n.
334
- explore v.
335
- field n.
336
- formation n.
337
- functional adj.
338
- fundamental adj.
339
- goal n.
340
- history n.
341
- hypothesis n.
342
- illustrate v.
343
- implement v.
344
- indeed adv.
345
- independent adj.
346
- initial adj.
347
- integration n.
348
- interpret v.
349
- item n.
350
- large adj.
351
- learning n.
352
- loss n.
353
- majority n.
354
- modern adj.
355
- moreover adv.
356
- most det.
357
- natural adj.
358
- notion n.
359
- object n.
360
- objective n., adj.
361
- observation n.
362
- operate v.
363
- operation n.
364
- opportunity n.
365
- origin n.
366
- particularly adv.
367
- perceive v.
368
- phenomenon n.
369
- point n.
370
- possibility n.
371
- power n.
372
- predict v.
373
- proportion n.
374
- protection n.
375
- purpose n.
376
- rather adv.
377
- regard v., n.
378
- regional adj.
379
- regulation n.
380
- representation n.
381
- respect n.
382
- respectively adv.
383
- rise n.
384
- select v.
385
- selection n.
386
- sexual adj.
387
- similarly adv.
388
- situation n.
389
- stage n.
390
- target n., v.
391
- theoretical adj.
392
- tool n.
393
- transition n.
394
- trend n.
395
- typically adv.
396
- underlying adj.
397
- variety n.
398
- various adj.
399
- view n., v.
400
- ability n.
401
- actual adj.
402
- adopt v.
403
- advantage n.
404
- age n.
405
- agreement n.
406
- allow v.
407
- although conj.
408
- article n.
409
- attitude n.
410
- authority n.
411
- bias n., v.
412
- broad adj.
413
- can modal v.
414
- choice n.
415
- circumstance n.
416
- clear adj.
417
- combination n.
418
- combine v.
419
- commonly adv.
420
- complexity n.
421
- conclude v.
422
- conclusion n.
423
- construct v., n.
424
- core n.
425
- debate n.
426
- degree n.
427
- design n., v.
428
- directly adv.
429
- distinct adj.
430
- distinction n.
431
- distinguish v.
432
- dominant adj.
433
- efficiency n.
434
- emerge v.
435
- emphasis n.
436
- emphasize v.
437
- empirical adj.
438
- enable v.
439
- enhance v.
440
- establish v.
441
- evaluation n.
442
- exchange n.
443
- exclude v.
444
- expectation n.
445
- explanation n.
446
- facilitate v.
447
- fact n.
448
- failure n.
449
- female n., adj.
450
- financial adj.
451
- further adj.
452
- future adj., n.
453
- highly adv.
454
- implementation n.
455
- impose v.
456
- index n.
457
- indicator n.
458
- interest n.
459
- investigate v.
460
- investigation n.
461
- judgement n.
462
- lack n., v.
463
- limitation n.
464
- limited adj.
465
- link v., n.
466
- location n.
467
- main adj.
468
- maintain v.
469
- male n., adj.
470
- many det.
471
- mental adj.
472
- mode n.
473
- movement n.
474
- necessarily adv.
475
- norm n.
476
- other adj.
477
- participation n.
478
- perception n.
479
- prevent v.
480
- prior adj.
481
- propose v.
482
- regime n.
483
- relate v.
484
- rely v.
485
- resistance n.
486
- secondary adj.
487
- seek v.
488
- simple adj.
489
- single adj.
490
- specifically adv.
491
- specify v.
492
- stress n., v.
493
- subject adj., n., v.
494
- supply n., v.
495
- support n., v,
496
- task n.
497
- transfer n., v.
498
- urban adj.
499
- via prep.
500
- absence n.
501
- agent n.
502
- approximately adv.
503
- below adv., prep.
504
- cause v., n.
505
- chain n.
506
- channel n.
507
- clearly adv.
508
- code n., v.
509
- conception n.
510
- constant adj., n.
511
- constraint n.
512
- contribute v.
513
- contribution n.
514
- correlation n.
515
- correspond v.
516
- decade n.
517
- decline n., v.
518
- dependent adj.
519
- detail n.
520
- detailed adj.
521
- difficulty n.
522
- discrimination n.
523
- diverse adj.
524
- diversity n.
525
- divide v.
526
- early adj.
527
- educational adj.
528
- effectively adv.
529
- effectiveness n.
530
- effort n.
531
- employ v.
532
- entry n.
533
- ethical adj.
534
- evolve v.
535
- existence n.
536
- expand v.
537
- expansion n.
538
- experimental adj.
539
- extend v.
540
- force n.
541
- formal adj.
542
- furthermore adv.
543
- gain n., v.
544
- generation n.
545
- highlight v.
546
- identification n.
547
- image n.
548
- improvement n.
549
- including prep.
550
- induce v.
551
- inequality n.
552
- insight n.
553
- instance n.
554
- integrate v.
555
- introduce v.
556
- maximum adj., n.
557
- might modal v.
558
- migration n.
559
- minority n.
560
- modify v.
561
- must modal v.
562
- new adj.
563
- offer v.
564
- option n.
565
- part n.
566
- participate v.
567
- percentage n.
568
- potentially adv.
569
- preference n.
570
- presence n.
571
- previous adj.
572
- previously adv.
573
- primarily adv.
574
- psychological adj.
575
- qualitative adj.
576
- quantity n.
577
- reasonable adj.
578
- responsibility n.
579
- restrict v.
580
- restriction n.
581
- science n.
582
- scope n.
583
- sense n.
584
- shift n.
585
- should modal v.
586
- significance n.
587
- space n.
588
- spatial adj.
589
- stability n.
590
- stable adj.
591
- statement n.
592
- statistical adj.
593
- structural adj.
594
- sufficient adj.
595
- technological adj.
596
- treat v.
597
- violence n.
598
- welfare n.
599
- world n.
600
- act n., v.
601
- adaptation n.
602
- aim n., v.
603
- alter v.
604
- animal n.
605
- author n.
606
- availability n.
607
- awareness n.
608
- balance n., v.
609
- barrier n.
610
- base n., v.
611
- capability n.
612
- commercial adj.
613
- commitment n.
614
- composition n.
615
- consequently adv.
616
- construction n.
617
- contemporary adj.
618
- continuous adj.
619
- conventional adj.
620
- cooperation n.
621
- correlate v.
622
- corresponding adj.
623
- crucial adj.
624
- description n.
625
- device n.
626
- duration n.
627
- dynamic n., adj.
628
- encourage v.
629
- entity n.
630
- equivalent adj., n.
631
- especially adv.
632
- essentially adv.
633
- evolutionary adj.
634
- examination n.
635
- exception n.
636
- exercise n., v.
637
- expression n.
638
- facility n.
639
- federal adj.
640
- formula n.
641
- frequently adv.
642
- gap n.
643
- incorporate v.
644
- increasingly adv.
645
- instrument n.
646
- intensity n.
647
- interact v.
648
- interval n.
649
- justify v.
650
- largely adv.
651
- located adj.
652
- logic n.
653
- medical adj.
654
- monitor v.
655
- motivation n.
656
- namely adv.
657
- online adj.
658
- orientation n.
659
- original adj.
660
- position n., v.
661
- poverty n.
662
- prevention n.
663
- private adj.
664
- professional n., adj.
665
- profile n.
666
- rapid adj.
667
- rational adj.
668
- reality n.
669
- recently adv.
670
- recognition n.
671
- recognize v.
672
- rural adj.
673
- scenario n.
674
- second adv.
675
- security n.
676
- segment n.
677
- sex n.
678
- share v., n.
679
- skill n.
680
- software n.
681
- subsequent adj.
682
- summarize v.
683
- survival n.
684
- systematic adj.
685
- theme n.
686
- thereby adv.
687
- topic n.
688
- training n.
689
- transformation n.
690
- transport n., v.
691
- typical adj.
692
- uncertainty n.
693
- undergo v.
694
- unique adj.
695
- universal adj.
696
- validity n.
697
- visual adj.
698
- working n., adj.
699
- yield v., n.
700
- absolute adj.
701
- academic adj., n.
702
- adapt v.
703
- adequate adj.
704
- agricultural adj.
705
- anxiety n.
706
- apparent adj.
707
- arrangement n.
708
- background n.
709
- beyond prep.
710
- burden n.
711
- causal adj.
712
- centre n., v.
713
- classification n.
714
- classify v.
715
- column n.
716
- compete v.
717
- comprehensive adj.
718
- comprise v.
719
- confirm v.
720
- connect v.
721
- consensus n.
722
- consent n.
723
- correct adj.
724
- creation n.
725
- currently adv.
726
- desire n., v.
727
- discipline n.
728
- distribute v.
729
- document n., v.
730
- dominate v.
731
- during prep.
732
- efficient adj.
733
- eliminate v.
734
- emotional adj.
735
- engage v.
736
- equally adv.
737
- exceed v.
738
- excess n.
739
- explain v.
740
- govern v.
741
- identical adj.
742
- introduction n.
743
- involvement n.
744
- isolated adj.
745
- latter n.
746
- line n.
747
- list v., n.
748
- maximize v.
749
- medium n.
750
- member n.
751
- minimize v.
752
- minimum adj., n.
753
- nevertheless adv.
754
- normal adj.
755
- organize v.
756
- outline v.
757
- partial adj.
758
- permit v.
759
- personal adj.
760
- practical adj.
761
- practitioner n.
762
- priority n.
763
- promote v.
764
- promotion n.
765
- quantitative adj.
766
- random adj.
767
- reason n.
768
- reasoning n.
769
- reject v.
770
- responsible adj.
771
- reveal v.
772
- root n.
773
- sampling n.
774
- satisfy v.
775
- scheme n.
776
- separate adj., v.
777
- separation n.
778
- shape v., n.
779
- similarity n.
780
- simply adv.
781
- so-called adj.
782
- solve v.
783
- substance n.
784
- sum n.
785
- sustain v.
786
- technical adj.
787
- tendency n.
788
- transform v.
789
- transmission n.
790
- transmit v.
791
- ultimately adv.
792
- utility n.
793
- utilize v.
794
- variance n.
795
- version n.
796
- website n.
797
- weight n.
798
- whole n.
799
- widely adv.
800
- acceptable adj.
801
- acceptance n.
802
- accuracy n.
803
- accurate adj.
804
- active adj.
805
- addition n.
806
- adjust v.
807
- adjustment n.
808
- agenda n.
809
- avoid v.
810
- cite v.
811
- classical adj.
812
- commit v.
813
- communicate v.
814
- comparable adj.
815
- comparative adj.
816
- conceptual adj.
817
- connection n.
818
- considerable adj.
819
- contact n.
820
- coverage n.
821
- deal v.
822
- denote v.
823
- determinant n.
824
- differentiate v.
825
- differentiation n.
826
- digital adj.
827
- distance n.
828
- division n.
829
- ecological adj.
830
- emergence n.
831
- ethic n.
832
- expect v.
833
- expert n., adj.
834
- explicit adj.
835
- explicitly adj.
836
- extension n.
837
- extensive adj.
838
- extreme adj., n.
839
- fail v.
840
- flexibility n.
841
- flexible adj.
842
- fully adv.
843
- fund n., v.
844
- funding n.
845
- ideal adj., n.
846
- immediate adj.
847
- inclusion n.
848
- indirect adj.
849
- initially adv.
850
- initiate v.
851
- initiative n.
852
- instruction n.
853
- intention n.
854
- label v., n.
855
- leadership n.
856
- margin n.
857
- matter n.
858
- methodology n.
859
- mix v.
860
- mobility n.
861
- net adj.
862
- ongoing adj.
863
- optimal adj.
864
- ordinary adj.
865
- parallel adj., n.
866
- precise adj.
867
- precisely adv.
868
- prediction n.
869
- progress n.
870
- proposition n.
871
- protect v.
872
- race n.
873
- recommend v.
874
- record v., n.
875
- replace v.
876
- resolution n.
877
- resolve v.
878
- review n.
879
- safety n.
880
- scientific adj.
881
- series n.
882
- specialist n.
883
- statistic n.
884
- statistically adv.
885
- store v.
886
- strongly adv.
887
- substantial adj.
888
- substantially adv.
889
- successful adj.
890
- suitable adj.
891
- summary n.
892
- threat n.
893
- threshold n.
894
- unlikely adj.
895
- valid adj.
896
- versus prep.
897
- vertical adj.
898
- volume n.
899
- widespread adj.
900
- accordingly adv.
901
- accumulation n.
902
- acknowledge v.
903
- acquisition n.
904
- administrative adj.
905
- alternatively adv.
906
- analytical adj.
907
- annual adj.
908
- applicable adj.
909
- assert v.
910
- assign v.
911
- attribute n., v.
912
- beneficial adj.
913
- conservation n.
914
- continuity n.
915
- convention n.
916
- convert v.
917
- coordination n.
918
- dependence n.
919
- deviation n.
920
- disadvantage n., v.
921
- distinctive adj.
922
- donor n.
923
- elevate v.
924
- elsewhere adv.
925
- encode v.
926
- encounter v., n.
927
- ethnicity n.
928
- evident adj.
929
- exclusion n.
930
- exploit v.
931
- expose v.
932
- favour v.
933
- formulation n.
934
- generalize v.
935
- geographical adj.
936
- guidance n.
937
- harm n.
938
- hierarchy n.
939
- horizontal adj.
940
- independently adv.
941
- indication n.
942
- infer v.
943
- inference n.
944
- inherent adj.
945
- integrated adj.
946
- intermediate adj.
947
- interviewer n.
948
- intrinsic adj.
949
- justification n.
950
- meaningful adj.
951
- mediate v.
952
- methodological adj.
953
- modelling n.
954
- motivate v.
955
- neutral adj.
956
- novel adj.
957
- observer n.
958
- occupation n.
959
- occurrence n.
960
- otherwise adv.
961
- overlap v., n.
962
- overview n.
963
- pose v.
964
- precede v.
965
- presentation n.
966
- problematic adj.
967
- proportional adj.
968
- protocol n.
969
- rapidly adv.
970
- readily adv.
971
- recovery n.
972
- regardless of prep.
973
- reinforce v.
974
- release n.
975
- relevance n.
976
- reliability n.
977
- reliable adj.
978
- removal n.
979
- representative adj., n.
980
- resident n.
981
- selective adj.
982
- sensitive adj.
983
- simultaneously adv.
984
- socially adv.
985
- specialized adj.
986
- specification n.
987
- sphere n.
988
- stimulate v.
989
- stock n.
990
- subjective adj.
991
- substitution n.
992
- sufficiently adv.
993
- tension n.
994
- territory n.
995
- traditionally adv.
996
- undertake v.
997
- upper adj.
998
- voluntary adj.
999
- wealth n.
1000
- abnormal adj.
1001
- abnormality n.
1002
- absent adj.
1003
- accept v.
1004
- accessible adj.
1005
- accountability n.
1006
- achievement n.
1007
- actively adv.
1008
- additionally adv.
1009
- analyst n.
1010
- appear v.
1011
- appropriately adv.
1012
- arguably adv.
1013
- behave v.
1014
- beneficiary n.
1015
- broadly adv.
1016
- categorize v.
1017
- character n.
1018
- characterization n.
1019
- conceive v.
1020
- conceptualize v.
1021
- conditional adj.
1022
- consistency n.
1023
- consistently adv.
1024
- consume v.
1025
- creative adj.
1026
- culturally adv.
1027
- descriptive adj.
1028
- determination n.
1029
- differently adv.
1030
- direction n.
1031
- dominance n.
1032
- economically adv.
1033
- efficacy n.
1034
- efficiently adv.
1035
- essence n.
1036
- estimation n.
1037
- exclusive adj.
1038
- exclusively adv.
1039
- explanatory adj.
1040
- exploration n.
1041
- fundamentally adv.
1042
- generalization n.
1043
- governmental adj.
1044
- historically adv.
1045
- hypothesize v.
1046
- hypothetical adj.
1047
- implicit adj.
1048
- implicitly adv.
1049
- importantly adv.
1050
- inappropriate adj.
1051
- inconsistent adj.
1052
- independence n.
1053
- indirectly adv.
1054
- inform v.
1055
- informed adj.
1056
- insufficient adj.
1057
- integral adj.
1058
- interactive adj.
1059
- intervene v.
1060
- interviewee n.
1061
- investigator n.
1062
- leader n.
1063
- legally adv.
1064
- localized adj.
1065
- locally adv.
1066
- mobile adj.
1067
- mobilize v.
1068
- modernity n.
1069
- modernization n.
1070
- necessity n.
1071
- negatively adv.
1072
- normally adv.
1073
- operational adj.
1074
- originally adv.
1075
- originate v.
1076
- positively adv.
1077
- predominantly adv.
1078
- procedural adj.
1079
- productive adj.
1080
- projection n.
1081
- proposal n.
1082
- reconstruct v.
1083
- reconstruction n.
1084
- recording n.
1085
- reflection n.
1086
- remove v.
1087
- reporting n.
1088
- respond v.
1089
- secondly adv.
1090
- sexuality n.
1091
- simplify v.
1092
- societal adj.
1093
- systematically adv.
1094
- terminology n.
1095
- usage n.
1096
- valuable adj.
1097
- varied adj.
1098
- viewer n.
1099
- wide adj.
1100
- accumulate v.
1101
- accurately adv.
1102
- acquire v.
1103
- adaptive adj.
1104
- adequately adv.
1105
- administer v.
1106
- administration n.
1107
- alteration n.
1108
- approximation n.
1109
- assertion n.
1110
- aware adj.
1111
- capable adj.
1112
- causation n.
1113
- centralize v.
1114
- certainty n.
1115
- classic adj.
1116
- conservative adj.
1117
- conserve v.
1118
- considerably adv.
1119
- constrain v.
1120
- constructive adj.
1121
- conversion n.
1122
- cooperative adj.
1123
- coordinate n., v.
1124
- correction n.
1125
- correctly adv.
1126
- critically adv.
1127
- criticize v.
1128
- cumulative adj.
1129
- desirable adj.
1130
- empirically adv.
1131
- empower v.
1132
- equivalence n.
1133
- establishment n.
1134
- excessive adj.
1135
- exemplify v.
1136
- expertise n.
1137
- exploitation n.
1138
- favourable adj.
1139
- formulate v.
1140
- frequent adj.
1141
- harmful adj.
1142
- hierarchical adj.
1143
- ideally adv.
1144
- inability n.
1145
- inadequate adj.
1146
- individually adv.
1147
- induction n.
1148
- initiation n.
1149
- instability n.
1150
- intend v.
1151
- intensive adj.
1152
- irrelevant adj.
1153
- isolation n.
1154
- logical adj.
1155
- migrate v.
1156
- minimal adj.
1157
- minor adj.
1158
- naturally adv.
1159
- occupy v.
1160
- orient v.
1161
- partially adv.
1162
- partly adv.
1163
- precision n.
1164
- progression n.
1165
- progressive adj.
1166
- quantify v.
1167
- randomize v.
1168
- randomly adv.
1169
- rating n.
1170
- rationale n.
1171
- rationality n.
1172
- reasonably adv.
1173
- rejection n.
1174
- reliance n.
1175
- replacement n.
1176
- resistant adj.
1177
- restrictive adj.
1178
- satisfaction n.
1179
- sensory adj.
1180
- separately adv.
1181
- simultaneous adj.
1182
- stabilize v.
1183
- stimulation n.
1184
- strength n.
1185
- strengthen v.
1186
- substantive adj.
1187
- substitute v.
1188
- successfully adv.
1189
- theoretically adv.
1190
- transportation n.
1191
- ultimate adj.
1192
- unclear adj.
1193
- undertaking n.
1194
- unrelated adj.
1195
- unstable adj.
1196
- utilization n.
1197
- validate v.
1198
- validation n.
1199
- visible adj.