dictionaries 0.3.81

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +354 -0
  3. data/bin/dictionaries +7 -0
  4. data/bin/unique_words_in_this_file +7 -0
  5. data/dictionaries.gemspec +84 -0
  6. data/doc/README.gen +292 -0
  7. data/doc/todo/todo.md +8 -0
  8. data/lib/dictionaries/ask_english_word.rb +141 -0
  9. data/lib/dictionaries/ask_italian_word.rb +84 -0
  10. data/lib/dictionaries/base/base.rb +78 -0
  11. data/lib/dictionaries/class/class.rb +903 -0
  12. data/lib/dictionaries/commandline/parse_commandline.rb +85 -0
  13. data/lib/dictionaries/constants/constants.rb +134 -0
  14. data/lib/dictionaries/gui/tk/README.md +2 -0
  15. data/lib/dictionaries/gui/tk/dictionary.rb +85 -0
  16. data/lib/dictionaries/gui/universal_widgets/dictionary/dictionary.rb +516 -0
  17. data/lib/dictionaries/helper_module/helper_module.rb +60 -0
  18. data/lib/dictionaries/project/project.rb +36 -0
  19. data/lib/dictionaries/require_project/require_project.rb +14 -0
  20. data/lib/dictionaries/sinatra/app.rb +123 -0
  21. data/lib/dictionaries/sinatra/english_to_german.rb +84 -0
  22. data/lib/dictionaries/spell_checker/README.md +5 -0
  23. data/lib/dictionaries/spell_checker/spell_checker.rb +133 -0
  24. data/lib/dictionaries/statistics/statistics.rb +59 -0
  25. data/lib/dictionaries/toplevel_methods/e.rb +16 -0
  26. data/lib/dictionaries/toplevel_methods/english_to_german.rb +31 -0
  27. data/lib/dictionaries/toplevel_methods/has_key.rb +32 -0
  28. data/lib/dictionaries/toplevel_methods/is_on_roebe.rb +16 -0
  29. data/lib/dictionaries/toplevel_methods/main_file.rb +88 -0
  30. data/lib/dictionaries/toplevel_methods/misc.rb +231 -0
  31. data/lib/dictionaries/toplevel_methods/module_methods.rb +9 -0
  32. data/lib/dictionaries/toplevel_methods/show_help.rb +31 -0
  33. data/lib/dictionaries/version/version.rb +19 -0
  34. data/lib/dictionaries/yaml/chinese.yml +25 -0
  35. data/lib/dictionaries/yaml/danish.yml +4 -0
  36. data/lib/dictionaries/yaml/deutsche_fremdw/303/266rter.yml +1 -0
  37. data/lib/dictionaries/yaml/dutch.yml +3 -0
  38. data/lib/dictionaries/yaml/english.yml +3263 -0
  39. data/lib/dictionaries/yaml/farsi.yml +8 -0
  40. data/lib/dictionaries/yaml/finnish.yml +2 -0
  41. data/lib/dictionaries/yaml/italian.yml +532 -0
  42. data/lib/dictionaries/yaml/japanese.yml +15 -0
  43. data/lib/dictionaries/yaml/norwegian.yml +26 -0
  44. data/lib/dictionaries/yaml/polish.yml +2 -0
  45. data/lib/dictionaries/yaml/portugese.yml +41 -0
  46. data/lib/dictionaries/yaml/russian.yml +10 -0
  47. data/lib/dictionaries/yaml/spanish.yml +147 -0
  48. data/lib/dictionaries/yaml/swedish.yml +104 -0
  49. data/lib/dictionaries.rb +1 -0
  50. data/test/translation_example.html +2758 -0
  51. metadata +211 -0
