typingtutor 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/README.md +3 -1
  4. data/dictionary/.DS_Store +0 -0
  5. data/dictionary/american-abbreviations.70 +4 -0
  6. data/dictionary/american-upper.50 +21 -0
  7. data/dictionary/american-upper.60 +2 -0
  8. data/dictionary/american-upper.70 +68 -0
  9. data/dictionary/american-words.10 +35 -0
  10. data/dictionary/american-words.20 +167 -0
  11. data/dictionary/american-words.35 +1049 -0
  12. data/dictionary/american-words.40 +221 -0
  13. data/dictionary/american-words.50 +781 -0
  14. data/dictionary/american-words.55 +227 -0
  15. data/dictionary/american-words.60 +528 -0
  16. data/dictionary/american-words.70 +1337 -0
  17. data/dictionary/british-abbreviations.55 +1 -0
  18. data/dictionary/british-abbreviations.70 +6 -0
  19. data/dictionary/british-upper.50 +21 -0
  20. data/dictionary/british-upper.60 +2 -0
  21. data/dictionary/british-upper.70 +67 -0
  22. data/dictionary/british-words.10 +47 -0
  23. data/dictionary/british-words.20 +195 -0
  24. data/dictionary/british-words.35 +1078 -0
  25. data/dictionary/british-words.40 +223 -0
  26. data/dictionary/british-words.50 +783 -0
  27. data/dictionary/british-words.55 +219 -0
  28. data/dictionary/british-words.60 +526 -0
  29. data/dictionary/british-words.70 +1339 -0
  30. data/dictionary/british_variant_1-abbreviations.55 +1 -0
  31. data/dictionary/british_variant_1-contractions.35 +1 -0
  32. data/dictionary/british_variant_1-contractions.50 +2 -0
  33. data/dictionary/british_variant_1-contractions.60 +1 -0
  34. data/dictionary/british_variant_1-upper.35 +4 -0
  35. data/dictionary/british_variant_1-upper.40 +6 -0
  36. data/dictionary/british_variant_1-upper.50 +48 -0
  37. data/dictionary/british_variant_1-upper.60 +50 -0
  38. data/dictionary/british_variant_1-upper.70 +3 -0
  39. data/dictionary/british_variant_1-words.10 +15 -0
  40. data/dictionary/british_variant_1-words.20 +44 -0
  41. data/dictionary/british_variant_1-words.35 +264 -0
  42. data/dictionary/british_variant_1-words.40 +74 -0
  43. data/dictionary/british_variant_1-words.50 +287 -0
  44. data/dictionary/british_variant_1-words.55 +86 -0
  45. data/dictionary/british_variant_1-words.60 +164 -0
  46. data/dictionary/british_variant_1-words.70 +23 -0
  47. data/dictionary/british_variant_2-abbreviations.70 +3 -0
  48. data/dictionary/british_variant_2-contractions.50 +9 -0
  49. data/dictionary/british_variant_2-contractions.70 +1 -0
  50. data/dictionary/british_variant_2-upper.35 +1 -0
  51. data/dictionary/british_variant_2-upper.40 +7 -0
  52. data/dictionary/british_variant_2-upper.50 +105 -0
  53. data/dictionary/british_variant_2-upper.60 +53 -0
  54. data/dictionary/british_variant_2-upper.70 +142 -0
  55. data/dictionary/british_variant_2-words.10 +6 -0
  56. data/dictionary/british_variant_2-words.20 +27 -0
  57. data/dictionary/british_variant_2-words.35 +439 -0
  58. data/dictionary/british_variant_2-words.40 +121 -0
  59. data/dictionary/british_variant_2-words.50 +479 -0
  60. data/dictionary/british_variant_2-words.55 +104 -0
  61. data/dictionary/british_variant_2-words.60 +183 -0
  62. data/dictionary/british_variant_2-words.70 +299 -0
  63. data/dictionary/british_z-abbreviations.55 +1 -0
  64. data/dictionary/british_z-abbreviations.70 +6 -0
  65. data/dictionary/british_z-upper.50 +21 -0
  66. data/dictionary/british_z-upper.60 +2 -0
  67. data/dictionary/british_z-upper.70 +68 -0
  68. data/dictionary/british_z-words.10 +44 -0
  69. data/dictionary/british_z-words.20 +186 -0
  70. data/dictionary/british_z-words.35 +1063 -0
  71. data/dictionary/british_z-words.40 +223 -0
  72. data/dictionary/british_z-words.50 +779 -0
  73. data/dictionary/british_z-words.55 +219 -0
  74. data/dictionary/british_z-words.60 +526 -0
  75. data/dictionary/british_z-words.70 +1336 -0
  76. data/dictionary/english-abbreviations.10 +3 -0
  77. data/dictionary/english-abbreviations.20 +2 -0
  78. data/dictionary/english-abbreviations.35 +85 -0
  79. data/dictionary/english-abbreviations.40 +208 -0
  80. data/dictionary/english-abbreviations.50 +683 -0
  81. data/dictionary/english-abbreviations.55 +27 -0
  82. data/dictionary/english-abbreviations.60 +547 -0
  83. data/dictionary/english-abbreviations.70 +693 -0
  84. data/dictionary/english-contractions.10 +13 -0
  85. data/dictionary/english-contractions.35 +5 -0
  86. data/dictionary/english-contractions.40 +30 -0
  87. data/dictionary/english-contractions.50 +8 -0
  88. data/dictionary/english-contractions.60 +12 -0
  89. data/dictionary/english-contractions.70 +13 -0
  90. data/dictionary/english-proper-names.35 +2 -0
  91. data/dictionary/english-proper-names.40 +3 -0
  92. data/dictionary/english-proper-names.50 +7817 -0
  93. data/dictionary/english-proper-names.60 +45 -0
  94. data/dictionary/english-proper-names.70 +1510 -0
  95. data/dictionary/english-upper.10 +13 -0
  96. data/dictionary/english-upper.35 +220 -0
  97. data/dictionary/english-upper.40 +488 -0
  98. data/dictionary/english-upper.50 +10301 -0
  99. data/dictionary/english-upper.60 +725 -0
  100. data/dictionary/english-upper.70 +6303 -0
  101. data/dictionary/english-words.10 +4374 -0
  102. data/dictionary/english-words.20 +7951 -0
  103. data/dictionary/english-words.35 +36071 -0
  104. data/dictionary/english-words.40 +6379 -0
  105. data/dictionary/english-words.50 +23648 -0
  106. data/dictionary/english-words.55 +6213 -0
  107. data/dictionary/english-words.60 +12999 -0
  108. data/dictionary/english-words.70 +33400 -0
  109. data/dictionary/special-hacker.50 +1649 -0
  110. data/dictionary/special-roman-numerals.35 +63 -0
  111. data/dictionary/variant_1-abbreviations.55 +1 -0
  112. data/dictionary/variant_1-contractions.35 +1 -0
  113. data/dictionary/variant_1-contractions.50 +2 -0
  114. data/dictionary/variant_1-contractions.60 +1 -0
  115. data/dictionary/variant_1-upper.35 +4 -0
  116. data/dictionary/variant_1-upper.40 +6 -0
  117. data/dictionary/variant_1-upper.50 +48 -0
  118. data/dictionary/variant_1-upper.60 +51 -0
  119. data/dictionary/variant_1-upper.70 +3 -0
  120. data/dictionary/variant_1-words.10 +22 -0
  121. data/dictionary/variant_1-words.20 +71 -0
  122. data/dictionary/variant_1-words.35 +453 -0
  123. data/dictionary/variant_1-words.40 +96 -0
  124. data/dictionary/variant_1-words.50 +360 -0
  125. data/dictionary/variant_1-words.55 +100 -0
  126. data/dictionary/variant_1-words.60 +187 -0
  127. data/dictionary/variant_1-words.70 +57 -0
  128. data/dictionary/variant_2-abbreviations.70 +3 -0
  129. data/dictionary/variant_2-contractions.50 +9 -0
  130. data/dictionary/variant_2-contractions.70 +1 -0
  131. data/dictionary/variant_2-upper.35 +1 -0
  132. data/dictionary/variant_2-upper.40 +7 -0
  133. data/dictionary/variant_2-upper.50 +109 -0
  134. data/dictionary/variant_2-upper.60 +53 -0
  135. data/dictionary/variant_2-upper.70 +142 -0
  136. data/dictionary/variant_2-words.10 +25 -0
  137. data/dictionary/variant_2-words.20 +98 -0
  138. data/dictionary/variant_2-words.35 +892 -0
  139. data/dictionary/variant_2-words.40 +155 -0
  140. data/dictionary/variant_2-words.50 +608 -0
  141. data/dictionary/variant_2-words.55 +120 -0
  142. data/dictionary/variant_2-words.60 +226 -0
  143. data/dictionary/variant_2-words.70 +331 -0
  144. data/dictionary/variant_3-abbreviations.40 +1 -0
  145. data/dictionary/variant_3-words.10 +9 -0
  146. data/dictionary/variant_3-words.20 +23 -0
  147. data/dictionary/variant_3-words.35 +112 -0
  148. data/dictionary/variant_3-words.40 +29 -0
  149. data/dictionary/variant_3-words.50 +92 -0
  150. data/dictionary/variant_3-words.55 +74 -0
  151. data/dictionary/variant_3-words.60 +33 -0
  152. data/dictionary/variant_3-words.70 +46 -0
  153. data/lib/typingtutor/dictionary.rb +51 -0
  154. data/lib/typingtutor/runner.rb +6 -0
  155. data/lib/typingtutor/version.rb +1 -1
  156. data/lib/typingtutor.rb +1 -0
  157. metadata +153 -3
