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,57 @@
1
+ accoutrement
2
+ archeologic
3
+ behavioristic
4
+ bevelings
5
+ bister
6
+ bisters
7
+ cancellable
8
+ cancellate
9
+ celom
10
+ celoms
11
+ cenobitical
12
+ centerings
13
+ colorable
14
+ colorer
15
+ colorings
16
+ creneled
17
+ creneling
18
+ diopter
19
+ diopters
20
+ dolors
21
+ empanelment
22
+ esthetician
23
+ estheticians
24
+ estival
25
+ estivate
26
+ estivated
27
+ estivates
28
+ estivating
29
+ estivation
30
+ estivations
31
+ impanelment
32
+ internements
33
+ moveability
34
+ moveableness
35
+ moveablenesses
36
+ moveably
37
+ nanometer
38
+ nanometers
39
+ ochreous
40
+ overleapt
41
+ pedology
42
+ pizazzes
43
+ precancellation
44
+ sakis
45
+ shoveler
46
+ shovelers
47
+ sizeableness
48
+ sizeably
49
+ tambura
50
+ teaseller
51
+ thermaesthesia
52
+ titer
53
+ titers
54
+ uncancelled
55
+ vaporing
56
+ vaporings
57
+ vaporware
@@ -0,0 +1,3 @@
1
+ JATO
2
+ LOX
3
+ LOX's
@@ -0,0 +1,9 @@
1
+ Hallowe'en
2
+ bo's'n
3
+ bo's'ns
4
+ bo'sun
5
+ bo'suns
6
+ bos'n
7
+ bos'ns
8
+ fo'c's'le
9
+ fo'c's'les
@@ -0,0 +1 @@
1
+ howe'er
@@ -0,0 +1 @@
1
+ Moslems
@@ -0,0 +1,7 @@
1
+ Cabinet
2
+ Earth
3
+ Earth's
4
+ President
5
+ President's
6
+ Presidents
7
+ Senator
@@ -0,0 +1,109 @@
1
+ Athabascan
2
+ Athabascan's
3
+ Babar
4
+ Babar's
5
+ Babur
6
+ Babur's
7
+ Berne
8
+ Berne's
9
+ Brahmin
10
+ Brahmin's
11
+ Brahmins
12
+ Brueghel
13
+ Brueghel's
14
+ Byelorussia
15
+ Byelorussia's
16
+ Caesarean
17
+ Chanukah
18
+ Chanukah's
19
+ Chanukahs
20
+ Christy
21
+ Christy's
22
+ Chungking
23
+ Chungking's
24
+ Colonial
25
+ Cortez
26
+ Cortez's
27
+ Crusades
28
+ Dacca
29
+ Dacca's
30
+ Diaz
31
+ Diaz's
32
+ Diesel
33
+ Diesel's
34
+ Djakarta
35
+ Djakarta's
36
+ Fascism
37
+ Gentile
38
+ Gentile's
39
+ Gentiles
40
+ Ghanian
41
+ Ghanian's
42
+ Ghanians
43
+ Gipsies
44
+ Gipsy
45
+ Gipsy's
46
+ Hallowe'en
47
+ Hell
48
+ Hell's
49
+ Hells
50
+ Ijssel
51
+ Ijssel's
52
+ Kurile
53
+ Kurile's
54
+ Manaus
55
+ Manaus's
56
+ Manilla
57
+ Manilla's
58
+ Mohammed
59
+ Mohammed's
60
+ Mohican
61
+ Mohican's
62
+ Mohicans
63
+ Nanking
64
+ Nanking's
65
+ Nankings
66
+ Navaho
67
+ Navaho's
68
+ Navahoes
69
+ Navahos
70
+ Naziism
71
+ Naziism's
72
+ Naziisms
73
+ Noh
74
+ Noh's
75
+ Pekineses
76
+ Pigmies
77
+ Pigmy
78
+ Pigmy's
79
+ Rebecca
80
+ Rebecca's
81
+ Reichstag
82
+ Roentgen's
83
+ Roumania
84
+ Roumania's
85
+ Rumania
86
+ Rumania's
87
+ Sauterne
88
+ Sauterne's
89
+ Scotty
90
+ Scotty's
91
+ Scout
92
+ Surinam
93
+ Surinam's
94
+ Szechuan
95
+ Szechuan's
96
+ Tadzhikistan
97
+ Tadzhikistan's
98
+ Tangiers's
99
+ Teheran
100
+ Teheran's
101
+ Tirana
102
+ Tirana's
103
+ Tsingtao
104
+ Tsingtao's
105
+ Vergil
106
+ Vergil's
107
+ Wasp
108
+ Welch
109
+ Welch's
@@ -0,0 +1,53 @@
1
+ Anglophil
2
+ Arapahoe
3
+ Arapahoe's
4
+ Ardebil
5
+ Athabascans
6
+ Baroque
7
+ Belorussia
8
+ Belorussia's
9
+ Boudicca
10
+ Brahmanee
11
+ Breughel
12
+ Cajan
13
+ Cesarian
14
+ Decalog
15
+ Dostoyevsky
16
+ Dostoyevsky's
17
+ Eldorado
18
+ Eldorado's
19
+ Eriksson
20
+ Gaddafi
21
+ Heaven
22
+ Heaven's
23
+ Heavens
24
+ Hejira
25
+ Ispahan
26
+ Kelt
27
+ Kelt's
28
+ Kelts
29
+ Kwanza
30
+ Kwanza's
31
+ Kwanzas
32
+ Luxemburg
33
+ Luxemburg's
34
+ Mahomet
35
+ Mahomet's
36
+ Marseille
37
+ Mob
38
+ Ojibway
39
+ Ojibway's
40
+ Ojibways
41
+ Shoshoni
42
+ Shoshoni's
43
+ Shoshonis
44
+ Speaker
45
+ Territorial
46
+ Tyrol
47
+ Tyrol's
48
+ Ulaanbaatar
49
+ Ulaanbaatar's
50
+ Utahn
51
+ Vespers
52
+ Yahveh
53
+ Yahveh's
@@ -0,0 +1,142 @@
1
+ Abnaki
2
+ Abnaki's
3
+ Abnakis
4
+ Abolitionist
5
+ Administration
6
+ Ahmedabad
7
+ Arbela
8
+ Arbil
9
+ Archangel
10
+ Archangel's
11
+ Army
12
+ Asmera
13
+ Athapaskan
14
+ Athapaskan's
15
+ Athapaskans
16
+ Aurungabad
17
+ Bagdad
18
+ Bagdad's
19
+ Baky
20
+ Basle
21
+ Basle's
22
+ Beduin
23
+ Beduin's
24
+ Beduins
25
+ Beograd
26
+ Beograd's
27
+ Bisayas
28
+ Bisayas's
29
+ Brahminism
30
+ Brahminism's
31
+ Brahminisms
32
+ Brugge
33
+ Byelarus
34
+ Byelarus's
35
+ Caesarian
36
+ Chaldaea
37
+ Chilin
38
+ Chinan
39
+ Chinchow
40
+ Cnut
41
+ Cnut's
42
+ Colored
43
+ Cordova
44
+ Cordova's
45
+ Crown
46
+ Crusade
47
+ Crusade's
48
+ Cypriote
49
+ Cypriote's
50
+ Cypriotes
51
+ Delawarian
52
+ Delawarian's
53
+ Diesels
54
+ Dryad
55
+ Esfahan
56
+ Euclidian
57
+ Foochow
58
+ Glyndwr
59
+ Godlike
60
+ Gothenburg
61
+ Gothenburg's
62
+ Haidarabad
63
+ Hammurapi
64
+ Hangchow
65
+ Hangchow's
66
+ Heraklion
67
+ Hugli
68
+ Huhehot
69
+ Husain
70
+ Husain's
71
+ Hwang
72
+ Hwang's
73
+ Irbil
74
+ Jedda
75
+ Jugoslavia
76
+ Jugoslavia's
77
+ Jugoslavian
78
+ Jugoslavian's
79
+ Jugoslavians
80
+ Kishinyov
81
+ Knut
82
+ Knut's
83
+ Koblenz
84
+ Lanchou
85
+ Lanchou's
86
+ Laozi
87
+ Laozi's
88
+ Linnean
89
+ Mogadiscio
90
+ Mogadiscio's
91
+ Mounty
92
+ Myanma
93
+ Nabatea
94
+ Nabatean
95
+ Naiad
96
+ Nashik
97
+ Nyasaland
98
+ Nyasaland's
99
+ Pergamus
100
+ Quarter
101
+ Ralegh
102
+ Rameses
103
+ Romanoff
104
+ Romanoff's
105
+ Roumanian
106
+ Ruanda
107
+ Ruanda's
108
+ Sanscrit
109
+ Schelde
110
+ Secession
111
+ Seltzer
112
+ Seltzer's
113
+ Shiah
114
+ Shiah's
115
+ Shiahs
116
+ Shihkiachwang
117
+ Suchow
118
+ Sunnah
119
+ Szechwan
120
+ Szechwan's
121
+ Tallin
122
+ Tatra
123
+ Testament
124
+ Testament's
125
+ Testaments
126
+ Tolstoi
127
+ Tsinan
128
+ Tutankhaten
129
+ Tzupo
130
+ Urumchi
131
+ World
132
+ Xantippe
133
+ Yahwe
134
+ Yahwe's
135
+ Zairean
136
+ Zairean's
137
+ Zaireans
138
+ Zambesi
139
+ Zaragoza
140
+ Zaragoza's
141
+ Zetland
142
+ Zetland's
@@ -0,0 +1,25 @@
1
+ altho
2
+ amongst
3
+ betted
4
+ broadcasted
5
+ employe
6
+ gasolene
7
+ grey
8
+ instal
9
+ instals
10
+ judgement
11
+ labelled
12
+ labelling
13
+ learnt
14
+ militaries
15
+ practise
16
+ programer
17
+ programer's
18
+ programers
19
+ programme
20
+ programmes
21
+ quitted
22
+ ridded
23
+ spelt
24
+ storey
25
+ tieing
@@ -0,0 +1,98 @@
1
+ adaptor
2
+ aline
3
+ alined
4
+ alinement
5
+ alines
6
+ alining
7
+ anecdota
8
+ appal
9
+ appals
10
+ axe
11
+ axe's
12
+ bacterias
13
+ bauds
14
+ blest
15
+ bursted
16
+ busses
17
+ cigaret
18
+ clipt
19
+ connecter
20
+ cosy
21
+ counselled
22
+ criterions
23
+ dependance
24
+ dependant
25
+ echos
26
+ employe's
27
+ employes
28
+ enquire
29
+ enquired
30
+ enquires
31
+ enquiries
32
+ enquiring
33
+ enquiry
34
+ enquiry's
35
+ forbad
36
+ forecasted
37
+ fulfil
38
+ fulfils
39
+ fuze
40
+ heros
41
+ ikon
42
+ ikon's
43
+ ikons
44
+ imbed
45
+ imbedded
46
+ imbedding
47
+ imbeds
48
+ inclose
49
+ inclosed
50
+ incloses
51
+ inclosing
52
+ judgement's
53
+ judgements
54
+ kidnaped
55
+ kidnaping
56
+ licence
57
+ licence's
58
+ licenced
59
+ licences
60
+ licencing
61
+ macintosh
62
+ matrixes
63
+ mediaeval
64
+ modelled
65
+ modelling
66
+ offsprings
67
+ onwards
68
+ phantasies
69
+ phantasy
70
+ phantasy's
71
+ practise's
72
+ practised
73
+ practises
74
+ practising
75
+ premiss
76
+ premiss's
77
+ premisses
78
+ prevue
79
+ shoon
80
+ signalled
81
+ signalling
82
+ snuck
83
+ sox
84
+ speeded
85
+ spoilt
86
+ storey's
87
+ storeys
88
+ stript
89
+ theatre
90
+ travelled
91
+ travelling
92
+ trolly
93
+ unbiassed
94
+ useable
95
+ vender
96
+ wetted
97
+ wrapt
98
+ zeroes