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,547 @@
1
+ ABA
2
+ ABS
3
+ AD
4
+ AD's
5
+ ADC
6
+ ADD
7
+ ADM
8
+ ADP
9
+ ADP's
10
+ AFB
11
+ AFDC
12
+ AFN
13
+ AFT
14
+ APB
15
+ APC
16
+ APR
17
+ ARC
18
+ AVI
19
+ Adm
20
+ Afr
21
+ Alas
22
+ Amer
23
+ Attn
24
+ BBS
25
+ BIA
26
+ BIOS
27
+ BPOE
28
+ BR
29
+ BSA
30
+ Belg
31
+ CAD
32
+ CAD's
33
+ CAI
34
+ CAM
35
+ CAP
36
+ CARE
37
+ CBC
38
+ CBC's
39
+ CCTV
40
+ CCU
41
+ CDC
42
+ CDT
43
+ CF
44
+ CFO
45
+ CGI
46
+ CID
47
+ CNS
48
+ CNS's
49
+ COL
50
+ CV
51
+ CZ
52
+ Calif
53
+ Can
54
+ Can's
55
+ Canad
56
+ Cb
57
+ Ce
58
+ Ce's
59
+ Ch
60
+ Chin
61
+ Chin's
62
+ Cmdr
63
+ Cod
64
+ Comdr
65
+ Cpl
66
+ Ct
67
+ DAR
68
+ DBMS
69
+ DBMS's
70
+ DEA
71
+ DH
72
+ DI
73
+ DMD
74
+ DMD's
75
+ DOB
76
+ DOD
77
+ DOE
78
+ DOT
79
+ Dir
80
+ Du
81
+ Dy
82
+ Dy's
83
+ EDP
84
+ EDP's
85
+ EEOC
86
+ EFT
87
+ ELF
88
+ ELF's
89
+ EM
90
+ ENE
91
+ ENE's
92
+ EOE
93
+ ESE
94
+ ESE's
95
+ ESR
96
+ EU
97
+ Eur
98
+ FD
99
+ FIFO
100
+ FWD
101
+ FY
102
+ GAO
103
+ GATT
104
+ GATT's
105
+ GB's
106
+ GCC
107
+ GCC's
108
+ GDP
109
+ GDP's
110
+ GIGO
111
+ GPO
112
+ GSA
113
+ GU
114
+ GUI's
115
+ Gk
116
+ Gr
117
+ HM
118
+ HPV
119
+ HT
120
+ Ha
121
+ Ha's
122
+ Haw
123
+ Heb
124
+ Hts
125
+ INRI
126
+ ISBN
127
+ IT
128
+ Ia
129
+ Ice
130
+ Inst
131
+ Ital
132
+ JCS
133
+ JD
134
+ Jap
135
+ Jap's
136
+ Jpn
137
+ KB
138
+ KB's
139
+ KC
140
+ Kan
141
+ Kan's
142
+ Kb
143
+ Kb's
144
+ Ky
145
+ Ky's
146
+ LAN
147
+ LAN's
148
+ LC
149
+ LCM
150
+ LDC
151
+ LIFO
152
+ LL
153
+ LLB
154
+ LLB's
155
+ LLD
156
+ LLD's
157
+ LNG
158
+ LOGO
159
+ LPG
160
+ LSAT
161
+ LVN
162
+ Lab
163
+ Lat
164
+ Lat's
165
+ Lieut
166
+ MASH
167
+ MDT
168
+ MFA
169
+ MFA's
170
+ MIDI
171
+ MIDI's
172
+ MIRV
173
+ MM
174
+ MSW
175
+ MW
176
+ Mb's
177
+ Me
178
+ Mex
179
+ Mgr
180
+ Mk
181
+ Mlle
182
+ Mme
183
+ Mmes
184
+ Mses
185
+ Msgr
186
+ NBS
187
+ NEH
188
+ NF
189
+ NFC
190
+ NIH
191
+ NLRB
192
+ NP
193
+ NR
194
+ NRA
195
+ NRC
196
+ NS
197
+ NSC
198
+ NSF
199
+ NYSE
200
+ Neb
201
+ Nebr
202
+ No
203
+ No's
204
+ Norw
205
+ Nos
206
+ OB
207
+ OCR
208
+ OED
209
+ OMB
210
+ OMB's
211
+ ON
212
+ OS
213
+ OS's
214
+ OTB
215
+ OTC
216
+ Ont
217
+ Ore
218
+ Oreg
219
+ PASCAL
220
+ PCP
221
+ PCP's
222
+ PD
223
+ PDT
224
+ PET
225
+ PET's
226
+ PPS
227
+ PRC
228
+ PRC's
229
+ PRO
230
+ PT
231
+ PTO
232
+ PW
233
+ Pen
234
+ Pen's
235
+ Penna
236
+ Pfc
237
+ Pol
238
+ Pol's
239
+ Port
240
+ Port's
241
+ Pr
242
+ Pr's
243
+ Pvt
244
+ QB
245
+ QC
246
+ QED
247
+ QM
248
+ Que
249
+ RC
250
+ RCMP
251
+ REIT
252
+ RF
253
+ RIF
254
+ RISC
255
+ RP
256
+ RSFSR
257
+ RSI
258
+ Rf
259
+ Rf's
260
+ Rom
261
+ Rwy
262
+ Ry
263
+ SA
264
+ SAC
265
+ SBA
266
+ SCSI
267
+ SCSI's
268
+ SDI
269
+ SEATO
270
+ SGML
271
+ SGML's
272
+ SJ
273
+ SK
274
+ SO
275
+ SOB
276
+ SOB's
277
+ SPCA
278
+ SPF
279
+ SSE
280
+ SSE's
281
+ SSS
282
+ SSW
283
+ SSW's
284
+ ST
285
+ SWAK
286
+ Sask
287
+ Scan
288
+ Soc
289
+ Sp
290
+ Span
291
+ Sta
292
+ Ste
293
+ Supt
294
+ Swed
295
+ Switz
296
+ TDD
297
+ TEFL
298
+ TESL
299
+ TESOL
300
+ TGIF
301
+ THC
302
+ TQM
303
+ TWX
304
+ Te
305
+ Te's
306
+ Tenn
307
+ Tenn's
308
+ Thu
309
+ Tu
310
+ Tu's
311
+ Tue
312
+ Twp
313
+ UAR
314
+ UL
315
+ USCG
316
+ USIA
317
+ USP
318
+ USPS
319
+ Ut
320
+ VDU
321
+ VF
322
+ VFW
323
+ VFW's
324
+ VG
325
+ VGA
326
+ VISTA
327
+ VOA
328
+ Vt
329
+ Vulg
330
+ WAC
331
+ WNW
332
+ WNW's
333
+ WP
334
+ WSW
335
+ WSW's
336
+ WW
337
+ Wisc
338
+ XXL
339
+ YT
340
+ ab
341
+ abbrev
342
+ abs
343
+ abs's
344
+ ac
345
+ aka
346
+ alt
347
+ ans
348
+ arr
349
+ asap
350
+ attn
351
+ aux
352
+ av
353
+ ave
354
+ bbl
355
+ bdrm
356
+ bf
357
+ bio
358
+ bio's
359
+ biog
360
+ biol
361
+ bk
362
+ bl
363
+ bot
364
+ bps
365
+ bu
366
+ bx
367
+ bxs
368
+ capt
369
+ cg
370
+ chg
371
+ chge
372
+ chm
373
+ cir
374
+ cit
375
+ ck
376
+ cl
377
+ co
378
+ coll
379
+ colloq
380
+ com
381
+ comp
382
+ comp's
383
+ corr
384
+ cos's
385
+ cpd
386
+ cpl
387
+ cps
388
+ ctn
389
+ ctr
390
+ cum's
391
+ cw
392
+ cwt
393
+ db
394
+ dbl
395
+ dc
396
+ def
397
+ deg
398
+ diam
399
+ dict
400
+ dist
401
+ div
402
+ dpt
403
+ eccl
404
+ ecol
405
+ econ
406
+ eds
407
+ educ
408
+ elem
409
+ elev
410
+ emf
411
+ enc
412
+ encl
413
+ ency
414
+ equiv
415
+ exp
416
+ ext
417
+ ff
418
+ flt
419
+ fol
420
+ foll
421
+ fps
422
+ freq
423
+ furn
424
+ fut
425
+ fwy
426
+ geog
427
+ geom
428
+ gt
429
+ hdqrs
430
+ hf
431
+ hgwy
432
+ hist
433
+ hon
434
+ hon's
435
+ hosp
436
+ imper
437
+ imperf
438
+ incl
439
+ inf
440
+ inst
441
+ instr
442
+ intrans
443
+ isl
444
+ ital
445
+ jct
446
+ jg
447
+ jr
448
+ jun
449
+ kWh
450
+ kl
451
+ kn
452
+ kph
453
+ kt
454
+ kw
455
+ lg
456
+ liq
457
+ ll
458
+ ltd
459
+ mach
460
+ mach's
461
+ mdse
462
+ meas
463
+ mfrs
464
+ mgr
465
+ mks
466
+ mp
467
+ mt
468
+ mtg
469
+ mtge
470
+ mun
471
+ mus
472
+ neut
473
+ ob
474
+ obs
475
+ opp
476
+ org
477
+ orig
478
+ pf
479
+ phys
480
+ pk
481
+ pkt
482
+ pkwy
483
+ plat
484
+ plat's
485
+ pm
486
+ ppm
487
+ ppr
488
+ pr
489
+ pref
490
+ prob
491
+ prov
492
+ psi
493
+ psi's
494
+ pvt
495
+ qr
496
+ qts
497
+ qty
498
+ quot
499
+ rad
500
+ rad's
501
+ rcpt
502
+ rd
503
+ rec
504
+ rec'd
505
+ rec's
506
+ reg
507
+ rel
508
+ rem
509
+ rem's
510
+ res
511
+ riv
512
+ rt
513
+ sch
514
+ sci
515
+ sec'y
516
+ sen
517
+ seq
518
+ sf
519
+ shpt
520
+ soc
521
+ soph
522
+ specif
523
+ sqq
524
+ st
525
+ std
526
+ supp
527
+ suppl
528
+ supt
529
+ syn
530
+ tb
531
+ terr
532
+ tn
533
+ tnpk
534
+ tr
535
+ transl
536
+ twp
537
+ uhf
538
+ ult
539
+ univ
540
+ usu
541
+ val
542
+ var
543
+ vb
544
+ vert
545
+ vhf
546
+ vlf
547
+ wpm