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,693 @@
1
+ AAM
2
+ ABD
3
+ AEC
4
+ AEC's
5
+ AGC
6
+ AHQ
7
+ ALGOL
8
+ ALGOL's
9
+ AMP
10
+ AMP's
11
+ APC's
12
+ AQ
13
+ AS
14
+ ASSR
15
+ ATC
16
+ ATS
17
+ Af
18
+ Alb
19
+ Ald
20
+ Alg
21
+ Angl
22
+ Apoc
23
+ Aram
24
+ Arch
25
+ Arch's
26
+ Arg
27
+ Arm
28
+ Assyr
29
+ Aus
30
+ Aust
31
+ Austral
32
+ BAL
33
+ BAR
34
+ BCD
35
+ BHT
36
+ Balt
37
+ Beng
38
+ Bibl
39
+ Bn
40
+ Bol
41
+ Braz
42
+ Brig
43
+ Brig's
44
+ Bt
45
+ Bulg
46
+ Bur
47
+ Byz
48
+ CAA
49
+ CAB
50
+ CAT
51
+ CAT's
52
+ CCD
53
+ CENTO
54
+ CORE
55
+ CP
56
+ CQ
57
+ CR
58
+ CW
59
+ Camb
60
+ Cant
61
+ Card
62
+ Card's
63
+ Cath
64
+ Cath's
65
+ Cav
66
+ Cdr
67
+ Chr
68
+ Chron
69
+ Comdt
70
+ Comr
71
+ Con
72
+ Con's
73
+ Cons
74
+ Cor
75
+ Cos
76
+ Cos's
77
+ DM
78
+ DMSO
79
+ DOVAP
80
+ DTs
81
+ DX
82
+ Dak
83
+ Den
84
+ Den's
85
+ Deut
86
+ Din
87
+ Dom
88
+ Dom's
89
+ Dur
90
+ Dur's
91
+ EAM
92
+ EBCDIC
93
+ EFTA
94
+ EHF
95
+ EHF's
96
+ EP
97
+ EQ
98
+ ERS
99
+ EVA
100
+ Eccles
101
+ Ecclus
102
+ Ecua
103
+ Eg
104
+ Eliz
105
+ Emp
106
+ Ens
107
+ Ep
108
+ Eph
109
+ Eph's
110
+ Epiph
111
+ Epis
112
+ Esd
113
+ Esth
114
+ Eth
115
+ Ex
116
+ Exc
117
+ Exod
118
+ Ez
119
+ Ez's
120
+ Ezek
121
+ FA
122
+ FAO
123
+ FAO's
124
+ FCA
125
+ FPC
126
+ FSH
127
+ FSH's
128
+ FTP
129
+ Fin
130
+ Fin's
131
+ Fl
132
+ Flem
133
+ Flem's
134
+ Fris
135
+ Frs
136
+ GCA
137
+ GQ
138
+ GT
139
+ Gal
140
+ Gal's
141
+ GeV
142
+ Genl
143
+ Gi
144
+ Gi's
145
+ Gov
146
+ Govt
147
+ Guat
148
+ Guin
149
+ HDL
150
+ HDL's
151
+ HE
152
+ HG
153
+ HTTP's
154
+ Hab
155
+ Hag
156
+ Hb
157
+ Hind
158
+ Hond
159
+ Hos
160
+ IAEA
161
+ IAEA's
162
+ IAS
163
+ IATA
164
+ IC
165
+ ICAO
166
+ ICAO's
167
+ ICJ
168
+ ICSH
169
+ IDA
170
+ IDA's
171
+ IF
172
+ IFC
173
+ IFC's
174
+ IHS
175
+ ILO
176
+ ILO's
177
+ ILS
178
+ IMCO
179
+ IR
180
+ IRBM
181
+ ITU
182
+ Icel
183
+ Imp
184
+ Inf
185
+ Isth
186
+ JA
187
+ JHVH
188
+ JJ
189
+ Ja
190
+ Ja's
191
+ Jam
192
+ Jas
193
+ Jav
194
+ Jer
195
+ Jer's
196
+ Jud
197
+ Jud's
198
+ KBP
199
+ KNP
200
+ KR
201
+ KRP
202
+ Knt
203
+ Kt
204
+ LD
205
+ LDL
206
+ LDL's
207
+ LEM
208
+ LEM's
209
+ LEMs
210
+ LH
211
+ LH's
212
+ LM
213
+ LXX
214
+ LXX's
215
+ Lam
216
+ Lam's
217
+ Ld
218
+ Lev
219
+ Lev's
220
+ Levit
221
+ Lib
222
+ Lib's
223
+ Lith
224
+ Lond
225
+ Luth
226
+ Lux
227
+ Lux's
228
+ Lw
229
+ Lw's
230
+ MATS
231
+ MF
232
+ MF's
233
+ MHD
234
+ MRA
235
+ MV
236
+ MVD
237
+ Macc
238
+ Maced
239
+ Madag
240
+ MeV
241
+ Medit
242
+ Mic
243
+ Mic's
244
+ Mid
245
+ Moham
246
+ Mss
247
+ Mv
248
+ Mv's
249
+ NACA
250
+ NAD
251
+ NAD's
252
+ NGC
253
+ NKVD
254
+ NL
255
+ NMR
256
+ NNE
257
+ NNE's
258
+ NNW
259
+ NNW's
260
+ Nah
261
+ Neh
262
+ Neth
263
+ Nor
264
+ Nor's
265
+ OAO
266
+ OCAM
267
+ OCD
268
+ OECD
269
+ OEO
270
+ OF
271
+ OHG
272
+ OP
273
+ Obad
274
+ Oc
275
+ Om
276
+ Om's
277
+ Orth
278
+ Orth's
279
+ PABA
280
+ PABA's
281
+ PGA
282
+ PPI
283
+ Pal
284
+ Parl
285
+ Pet
286
+ Pet's
287
+ Pg
288
+ Philem
289
+ Presb
290
+ Prog
291
+ Prot
292
+ Prov
293
+ Prus
294
+ QNP
295
+ QP
296
+ QR
297
+ Qq
298
+ RA
299
+ RA's
300
+ RATO
301
+ RM
302
+ ROK
303
+ Reg
304
+ Reg's
305
+ Regt
306
+ Rus
307
+ Rus's
308
+ SG
309
+ SHA
310
+ SHAEF
311
+ SHAPE
312
+ SHF
313
+ SHF's
314
+ SP
315
+ SSM
316
+ SSR
317
+ Sab
318
+ Sans
319
+ Sax
320
+ Sax's
321
+ Script
322
+ Sem
323
+ Sig
324
+ Sig's
325
+ So
326
+ So's
327
+ Sra
328
+ Srta
329
+ Suffr
330
+ Sw
331
+ Syr
332
+ TAT
333
+ TC
334
+ TC's
335
+ Teut
336
+ Thess
337
+ Tit
338
+ Tob
339
+ UAM
340
+ UPU
341
+ USENET
342
+ USM
343
+ Ukr
344
+ Unit
345
+ Univ
346
+ Uru
347
+ VAR
348
+ VC
349
+ Vat
350
+ Ven
351
+ Vul
352
+ WAAC
353
+ WAAF
354
+ WRAC
355
+ WRAF
356
+ Wal
357
+ Wisd
358
+ XP
359
+ Xn
360
+ Xnty
361
+ Xt
362
+ YHVH
363
+ Zech
364
+ Zeph
365
+ Zeph's
366
+ aa
367
+ abamp
368
+ abl
369
+ abr
370
+ acc
371
+ accel
372
+ acpt
373
+ actg
374
+ adjt
375
+ ae
376
+ aeron
377
+ agcy
378
+ agr
379
+ agric
380
+ agron
381
+ al
382
+ alg
383
+ alk
384
+ anat
385
+ anim
386
+ ann
387
+ anthrop
388
+ anthropol
389
+ antiq
390
+ ar
391
+ archit
392
+ archt
393
+ astr
394
+ astrol
395
+ atm
396
+ att
397
+ attrib
398
+ aud
399
+ aug
400
+ auth
401
+ avn
402
+ avoir
403
+ bact
404
+ bacteriol
405
+ bal
406
+ barit
407
+ bd
408
+ bdl
409
+ bibl
410
+ bibliog
411
+ bkcy
412
+ bkg
413
+ bks
414
+ blk
415
+ bp
416
+ br
417
+ btl
418
+ btry
419
+ bul
420
+ canc
421
+ caus
422
+ cd
423
+ cen
424
+ chron
425
+ chs
426
+ civ
427
+ cml
428
+ collat
429
+ comdg
430
+ compar
431
+ conc
432
+ conf
433
+ cong
434
+ consol
435
+ constr
436
+ contemp
437
+ contr
438
+ contrib
439
+ correl
440
+ cosec
441
+ cp
442
+ cr
443
+ crim
444
+ crit
445
+ cryst
446
+ cts
447
+ cyl
448
+ dat
449
+ dd
450
+ dec
451
+ decd
452
+ decl
453
+ decresc
454
+ del
455
+ denom
456
+ dep
457
+ der
458
+ deriv
459
+ desc
460
+ dg
461
+ di
462
+ diag
463
+ diff
464
+ dipl
465
+ dir
466
+ distr
467
+ dk
468
+ dlr
469
+ dlvy
470
+ dm
471
+ dol
472
+ dom
473
+ dr
474
+ dup
475
+ dwt
476
+ el
477
+ embryol
478
+ eng
479
+ engin
480
+ engr
481
+ enl
482
+ entomol
483
+ ethnol
484
+ exc
485
+ exch
486
+ excl
487
+ exr
488
+ fac
489
+ fam
490
+ fath
491
+ fec
492
+ fld
493
+ flor
494
+ fm
495
+ fo
496
+ fp
497
+ frt
498
+ fth
499
+ gaz
500
+ gds
501
+ geneal
502
+ genit
503
+ geod
504
+ geol
505
+ gi
506
+ gl
507
+ glt
508
+ gro
509
+ gtd
510
+ guar
511
+ hd
512
+ herp
513
+ hg
514
+ hl
515
+ hor
516
+ horol
517
+ hort
518
+ hyp
519
+ hypoth
520
+ ib
521
+ ichthyol
522
+ ign
523
+ illust
524
+ imit
525
+ impers
526
+ impf
527
+ impv
528
+ incr
529
+ indef
530
+ indic
531
+ induc
532
+ infin
533
+ init
534
+ inorg
535
+ insp
536
+ intens
537
+ internat
538
+ interrog
539
+ intr
540
+ inv
541
+ invt
542
+ irreg
543
+ jurisp
544
+ jus
545
+ kV
546
+ kr
547
+ lang
548
+ lect
549
+ lex
550
+ lexicog
551
+ lgth
552
+ li
553
+ lin
554
+ lith
555
+ litho
556
+ lithol
557
+ loq
558
+ lv
559
+ manuf
560
+ marg
561
+ mech
562
+ mem
563
+ metaph
564
+ meteorol
565
+ mfd
566
+ milit
567
+ mk
568
+ mkt
569
+ mol
570
+ mon
571
+ mycol
572
+ naut
573
+ nav
574
+ navig
575
+ nom
576
+ nr
577
+ numis
578
+ obb
579
+ obdt
580
+ obstet
581
+ occas
582
+ oceanog
583
+ oct
584
+ orch
585
+ ord
586
+ ordn
587
+ ornithol
588
+ os
589
+ pam
590
+ pathol
591
+ payt
592
+ pc
593
+ ped
594
+ petrog
595
+ phil
596
+ philol
597
+ philos
598
+ phon
599
+ phonol
600
+ phot
601
+ photog
602
+ photom
603
+ phr
604
+ phren
605
+ pizz
606
+ plur
607
+ polit
608
+ pos
609
+ ppd
610
+ pred
611
+ prem
612
+ pret
613
+ priv
614
+ proc
615
+ prog
616
+ propr
617
+ prox
618
+ prs
619
+ psf
620
+ psychoanal
621
+ psychol
622
+ ptg
623
+ pts
624
+ publ
625
+ pwt
626
+ ql
627
+ qto
628
+ qu
629
+ ques
630
+ rall
631
+ rcd
632
+ rect
633
+ redupl
634
+ refl
635
+ rept
636
+ req
637
+ retd
638
+ rheo
639
+ rhet
640
+ rit
641
+ rms
642
+ rom
643
+ rpt
644
+ sb
645
+ sc
646
+ scot
647
+ scr
648
+ sculp
649
+ sd
650
+ sem
651
+ seqq
652
+ ser
653
+ sgd
654
+ shr
655
+ shtg
656
+ sig
657
+ sld
658
+ sociol
659
+ sp
660
+ spp
661
+ stacc
662
+ ster
663
+ stg
664
+ stge
665
+ str
666
+ superl
667
+ surg
668
+ surv
669
+ sym
670
+ synd
671
+ synop
672
+ syst
673
+ teleg
674
+ ter
675
+ theol
676
+ tinct
677
+ topog
678
+ tox
679
+ transf
680
+ transp
681
+ typ
682
+ typw
683
+ vel
684
+ vil
685
+ vo
686
+ voc
687
+ vulg
688
+ vv
689
+ wd
690
+ whf
691
+ whsle
692
+ wmk
693
+ zool
@@ -0,0 +1,13 @@
1
+ aren't
2
+ can't
3
+ couldn't
4
+ didn't
5
+ doesn't
6
+ don't
7
+ haven't
8
+ isn't
9
+ they're
10
+ wasn't
11
+ won't
12
+ wouldn't
13
+ you're
@@ -0,0 +1,5 @@
1
+ I'm
2
+ ain't
3
+ ma'am
4
+ o'clock
5
+ we're
@@ -0,0 +1,30 @@
1
+ I'd
2
+ I'll
3
+ I've
4
+ h'm
5
+ hadn't
6
+ hasn't
7
+ he'd
8
+ he'll
9
+ it'd
10
+ it'll
11
+ mustn't
12
+ she'd
13
+ she'll
14
+ shouldn't
15
+ they'd
16
+ they'll
17
+ they've
18
+ we'd
19
+ we'll
20
+ we've
21
+ weren't
22
+ who'd
23
+ who'll
24
+ who're
25
+ who've
26
+ would've
27
+ y'all
28
+ you'd
29
+ you'll
30
+ you've
@@ -0,0 +1,8 @@
1
+ could've
2
+ e'er
3
+ ne'er
4
+ needn't
5
+ o'er
6
+ shan't
7
+ should've
8
+ sou'wester
@@ -0,0 +1,12 @@
1
+ San'a
2
+ e'en
3
+ entr'acte
4
+ how'd
5
+ how're
6
+ mayn't
7
+ might've
8
+ mightn't
9
+ must've
10
+ nor'easter
11
+ oughtn't
12
+ why'd