metadata ADDED
@@ -0,0 +1,211 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dictionaries
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.81
5
+ platform: ruby
6
+ authors:
7
+ - Robert A. Heiler
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: colours
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: generate_shell_completion
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: opn
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: open
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: save_file
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: xorg_buffer
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ description: "\nThis project is called dictionaries.\n\nIt used to be called ask_english_words
98
+ but the name was changed towards\n\"dictionaries\", when the focus became on dictionaries
99
+ in general rather\nthan merely translations from and to the english language.\n\nThere
100
+ are a total of 3142 english words\nregistered, with the associated german translation.
101
+ (It is\ngerman primarily because that is my native language, but in\nprinciple this
102
+ project could be extended to include other\nlanguages as well. You only need to
103
+ add a yaml file containing\nthe key-value pairs.)\n\nIf you need a more comprehensive
104
+ dictionary, I can recommend\nthe file de-en.txt that is part of the tu-chemnitz
105
+ \ndistribution ( https://www-user.tu-chemnitz.de/~fri/ding/ ). That\nfile is really
106
+ huge - about 20 MB.\n\nIn principle, the dictionaries project could be extended
107
+ to \nmake use of that massive file instead. I will be thinking\nabout this for the
108
+ time being (starting at July 2018).\n\n"
109
+ email: shevy@inbox.lt
110
+ executables: []
111
+ extensions: []
112
+ extra_rdoc_files: []
113
+ files:
114
+ - README.md
115
+ - bin/dictionaries
116
+ - bin/unique_words_in_this_file
117
+ - dictionaries.gemspec
118
+ - doc/README.gen
119
+ - doc/todo/todo.md
120
+ - lib/dictionaries.rb
121
+ - lib/dictionaries/ask_english_word.rb
122
+ - lib/dictionaries/ask_italian_word.rb
123
+ - lib/dictionaries/base/base.rb
124
+ - lib/dictionaries/class/class.rb
125
+ - lib/dictionaries/commandline/parse_commandline.rb
126
+ - lib/dictionaries/constants/constants.rb
127
+ - lib/dictionaries/gui/tk/README.md
128
+ - lib/dictionaries/gui/tk/dictionary.rb
129
+ - lib/dictionaries/gui/universal_widgets/dictionary/dictionary.rb
130
+ - lib/dictionaries/helper_module/helper_module.rb
131
+ - lib/dictionaries/project/project.rb
132
+ - lib/dictionaries/require_project/require_project.rb
133
+ - lib/dictionaries/sinatra/app.rb
134
+ - lib/dictionaries/sinatra/english_to_german.rb
135
+ - lib/dictionaries/spell_checker/README.md
136
+ - lib/dictionaries/spell_checker/spell_checker.rb
137
+ - lib/dictionaries/statistics/statistics.rb
138
+ - lib/dictionaries/toplevel_methods/e.rb
139
+ - lib/dictionaries/toplevel_methods/english_to_german.rb
140
+ - lib/dictionaries/toplevel_methods/has_key.rb
141
+ - lib/dictionaries/toplevel_methods/is_on_roebe.rb
142
+ - lib/dictionaries/toplevel_methods/main_file.rb
143
+ - lib/dictionaries/toplevel_methods/misc.rb
144
+ - lib/dictionaries/toplevel_methods/module_methods.rb
145
+ - lib/dictionaries/toplevel_methods/show_help.rb
146
+ - lib/dictionaries/version/version.rb
147
+ - lib/dictionaries/yaml/chinese.yml
148
+ - lib/dictionaries/yaml/danish.yml
149
+ - lib/dictionaries/yaml/deutsche_fremdwörter.yml
150
+ - lib/dictionaries/yaml/dutch.yml
151
+ - lib/dictionaries/yaml/english.yml
152
+ - lib/dictionaries/yaml/farsi.yml
153
+ - lib/dictionaries/yaml/finnish.yml
154
+ - lib/dictionaries/yaml/italian.yml
155
+ - lib/dictionaries/yaml/japanese.yml
156
+ - lib/dictionaries/yaml/norwegian.yml
157
+ - lib/dictionaries/yaml/polish.yml
158
+ - lib/dictionaries/yaml/portugese.yml
159
+ - lib/dictionaries/yaml/russian.yml
160
+ - lib/dictionaries/yaml/spanish.yml
161
+ - lib/dictionaries/yaml/swedish.yml
162
+ - test/translation_example.html
163
+ homepage: https://www.rubydoc.info/gems/dictionaries/
164
+ licenses:
165
+ - MIT
166
+ metadata: {}
167
+ post_install_message: |2+
168
+
169
+ This project can ask or translate english or italian words (or words
170
+ from any other language, as long as a .yml file is supplied that
171
+ contains these key-value pair entries).
172
+
173
+ This project is probably not very useful for other people, but it helps
174
+ me to improve my knowledge about the english or italian language or
175
+ any other language.
176
+
177
+ For more information, have a look at the main README.md file, which
178
+ can also be found on the hompage of this gem at rubygems.org, on
179
+ the bottom right side (see https://www.rubydoc.info/gems/dictionaries/ ).
180
+
181
+ rdoc_options: []
182
+ require_paths:
183
+ - lib
184
+ required_ruby_version: !ruby/object:Gem::Requirement
185
+ requirements:
186
+ - - ">="
187
+ - !ruby/object:Gem::Version
188
+ version: 2.7.6
189
+ required_rubygems_version: !ruby/object:Gem::Requirement
190
+ requirements:
191
+ - - ">="
192
+ - !ruby/object:Gem::Version
193
+ version: 3.5.5
194
+ requirements: []
195
+ rubygems_version: 3.5.5
196
+ signing_key:
197
+ specification_version: 4
198
+ summary: This project is called dictionaries. It used to be called ask_english_words
199
+ but the name was changed towards "dictionaries", when the focus became on dictionaries
200
+ in general rather than merely translations from and to the english language. There
201
+ are a total of 3142 english words registered, with the associated german translation.
202
+ (It is german primarily because that is my native language, but in principle this
203
+ project could be extended to include other languages as well. You only need to add
204
+ a yaml file containing the key-value pairs.) If you need a more comprehensive dictionary,
205
+ I can recommend the file de-en.txt that is part of the tu-chemnitz distribution
206
+ ( https://www-user.tu-chemnitz.de/~fri/ding/ ). That file is really huge - about
207
+ 20 MB. In principle, the dictionaries project could be extended to make use of
208
+ that massive file instead. I will be thinking about this for the time being (starting
209
+ at July 2018).
210
+ test_files: []
211
+ ...