@@ -0,0 +1,4374 @@
1
+ a
2
+ abilities
3
+ ability
4
+ ability's
5
+ able
6
+ about
7
+ above
8
+ absence
9
+ absolute
10
+ absolutely
11
+ abuse
12
+ academic
13
+ accept
14
+ acceptable
15
+ accepted
16
+ accepting
17
+ accepts
18
+ access
19
+ accessible
20
+ accident
21
+ accidental
22
+ accidentally
23
+ accord
24
+ accorded
25
+ according
26
+ accordingly
27
+ accords
28
+ account
29
+ account's
30
+ accounts
31
+ accuracy
32
+ accurate
33
+ achieve
34
+ achieved
35
+ achieves
36
+ achieving
37
+ acquire
38
+ acquired
39
+ acquires
40
+ acquiring
41
+ across
42
+ act
43
+ act's
44
+ acted
45
+ acting
46
+ action
47
+ action's
48
+ actions
49
+ active
50
+ activities
51
+ activity
52
+ activity's
53
+ acts
54
+ actual
55
+ actually
56
+ add
57
+ added
58
+ adding
59
+ addition
60
+ additional
61
+ address
62
+ address's
63
+ addressed
64
+ addresses
65
+ addressing
66
+ adds
67
+ adequate
68
+ adjust
69
+ administration
70
+ admit
71
+ admits
72
+ admitted
73
+ admittedly
74
+ admitting
75
+ adopt
76
+ adopted
77
+ adopting
78
+ adopts
79
+ advance
80
+ advanced
81
+ advances
82
+ advancing
83
+ advantage
84
+ advantage's
85
+ advantages
86
+ advertise
87
+ advertised
88
+ advertises
89
+ advertising
90
+ advice
91
+ advise
92
+ advised
93
+ advises
94
+ advising
95
+ affair
96
+ affair's
97
+ affairs
98
+ affect
99
+ affect's
100
+ affected
101
+ affecting
102
+ affects
103
+ afford
104
+ afraid
105
+ after
106
+ afternoon
107
+ afterwards
108
+ again
109
+ against
110
+ age
111
+ age's
112
+ agency
113
+ ages
114
+ ago
115
+ agree
116
+ agreed
117
+ agreeing
118
+ agreement
119
+ agrees
120
+ ahead
121
+ aid
122
+ aim
123
+ aimed
124
+ aiming
125
+ aims
126
+ air
127
+ alarm
128
+ album
129
+ algorithm
130
+ algorithm's
131
+ algorithms
132
+ alias
133
+ alive
134
+ all
135
+ allow
136
+ allowed
137
+ allowing
138
+ allows
139
+ almost
140
+ alone
141
+ along
142
+ already
143
+ also
144
+ alter
145
+ altered
146
+ altering
147
+ alternate
148
+ alternative
149
+ alternative's
150
+ alternatively
151
+ alternatives
152
+ alters
153
+ although
154
+ altogether
155
+ always
156
+ am
157
+ ambiguous
158
+ amount
159
+ amount's
160
+ amounts
161
+ amuse
162
+ amused
163
+ amuses
164
+ amusing
165
+ an
166
+ analogue
167
+ analysis
168
+ ancient
169
+ and
170
+ angle
171
+ angry
172
+ animal
173
+ announce
174
+ announcement
175
+ annoy
176
+ annoyed
177
+ annoying
178
+ annoys
179
+ annual
180
+ anonymous
181
+ another
182
+ answer
183
+ answer's
184
+ answered
185
+ answering
186
+ answers
187
+ any
188
+ anybody
189
+ anyone
190
+ anyplace
191
+ anything
192
+ anyway
193
+ anywhere
194
+ apart
195
+ apologies
196
+ apology
197
+ apology's
198
+ apparent
199
+ apparently
200
+ appeal
201
+ appear
202
+ appearance
203
+ appeared
204
+ appearing
205
+ appears
206
+ apple
207
+ application
208
+ application's
209
+ applications
210
+ applied
211
+ applies
212
+ apply
213
+ applying
214
+ appreciate
215
+ appreciated
216
+ appreciates
217
+ appreciating
218
+ approach
219
+ appropriate
220
+ approval
221
+ approve
222
+ approved
223
+ approves
224
+ approving
225
+ arbitrary
226
+ are
227
+ area
228
+ area's
229
+ areas
230
+ argue
231
+ argued
232
+ argues
233
+ arguing
234
+ argument
235
+ argument's
236
+ arguments
237
+ arise
238
+ arises
239
+ arithmetic
240
+ arm
241
+ army
242
+ around
243
+ arrange
244
+ arranged
245
+ arrangement
246
+ arrangement's
247
+ arrangements
248
+ arranges
249
+ arranging
250
+ arrive
251
+ arrived
252
+ arrives
253
+ arriving
254
+ art
255
+ article
256
+ article's
257
+ articles
258
+ artificial
259
+ artist
260
+ as
261
+ aside
262
+ ask
263
+ asked
264
+ asking
265
+ asks
266
+ asleep
267
+ aspect
268
+ aspect's
269
+ aspects
270
+ assembler
271
+ assembly
272
+ assistant
273
+ associate
274
+ associated
275
+ associates
276
+ associating
277
+ association
278
+ assume
279
+ assumed
280
+ assumes
281
+ assuming
282
+ assumption
283
+ assure
284
+ assured
285
+ assures
286
+ assuring
287
+ at
288
+ ate
289
+ atmosphere
290
+ attach
291
+ attached
292
+ attaching
293
+ attack
294
+ attempt
295
+ attempt's
296
+ attempted
297
+ attempting
298
+ attempts
299
+ attend
300
+ attended
301
+ attending
302
+ attends
303
+ attention
304
+ attitude
305
+ attract
306
+ attractive
307
+ audience
308
+ author
309
+ author's
310
+ authorities
311
+ authority
312
+ authority's
313
+ authors
314
+ automatic
315
+ automatically
316
+ automobile
317
+ autumn
318
+ autumn's
319
+ available
320
+ average
321
+ avoid
322
+ avoided
323
+ avoiding
324
+ avoids
325
+ awake
326
+ award
327
+ aware
328
+ away
329
+ awful
330
+ awkward
331
+ back
332
+ backed
333
+ background
334
+ backing
335
+ backs
336
+ backwards
337
+ bad
338
+ badly
339
+ balance
340
+ ball
341
+ ban
342
+ band
343
+ bank
344
+ bar
345
+ bar's
346
+ bars
347
+ base
348
+ based
349
+ bases
350
+ basic
351
+ basically
352
+ basing
353
+ basis
354
+ battery
355
+ be
356
+ bear
357
+ bear's
358
+ bearing
359
+ bears
360
+ beautiful
361
+ became
362
+ because
363
+ become
364
+ becomes
365
+ becoming
366
+ bed
367
+ been
368
+ before
369
+ beforehand
370
+ began
371
+ begin
372
+ beginning
373
+ begins
374
+ begun
375
+ behalf
376
+ behave
377
+ behind
378
+ being
379
+ believe
380
+ believed
381
+ believes
382
+ believing
383
+ belong
384
+ belongs
385
+ below
386
+ benefit
387
+ benefit's
388
+ benefits
389
+ besides
390
+ best
391
+ bet
392
+ bets
393
+ better
394
+ betting
395
+ between
396
+ beyond
397
+ bid
398
+ bidding
399
+ bids
400
+ big
401
+ bigger
402
+ biggest
403
+ bill
404
+ binary
405
+ bind
406
+ binding
407
+ binds
408
+ biology
409
+ bit
410
+ bit's
411
+ bite
412
+ bites
413
+ biting
414
+ bits
415
+ bitten
416
+ bizarre
417
+ black
418
+ blame
419
+ blank
420
+ block
421
+ blow
422
+ blue
423
+ board
424
+ board's
425
+ boards
426
+ boat
427
+ bodies
428
+ body
429
+ body's
430
+ book
431
+ book's
432
+ books
433
+ boot
434
+ bore
435
+ borne
436
+ borrow
437
+ borrowed
438
+ borrowing
439
+ borrows
440
+ both
441
+ bother
442
+ bothered
443
+ bothering
444
+ bothers
445
+ bottle
446
+ bottom
447
+ bought
448
+ bound
449
+ box
450
+ box's
451
+ boxes
452
+ boy
453
+ bracket
454
+ bracket's
455
+ brackets
456
+ branch
457
+ branch's
458
+ branches
459
+ brand
460
+ breach
461
+ break
462
+ break's
463
+ breaking
464
+ breaks
465
+ bridge
466
+ brief
467
+ briefly
468
+ bright
469
+ bring
470
+ bringing
471
+ brings
472
+ broadcast
473
+ broadcasting
474
+ broadcasts
475
+ broke
476
+ broken
477
+ brother
478
+ brought
479
+ brown
480
+ bucket
481
+ budget
482
+ buffer
483
+ bug
484
+ bug's
485
+ bugs
486
+ build
487
+ building
488
+ building's
489
+ buildings
490
+ builds
491
+ built
492
+ bulk
493
+ bulletin
494
+ buried
495
+ buries
496
+ bury
497
+ burying
498
+ bus
499
+ business
500
+ busy
501
+ but
502
+ button
503
+ buy
504
+ buying
505
+ buys
506
+ by
507
+ byte
508
+ byte's
509
+ bytes
510
+ calculate
511
+ calculation
512
+ calculation's
513
+ calculations
514
+ call
515
+ call's
516
+ called
517
+ calling
518
+ calls
519
+ came
520
+ campaign
521
+ can
522
+ candidate
523
+ cannot
524
+ capable
525
+ capacity
526
+ capital
527
+ captain
528
+ car
529
+ card
530
+ card's
531
+ cardboard
532
+ cards
533
+ care
534
+ care's
535
+ careful
536
+ carefully
537
+ cares
538
+ carried
539
+ carries
540
+ carry
541
+ carry's
542
+ carrying
543
+ case
544
+ case's
545
+ cases
546
+ cassette
547
+ cat
548
+ catch
549
+ catches
550
+ catching
551
+ categories
552
+ category
553
+ category's
554
+ caught
555
+ cause
556
+ cause's
557
+ caused
558
+ causes
559
+ causing
560
+ cease
561
+ cell
562
+ cent
563
+ central
564
+ century
565
+ certain
566
+ certainly
567
+ chain
568
+ chair
569
+ chairman
570
+ chance
571
+ chance's
572
+ chances
573
+ change
574
+ change's
575
+ changed
576
+ changes
577
+ changing
578
+ channel
579
+ channel's
580
+ channels
581
+ chaos
582
+ chapter
583
+ char
584
+ char's
585
+ character
586
+ character's
587
+ characters
588
+ charge
589
+ charge's
590
+ charged
591
+ charges
592
+ charging
593
+ chars
594
+ cheap
595
+ cheaper
596
+ cheapest
597
+ check
598
+ check's
599
+ checked
600
+ checking
601
+ checks
602
+ chemical
603
+ child
604
+ child's
605
+ children
606
+ chip
607
+ chip's
608
+ chips
609
+ choice
610
+ choose
611
+ chooses
612
+ choosing
613
+ chose
614
+ chosen
615
+ church
616
+ circle
617
+ circuit
618
+ circulation
619
+ circumstance
620
+ circumstance's
621
+ circumstances
622
+ citizen
623
+ city
624
+ claim
625
+ claim's
626
+ claimed
627
+ claiming
628
+ claims
629
+ clarify
630
+ class
631
+ class's
632
+ classes
633
+ clean
634
+ clear
635
+ cleared
636
+ clearer
637
+ clearest
638
+ clearing
639
+ clearly
640
+ clears
641
+ clever
642
+ clock
643
+ close
644
+ closed
645
+ closely
646
+ closer
647
+ closes
648
+ closest
649
+ closing
650
+ club
651
+ clue
652
+ code
653
+ code's
654
+ coded
655
+ codes
656
+ coding
657
+ coffee
658
+ cold
659
+ collapse
660
+ collect
661
+ collected
662
+ collecting
663
+ collection
664
+ collects
665
+ college
666
+ college's
667
+ colleges
668
+ column
669
+ combination
670
+ combination's
671
+ combinations
672
+ combine
673
+ combined
674
+ combines
675
+ combining
676
+ come
677
+ comes
678
+ coming
679
+ command
680
+ command's
681
+ commands
682
+ comment
683
+ comment's
684
+ commented
685
+ commenting
686
+ comments
687
+ commercial
688
+ commission
689
+ commitment
690
+ committee
691
+ common
692
+ commonly
693
+ communicate
694
+ communication
695
+ communication's
696
+ communications
697
+ community
698
+ company
699
+ comparable
700
+ comparatively
701
+ compare
702
+ compared
703
+ compares
704
+ comparing
705
+ comparison
706
+ compatibility
707
+ compatible
708
+ competition
709
+ compiler
710
+ complain
711
+ complained
712
+ complaining
713
+ complains
714
+ complaint
715
+ complaint's
716
+ complaints
717
+ complete
718
+ completed
719
+ completely
720
+ completes
721
+ completing
722
+ complex
723
+ complexity
724
+ complicate
725
+ complicated
726
+ complicates
727
+ complicating
728
+ component
729
+ component's
730
+ components
731
+ compose
732
+ composed
733
+ composes
734
+ composing
735
+ composition
736
+ comprehensive
737
+ compromise
738
+ compulsory
739
+ compute
740
+ computed
741
+ computer
742
+ computer's
743
+ computers
744
+ computes
745
+ computing
746
+ concept
747
+ concern
748
+ concern's
749
+ concerned
750
+ concerning
751
+ concerns
752
+ conclusion
753
+ concrete
754
+ condition
755
+ condition's
756
+ conditions
757
+ conference
758
+ confident
759
+ confirm
760
+ confirmed
761
+ confirming
762
+ confirms
763
+ confuse
764
+ confused
765
+ confuses
766
+ confusing
767
+ confusion
768
+ connect
769
+ connected
770
+ connecting
771
+ connection
772
+ connection's
773
+ connections
774
+ connects
775
+ consequence
776
+ consequence's
777
+ consequences
778
+ consequently
779
+ consider
780
+ considerable
781
+ considerably
782
+ consideration
783
+ considered
784
+ considering
785
+ considers
786
+ consist
787
+ consistency
788
+ consistent
789
+ consists
790
+ constant
791
+ constraint
792
+ constraint's
793
+ constraints
794
+ construct
795
+ consumption
796
+ contact
797
+ contain
798
+ contained
799
+ containing
800
+ contains
801
+ content
802
+ content's
803
+ contents
804
+ context
805
+ continually
806
+ continuation
807
+ continue
808
+ continued
809
+ continues
810
+ continuing
811
+ continuous
812
+ continuously
813
+ contract
814
+ contrary
815
+ contrast
816
+ contribute
817
+ contribution
818
+ contribution's
819
+ contributions
820
+ control
821
+ control's
822
+ controlled
823
+ controlling
824
+ controls
825
+ convenient
826
+ convention
827
+ convention's
828
+ conventional
829
+ conventions
830
+ conversation
831
+ convert
832
+ convince
833
+ convinced
834
+ convinces
835
+ convincing
836
+ cope
837
+ copied
838
+ copies
839
+ copy
840
+ copy's
841
+ copying
842
+ core
843
+ corner
844
+ corner's
845
+ corners
846
+ correct
847
+ corrected
848
+ correcting
849
+ correction
850
+ correctly
851
+ corrects
852
+ corrupt
853
+ corrupted
854
+ corrupting
855
+ corrupts
856
+ cost
857
+ cost's
858
+ costing
859
+ costs
860
+ could
861
+ council
862
+ count
863
+ count's
864
+ counted
865
+ counter
866
+ counting
867
+ country
868
+ counts
869
+ county
870
+ couple
871
+ course
872
+ course's
873
+ courses
874
+ court
875
+ cover
876
+ cover's
877
+ covered
878
+ covering
879
+ covers
880
+ crash
881
+ crash's
882
+ crashed
883
+ crashes
884
+ crashing
885
+ crazy
886
+ create
887
+ created
888
+ creates
889
+ creating
890
+ creation
891
+ creature
892
+ credit
893
+ crisis
894
+ crisp
895
+ crisp's
896
+ crisps
897
+ critical
898
+ criticism
899
+ cross
900
+ cry
901
+ cs
902
+ culture
903
+ cumming
904
+ cums
905
+ cup
906
+ cure
907
+ curious
908
+ current
909
+ currently
910
+ cursor
911
+ customer
912
+ cut
913
+ cuts
914
+ cutting
915
+ cycle
916
+ cycle's
917
+ cycles
918
+ daily
919
+ damage
920
+ damaged
921
+ damages
922
+ damaging
923
+ danger
924
+ dangerous
925
+ dare
926
+ dark
927
+ data
928
+ database
929
+ date
930
+ date's
931
+ dated
932
+ dates
933
+ dating
934
+ datum
935
+ datum's
936
+ day
937
+ day's
938
+ days
939
+ dead
940
+ dead's
941
+ deal
942
+ deal's
943
+ dealing
944
+ deals
945
+ dealt
946
+ dear
947
+ death
948
+ debate
949
+ decade
950
+ decent
951
+ decide
952
+ decided
953
+ decides
954
+ deciding
955
+ decision
956
+ decision's
957
+ decisions
958
+ declare
959
+ declared
960
+ declares
961
+ declaring
962
+ decrease
963
+ dedicate
964
+ dedicated
965
+ dedicates
966
+ dedicating
967
+ deduce
968
+ deem
969
+ deemed
970
+ deeming
971
+ deems
972
+ deep
973
+ deeply
974
+ default
975
+ define
976
+ defined
977
+ defines
978
+ defining
979
+ definite
980
+ definitely
981
+ definition
982
+ definition's
983
+ definitions
984
+ definitive
985
+ degree
986
+ degree's
987
+ degrees
988
+ delay
989
+ delete
990
+ deleted
991
+ deletes
992
+ deleting
993
+ deliberate
994
+ deliberately
995
+ deliver
996
+ delivered
997
+ delivering
998
+ delivers
999
+ delivery
1000
+ demand
1001
+ demand's
1002
+ demands
1003
+ democratic
1004
+ demonstrate
1005
+ demonstration
1006
+ department
1007
+ depend
1008
+ depended
1009
+ depending
1010
+ depends
1011
+ depth
1012
+ derive
1013
+ derived
1014
+ derives
1015
+ deriving
1016
+ describe
1017
+ described
1018
+ describes
1019
+ describing
1020
+ description
1021
+ description's
1022
+ descriptions
1023
+ design
1024
+ designed
1025
+ designing
1026
+ designs
1027
+ desirable
1028
+ desire
1029
+ desired
1030
+ desires
1031
+ desiring
1032
+ desk
1033
+ desperate
1034
+ despite
1035
+ destroy
1036
+ destroyed
1037
+ destroying
1038
+ destroys
1039
+ detail
1040
+ detail's
1041
+ detailed
1042
+ detailing
1043
+ details
1044
+ detect
1045
+ detected
1046
+ detecting
1047
+ detects
1048
+ determine
1049
+ determined
1050
+ determines
1051
+ determining
1052
+ develop
1053
+ developed
1054
+ developing
1055
+ development
1056
+ develops
1057
+ device
1058
+ device's
1059
+ devices
1060
+ devote
1061
+ devoted
1062
+ devotes
1063
+ devoting
1064
+ dictionary
1065
+ did
1066
+ die
1067
+ died
1068
+ dies
1069
+ differ
1070
+ difference
1071
+ difference's
1072
+ differences
1073
+ different
1074
+ differently
1075
+ difficult
1076
+ difficulties
1077
+ difficulty
1078
+ difficulty's
1079
+ digit
1080
+ digit's
1081
+ digital
1082
+ digits
1083
+ dinner
1084
+ direct
1085
+ directed
1086
+ directing
1087
+ direction
1088
+ direction's
1089
+ directions
1090
+ directly
1091
+ director
1092
+ directory
1093
+ directs
1094
+ dirty
1095
+ disadvantage
1096
+ disagree
1097
+ disappear
1098
+ disappeared
1099
+ disappearing
1100
+ disappears
1101
+ disaster
1102
+ disc
1103
+ disc's
1104
+ discipline
1105
+ discount
1106
+ discourage
1107
+ discouraged
1108
+ discourages
1109
+ discouraging
1110
+ discover
1111
+ discovered
1112
+ discovering
1113
+ discovers
1114
+ discs
1115
+ discuss
1116
+ discussed
1117
+ discusses
1118
+ discussing
1119
+ discussion
1120
+ discussion's
1121
+ discussions
1122
+ disk
1123
+ dislike
1124
+ display
1125
+ displayed
1126
+ displaying
1127
+ displays
1128
+ distance
1129
+ distant
1130
+ distinct
1131
+ distinction
1132
+ distinctly
1133
+ distinguish
1134
+ distribute
1135
+ distributed
1136
+ distributes
1137
+ distributing
1138
+ distribution
1139
+ district
1140
+ disturb
1141
+ disturbed
1142
+ disturbing
1143
+ disturbs
1144
+ ditto
1145
+ divide
1146
+ divided
1147
+ divides
1148
+ dividing
1149
+ division
1150
+ do
1151
+ document
1152
+ document's
1153
+ documentation
1154
+ documented
1155
+ documenting
1156
+ documents
1157
+ doe
1158
+ doe's
1159
+ does
1160
+ dog
1161
+ doing
1162
+ dollar
1163
+ domain
1164
+ done
1165
+ door
1166
+ door's
1167
+ doors
1168
+ double
1169
+ doubt
1170
+ doubtful
1171
+ down
1172
+ dozen
1173
+ dozen's
1174
+ dozens
1175
+ drastic
1176
+ draw
1177
+ draw's
1178
+ drawing
1179
+ drawn
1180
+ draws
1181
+ dream
1182
+ drew
1183
+ drink
1184
+ drive
1185
+ drive's
1186
+ driven
1187
+ driver
1188
+ driver's
1189
+ drivers
1190
+ drives
1191
+ driving
1192
+ drop
1193
+ dropped
1194
+ dropping
1195
+ drops
1196
+ drove
1197
+ dry
1198
+ dubious
1199
+ due
1200
+ dumb
1201
+ dump
1202
+ during
1203
+ duty
1204
+ dying
1205
+ each
1206
+ earlier
1207
+ earliest
1208
+ early
1209
+ earth
1210
+ ease
1211
+ easier
1212
+ easiest
1213
+ easily
1214
+ east
1215
+ easy
1216
+ eat
1217
+ eaten
1218
+ eating
1219
+ eats
1220
+ economic
1221
+ economy
1222
+ edge
1223
+ edit
1224
+ edited
1225
+ editing
1226
+ edition
1227
+ editor
1228
+ editor's
1229
+ editors
1230
+ edits
1231
+ education
1232
+ educational
1233
+ effect
1234
+ effect's
1235
+ effective
1236
+ effectively
1237
+ effects
1238
+ efficient
1239
+ effort
1240
+ effort's
1241
+ efforts
1242
+ eight
1243
+ either
1244
+ elect
1245
+ elected
1246
+ electing
1247
+ election
1248
+ electric
1249
+ electronic
1250
+ electronics
1251
+ elects
1252
+ element
1253
+ element's
1254
+ elements
1255
+ elevator
1256
+ else
1257
+ elsewhere
1258
+ embarrass
1259
+ embarrassed
1260
+ embarrasses
1261
+ embarrassing
1262
+ emergency
1263
+ emphasis
1264
+ employee
1265
+ empty
1266
+ enable
1267
+ enables
1268
+ encounter
1269
+ encountered
1270
+ encountering
1271
+ encounters
1272
+ encourage
1273
+ encouraged
1274
+ encourages
1275
+ encouraging
1276
+ end
1277
+ end's
1278
+ ended
1279
+ ending
1280
+ ends
1281
+ enemy
1282
+ engineer
1283
+ engineer's
1284
+ engineered
1285
+ engineering
1286
+ engineers
1287
+ enjoy
1288
+ enormous
1289
+ enough
1290
+ ensure
1291
+ ensured
1292
+ ensures
1293
+ ensuring
1294
+ enter
1295
+ entered
1296
+ entering
1297
+ enters
1298
+ entire
1299
+ entirely
1300
+ entitle
1301
+ entitled
1302
+ entitles
1303
+ entitling
1304
+ entity
1305
+ entrance
1306
+ entries
1307
+ entry
1308
+ entry's
1309
+ environment
1310
+ equal
1311
+ equally
1312
+ equipment
1313
+ equivalent
1314
+ eraser
1315
+ err
1316
+ error
1317
+ error's
1318
+ errors
1319
+ escape
1320
+ especially
1321
+ essential
1322
+ essentially
1323
+ establish
1324
+ established
1325
+ establishes
1326
+ establishing
1327
+ establishment
1328
+ estimate
1329
+ even
1330
+ evened
1331
+ evening
1332
+ evening's
1333
+ evenings
1334
+ evens
1335
+ event
1336
+ event's
1337
+ events
1338
+ eventually
1339
+ ever
1340
+ every
1341
+ everybody
1342
+ everyone
1343
+ everything
1344
+ everywhere
1345
+ evidence
1346
+ exact
1347
+ exactly
1348
+ examine
1349
+ examined
1350
+ examines
1351
+ examining
1352
+ example
1353
+ example's
1354
+ examples
1355
+ excellent
1356
+ except
1357
+ exception
1358
+ exception's
1359
+ exceptions
1360
+ excess
1361
+ excessive
1362
+ exchange
1363
+ exclude
1364
+ excluded
1365
+ excludes
1366
+ excluding
1367
+ exclusive
1368
+ excuse
1369
+ execute
1370
+ executed
1371
+ executes
1372
+ executing
1373
+ exercise
1374
+ exist
1375
+ existed
1376
+ existence
1377
+ existing
1378
+ exists
1379
+ expand
1380
+ expanded
1381
+ expanding
1382
+ expands
1383
+ expansion
1384
+ expect
1385
+ expected
1386
+ expecting
1387
+ expects
1388
+ expense
1389
+ expensive
1390
+ experience
1391
+ experience's
1392
+ experienced
1393
+ experiences
1394
+ experiencing
1395
+ experiment
1396
+ experiment's
1397
+ experimental
1398
+ experiments
1399
+ expert
1400
+ expert's
1401
+ experts
1402
+ explain
1403
+ explained
1404
+ explaining
1405
+ explains
1406
+ explanation
1407
+ explicit
1408
+ express
1409
+ expressed
1410
+ expresses
1411
+ expressing
1412
+ expression
1413
+ extend
1414
+ extended
1415
+ extending
1416
+ extends
1417
+ extension
1418
+ extensive
1419
+ extent
1420
+ external
1421
+ extra
1422
+ extract
1423
+ extreme
1424
+ extremely
1425
+ eye
1426
+ eye's
1427
+ eyes
1428
+ face
1429
+ facilities
1430
+ facility
1431
+ facility's
1432
+ fact
1433
+ fact's
1434
+ factor
1435
+ factor's
1436
+ factors
1437
+ facts
1438
+ fail
1439
+ fail's
1440
+ failed
1441
+ failing
1442
+ fails
1443
+ failure
1444
+ fair
1445
+ fairly
1446
+ faith
1447
+ fall
1448
+ fall's
1449
+ fallen
1450
+ falling
1451
+ falls
1452
+ false
1453
+ familiar
1454
+ family
1455
+ famous
1456
+ fan
1457
+ fancy
1458
+ far
1459
+ farm
1460
+ farther
1461
+ farthest
1462
+ fashion
1463
+ fast
1464
+ faster
1465
+ fastest
1466
+ fatal
1467
+ fate
1468
+ father
1469
+ fault
1470
+ fault's
1471
+ faults
1472
+ fear
1473
+ feasible
1474
+ feature
1475
+ feature's
1476
+ features
1477
+ fed
1478
+ federal
1479
+ feed
1480
+ feedback
1481
+ feeding
1482
+ feeds
1483
+ feel
1484
+ feel's
1485
+ feeling
1486
+ feels
1487
+ feet
1488
+ fell
1489
+ felt
1490
+ few
1491
+ fewer
1492
+ fewest
1493
+ field
1494
+ field's
1495
+ fields
1496
+ fight
1497
+ figure
1498
+ figure's
1499
+ figures
1500
+ file
1501
+ file's
1502
+ filed
1503
+ files
1504
+ filing
1505
+ fill
1506
+ filled
1507
+ filling
1508
+ fills
1509
+ film
1510
+ final
1511
+ finally
1512
+ financial
1513
+ find
1514
+ find's
1515
+ finding
1516
+ finds
1517
+ fine
1518
+ finger
1519
+ finger's
1520
+ fingers
1521
+ finish
1522
+ finished
1523
+ finishes
1524
+ finishing
1525
+ finite
1526
+ fire
1527
+ firm
1528
+ firmly
1529
+ first
1530
+ firstly
1531
+ fiscal
1532
+ fish
1533
+ fish's
1534
+ fishes
1535
+ fit
1536
+ fit's
1537
+ fits
1538
+ fitted
1539
+ fitting
1540
+ five
1541
+ fix
1542
+ fixed
1543
+ fixes
1544
+ fixing
1545
+ flag
1546
+ flash
1547
+ flashed
1548
+ flashes
1549
+ flashing
1550
+ flat
1551
+ flew
1552
+ flexible
1553
+ flied
1554
+ flies
1555
+ flight
1556
+ float
1557
+ floated
1558
+ floating
1559
+ floats
1560
+ floor
1561
+ flow
1562
+ flown
1563
+ fly
1564
+ fly's
1565
+ flying
1566
+ folk
1567
+ folk's
1568
+ folks
1569
+ follow
1570
+ followed
1571
+ following
1572
+ follows
1573
+ food
1574
+ foot
1575
+ foot's
1576
+ for
1577
+ force
1578
+ force's
1579
+ forced
1580
+ forces
1581
+ forcing
1582
+ foreign
1583
+ forever
1584
+ forget
1585
+ forgets
1586
+ forgetting
1587
+ forgot
1588
+ forgotten
1589
+ form
1590
+ form's
1591
+ formal
1592
+ format
1593
+ formed
1594
+ former
1595
+ forming
1596
+ forms
1597
+ forth
1598
+ forthcoming
1599
+ fortunately
1600
+ fortune
1601
+ forward
1602
+ found
1603
+ four
1604
+ fourth
1605
+ fraction
1606
+ frame
1607
+ free
1608
+ freedom
1609
+ freely
1610
+ french
1611
+ frequent
1612
+ frequently
1613
+ fresh
1614
+ friend
1615
+ friend's
1616
+ friendly
1617
+ friends
1618
+ fries
1619
+ from
1620
+ front
1621
+ fry
1622
+ fry's
1623
+ full
1624
+ fully
1625
+ fun
1626
+ function
1627
+ function's
1628
+ functions
1629
+ fund
1630
+ fund's
1631
+ fundamental
1632
+ fundamentally
1633
+ funds
1634
+ funny
1635
+ further
1636
+ furthest
1637
+ future
1638
+ gain
1639
+ gained
1640
+ gaining
1641
+ gains
1642
+ game
1643
+ game's
1644
+ games
1645
+ gap
1646
+ garbage
1647
+ garden
1648
+ gas
1649
+ gasoline
1650
+ gather
1651
+ gave
1652
+ general
1653
+ generally
1654
+ generate
1655
+ generated
1656
+ generates
1657
+ generating
1658
+ generation
1659
+ genuine
1660
+ get
1661
+ gets
1662
+ getting
1663
+ girl
1664
+ give
1665
+ given
1666
+ gives
1667
+ giving
1668
+ glad
1669
+ glass
1670
+ global
1671
+ go
1672
+ go's
1673
+ goes
1674
+ going
1675
+ gone
1676
+ good
1677
+ goods
1678
+ got
1679
+ gotten
1680
+ government
1681
+ governor
1682
+ gradually
1683
+ graduate
1684
+ grand
1685
+ grand's
1686
+ grands
1687
+ grant
1688
+ granted
1689
+ granting
1690
+ grants
1691
+ graph
1692
+ graphic
1693
+ graphic's
1694
+ graphics
1695
+ grateful
1696
+ grave
1697
+ great
1698
+ greater
1699
+ greatest
1700
+ greatly
1701
+ green
1702
+ grew
1703
+ grind
1704
+ grinding
1705
+ grinds
1706
+ gross
1707
+ gross's
1708
+ grosses
1709
+ ground
1710
+ ground's
1711
+ grounds
1712
+ group
1713
+ group's
1714
+ groups
1715
+ grow
1716
+ growing
1717
+ grown
1718
+ grows
1719
+ growth
1720
+ guarantee
1721
+ guaranteed
1722
+ guaranteeing
1723
+ guarantees
1724
+ guard
1725
+ guess
1726
+ guessed
1727
+ guesses
1728
+ guessing
1729
+ guide
1730
+ gun
1731
+ guy
1732
+ habit
1733
+ habit's
1734
+ habits
1735
+ hack
1736
+ had
1737
+ hair
1738
+ half
1739
+ hall
1740
+ hand
1741
+ hand's
1742
+ handed
1743
+ handing
1744
+ handle
1745
+ handled
1746
+ handles
1747
+ handling
1748
+ hands
1749
+ handy
1750
+ hang
1751
+ hanged
1752
+ hanging
1753
+ hangs
1754
+ happen
1755
+ happened
1756
+ happening
1757
+ happens
1758
+ happily
1759
+ happy
1760
+ hard
1761
+ harder
1762
+ hardest
1763
+ hardly
1764
+ hardware
1765
+ harm
1766
+ harmful
1767
+ harmless
1768
+ has
1769
+ hat
1770
+ hate
1771
+ have
1772
+ having
1773
+ he
1774
+ he's
1775
+ head
1776
+ head's
1777
+ headed
1778
+ header
1779
+ heading
1780
+ heads
1781
+ health
1782
+ healthy
1783
+ hear
1784
+ heard
1785
+ hearing
1786
+ hears
1787
+ heart
1788
+ heat
1789
+ heavily
1790
+ heavy
1791
+ held
1792
+ hell
1793
+ hello
1794
+ help
1795
+ helped
1796
+ helpful
1797
+ helping
1798
+ helps
1799
+ hence
1800
+ her
1801
+ here
1802
+ hereby
1803
+ herself
1804
+ hes
1805
+ hid
1806
+ hidden
1807
+ hide
1808
+ hides
1809
+ hiding
1810
+ high
1811
+ higher
1812
+ highest
1813
+ highly
1814
+ hill
1815
+ him
1816
+ himself
1817
+ hint
1818
+ hint's
1819
+ hints
1820
+ his
1821
+ historical
1822
+ history
1823
+ hit
1824
+ hit's
1825
+ hits
1826
+ hitting
1827
+ hold
1828
+ hold's
1829
+ holding
1830
+ holds
1831
+ hole
1832
+ hole's
1833
+ holes
1834
+ holiday
1835
+ holiday's
1836
+ holidays
1837
+ home
1838
+ honest
1839
+ hope
1840
+ hoped
1841
+ hopefully
1842
+ hopes
1843
+ hoping
1844
+ horrible
1845
+ horse
1846
+ horse's
1847
+ horses
1848
+ hospital
1849
+ host
1850
+ hot
1851
+ hotel
1852
+ hour
1853
+ hour's
1854
+ hours
1855
+ house
1856
+ how
1857
+ however
1858
+ huge
1859
+ human
1860
+ hundred
1861
+ hundred's
1862
+ hundreds
1863
+ hung
1864
+ hunt
1865
+ hurry
1866
+ husband
1867
+ ice
1868
+ idea
1869
+ idea's
1870
+ ideal
1871
+ ideas
1872
+ identical
1873
+ identify
1874
+ identity
1875
+ if
1876
+ ignore
1877
+ ignored
1878
+ ignores
1879
+ ignoring
1880
+ ill
1881
+ illegal
1882
+ image
1883
+ image's
1884
+ images
1885
+ imagination
1886
+ imagine
1887
+ immediate
1888
+ immediately
1889
+ impact
1890
+ implement
1891
+ implemented
1892
+ implementing
1893
+ implements
1894
+ implication
1895
+ implication's
1896
+ implications
1897
+ implied
1898
+ implies
1899
+ imply
1900
+ implying
1901
+ importance
1902
+ important
1903
+ importantly
1904
+ impose
1905
+ imposed
1906
+ imposes
1907
+ imposing
1908
+ impossible
1909
+ impression
1910
+ improve
1911
+ improved
1912
+ improvement
1913
+ improvement's
1914
+ improvements
1915
+ improves
1916
+ improving
1917
+ in
1918
+ inability
1919
+ inadequate
1920
+ inch
1921
+ inch's
1922
+ inches
1923
+ incident
1924
+ incidentally
1925
+ incline
1926
+ inclined
1927
+ inclines
1928
+ inclining
1929
+ include
1930
+ included
1931
+ includes
1932
+ including
1933
+ income
1934
+ incompatible
1935
+ incomplete
1936
+ inconsistent
1937
+ inconvenience
1938
+ incorrect
1939
+ increase
1940
+ increase's
1941
+ increased
1942
+ increases
1943
+ increasing
1944
+ indeed
1945
+ independent
1946
+ independently
1947
+ index
1948
+ indicate
1949
+ indicates
1950
+ indication
1951
+ individual
1952
+ individual's
1953
+ individually
1954
+ individuals
1955
+ industrial
1956
+ industry
1957
+ inevitably
1958
+ inferior
1959
+ infinite
1960
+ influence
1961
+ info
1962
+ inform
1963
+ information
1964
+ informed
1965
+ informing
1966
+ informs
1967
+ initial
1968
+ initial's
1969
+ initially
1970
+ initials
1971
+ inner
1972
+ innocent
1973
+ input
1974
+ inputs
1975
+ inputted
1976
+ inputting
1977
+ insert
1978
+ inserted
1979
+ inserting
1980
+ inserts
1981
+ inside
1982
+ insist
1983
+ insisted
1984
+ insisting
1985
+ insists
1986
+ install
1987
+ installed
1988
+ installing
1989
+ installs
1990
+ instance
1991
+ instant
1992
+ instantly
1993
+ instead
1994
+ institution
1995
+ institution's
1996
+ institutions
1997
+ instruction
1998
+ instruction's
1999
+ instructions
2000
+ insurance
2001
+ integer
2002
+ integer's
2003
+ integers
2004
+ integral
2005
+ intelligence
2006
+ intelligent
2007
+ intend
2008
+ intended
2009
+ intending
2010
+ intends
2011
+ intention
2012
+ interact
2013
+ interest
2014
+ interest's
2015
+ interested
2016
+ interesting
2017
+ interests
2018
+ interface
2019
+ internal
2020
+ international
2021
+ interpret
2022
+ interpretation
2023
+ interpreted
2024
+ interpreting
2025
+ interprets
2026
+ interval
2027
+ interval's
2028
+ intervals
2029
+ intervention
2030
+ into
2031
+ introduce
2032
+ introduced
2033
+ introduces
2034
+ introducing
2035
+ introduction
2036
+ invalid
2037
+ invariably
2038
+ invent
2039
+ invented
2040
+ inventing
2041
+ invents
2042
+ investigate
2043
+ invisible
2044
+ invitation
2045
+ invite
2046
+ invited
2047
+ invites
2048
+ inviting
2049
+ involve
2050
+ involved
2051
+ involves
2052
+ involving
2053
+ irrelevant
2054
+ irritate
2055
+ irritated
2056
+ irritates
2057
+ irritating
2058
+ is
2059
+ isolate
2060
+ isolated
2061
+ isolates
2062
+ isolating
2063
+ issue
2064
+ issue's
2065
+ issued
2066
+ issues
2067
+ issuing
2068
+ it
2069
+ it's
2070
+ item
2071
+ item's
2072
+ items
2073
+ its
2074
+ itself
2075
+ job
2076
+ job's
2077
+ jobs
2078
+ join
2079
+ joined
2080
+ joining
2081
+ joins
2082
+ joint
2083
+ joke
2084
+ joy
2085
+ judge
2086
+ jump
2087
+ jump's
2088
+ jumps
2089
+ junk
2090
+ just
2091
+ justification
2092
+ justified
2093
+ justifies
2094
+ justify
2095
+ justifying
2096
+ keen
2097
+ keep
2098
+ keep's
2099
+ keeping
2100
+ keeps
2101
+ kept
2102
+ key
2103
+ key's
2104
+ keyboard
2105
+ keys
2106
+ kid
2107
+ kill
2108
+ killed
2109
+ killing
2110
+ kills
2111
+ kind
2112
+ kind's
2113
+ kindly
2114
+ kinds
2115
+ king
2116
+ knew
2117
+ knock
2118
+ knocked
2119
+ knocking
2120
+ knocks
2121
+ know
2122
+ knowing
2123
+ knowledge
2124
+ known
2125
+ knows
2126
+ label
2127
+ label's
2128
+ labels
2129
+ laboratory
2130
+ lack
2131
+ lacked
2132
+ lacking
2133
+ lacks
2134
+ ladies
2135
+ lady
2136
+ lady's
2137
+ lain
2138
+ land
2139
+ landed
2140
+ landing
2141
+ lands
2142
+ language
2143
+ language's
2144
+ languages
2145
+ large
2146
+ largely
2147
+ larger
2148
+ largest
2149
+ last
2150
+ last's
2151
+ lasts
2152
+ late
2153
+ later
2154
+ latest
2155
+ latter
2156
+ law
2157
+ law's
2158
+ laws
2159
+ lay
2160
+ layout
2161
+ lazy
2162
+ leach
2163
+ lead
2164
+ lead's
2165
+ leaded
2166
+ leader
2167
+ leading
2168
+ leads
2169
+ leaf
2170
+ leaf's
2171
+ learn
2172
+ learning
2173
+ learns
2174
+ least
2175
+ leave
2176
+ leave's
2177
+ leaved
2178
+ leaves
2179
+ leaving
2180
+ lecture
2181
+ lecture's
2182
+ lectures
2183
+ led
2184
+ left
2185
+ leg
2186
+ leg's
2187
+ legal
2188
+ legally
2189
+ legs
2190
+ lend
2191
+ length
2192
+ less
2193
+ less's
2194
+ lesser
2195
+ lesson
2196
+ lesson's
2197
+ lessons
2198
+ let
2199
+ let's
2200
+ lets
2201
+ letter
2202
+ letter's
2203
+ letters
2204
+ letting
2205
+ level
2206
+ level's
2207
+ levels
2208
+ liable
2209
+ libraries
2210
+ library
2211
+ library's
2212
+ lie
2213
+ lie's
2214
+ lied
2215
+ lies
2216
+ life
2217
+ life's
2218
+ lifetime
2219
+ lift
2220
+ light
2221
+ light's
2222
+ lights
2223
+ like
2224
+ like's
2225
+ liked
2226
+ likely
2227
+ likes
2228
+ likewise
2229
+ liking
2230
+ limit
2231
+ limit's
2232
+ limited
2233
+ limiting
2234
+ limits
2235
+ line
2236
+ line's
2237
+ linear
2238
+ lines
2239
+ link
2240
+ link's
2241
+ linked
2242
+ linking
2243
+ links
2244
+ list
2245
+ list's
2246
+ listed
2247
+ listen
2248
+ listing
2249
+ lists
2250
+ literally
2251
+ literature
2252
+ little
2253
+ live
2254
+ lived
2255
+ lives
2256
+ living
2257
+ load
2258
+ loaded
2259
+ loading
2260
+ loads
2261
+ loan
2262
+ local
2263
+ location
2264
+ location's
2265
+ locations
2266
+ lock
2267
+ locked
2268
+ locking
2269
+ locks
2270
+ log
2271
+ log's
2272
+ logged
2273
+ logging
2274
+ logic
2275
+ logical
2276
+ logs
2277
+ long
2278
+ longer
2279
+ longest
2280
+ look
2281
+ look's
2282
+ looked
2283
+ looking
2284
+ looks
2285
+ loop
2286
+ loose
2287
+ lorries
2288
+ lorry
2289
+ lorry's
2290
+ lose
2291
+ loses
2292
+ losing
2293
+ loss
2294
+ lost
2295
+ lot
2296
+ lot's
2297
+ lots
2298
+ loudly
2299
+ love
2300
+ low
2301
+ lower
2302
+ lowest
2303
+ luck
2304
+ lucky
2305
+ lunch
2306
+ lying
2307
+ machine
2308
+ machine's
2309
+ machines
2310
+ mad
2311
+ made
2312
+ magic
2313
+ magnetic
2314
+ magnitude
2315
+ mail
2316
+ main
2317
+ mainly
2318
+ maintain
2319
+ maintained
2320
+ maintaining
2321
+ maintains
2322
+ major
2323
+ majority
2324
+ make
2325
+ make's
2326
+ makes
2327
+ making
2328
+ man
2329
+ man's
2330
+ manage
2331
+ managed
2332
+ manager
2333
+ manages
2334
+ managing
2335
+ manipulation
2336
+ manner
2337
+ manual
2338
+ manual's
2339
+ manuals
2340
+ many
2341
+ map
2342
+ march
2343
+ mark
2344
+ mark's
2345
+ marked
2346
+ market
2347
+ marking
2348
+ marks
2349
+ marriage
2350
+ marry
2351
+ mass
2352
+ massive
2353
+ master
2354
+ match
2355
+ match's
2356
+ matches
2357
+ material
2358
+ material's
2359
+ materials
2360
+ mathematical
2361
+ mathematics
2362
+ matter
2363
+ matter's
2364
+ matters
2365
+ maximum
2366
+ may
2367
+ maybe
2368
+ me
2369
+ mean
2370
+ mean's
2371
+ meaning
2372
+ meaning's
2373
+ meaningful
2374
+ meaningless
2375
+ meanings
2376
+ means
2377
+ meant
2378
+ measure
2379
+ measure's
2380
+ measured
2381
+ measures
2382
+ measuring
2383
+ mechanic
2384
+ mechanic's
2385
+ mechanics
2386
+ mechanism
2387
+ media
2388
+ medical
2389
+ medium
2390
+ medium's
2391
+ mediums
2392
+ meet
2393
+ meet's
2394
+ meeting
2395
+ meeting's
2396
+ meetings
2397
+ meets
2398
+ member
2399
+ member's
2400
+ members
2401
+ membership
2402
+ memory
2403
+ men
2404
+ mention
2405
+ mention's
2406
+ mentioned
2407
+ mentioning
2408
+ mentions
2409
+ mere
2410
+ merely
2411
+ merit
2412
+ merit's
2413
+ merits
2414
+ mess
2415
+ message
2416
+ message's
2417
+ messages
2418
+ messy
2419
+ met
2420
+ metal
2421
+ method
2422
+ method's
2423
+ methods
2424
+ middle
2425
+ midnight
2426
+ might
2427
+ mile
2428
+ mile's
2429
+ miles
2430
+ military
2431
+ military's
2432
+ million
2433
+ million's
2434
+ millions
2435
+ mind
2436
+ mind's
2437
+ minded
2438
+ minding
2439
+ minds
2440
+ mine
2441
+ minimal
2442
+ minimum
2443
+ minor
2444
+ minority
2445
+ minute
2446
+ minute's
2447
+ minutes
2448
+ mislead
2449
+ misleading
2450
+ misleads
2451
+ misled
2452
+ miss
2453
+ missed
2454
+ misses
2455
+ missing
2456
+ mistake
2457
+ mistake's
2458
+ mistaken
2459
+ mistakes
2460
+ mistaking
2461
+ mistook
2462
+ misunderstand
2463
+ misunderstanding
2464
+ misunderstands
2465
+ misunderstood
2466
+ misuse
2467
+ mix
2468
+ mixed
2469
+ mixes
2470
+ mixing
2471
+ mod
2472
+ mode
2473
+ model
2474
+ model's
2475
+ models
2476
+ modern
2477
+ modified
2478
+ modifies
2479
+ modify
2480
+ modifying
2481
+ moment
2482
+ money
2483
+ monitor
2484
+ month
2485
+ month's
2486
+ months
2487
+ moral
2488
+ more
2489
+ morning
2490
+ morning's
2491
+ mornings
2492
+ most
2493
+ mostly
2494
+ mother
2495
+ motion
2496
+ mouth
2497
+ move
2498
+ move's
2499
+ moved
2500
+ movement
2501
+ movement's
2502
+ movements
2503
+ moves
2504
+ movie
2505
+ moving
2506
+ much
2507
+ multiple
2508
+ music
2509
+ must
2510
+ my
2511
+ myself
2512
+ mysterious
2513
+ naive
2514
+ name
2515
+ name's
2516
+ named
2517
+ namely
2518
+ names
2519
+ naming
2520
+ nasty
2521
+ nation
2522
+ national
2523
+ natural
2524
+ naturally
2525
+ nature
2526
+ naughty
2527
+ near
2528
+ nearby
2529
+ nearer
2530
+ nearest
2531
+ nearly
2532
+ necessarily
2533
+ necessary
2534
+ necessity
2535
+ neck
2536
+ need
2537
+ need's
2538
+ needed
2539
+ needing
2540
+ needs
2541
+ negative
2542
+ neither
2543
+ nervous
2544
+ net
2545
+ network
2546
+ network's
2547
+ networks
2548
+ never
2549
+ nevertheless
2550
+ new
2551
+ news
2552
+ next
2553
+ nice
2554
+ nicer
2555
+ nicest
2556
+ night
2557
+ nine
2558
+ no
2559
+ nobody
2560
+ noise
2561
+ noisy
2562
+ none
2563
+ nonsense
2564
+ nor
2565
+ normal
2566
+ normally
2567
+ north
2568
+ not
2569
+ note
2570
+ note's
2571
+ noted
2572
+ notes
2573
+ nothing
2574
+ notice
2575
+ notice's
2576
+ noticed
2577
+ notices
2578
+ noticing
2579
+ notify
2580
+ noting
2581
+ novel
2582
+ now
2583
+ nowadays
2584
+ nowhere
2585
+ numb
2586
+ number
2587
+ number's
2588
+ numbers
2589
+ numbest
2590
+ numerical
2591
+ numerous
2592
+ obey
2593
+ object
2594
+ object's
2595
+ objected
2596
+ objecting
2597
+ objection
2598
+ objection's
2599
+ objections
2600
+ objects
2601
+ obscure
2602
+ observation
2603
+ observe
2604
+ observed
2605
+ observes
2606
+ observing
2607
+ obtain
2608
+ obtained
2609
+ obtaining
2610
+ obtains
2611
+ obvious
2612
+ obviously
2613
+ occasion
2614
+ occasion's
2615
+ occasional
2616
+ occasionally
2617
+ occasions
2618
+ occupied
2619
+ occupies
2620
+ occupy
2621
+ occupying
2622
+ occur
2623
+ occurred
2624
+ occurring
2625
+ occurs
2626
+ odd
2627
+ odds
2628
+ of
2629
+ off
2630
+ offer
2631
+ offer's
2632
+ offered
2633
+ offering
2634
+ offers
2635
+ office
2636
+ office's
2637
+ officer
2638
+ offices
2639
+ official
2640
+ often
2641
+ oh
2642
+ oil
2643
+ old
2644
+ older
2645
+ oldest
2646
+ omit
2647
+ omits
2648
+ omitted
2649
+ omitting
2650
+ on
2651
+ once
2652
+ one
2653
+ one's
2654
+ ones
2655
+ only
2656
+ onto
2657
+ open
2658
+ open's
2659
+ opened
2660
+ opening
2661
+ opens
2662
+ operate
2663
+ operated
2664
+ operates
2665
+ operating
2666
+ operation
2667
+ operation's
2668
+ operations
2669
+ operator
2670
+ operator's
2671
+ operators
2672
+ opinion
2673
+ opinion's
2674
+ opinions
2675
+ opportunities
2676
+ opportunity
2677
+ opportunity's
2678
+ oppose
2679
+ opposed
2680
+ opposes
2681
+ opposing
2682
+ opposite
2683
+ opposition
2684
+ option
2685
+ option's
2686
+ optional
2687
+ options
2688
+ or
2689
+ order
2690
+ order's
2691
+ ordered
2692
+ ordering
2693
+ orders
2694
+ ordinary
2695
+ origin
2696
+ original
2697
+ originally
2698
+ other
2699
+ others
2700
+ otherwise
2701
+ ought
2702
+ our
2703
+ ours
2704
+ ourselves
2705
+ out
2706
+ outer
2707
+ output
2708
+ outside
2709
+ over
2710
+ overall
2711
+ owe
2712
+ owed
2713
+ owes
2714
+ owing
2715
+ own
2716
+ owner
2717
+ owner's
2718
+ owners
2719
+ pack
2720
+ package
2721
+ package's
2722
+ packages
2723
+ packet
2724
+ page
2725
+ page's
2726
+ pages
2727
+ paid
2728
+ pain
2729
+ painful
2730
+ pair
2731
+ pair's
2732
+ pairs
2733
+ paper
2734
+ paper's
2735
+ papers
2736
+ paragraph
2737
+ parallel
2738
+ parent
2739
+ park
2740
+ part
2741
+ part's
2742
+ partial
2743
+ partially
2744
+ particular
2745
+ particularly
2746
+ parties
2747
+ partly
2748
+ parts
2749
+ party
2750
+ party's
2751
+ pass
2752
+ passed
2753
+ passes
2754
+ passing
2755
+ past
2756
+ patch
2757
+ path
2758
+ patient
2759
+ pattern
2760
+ pattern's
2761
+ patterns
2762
+ pause
2763
+ pay
2764
+ payed
2765
+ paying
2766
+ pays
2767
+ peace
2768
+ peak
2769
+ peculiar
2770
+ pen
2771
+ people
2772
+ per
2773
+ perfect
2774
+ perfectly
2775
+ perform
2776
+ performance
2777
+ performed
2778
+ performing
2779
+ performs
2780
+ perhaps
2781
+ period
2782
+ permanent
2783
+ permanently
2784
+ permission
2785
+ permit
2786
+ permits
2787
+ permitted
2788
+ permitting
2789
+ person
2790
+ person's
2791
+ personal
2792
+ personally
2793
+ persons
2794
+ persuade
2795
+ persuaded
2796
+ persuades
2797
+ persuading
2798
+ petrol
2799
+ phase
2800
+ phenomenon
2801
+ philosophy
2802
+ phone
2803
+ phrase
2804
+ phrase's
2805
+ phrases
2806
+ physical
2807
+ pi
2808
+ pick
2809
+ picked
2810
+ picking
2811
+ picks
2812
+ picture
2813
+ picture's
2814
+ pictures
2815
+ piece
2816
+ piece's
2817
+ pieces
2818
+ pile
2819
+ pint
2820
+ pipe
2821
+ place
2822
+ place's
2823
+ placed
2824
+ places
2825
+ placing
2826
+ plain
2827
+ plan
2828
+ plan's
2829
+ plane
2830
+ planet
2831
+ planned
2832
+ planning
2833
+ plans
2834
+ plant
2835
+ plastic
2836
+ play
2837
+ played
2838
+ playing
2839
+ plays
2840
+ plea
2841
+ pleasant
2842
+ please
2843
+ pleased
2844
+ pleases
2845
+ pleasing
2846
+ plenty
2847
+ plot
2848
+ plot's
2849
+ plots
2850
+ plug
2851
+ plus
2852
+ pocket
2853
+ poem
2854
+ poet
2855
+ point
2856
+ point's
2857
+ pointed
2858
+ pointing
2859
+ pointless
2860
+ points
2861
+ police
2862
+ police's
2863
+ policies
2864
+ policy
2865
+ policy's
2866
+ political
2867
+ poll
2868
+ pool
2869
+ poor
2870
+ pop
2871
+ popular
2872
+ population
2873
+ port
2874
+ position
2875
+ position's
2876
+ positions
2877
+ positive
2878
+ possibilities
2879
+ possibility
2880
+ possibility's
2881
+ possible
2882
+ possibly
2883
+ post
2884
+ posted
2885
+ posting
2886
+ postmaster
2887
+ posts
2888
+ potential
2889
+ potentially
2890
+ pound
2891
+ pound's
2892
+ pounds
2893
+ power
2894
+ power's
2895
+ powerful
2896
+ powers
2897
+ practical
2898
+ practically
2899
+ practice
2900
+ precise
2901
+ precisely
2902
+ prefer
2903
+ preferable
2904
+ preferably
2905
+ preference
2906
+ preferred
2907
+ preferring
2908
+ prefers
2909
+ preparation
2910
+ prepare
2911
+ prepared
2912
+ prepares
2913
+ preparing
2914
+ presence
2915
+ present
2916
+ present's
2917
+ presented
2918
+ presenting
2919
+ presents
2920
+ preserve
2921
+ president
2922
+ press
2923
+ pressed
2924
+ presses
2925
+ pressing
2926
+ pressure
2927
+ presumably
2928
+ presume
2929
+ pretty
2930
+ prevent
2931
+ prevented
2932
+ preventing
2933
+ prevents
2934
+ previous
2935
+ previously
2936
+ price
2937
+ price's
2938
+ prices
2939
+ primary
2940
+ prime
2941
+ primitive
2942
+ principle
2943
+ principle's
2944
+ principles
2945
+ print
2946
+ printed
2947
+ printer
2948
+ printer's
2949
+ printers
2950
+ printing
2951
+ printout
2952
+ prints
2953
+ prior
2954
+ private
2955
+ probably
2956
+ problem
2957
+ problem's
2958
+ problems
2959
+ procedure
2960
+ process
2961
+ process's
2962
+ processed
2963
+ processes
2964
+ processing
2965
+ processor
2966
+ processor's
2967
+ processors
2968
+ produce
2969
+ produced
2970
+ produces
2971
+ producing
2972
+ product
2973
+ product's
2974
+ production
2975
+ products
2976
+ professional
2977
+ program
2978
+ program's
2979
+ programmed
2980
+ programmer
2981
+ programmer's
2982
+ programmers
2983
+ programming
2984
+ programs
2985
+ progress
2986
+ project
2987
+ project's
2988
+ projects
2989
+ promise
2990
+ promised
2991
+ promises
2992
+ promising
2993
+ prompt
2994
+ promptly
2995
+ prone
2996
+ proof
2997
+ proper
2998
+ properly
2999
+ properties
3000
+ property
3001
+ property's
3002
+ proportion
3003
+ proposal
3004
+ propose
3005
+ proposed
3006
+ proposes
3007
+ proposing
3008
+ prospect
3009
+ protect
3010
+ protected
3011
+ protecting
3012
+ protection
3013
+ protects
3014
+ protest
3015
+ prove
3016
+ proved
3017
+ proves
3018
+ provide
3019
+ provided
3020
+ provides
3021
+ providing
3022
+ proving
3023
+ public
3024
+ publication
3025
+ publicity
3026
+ publicly
3027
+ publish
3028
+ published
3029
+ publishes
3030
+ publishing
3031
+ pull
3032
+ pulled
3033
+ pulling
3034
+ pulls
3035
+ punctuation
3036
+ puncture
3037
+ purchase
3038
+ pure
3039
+ purely
3040
+ purpose
3041
+ purpose's
3042
+ purposes
3043
+ push
3044
+ pushed
3045
+ pushes
3046
+ pushing
3047
+ put
3048
+ put's
3049
+ puts
3050
+ putt
3051
+ putted
3052
+ putting
3053
+ putts
3054
+ qualified
3055
+ qualifies
3056
+ qualify
3057
+ qualifying
3058
+ quality
3059
+ quantities
3060
+ quantity
3061
+ quantity's
3062
+ quarter
3063
+ question
3064
+ question's
3065
+ questions
3066
+ queue
3067
+ quick
3068
+ quicker
3069
+ quickest
3070
+ quickly
3071
+ quiet
3072
+ quietly
3073
+ quit
3074
+ quite
3075
+ quits
3076
+ quitting
3077
+ quote
3078
+ quote's
3079
+ quoted
3080
+ quotes
3081
+ quoting
3082
+ race
3083
+ radio
3084
+ rain
3085
+ raise
3086
+ raised
3087
+ raises
3088
+ raising
3089
+ ran
3090
+ random
3091
+ randomly
3092
+ range
3093
+ rapid
3094
+ rapidly
3095
+ rare
3096
+ rarely
3097
+ rate
3098
+ rate's
3099
+ rates
3100
+ rather
3101
+ raw
3102
+ re
3103
+ reach
3104
+ reach's
3105
+ reached
3106
+ reaches
3107
+ reaching
3108
+ react
3109
+ reaction
3110
+ read
3111
+ read's
3112
+ readable
3113
+ reader
3114
+ reader's
3115
+ readers
3116
+ readily
3117
+ reading
3118
+ reads
3119
+ ready
3120
+ real
3121
+ reality
3122
+ really
3123
+ reason
3124
+ reason's
3125
+ reasonable
3126
+ reasonably
3127
+ reasons
3128
+ recall
3129
+ receive
3130
+ received
3131
+ receives
3132
+ receiving
3133
+ recent
3134
+ recently
3135
+ reception
3136
+ recognition
3137
+ recommend
3138
+ recommendation
3139
+ recommended
3140
+ recommending
3141
+ recommends
3142
+ record
3143
+ record's
3144
+ recorded
3145
+ recording
3146
+ records
3147
+ recover
3148
+ recovered
3149
+ recovering
3150
+ recovers
3151
+ red
3152
+ reduce
3153
+ reduced
3154
+ reduces
3155
+ reducing
3156
+ reduction
3157
+ redundant
3158
+ refer
3159
+ reference
3160
+ reference's
3161
+ references
3162
+ referred
3163
+ referring
3164
+ refers
3165
+ reflect
3166
+ reflected
3167
+ reflecting
3168
+ reflection
3169
+ reflects
3170
+ refuse
3171
+ refused
3172
+ refuses
3173
+ refusing
3174
+ regard
3175
+ regarded
3176
+ regarding
3177
+ regardless
3178
+ regards
3179
+ region
3180
+ register
3181
+ registered
3182
+ registering
3183
+ registers
3184
+ regret
3185
+ regular
3186
+ regularly
3187
+ regulation
3188
+ regulation's
3189
+ regulations
3190
+ reject
3191
+ rejected
3192
+ rejecting
3193
+ rejects
3194
+ relate
3195
+ related
3196
+ relates
3197
+ relating
3198
+ relation
3199
+ relationship
3200
+ relative
3201
+ relatively
3202
+ release
3203
+ release's
3204
+ released
3205
+ releases
3206
+ releasing
3207
+ relevance
3208
+ relevant
3209
+ reliable
3210
+ religion
3211
+ religious
3212
+ religious's
3213
+ reluctant
3214
+ rely
3215
+ remain
3216
+ remained
3217
+ remaining
3218
+ remains
3219
+ remark
3220
+ remark's
3221
+ remarks
3222
+ remember
3223
+ remembered
3224
+ remembering
3225
+ remembers
3226
+ remind
3227
+ reminded
3228
+ reminding
3229
+ reminds
3230
+ remote
3231
+ remotely
3232
+ removal
3233
+ remove
3234
+ removed
3235
+ removes
3236
+ removing
3237
+ repair
3238
+ repeat
3239
+ repeated
3240
+ repeatedly
3241
+ repeating
3242
+ repeats
3243
+ replace
3244
+ replaced
3245
+ replacement
3246
+ replaces
3247
+ replacing
3248
+ replied
3249
+ replies
3250
+ reply
3251
+ reply's
3252
+ replying
3253
+ report
3254
+ report's
3255
+ reported
3256
+ reporting
3257
+ reports
3258
+ represent
3259
+ representation
3260
+ representative
3261
+ represented
3262
+ representing
3263
+ represents
3264
+ reproduce
3265
+ request
3266
+ request's
3267
+ requested
3268
+ requesting
3269
+ requests
3270
+ require
3271
+ required
3272
+ requirement
3273
+ requirement's
3274
+ requirements
3275
+ requires
3276
+ requiring
3277
+ research
3278
+ reserve
3279
+ reserved
3280
+ reserves
3281
+ reserving
3282
+ resident
3283
+ resolution
3284
+ resort
3285
+ resource
3286
+ resource's
3287
+ resources
3288
+ respect
3289
+ respect's
3290
+ respectively
3291
+ respects
3292
+ respond
3293
+ response
3294
+ response's
3295
+ responses
3296
+ responsibility
3297
+ responsible
3298
+ rest
3299
+ restart
3300
+ restore
3301
+ restored
3302
+ restores
3303
+ restoring
3304
+ restrict
3305
+ restricted
3306
+ restricting
3307
+ restricts
3308
+ result
3309
+ result's
3310
+ resulted
3311
+ resulting
3312
+ results
3313
+ retain
3314
+ return
3315
+ return's
3316
+ returned
3317
+ returning
3318
+ returns
3319
+ reveal
3320
+ revealed
3321
+ revealing
3322
+ reveals
3323
+ reverse
3324
+ review
3325
+ rewrite
3326
+ rid
3327
+ ridding
3328
+ ride
3329
+ ridiculous
3330
+ rids
3331
+ right
3332
+ right's
3333
+ rights
3334
+ ring
3335
+ rise
3336
+ risk
3337
+ river
3338
+ road
3339
+ role
3340
+ roll
3341
+ room
3342
+ room's
3343
+ rooms
3344
+ root
3345
+ rough
3346
+ roughly
3347
+ round
3348
+ route
3349
+ routine
3350
+ row
3351
+ rubber
3352
+ rubbish
3353
+ rule
3354
+ rule's
3355
+ rules
3356
+ run
3357
+ run's
3358
+ running
3359
+ runs
3360
+ rush
3361
+ sad
3362
+ sadly
3363
+ safe
3364
+ safely
3365
+ safer
3366
+ safest
3367
+ safety
3368
+ said
3369
+ saint
3370
+ sake
3371
+ sale
3372
+ sale's
3373
+ sales
3374
+ same
3375
+ sample
3376
+ sat
3377
+ satisfied
3378
+ satisfies
3379
+ satisfy
3380
+ satisfying
3381
+ save
3382
+ saved
3383
+ saves
3384
+ saving
3385
+ saw
3386
+ say
3387
+ saying
3388
+ says
3389
+ scale
3390
+ scan
3391
+ scene
3392
+ scheme
3393
+ school
3394
+ school's
3395
+ schools
3396
+ science
3397
+ science's
3398
+ sciences
3399
+ scientific
3400
+ score
3401
+ score's
3402
+ scores
3403
+ scrap
3404
+ scratch
3405
+ screen
3406
+ screen's
3407
+ screens
3408
+ script
3409
+ search
3410
+ searched
3411
+ searches
3412
+ searching
3413
+ season
3414
+ second
3415
+ second's
3416
+ secondary
3417
+ secondly
3418
+ seconds
3419
+ secret
3420
+ secretary
3421
+ section
3422
+ section's
3423
+ sections
3424
+ secure
3425
+ security
3426
+ see
3427
+ see's
3428
+ seeing
3429
+ seek
3430
+ seeking
3431
+ seeks
3432
+ seem
3433
+ seemed
3434
+ seeming
3435
+ seems
3436
+ seen
3437
+ sees
3438
+ select
3439
+ selected
3440
+ selecting
3441
+ selection
3442
+ selects
3443
+ self
3444
+ sell
3445
+ selling
3446
+ sells
3447
+ seminar
3448
+ send
3449
+ sending
3450
+ sends
3451
+ senior
3452
+ sense
3453
+ sensible
3454
+ sensibly
3455
+ sensitive
3456
+ sent
3457
+ sentence
3458
+ sentence's
3459
+ sentences
3460
+ separate
3461
+ separately
3462
+ sequence
3463
+ sequence's
3464
+ sequences
3465
+ serial
3466
+ series
3467
+ serious
3468
+ seriously
3469
+ serve
3470
+ serve's
3471
+ served
3472
+ server
3473
+ serves
3474
+ service
3475
+ service's
3476
+ services
3477
+ serving
3478
+ session
3479
+ session's
3480
+ sessions
3481
+ set
3482
+ set's
3483
+ sets
3484
+ setting
3485
+ settle
3486
+ settled
3487
+ settles
3488
+ settling
3489
+ seven
3490
+ several
3491
+ severe
3492
+ severely
3493
+ sex
3494
+ shall
3495
+ shame
3496
+ shape
3497
+ share
3498
+ share's
3499
+ shared
3500
+ shares
3501
+ sharing
3502
+ sharp
3503
+ she
3504
+ sheet
3505
+ shelf
3506
+ shell
3507
+ shift
3508
+ ship
3509
+ shoot
3510
+ shop
3511
+ shopped
3512
+ shopping
3513
+ shops
3514
+ short
3515
+ shortage
3516
+ shorter
3517
+ shortest
3518
+ shortly
3519
+ should
3520
+ show
3521
+ show's
3522
+ showed
3523
+ showing
3524
+ shown
3525
+ shows
3526
+ shut
3527
+ shuts
3528
+ shutting
3529
+ side
3530
+ side's
3531
+ sides
3532
+ sight
3533
+ sign
3534
+ sign's
3535
+ signal
3536
+ signal's
3537
+ signals
3538
+ signed
3539
+ significance
3540
+ significant
3541
+ significantly
3542
+ signing
3543
+ signs
3544
+ silly
3545
+ similar
3546
+ similarly
3547
+ simple
3548
+ simpler
3549
+ simplest
3550
+ simply
3551
+ simultaneous
3552
+ simultaneously
3553
+ since
3554
+ sincerely
3555
+ single
3556
+ sit
3557
+ site
3558
+ site's
3559
+ sites
3560
+ sits
3561
+ sitting
3562
+ situation
3563
+ situation's
3564
+ situations
3565
+ six
3566
+ size
3567
+ size's
3568
+ sizes
3569
+ skill
3570
+ skill's
3571
+ skills
3572
+ sleep
3573
+ slight
3574
+ slightly
3575
+ slip
3576
+ slow
3577
+ slower
3578
+ slowest
3579
+ slowly
3580
+ small
3581
+ smaller
3582
+ smallest
3583
+ smile
3584
+ smooth
3585
+ so
3586
+ social
3587
+ society
3588
+ soft
3589
+ software
3590
+ sold
3591
+ solely
3592
+ solid
3593
+ solution
3594
+ solution's
3595
+ solutions
3596
+ solve
3597
+ solved
3598
+ solves
3599
+ solving
3600
+ some
3601
+ somebody
3602
+ somehow
3603
+ someone
3604
+ someplace
3605
+ something
3606
+ sometime
3607
+ sometimes
3608
+ somewhat
3609
+ somewhere
3610
+ son
3611
+ soon
3612
+ sooner
3613
+ soonest
3614
+ sophisticate
3615
+ sophisticated
3616
+ sophisticates
3617
+ sophisticating
3618
+ sorry
3619
+ sort
3620
+ sort's
3621
+ sorted
3622
+ sorting
3623
+ sorts
3624
+ sought
3625
+ sound
3626
+ sound's
3627
+ sounded
3628
+ sounding
3629
+ sounds
3630
+ source
3631
+ source's
3632
+ sources
3633
+ south
3634
+ southern
3635
+ space
3636
+ space's
3637
+ spaces
3638
+ spare
3639
+ speak
3640
+ speaker
3641
+ speaker's
3642
+ speakers
3643
+ speaking
3644
+ speaks
3645
+ special
3646
+ specially
3647
+ specific
3648
+ specifically
3649
+ specified
3650
+ specifies
3651
+ specify
3652
+ specifying
3653
+ speech
3654
+ speed
3655
+ spell
3656
+ spelling
3657
+ spells
3658
+ spend
3659
+ spending
3660
+ spends
3661
+ spent
3662
+ spirit
3663
+ spite
3664
+ split
3665
+ splits
3666
+ splitting
3667
+ spoke
3668
+ spoken
3669
+ spot
3670
+ spots
3671
+ spotted
3672
+ spotting
3673
+ spread
3674
+ spreading
3675
+ spreads
3676
+ spring
3677
+ square
3678
+ stable
3679
+ staff
3680
+ stage
3681
+ stage's
3682
+ stages
3683
+ stand
3684
+ stand's
3685
+ standard
3686
+ standard's
3687
+ standards
3688
+ standing
3689
+ stands
3690
+ start
3691
+ start's
3692
+ started
3693
+ starting
3694
+ starts
3695
+ state
3696
+ state's
3697
+ stated
3698
+ statement
3699
+ statement's
3700
+ statements
3701
+ states
3702
+ stating
3703
+ station
3704
+ station's
3705
+ stations
3706
+ statistic
3707
+ statistic's
3708
+ statistical
3709
+ statistics
3710
+ status
3711
+ stay
3712
+ stayed
3713
+ staying
3714
+ stays
3715
+ steal
3716
+ step
3717
+ stick
3718
+ sticking
3719
+ sticks
3720
+ still
3721
+ stock
3722
+ stone
3723
+ stone's
3724
+ stones
3725
+ stood
3726
+ stop
3727
+ stop's
3728
+ stopped
3729
+ stopping
3730
+ stops
3731
+ storage
3732
+ store
3733
+ stored
3734
+ stores
3735
+ storing
3736
+ story
3737
+ straight
3738
+ straightforward
3739
+ strange
3740
+ strategy
3741
+ stream
3742
+ street
3743
+ strength
3744
+ strict
3745
+ strictly
3746
+ strike
3747
+ strike's
3748
+ strikes
3749
+ striking
3750
+ string
3751
+ string's
3752
+ strings
3753
+ strong
3754
+ strongly
3755
+ struck
3756
+ structure
3757
+ structure's
3758
+ structures
3759
+ stuck
3760
+ student
3761
+ student's
3762
+ students
3763
+ studied
3764
+ studies
3765
+ study
3766
+ study's
3767
+ studying
3768
+ stuff
3769
+ stupid
3770
+ style
3771
+ subject
3772
+ subject's
3773
+ subjects
3774
+ submit
3775
+ submits
3776
+ submitted
3777
+ submitting
3778
+ subsequent
3779
+ subset
3780
+ substantial
3781
+ substitute
3782
+ subtle
3783
+ succeed
3784
+ success
3785
+ successful
3786
+ successfully
3787
+ such
3788
+ sudden
3789
+ suddenly
3790
+ suffer
3791
+ suffered
3792
+ suffering
3793
+ suffers
3794
+ suffice
3795
+ sufficient
3796
+ sufficiently
3797
+ sugar
3798
+ suggest
3799
+ suggested
3800
+ suggesting
3801
+ suggestion
3802
+ suggestion's
3803
+ suggestions
3804
+ suggests
3805
+ suit
3806
+ suitable
3807
+ suitably
3808
+ suited
3809
+ suiting
3810
+ suits
3811
+ sum
3812
+ summary
3813
+ summer
3814
+ sun
3815
+ superior
3816
+ supervisor
3817
+ supplied
3818
+ supplies
3819
+ supply
3820
+ supply's
3821
+ supplying
3822
+ support
3823
+ supported
3824
+ supporting
3825
+ supports
3826
+ suppose
3827
+ supposed
3828
+ supposedly
3829
+ supposes
3830
+ supposing
3831
+ sure
3832
+ surely
3833
+ surface
3834
+ surprise
3835
+ surprised
3836
+ surprises
3837
+ surprising
3838
+ survey
3839
+ survive
3840
+ survived
3841
+ survives
3842
+ surviving
3843
+ suspect
3844
+ suspected
3845
+ suspecting
3846
+ suspects
3847
+ suspend
3848
+ suspended
3849
+ suspending
3850
+ suspends
3851
+ suspicion
3852
+ switch
3853
+ switch's
3854
+ switched
3855
+ switches
3856
+ switching
3857
+ symbol
3858
+ symbol's
3859
+ symbols
3860
+ syntax
3861
+ system
3862
+ system's
3863
+ systems
3864
+ table
3865
+ table's
3866
+ tables
3867
+ take
3868
+ take's
3869
+ taken
3870
+ takes
3871
+ taking
3872
+ talk
3873
+ talk's
3874
+ talked
3875
+ talking
3876
+ talks
3877
+ tank
3878
+ tank's
3879
+ tanks
3880
+ tape
3881
+ tape's
3882
+ tapes
3883
+ target
3884
+ task
3885
+ task's
3886
+ tasks
3887
+ taste
3888
+ taught
3889
+ tax
3890
+ tea
3891
+ teach
3892
+ teacher
3893
+ teaches
3894
+ teaching
3895
+ team
3896
+ technical
3897
+ technique
3898
+ technique's
3899
+ techniques
3900
+ technology
3901
+ tedious
3902
+ teeth
3903
+ telephone
3904
+ television
3905
+ tell
3906
+ telling
3907
+ tells
3908
+ temperature
3909
+ temporarily
3910
+ temporary
3911
+ ten
3912
+ tend
3913
+ tendency
3914
+ tends
3915
+ term
3916
+ term's
3917
+ terminal
3918
+ terminal's
3919
+ terminals
3920
+ terminology
3921
+ terms
3922
+ terribly
3923
+ test
3924
+ test's
3925
+ tested
3926
+ testing
3927
+ tests
3928
+ text
3929
+ than
3930
+ thank
3931
+ thanks
3932
+ that
3933
+ that's
3934
+ the
3935
+ their
3936
+ them
3937
+ themselves
3938
+ then
3939
+ theoretical
3940
+ theory
3941
+ there
3942
+ there's
3943
+ thereby
3944
+ therefore
3945
+ these
3946
+ they
3947
+ thin
3948
+ thing
3949
+ thing's
3950
+ things
3951
+ think
3952
+ thinking
3953
+ thinks
3954
+ third
3955
+ this
3956
+ thoroughly
3957
+ those
3958
+ though
3959
+ thought
3960
+ thought's
3961
+ thoughts
3962
+ thousand
3963
+ thousand's
3964
+ thousands
3965
+ threat
3966
+ three
3967
+ threw
3968
+ through
3969
+ throughout
3970
+ throw
3971
+ throwing
3972
+ thrown
3973
+ throws
3974
+ thus
3975
+ ticket
3976
+ ticket's
3977
+ tickets
3978
+ tie
3979
+ tie's
3980
+ tied
3981
+ ties
3982
+ tight
3983
+ till
3984
+ time
3985
+ time's
3986
+ timed
3987
+ times
3988
+ timing
3989
+ tin
3990
+ title
3991
+ title's
3992
+ titles
3993
+ to
3994
+ today
3995
+ together
3996
+ token
3997
+ told
3998
+ tomorrow
3999
+ tonight
4000
+ too
4001
+ took
4002
+ tooth
4003
+ tooth's
4004
+ top
4005
+ topic
4006
+ topic's
4007
+ topics
4008
+ total
4009
+ totally
4010
+ touch
4011
+ touched
4012
+ touches
4013
+ touching
4014
+ toward
4015
+ towards
4016
+ town
4017
+ trace
4018
+ track
4019
+ track's
4020
+ tracks
4021
+ traditional
4022
+ traffic
4023
+ train
4024
+ trained
4025
+ training
4026
+ trains
4027
+ transfer
4028
+ transferred
4029
+ transferring
4030
+ transfers
4031
+ translate
4032
+ translated
4033
+ translates
4034
+ translating
4035
+ translation
4036
+ transport
4037
+ trap
4038
+ trapped
4039
+ trapping
4040
+ traps
4041
+ trash
4042
+ travel
4043
+ treat
4044
+ treated
4045
+ treating
4046
+ treatment
4047
+ treats
4048
+ tree
4049
+ tree's
4050
+ trees
4051
+ trial
4052
+ trick
4053
+ tried
4054
+ tries
4055
+ trip
4056
+ trivial
4057
+ trouble
4058
+ truck
4059
+ truck's
4060
+ trucks
4061
+ true
4062
+ truly
4063
+ trunk
4064
+ trust
4065
+ trusted
4066
+ trusting
4067
+ trusts
4068
+ truth
4069
+ try
4070
+ try's
4071
+ trying
4072
+ tune
4073
+ turn
4074
+ turn's
4075
+ turned
4076
+ turning
4077
+ turns
4078
+ twelve
4079
+ twenty
4080
+ twice
4081
+ two
4082
+ tying
4083
+ type
4084
+ type's
4085
+ typed
4086
+ types
4087
+ typical
4088
+ typing
4089
+ ugly
4090
+ ultimate
4091
+ ultimately
4092
+ unable
4093
+ unacceptable
4094
+ unaware
4095
+ uncertain
4096
+ unclear
4097
+ under
4098
+ undergraduate
4099
+ undergraduate's
4100
+ undergraduates
4101
+ underneath
4102
+ understand
4103
+ understanding
4104
+ understands
4105
+ understood
4106
+ unfortunate
4107
+ unfortunately
4108
+ unhappy
4109
+ uniform
4110
+ unique
4111
+ unit
4112
+ unit's
4113
+ unite
4114
+ units
4115
+ universal
4116
+ universities
4117
+ university
4118
+ university's
4119
+ unknown
4120
+ unless
4121
+ unlike
4122
+ unlikely
4123
+ unlimited
4124
+ unnecessarily
4125
+ unnecessary
4126
+ unpleasant
4127
+ unreasonable
4128
+ unsuitable
4129
+ until
4130
+ unusual
4131
+ unwanted
4132
+ up
4133
+ update
4134
+ updated
4135
+ updates
4136
+ updating
4137
+ upon
4138
+ upper
4139
+ upset
4140
+ upsets
4141
+ upsetting
4142
+ upwards
4143
+ us
4144
+ usage
4145
+ use
4146
+ use's
4147
+ used
4148
+ useful
4149
+ useless
4150
+ user
4151
+ user's
4152
+ users
4153
+ uses
4154
+ using
4155
+ usual
4156
+ usually
4157
+ utility
4158
+ utterly
4159
+ vacation
4160
+ vacation's
4161
+ vacations
4162
+ vague
4163
+ vaguely
4164
+ valid
4165
+ validity
4166
+ valuable
4167
+ value
4168
+ value's
4169
+ values
4170
+ van
4171
+ vans
4172
+ variable
4173
+ variable's
4174
+ variables
4175
+ variation
4176
+ varied
4177
+ varies
4178
+ variety
4179
+ various
4180
+ vary
4181
+ varying
4182
+ vast
4183
+ vastly
4184
+ vector
4185
+ version
4186
+ version's
4187
+ versions
4188
+ very
4189
+ via
4190
+ vice
4191
+ video
4192
+ view
4193
+ view's
4194
+ views
4195
+ virtually
4196
+ virtue
4197
+ visible
4198
+ vision
4199
+ visit
4200
+ vital
4201
+ voice
4202
+ volume
4203
+ vote
4204
+ vote's
4205
+ votes
4206
+ wait
4207
+ waited
4208
+ waiting
4209
+ waits
4210
+ walk
4211
+ walked
4212
+ walking
4213
+ walks
4214
+ wall
4215
+ wall's
4216
+ walls
4217
+ want
4218
+ want's
4219
+ wanted
4220
+ wanting
4221
+ wants
4222
+ war
4223
+ warm
4224
+ warn
4225
+ warned
4226
+ warning
4227
+ warns
4228
+ was
4229
+ wash
4230
+ waste
4231
+ wasted
4232
+ wastes
4233
+ wasting
4234
+ watch
4235
+ watched
4236
+ watches
4237
+ watching
4238
+ water
4239
+ way
4240
+ way's
4241
+ ways
4242
+ we
4243
+ weapon
4244
+ wear
4245
+ wearing
4246
+ wears
4247
+ weather
4248
+ week
4249
+ week's
4250
+ weekend
4251
+ weeks
4252
+ weight
4253
+ weird
4254
+ welcome
4255
+ welcomed
4256
+ welcomes
4257
+ welcoming
4258
+ well
4259
+ went
4260
+ were
4261
+ west
4262
+ western
4263
+ what
4264
+ whatever
4265
+ whatsoever
4266
+ wheel
4267
+ wheel's
4268
+ wheels
4269
+ when
4270
+ whenever
4271
+ where
4272
+ whereas
4273
+ whereby
4274
+ wherever
4275
+ whether
4276
+ which
4277
+ while
4278
+ whilst
4279
+ white
4280
+ who
4281
+ whoever
4282
+ whole
4283
+ whom
4284
+ whose
4285
+ why
4286
+ wide
4287
+ widely
4288
+ wider
4289
+ widespread
4290
+ widest
4291
+ wife
4292
+ wild
4293
+ will
4294
+ willed
4295
+ willing
4296
+ wills
4297
+ win
4298
+ wind
4299
+ window
4300
+ window's
4301
+ windows
4302
+ wine
4303
+ winning
4304
+ wins
4305
+ winter
4306
+ wire
4307
+ wise
4308
+ wish
4309
+ wish's
4310
+ wished
4311
+ wishes
4312
+ wishing
4313
+ with
4314
+ withdraw
4315
+ within
4316
+ without
4317
+ woman
4318
+ woman's
4319
+ women
4320
+ won
4321
+ won's
4322
+ wonder
4323
+ wondered
4324
+ wonderful
4325
+ wondering
4326
+ wonders
4327
+ wooden
4328
+ word
4329
+ word's
4330
+ worded
4331
+ wording
4332
+ words
4333
+ wore
4334
+ work
4335
+ work's
4336
+ worked
4337
+ worker
4338
+ worker's
4339
+ workers
4340
+ working
4341
+ works
4342
+ world
4343
+ worn
4344
+ worried
4345
+ worries
4346
+ worry
4347
+ worrying
4348
+ worse
4349
+ worst
4350
+ worth
4351
+ worthwhile
4352
+ worthy
4353
+ would
4354
+ write
4355
+ writer
4356
+ writes
4357
+ writing
4358
+ written
4359
+ wrong
4360
+ wrote
4361
+ year
4362
+ year's
4363
+ years
4364
+ yellow
4365
+ yes
4366
+ yesterday
4367
+ yet
4368
+ you
4369
+ young
4370
+ young's
4371
+ your
4372
+ yours
4373
+ yourself
4374
+ zero