wordnet 1.1.0 → 1.2.0
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.
- checksums.yaml +5 -5
- checksums.yaml.gz.sig +0 -0
- data/History.md +33 -0
- data/README.md +140 -1
- data/lib/wordnet/constants.rb +0 -1
- data/lib/wordnet/lexicallink.rb +0 -1
- data/lib/wordnet/lexicon.rb +7 -6
- data/lib/wordnet/model.rb +0 -2
- data/lib/wordnet/morph.rb +12 -1
- data/lib/wordnet/semanticlink.rb +8 -1
- data/lib/wordnet/sense.rb +44 -1
- data/lib/wordnet/sumoterm.rb +0 -1
- data/lib/wordnet/synset.rb +1 -2
- data/lib/wordnet/word.rb +0 -1
- data/lib/wordnet.rb +1 -2
- data/spec/helpers.rb +17 -5
- data.tar.gz.sig +0 -0
- metadata +63 -138
- metadata.gz.sig +0 -0
- data/.gems +0 -6
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
- data/.simplecov +0 -8
- data/ChangeLog +0 -829
- data/Gemfile +0 -2
- data/History.rdoc +0 -21
- data/LICENSE +0 -27
- data/Manifest.txt +0 -37
- data/README.rdoc +0 -101
- data/Rakefile +0 -102
- data/TODO +0 -9
- data/certs/ged.pem +0 -26
- data/examples/gcs.rb +0 -44
- data/examples/hypernym_tree.rb +0 -34
- data/wordnet.gemspec +0 -63
data/ChangeLog
DELETED
@@ -1,829 +0,0 @@
|
|
1
|
-
2012-05-28 Michael Granger <ged@FaerieMUD.org>
|
2
|
-
|
3
|
-
* .pryrc, .rvm.gems, Manifest.txt, Rakefile, lib/wordnet.rb,
|
4
|
-
lib/wordnet/lexicon.rb, lib/wordnet/mixins.rb, lib/wordnet/model.rb,
|
5
|
-
lib/wordnet/morph.rb, lib/wordnet/sense.rb, lib/wordnet/synset.rb,
|
6
|
-
lib/wordnet/word.rb, spec/lib/helpers.rb, spec/wordnet_spec.rb:
|
7
|
-
Replace logging with Loggability.
|
8
|
-
[e671163eae2a] [tip]
|
9
|
-
|
10
|
-
2012-05-01 Michael Granger <ged@FaerieMUD.org>
|
11
|
-
|
12
|
-
* lib/wordnet/synset.rb, spec/wordnet/synset_spec.rb:
|
13
|
-
Fix the linktype_table on databases other than Sequel.
|
14
|
-
[3647dfa1c677]
|
15
|
-
|
16
|
-
2012-04-30 Michael Granger <ged@FaerieMUD.org>
|
17
|
-
|
18
|
-
* lib/wordnet/lexicon.rb, lib/wordnet/synset.rb,
|
19
|
-
spec/wordnet/lexicon_spec.rb, wordnet-defaultdb/Rakefile:
|
20
|
-
Some final fixups before first release
|
21
|
-
[bb1dccbd6b4e]
|
22
|
-
|
23
|
-
* wordnet-defaultdb/.rvm.gems, wordnet-defaultdb/.rvmrc:
|
24
|
-
Add an rvmrc for the defaultdb build directory, too
|
25
|
-
[01770ef4dcd2]
|
26
|
-
|
27
|
-
* lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
28
|
-
lib/wordnet/mixins.rb, lib/wordnet/model.rb, lib/wordnet/synset.rb,
|
29
|
-
lib/wordnet/word.rb, spec/linguawordnet.tests.rb, wordnet-
|
30
|
-
defaultdb/Rakefile, wordnet-defaultdb/lib/wordnet-defaultdb.rb:
|
31
|
-
Trailing whitespace cleanup
|
32
|
-
[1188ab2f44d3]
|
33
|
-
|
34
|
-
* .rvm.gems:
|
35
|
-
Bumping hoe-deveiate rvm gems version
|
36
|
-
[d91f0b020d78]
|
37
|
-
|
38
|
-
2012-04-16 Michael Granger <ged@FaerieMUD.org>
|
39
|
-
|
40
|
-
* spec/lib/helpers.rb, spec/wordnet/lexicon_spec.rb:
|
41
|
-
Update specs to latest RSpec style
|
42
|
-
[69996dfbe9cc]
|
43
|
-
|
44
|
-
2012-03-07 Michael Granger <ged@FaerieMUD.org>
|
45
|
-
|
46
|
-
* .rvmrc:
|
47
|
-
Remove patchlevel from the rvmrc version.
|
48
|
-
[3fec64ebe125]
|
49
|
-
|
50
|
-
2012-01-30 Michael Granger <ged@FaerieMUD.org>
|
51
|
-
|
52
|
-
* .rvm.gems, .rvmrc, History.rdoc, lib/wordnet.rb, wordnet-
|
53
|
-
defaultdb/Rakefile:
|
54
|
-
Update for pending 1.0 release.
|
55
|
-
- Added rvm gemset and gem export.
|
56
|
-
- Bumped the version to 1.0.0.
|
57
|
-
- Updated dependencies
|
58
|
-
[a85e1af07609]
|
59
|
-
|
60
|
-
* .hoerc, Manifest.txt, examples/TEMPLATE.rb.tpl:
|
61
|
-
Updating the manifest, adding project-local hoerc with the right
|
62
|
-
ignores
|
63
|
-
[c4e54e41c55e]
|
64
|
-
|
65
|
-
* redist/bdb-0.6.5.tar.gz:
|
66
|
-
Removing unused bdb tarball from redist/
|
67
|
-
[411df422f077]
|
68
|
-
|
69
|
-
2011-11-16 Michael Granger <ged@FaerieMUD.org>
|
70
|
-
|
71
|
-
* lib/wordnet/lexicon.rb, lib/wordnet/word.rb, spec/lib/helpers.rb,
|
72
|
-
spec/wordnet/lexicon_spec.rb, spec/wordnet/synset_spec.rb,
|
73
|
-
spec/wordnet/word_spec.rb:
|
74
|
-
Finishing up the minimal parts of the API
|
75
|
-
[848e47815ee8]
|
76
|
-
|
77
|
-
2011-11-09 Michael Granger <ged@FaerieMUD.org>
|
78
|
-
|
79
|
-
* .pryrc, .rvmrc, README-defaultdb.rdoc, README.rdoc, Rakefile,
|
80
|
-
examples/add-laced-boots.rb, examples/addLacedBoots.rb, examples
|
81
|
-
/clothes-with-collars.rb, examples/clothesWithCollars.rb,
|
82
|
-
examples/clothesWithTongues.rb, examples/domainTree.rb,
|
83
|
-
examples/memberTree.rb, lib/wordnet.rb, lib/wordnet/constants.rb,
|
84
|
-
lib/wordnet/lexicallink.rb, lib/wordnet/lexicon.rb,
|
85
|
-
lib/wordnet/model.rb, lib/wordnet/semanticlink.rb,
|
86
|
-
lib/wordnet/sense.rb, lib/wordnet/sumoterm.rb,
|
87
|
-
lib/wordnet/synset.rb, lib/wordnet/word.rb, spec/lib/helpers.rb,
|
88
|
-
spec/wordnet/lexicon_spec.rb, spec/wordnet/model_spec.rb,
|
89
|
-
spec/wordnet/synset_spec.rb, wordnet-defaultdb/Manifest.txt,
|
90
|
-
wordnet-defaultdb/Rakefile:
|
91
|
-
More work on transition functions/backward-compatibility
|
92
|
-
[f46576f69041]
|
93
|
-
|
94
|
-
2011-10-26 Michael Granger <ged@FaerieMUD.org>
|
95
|
-
|
96
|
-
* History.md, History.rdoc, Manifest.txt, README-defaultdb.md, README-
|
97
|
-
defaultdb.rdoc, README.md, README.rdoc, Rakefile, wordnet-
|
98
|
-
defaultdb/History.md, wordnet-defaultdb/History.rdoc, wordnet-
|
99
|
-
defaultdb/README.md, wordnet-defaultdb/README.rdoc, wordnet-
|
100
|
-
defaultdb/Rakefile, wordnet-defaultdb/lib/wordnet-defaultdb.rb:
|
101
|
-
Finished packaging cleanup.
|
102
|
-
[b1514e70b8cd]
|
103
|
-
|
104
|
-
2011-09-01 Michael Granger <ged@FaerieMUD.org>
|
105
|
-
|
106
|
-
* ChangeLog, INSTALL, README, Rakefile.local, convertdb.rb,
|
107
|
-
lib/wordnet/synset_pointer.rb, project.yml,
|
108
|
-
spec/wordnet/synset_pointer_spec.rb, utils.rb:
|
109
|
-
Merged rewrite branch
|
110
|
-
[576f8ac414ed]
|
111
|
-
|
112
|
-
* Closing sequel-conversion branch in preparation for merging to
|
113
|
-
default
|
114
|
-
[5887d4637096] <sequel-conversion>
|
115
|
-
|
116
|
-
2011-08-17 Michael Granger <ged@FaerieMUD.org>
|
117
|
-
|
118
|
-
* lib/wordnet/lexicon.rb, lib/wordnet/synset.rb:
|
119
|
-
Add initial implementation of WordNet::Synset#traverse, API docs
|
120
|
-
cleanup.
|
121
|
-
[71ff4fbd95ea] <sequel-conversion>
|
122
|
-
|
123
|
-
2011-07-29 Michael Granger <ged@FaerieMUD.org>
|
124
|
-
|
125
|
-
* spec/wordnet/model_spec.rb:
|
126
|
-
Add missing model_spec
|
127
|
-
[1a7a2979d5c7] <sequel-conversion>
|
128
|
-
|
129
|
-
* examples/clothesWithCollars.rb:
|
130
|
-
Find example synsets by definition in the collars example
|
131
|
-
[a571dd0df5df] <sequel-conversion>
|
132
|
-
|
133
|
-
2011-07-25 Michael Granger <ged@FaerieMUD.org>
|
134
|
-
|
135
|
-
* .hgignore, .irbrc, Rakefile, examples/clothesWithCollars.rb,
|
136
|
-
lib/wordnet.rb, lib/wordnet/lexicallink.rb, lib/wordnet/lexicon.rb,
|
137
|
-
lib/wordnet/morph.rb, lib/wordnet/semanticlink.rb,
|
138
|
-
lib/wordnet/sense.rb, lib/wordnet/sumoterm.rb,
|
139
|
-
lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb,
|
140
|
-
lib/wordnet/word.rb, spec/wordnet/semanticlink_spec.rb,
|
141
|
-
spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb,
|
142
|
-
spec/wordnet/word_spec.rb, wordnet-defaultdb/Rakefile:
|
143
|
-
Got synsets basically working
|
144
|
-
[628e442e6d18] <sequel-conversion>
|
145
|
-
|
146
|
-
2011-07-14 Michael Granger <ged@FaerieMUD.org>
|
147
|
-
|
148
|
-
* lib/wordnet/lexicon.rb, lib/wordnet/model.rb, spec/lib/helpers.rb,
|
149
|
-
spec/wordnet/lexicon_spec.rb, spec/wordnet/word_spec.rb:
|
150
|
-
Checkpoint commit
|
151
|
-
- Switch from deprecated Rubygems methods to Gem::Specification ones.
|
152
|
-
- Add beginnings of WordNet::Word specs
|
153
|
-
[3503d73f905e] <sequel-conversion>
|
154
|
-
|
155
|
-
* Rakefile, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
156
|
-
spec/lib/helpers.rb, spec/wordnet/lexicon_spec.rb,
|
157
|
-
spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb,
|
158
|
-
spec/wordnet_spec.rb:
|
159
|
-
Cleanup, remove old cruft, integrated some lessons learned from
|
160
|
-
LAIKA's Sequel model.
|
161
|
-
[2588d5fbf4d2] <sequel-conversion>
|
162
|
-
|
163
|
-
* wordnet-defaultdb/History.md, wordnet-defaultdb/Manifest.txt,
|
164
|
-
wordnet-defaultdb/README.md, wordnet-defaultdb/Rakefile, wordnet-
|
165
|
-
defaultdb/lib/wordnet-defaultdb.rb:
|
166
|
-
Adding a build dir for the default DB gem
|
167
|
-
[59bef07a2f66] <sequel-conversion>
|
168
|
-
|
169
|
-
* .hgignore, .irbrc, Rakefile, lib/wordnet.rb,
|
170
|
-
lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
171
|
-
lib/wordnet/model.rb, lib/wordnet/sense.rb, lib/wordnet/synset.rb,
|
172
|
-
lib/wordnet/synset_pointer.rb, lib/wordnet/word.rb,
|
173
|
-
spec/wordnet/lexicon_spec.rb:
|
174
|
-
Snapshot commit of changes after applying lessons learned at LAIKA
|
175
|
-
[8883e952a0de] <sequel-conversion>
|
176
|
-
|
177
|
-
2011-04-26 Michael Granger <ged@FaerieMUD.org>
|
178
|
-
|
179
|
-
* README.md, lib/wordnet/lexicon.rb:
|
180
|
-
Checkpoint commit
|
181
|
-
[5cc10fe2b0bd] <sequel-conversion>
|
182
|
-
|
183
|
-
2011-01-11 Michael Granger <ged@FaerieMUD.org>
|
184
|
-
|
185
|
-
* ChangeLog, History.md, README.md, doc/uml-wordnet.svg, doc/uml-
|
186
|
-
wordnet_files/background.bmp, lib/wordnet/lexicon.rb,
|
187
|
-
lib/wordnet/mixins.rb, lib/wordnet/model.rb, lib/wordnet/sense.rb,
|
188
|
-
lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb,
|
189
|
-
lib/wordnet/utils.rb, lib/wordnet/word.rb, uml-wordnet.svg:
|
190
|
-
Started updating the README, fixed circular requires for 1.9.x.
|
191
|
-
[adcd5f9de42e] <sequel-conversion>
|
192
|
-
|
193
|
-
* .irbrc, Rakefile, doc/uml-wordnet.svg, doc/uml-
|
194
|
-
wordnet_files/background.bmp, lib/wordnet.rb,
|
195
|
-
lib/wordnet/lexicon.rb, lib/wordnet/mixins.rb, lib/wordnet/model.rb,
|
196
|
-
lib/wordnet/sense.rb, lib/wordnet/synset.rb,
|
197
|
-
lib/wordnet/synset_pointer.rb, lib/wordnet/word.rb,
|
198
|
-
spec/wordnet/synset_spec.rb:
|
199
|
-
Converted to Hoe, started conversion to WordNet-SQL.
|
200
|
-
[3c2825965c32] <sequel-conversion>
|
201
|
-
|
202
|
-
2010-12-27 Michael Granger <ged@FaerieMUD.org>
|
203
|
-
|
204
|
-
* .hgignore, .hgsub, .hgsubstate, .hgsubstate, .irbrc, INSTALL,
|
205
|
-
LICENSE, Manifest-data.txt, Manifest.txt, README-defaultdb.md,
|
206
|
-
Rakefile, Rakefile.local, WordNet30-license.txt, convertdb.rb,
|
207
|
-
lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
208
|
-
lib/wordnet/mixins.rb, lib/wordnet/synset.rb, lib/wordnet/utils.rb,
|
209
|
-
lib/wordnet/word.rb, project.yml, spec/lib/helpers.rb,
|
210
|
-
spec/wordnet/lexicon_spec.rb, spec/wordnet_spec.rb, utils.rb:
|
211
|
-
Checkpoint commit of a failed experiment to see if I could define
|
212
|
-
Sequel::Models at runtime.
|
213
|
-
[b3d817089c6a] <sequel-conversion>
|
214
|
-
|
215
|
-
2010-10-18 Michael Granger <ged@FaerieMUD.org>
|
216
|
-
|
217
|
-
* README, README.md:
|
218
|
-
rename README -> README.md
|
219
|
-
[c5ed3e1e16ed] <sequel-conversion>
|
220
|
-
|
221
|
-
* .hgignore, .hgsub, .hgsubstate, LICENSE, README, Rakefile,
|
222
|
-
project.yml, spec/wordnet/lexicon_spec.rb:
|
223
|
-
Starting update for Ruby 1.9.2/RSpec 2.0
|
224
|
-
[c69a336b1bbf] <sequel-conversion>
|
225
|
-
|
226
|
-
* Merged updates from the default branch
|
227
|
-
[40ea41c4529b] <sequel-conversion>
|
228
|
-
|
229
|
-
* Closing svn2hg artifact branch
|
230
|
-
[1a6f06f8de6f] <FAERIEMUD_ORG>
|
231
|
-
|
232
|
-
2009-08-16 Michael Granger <ged@FaerieMUD.org>
|
233
|
-
|
234
|
-
* LICENSE, README, Rakefile, project.yml:
|
235
|
-
Updated build system
|
236
|
-
[2b7d5b227f31]
|
237
|
-
|
238
|
-
2009-08-16 convert-repo <convert-repo>
|
239
|
-
|
240
|
-
* .hgtags:
|
241
|
-
update tags
|
242
|
-
[a88db9dcb1e9]
|
243
|
-
|
244
|
-
2009-03-11 Michael Granger <ged@FaerieMUD.org>
|
245
|
-
|
246
|
-
* Branching for work on conversion to use a Sequel backend
|
247
|
-
[23588c5bc5a8] <sequel-conversion>
|
248
|
-
|
249
|
-
2008-09-25 Michael Granger <ged@FaerieMUD.org>
|
250
|
-
|
251
|
-
* Rakefile.local, convertdb.rb, utils.rb:
|
252
|
-
Made the db converter look in more paths for the WordNet dict files.
|
253
|
-
[5aac4933ca5a]
|
254
|
-
|
255
|
-
2008-09-23 Michael Granger <ged@FaerieMUD.org>
|
256
|
-
|
257
|
-
* ChangeLog, LICENSE, MANIFEST, README, Rakefile, Rakefile.local,
|
258
|
-
convertdb.rb, docs/CATALOG, docs/makedocs.rb, lib/wordnet.rb,
|
259
|
-
lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
260
|
-
lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb, makedist.rb,
|
261
|
-
project.yml, rake/helpers.rb, rake/svn.rb, rake/verifytask.rb,
|
262
|
-
spec/wordnet/lexicon_spec.rb, spec/wordnet/synset.tests.rb,
|
263
|
-
spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb,
|
264
|
-
utils.rb:
|
265
|
-
Merging new build system from the [log:branches/rakefile-work@88:101
|
266
|
-
rakefile-work branch].
|
267
|
-
[42685f0d367e]
|
268
|
-
|
269
|
-
2008-09-22 Michael Granger <ged@FaerieMUD.org>
|
270
|
-
|
271
|
-
* Rakefile, Rakefile.local, docs/CATALOG, docs/makedocs.rb,
|
272
|
-
lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
273
|
-
lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb,
|
274
|
-
spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb:
|
275
|
-
* Broke synset pointers out into a separate file
|
276
|
-
* Updated build system to work around a Rubygems 1.2.0 bug.
|
277
|
-
* Finished synset test::unit -> rspec conversion
|
278
|
-
[ea0d701edd96] <rakefile-work>
|
279
|
-
|
280
|
-
2008-09-06 Michael Granger <ged@FaerieMUD.org>
|
281
|
-
|
282
|
-
* Rakefile:
|
283
|
-
Fixing the Rubyforge constants.
|
284
|
-
[74ae9720a2cf] <rakefile-work>
|
285
|
-
|
286
|
-
2008-09-05 Michael Granger <ged@FaerieMUD.org>
|
287
|
-
|
288
|
-
* Rakefile, project.yml:
|
289
|
-
Updated build system.
|
290
|
-
[882a15985913] <rakefile-work>
|
291
|
-
|
292
|
-
* ChangeLog, README, Rakefile, lib/wordnet/lexicon.rb, project.yml:
|
293
|
-
* Fixing the publication constants in the Rakefile
|
294
|
-
* Fixed typo in the RDoc for WordNet::Lexicon#lookup_synsets. Fixes
|
295
|
-
#5.
|
296
|
-
[cae48de219de] <rakefile-work>
|
297
|
-
|
298
|
-
* LICENSE, README, Rakefile, Rakefile.local, project.yml:
|
299
|
-
* Updated build system and license
|
300
|
-
[b3cdb0ad0ff3] <rakefile-work>
|
301
|
-
|
302
|
-
2008-07-25 Michael Granger <ged@FaerieMUD.org>
|
303
|
-
|
304
|
-
* Rakefile, Rakefile.local, convertdb.rb, project.yml, utils.rb:
|
305
|
-
Updated build system
|
306
|
-
[3caa18754ff1] <rakefile-work>
|
307
|
-
|
308
|
-
2008-07-12 Michael Granger <ged@FaerieMUD.org>
|
309
|
-
|
310
|
-
* Rakefile, lib/wordnet/lexicon.rb, spec/wordnet/lexicon_spec.rb,
|
311
|
-
spec/wordnet/synset.tests.rb, spec/wordnet/synset_spec.rb:
|
312
|
-
* Synched Rakefile with rake-tasklibs
|
313
|
-
* Started conversion of synset tests to specs
|
314
|
-
* Finished converting lexicon tests to specs
|
315
|
-
[d957ef3d9f1e] <rakefile-work>
|
316
|
-
|
317
|
-
2008-07-10 Michael Granger <ged@FaerieMUD.org>
|
318
|
-
|
319
|
-
* MANIFEST, Rakefile, convertdb.rb, makedist.rb:
|
320
|
-
* Fixed the test for an existing data directory in the conversion
|
321
|
-
script
|
322
|
-
* Set coverage minimum to 83% until I can get more tests written
|
323
|
-
* Removed some more old files
|
324
|
-
[faf85b52afb3] <rakefile-work>
|
325
|
-
|
326
|
-
2008-07-09 Michael Granger <ged@FaerieMUD.org>
|
327
|
-
|
328
|
-
* LICENSE, Rakefile.local, project.yml:
|
329
|
-
Adding some files I forgot to commit.
|
330
|
-
[4f0448f5feaa] <rakefile-work>
|
331
|
-
|
332
|
-
* Rakefile, convertdb.rb, lib/wordnet.rb, lib/wordnet/constants.rb,
|
333
|
-
lib/wordnet/synset.rb:
|
334
|
-
Checkpoint -- conversion of database files and basic rake
|
335
|
-
infrastructure from rake-tasklibs external working.
|
336
|
-
[c15fe6cbc58f] <rakefile-work>
|
337
|
-
|
338
|
-
* rake/helpers.rb, rake/svn.rb, rake/verifytask.rb:
|
339
|
-
Trying out the new rake tasklibs as an external
|
340
|
-
[14b0575b35f2] <rakefile-work>
|
341
|
-
|
342
|
-
* Branching for work on the rakefile build system
|
343
|
-
[f20f1a75e118] <rakefile-work>
|
344
|
-
|
345
|
-
2008-07-08 Michael Granger <ged@FaerieMUD.org>
|
346
|
-
|
347
|
-
* Rakefile, convertdb.rb, install.rb, makedist.rb, rake/svn.rb,
|
348
|
-
redist/bdb-0.5.9.tar.bz2, redist/bdb-0.6.5.tar.gz,
|
349
|
-
spec/linguawordnet.tests.rb, spec/wordnet/synset.tests.rb, test.rb,
|
350
|
-
tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
|
351
|
-
tests/synset.tests.rb, tests/wntestcase.rb:
|
352
|
-
Checkpoint commit:
|
353
|
-
* started work on integrating dict conversion into the Rakefile. Not
|
354
|
-
quite done yet.
|
355
|
-
* removed the coverage check from the svn:ci task until I get all the
|
356
|
-
specs converted.
|
357
|
-
* started cleaning up the distribution
|
358
|
-
* updated the included bdb library to the latest release
|
359
|
-
* added support for conversion of the dict files directly from a
|
360
|
-
WordNet-x.x.tar.bz2 tarball extracted in the top-level directory
|
361
|
-
[0db046300a4a]
|
362
|
-
|
363
|
-
* .irbrc, Rakefile, WordNet Project.tmproj, convertdb.rb,
|
364
|
-
lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
365
|
-
lib/wordnet/synset.rb, rake/helpers.rb, rake/svn.rb,
|
366
|
-
rake/verifytask.rb, spec/lib/helpers.rb,
|
367
|
-
spec/wordnet/lexicon_spec.rb:
|
368
|
-
Checkpoint commit
|
369
|
-
[d52c4465d5ca]
|
370
|
-
|
371
|
-
* WordNet Project.tmproj, convertdb.rb, install.rb,
|
372
|
-
lib/wordnet/constants.rb, lib/wordnet/synset.rb, test.rb, utils.rb:
|
373
|
-
Checkpoint commit
|
374
|
-
[204bd606a829]
|
375
|
-
|
376
|
-
2007-07-24 Michael Granger <ged@FaerieMUD.org>
|
377
|
-
|
378
|
-
* INSTALL, README, WordNet Project.tmproj:
|
379
|
-
Doc updates
|
380
|
-
[1b6de9a3395d] [RELEASE_0_0_4]
|
381
|
-
|
382
|
-
2007-06-18 Michael Granger <ged@FaerieMUD.org>
|
383
|
-
|
384
|
-
* WordNet Project.tmproj, docs/CATALOG, lib/wordnet/synset.rb:
|
385
|
-
Cosmetic fixes
|
386
|
-
[328317544cd6]
|
387
|
-
|
388
|
-
2007-06-17 Michael Granger <ged@FaerieMUD.org>
|
389
|
-
|
390
|
-
* Updating project version for release
|
391
|
-
[cddaca3a6179]
|
392
|
-
|
393
|
-
* WordNet Project.tmproj, tests/wntestcase.rb:
|
394
|
-
* Fixed mimetype for the project file
|
395
|
-
* Eliminated unused Test::Unit::Mock from the testcase class
|
396
|
-
[f5e00bdd4263]
|
397
|
-
|
398
|
-
2007-02-20 Michael Granger <ged@FaerieMUD.org>
|
399
|
-
|
400
|
-
* MANIFEST, convertdb.rb, docs/CATALOG, examples/addLacedBoots.rb,
|
401
|
-
examples/clothesWithCollars.rb, examples/clothesWithTongues.rb,
|
402
|
-
examples/distance.rb, examples/domainTree.rb, examples/gcs.rb,
|
403
|
-
examples/holonymTree.rb, examples/hypernymTree.rb,
|
404
|
-
examples/hyponymTree.rb, examples/memberTree.rb,
|
405
|
-
examples/meronymTree.rb, lib/wordnet.rb, lib/wordnet/constants.rb,
|
406
|
-
lib/wordnet/lexicon.rb, lib/wordnet/synset.rb,
|
407
|
-
tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
|
408
|
-
tests/synset.tests.rb, tests/wntestcase.rb:
|
409
|
-
source:trunk/convertdb.rb source:trunk/tests/wntestcase.rb
|
410
|
-
source:trunk/tests/linguawordnet.tests.rb
|
411
|
-
source:trunk/tests/synset.tests.rb
|
412
|
-
source:trunk/lib/wordnet/synset.rb
|
413
|
-
source:trunk/lib/wordnet/constants.rb source:trunk/lib/wordnet.rb
|
414
|
-
source:trunk/examples/clothesWithCollars.rb
|
415
|
-
source:trunk/examples/clothesWithTongues.rb
|
416
|
-
source:trunk/examples/hyponymTree.rb
|
417
|
-
source:trunk/examples/holonymTree.rb
|
418
|
-
source:trunk/examples/meronymTree.rb
|
419
|
-
source:trunk/examples/domainTree.rb
|
420
|
-
source:trunk/examples/memberTree.rb
|
421
|
-
source:trunk/examples/addLacedBoots.rb
|
422
|
-
source:trunk/examples/distance.rb
|
423
|
-
source:trunk/examples/hypernymTree.rb source:trunk/examples/gcs.rb
|
424
|
-
* camelCase to under_barred conversions
|
425
|
-
|
426
|
-
source:trunk/tests/lexicon.tests.rb
|
427
|
-
source:trunk/lib/wordnet/lexicon.rb
|
428
|
-
* Fix for readonly mode
|
429
|
-
|
430
|
-
source:trunk/MANIFEST
|
431
|
-
* Include examples
|
432
|
-
[9d35129b8088]
|
433
|
-
|
434
|
-
2006-10-08 Michael Granger <ged@FaerieMUD.org>
|
435
|
-
|
436
|
-
* redist/bdb-0.5.9.tar.bz2:
|
437
|
-
* Added supported version of the bdb library to redist/
|
438
|
-
[5783f61ef564] [SNAPSHOT_20061008]
|
439
|
-
|
440
|
-
* WordNet Project.tmproj, WordNet.tmproj, lib/wordnet/lexicon.rb,
|
441
|
-
tests/lexicon.tests.rb:
|
442
|
-
* Fixed permissions/options in read-only mode.
|
443
|
-
[6dbc4643e7ab]
|
444
|
-
|
445
|
-
2006-06-30 Michael Granger <ged@FaerieMUD.org>
|
446
|
-
|
447
|
-
* install.rb:
|
448
|
-
Make install.rb executable
|
449
|
-
[f9f2ed9c8639]
|
450
|
-
|
451
|
-
2005-12-09 Michael Granger <ged@FaerieMUD.org>
|
452
|
-
|
453
|
-
* utils.rb:
|
454
|
-
- Synched utils.rb with updated one from project-utils.
|
455
|
-
[a1825be41418]
|
456
|
-
|
457
|
-
* - svn:ignore additions.
|
458
|
-
[37ed6857f091] [SNAPSHOT_20051208]
|
459
|
-
|
460
|
-
* WordNet.tmproj:
|
461
|
-
- Adding Textmate project file.
|
462
|
-
[2f213678085f]
|
463
|
-
|
464
|
-
* .irbrc:
|
465
|
-
- Load the default lexicon into a global.
|
466
|
-
[48c77408bb93]
|
467
|
-
|
468
|
-
* examples/TEMPLATE.rb.tpl:
|
469
|
-
Initial checkin.
|
470
|
-
[f53f71794f11]
|
471
|
-
|
472
|
-
* lib/wordnet/synset.rb:
|
473
|
-
- Only alias if CrossCase hasn't done it already.
|
474
|
-
[49a7edccea59]
|
475
|
-
|
476
|
-
* examples/clothesWithCollars.rb:
|
477
|
-
- Playing, mostly.
|
478
|
-
[bec18a4bc968]
|
479
|
-
|
480
|
-
2005-12-08 Michael Granger <ged@FaerieMUD.org>
|
481
|
-
|
482
|
-
* convertdb.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
|
483
|
-
lib/wordnet/synset.rb, tests/lexicon.tests.rb,
|
484
|
-
tests/linguawordnet.tests.rb, tests/synset.tests.rb,
|
485
|
-
tests/wntestcase.rb:
|
486
|
-
- Test and fix for new compound pointer types (fixes #3)
|
487
|
-
- Added mode-specification and path specification to Lexicon
|
488
|
-
constructor. This is to support modifying WordNet databases as
|
489
|
-
well as being able to open them read-only. This addresses the
|
490
|
-
"writable data files" bug (fixes #2).
|
491
|
-
- Moved default location for data files to CONFIG['datadir']
|
492
|
-
- Added quite a bit more documentation which is visible if you use the
|
493
|
-
included docs/makedocs.rb script or manually specify an
|
494
|
-
'accessors' option to rdoc.
|
495
|
-
[1d8f1f4a99ad]
|
496
|
-
|
497
|
-
* install.rb, utils.rb:
|
498
|
-
- Synced utility scripts with project-utils.
|
499
|
-
[2d08581a51f7]
|
500
|
-
|
501
|
-
2005-11-12 Michael Granger <ged@FaerieMUD.org>
|
502
|
-
|
503
|
-
* experiments/unhandled_pointer_types.rb:
|
504
|
-
* Adding minimal testcase for missing synset pointer types bug.
|
505
|
-
(refs #3)
|
506
|
-
[ab0c9c133d27]
|
507
|
-
|
508
|
-
* lib/wordnet/synset.rb:
|
509
|
-
* Made def_pointer_methods a bit more intelligent so that the second
|
510
|
-
argument isn't necessary.
|
511
|
-
* Added example values to some attributes
|
512
|
-
[811fa09afcc0]
|
513
|
-
|
514
|
-
* install.rb, makedist.rb:
|
515
|
-
* Propagated updates from project-utils.
|
516
|
-
[7091722df01e]
|
517
|
-
|
518
|
-
* docs/CATALOG, docs/makedocs.rb, utils.rb:
|
519
|
-
* Added accessor-awareness from project-utils, and added accessors
|
520
|
-
to CATALOG.
|
521
|
-
[49a2f5490a71]
|
522
|
-
|
523
|
-
2005-11-11 Michael Granger <ged@FaerieMUD.org>
|
524
|
-
|
525
|
-
* convertdb.rb:
|
526
|
-
* Fixed the segfault during conversion. Thanks to Claus W. Spitzer
|
527
|
-
for finding this and sending me a patch. (Fixes #1)
|
528
|
-
[8b4d422180a2]
|
529
|
-
|
530
|
-
* .cvsignore, docs/.cvsignore, lib/wordnet/.cvsignore:
|
531
|
-
* Cleanup of old .cvsignore files.
|
532
|
-
[d345cefcf6bf]
|
533
|
-
|
534
|
-
* INSTALL, MANIFEST, README, lib/wordnet.rb, lib/wordnet/constants.rb,
|
535
|
-
lib/wordnet/lexicon.rb, tests/wntestcase.rb:
|
536
|
-
- Updated keywords, cleaned up for new work.
|
537
|
-
[6596e2fe0ed9]
|
538
|
-
|
539
|
-
2003-09-03 Michael Granger <ged@FaerieMUD.org>
|
540
|
-
|
541
|
-
* ChangeLog:
|
542
|
-
Initial checkin
|
543
|
-
[141c9f66ef28] [RELEASE_0_02]
|
544
|
-
|
545
|
-
* TODO:
|
546
|
-
- Fixed list for RDoc.
|
547
|
-
[8ccbd2b04a37]
|
548
|
-
|
549
|
-
* tests/synset.tests.rb:
|
550
|
-
- Fixed tests for relation pointer methods: verbgroups => verbGroups
|
551
|
-
and delete 'functions'.
|
552
|
-
[930420a13210]
|
553
|
-
|
554
|
-
* lib/wordnet/synset.rb:
|
555
|
-
- Corrected pointer-method docs.
|
556
|
-
[1be3cb9ddd7b]
|
557
|
-
|
558
|
-
* INSTALL:
|
559
|
-
- Updated requirements list.
|
560
|
-
[c71ce92dcc5b]
|
561
|
-
|
562
|
-
* tests/linguawordnet.tests.rb, tests/synset.tests.rb:
|
563
|
-
- Modified to reflect WordNet-2.0 changes and API changes.
|
564
|
-
|
565
|
-
- Added some more tests.
|
566
|
-
[08aa916e9b3b]
|
567
|
-
|
568
|
-
* lib/wordnet/synset.rb:
|
569
|
-
- Added new class: WordNet::Synset::Pointer which is the generic
|
570
|
-
type which contains a reference from one synset to another.
|
571
|
-
|
572
|
-
- Refactored all pointer-specific code into Pointer.
|
573
|
-
|
574
|
-
- Refactored some of the more complex methods into several
|
575
|
-
submethods.
|
576
|
-
|
577
|
-
- Removed all addFoo()/deleteFoo() methods to fit a more Ruby-ish
|
578
|
-
'+=' and '-=' idiom.
|
579
|
-
|
580
|
-
- Documentation additions/fixes.
|
581
|
-
[7c6fc7cd138f]
|
582
|
-
|
583
|
-
* lib/wordnet/lexicon.rb:
|
584
|
-
- [COMPAT] Simplified index entry-parsing by removing redundant
|
585
|
-
count.
|
586
|
-
|
587
|
-
- New method: removeSynset() -- still experimental.
|
588
|
-
|
589
|
-
- Changed internal terminology to more closely match WordNet's terms
|
590
|
-
to reduce future maintainer confusion.
|
591
|
-
[09de7e0e61d3]
|
592
|
-
|
593
|
-
* lib/wordnet/constants.rb:
|
594
|
-
- Rewritten to group constants into Hashes by function, with maps
|
595
|
-
into real constants for convenience.
|
596
|
-
[ef656e767d50]
|
597
|
-
|
598
|
-
* lib/wordnet/.cvsignore:
|
599
|
-
Initial checkin.
|
600
|
-
[311f84c44c99]
|
601
|
-
|
602
|
-
* lib/wordnet.rb:
|
603
|
-
- Updated synopsis to reflect changes to the API.
|
604
|
-
|
605
|
-
- Added optional require of CrossCase module.
|
606
|
-
[e8f7f7e52dc4]
|
607
|
-
|
608
|
-
* examples/holonymTree.rb, examples/meronymTree.rb:
|
609
|
-
- Modified to reflect changes in method names.
|
610
|
-
[506018768327]
|
611
|
-
|
612
|
-
* docs/.cvsignore, examples/domainTree.rb, examples/memberTree.rb:
|
613
|
-
Initial checkin.
|
614
|
-
[3de99025798f]
|
615
|
-
|
616
|
-
* docs/makedocs.rb:
|
617
|
-
- Added --promiscuous and --show-hash options to RDoc invocation.
|
618
|
-
[171ce5801d10]
|
619
|
-
|
620
|
-
* install.rb:
|
621
|
-
- Fixed 1.8 String =~ String warning.
|
622
|
-
|
623
|
-
- Added filter to installation file list.
|
624
|
-
[8a3945b31e70]
|
625
|
-
|
626
|
-
* convertdb.rb:
|
627
|
-
- Fixed to work with a dictdir argument.
|
628
|
-
|
629
|
-
- COMPAT: Modified to no longer store the redundant pointer count in
|
630
|
-
the index.
|
631
|
-
[74fba646ed44]
|
632
|
-
|
633
|
-
* TODO:
|
634
|
-
- Updated for new release.
|
635
|
-
[74d4cfab47b0]
|
636
|
-
|
637
|
-
* .irbrc:
|
638
|
-
- Fixed comment.
|
639
|
-
[50c74da95107]
|
640
|
-
|
641
|
-
2003-08-06 Michael Granger <ged@FaerieMUD.org>
|
642
|
-
|
643
|
-
* tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
|
644
|
-
tests/synset.tests.rb:
|
645
|
-
- Converted to use Test::Unit.
|
646
|
-
[27f6eee7edba]
|
647
|
-
|
648
|
-
* lib/wordnet/synset.rb:
|
649
|
-
- Changed to reflect changes in the API.
|
650
|
-
[30cc861289bc]
|
651
|
-
|
652
|
-
* lib/wordnet/lexicon.rb:
|
653
|
-
- Modified to use BDB transactions.
|
654
|
-
|
655
|
-
- Made changes to reflect change in constant names.
|
656
|
-
[8630a5108049]
|
657
|
-
|
658
|
-
* .cvsignore, MANIFEST, TODO, docs/makedocs.rb,
|
659
|
-
examples/clothesWithCollars.rb, lib/wordnet/constants.rb,
|
660
|
-
makedist.rb, tests/wntestcase.rb, utils.rb:
|
661
|
-
Initial checkin.
|
662
|
-
[3eee3038e7ee]
|
663
|
-
|
664
|
-
* lib/wordnet.rb:
|
665
|
-
- Moved constants into a separate module.
|
666
|
-
[92c4f6fcfcf9]
|
667
|
-
|
668
|
-
* examples/clothesWithTongues.rb, examples/distance.rb,
|
669
|
-
examples/gcs.rb, examples/holonymTree.rb, examples/hypernymTree.rb,
|
670
|
-
examples/hyponymTree.rb, examples/meronymTree.rb:
|
671
|
-
- Updated to use new API.
|
672
|
-
[fcd256689ff5]
|
673
|
-
|
674
|
-
* test.rb:
|
675
|
-
- Converted to use Test::Unit.
|
676
|
-
[495f85bd6fc6]
|
677
|
-
|
678
|
-
* install.rb:
|
679
|
-
- Modified to reflect self-build of wordnet DBs.
|
680
|
-
[00688051639b]
|
681
|
-
|
682
|
-
* convertdb.rb:
|
683
|
-
- Changed to look for WordNet-2.0 dicts by default.
|
684
|
-
[f35f7c66aa10]
|
685
|
-
|
686
|
-
* INSTALL, README:
|
687
|
-
- Updated for pending release.
|
688
|
-
[cf21a4aeafb4]
|
689
|
-
|
690
|
-
* .irbrc:
|
691
|
-
- Updated.
|
692
|
-
[c4559551ac8f]
|
693
|
-
|
694
|
-
* lib/WordNet.rb:
|
695
|
-
- Renamed to 'wordnet.rb' to follow Ruby module-naming convention.
|
696
|
-
[9540fade649c]
|
697
|
-
|
698
|
-
* docs/CATALOG:
|
699
|
-
Initial checkin.
|
700
|
-
[753540d47dd6]
|
701
|
-
|
702
|
-
2003-06-18 Michael Granger <ged@FaerieMUD.org>
|
703
|
-
|
704
|
-
* convertdb.rb:
|
705
|
-
- Fixed stupid bug caused by using the append operator (<<) instead
|
706
|
-
of catenation (+) to build the keys and values of the parsing
|
707
|
-
methods.
|
708
|
-
|
709
|
-
- Fixed several bugs of verying degrees of stupidity in the gloss-
|
710
|
-
parsing code.
|
711
|
-
[ab083281a3cf]
|
712
|
-
|
713
|
-
2003-06-17 Michael Granger <ged@FaerieMUD.org>
|
714
|
-
|
715
|
-
* convertdb.rb:
|
716
|
-
- Added async transactions to speed database functions.
|
717
|
-
[8ce63b5f2e3d]
|
718
|
-
|
719
|
-
* convertdb.rb:
|
720
|
-
Initial checkin.
|
721
|
-
[7a5597482013]
|
722
|
-
|
723
|
-
2002-01-14 Michael Granger <ged@FaerieMUD.org>
|
724
|
-
|
725
|
-
* tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
|
726
|
-
tests/synset.tests.rb:
|
727
|
-
- Converted to RubyUnit
|
728
|
-
[f7b39169fffb] [RELEASE_0_01]
|
729
|
-
|
730
|
-
* lib/wordnet/synset.rb:
|
731
|
-
- Small header/comment corrections
|
732
|
-
|
733
|
-
- Made raw pointer methods 'protected' instead of 'public'
|
734
|
-
|
735
|
-
- Added underbar-style method name aliases
|
736
|
-
|
737
|
-
- Added traversal iterator and a bunch of derived analysis methods.
|
738
|
-
[472a9a1cc93e]
|
739
|
-
|
740
|
-
* lib/wordnet/lexicon.rb:
|
741
|
-
- Small header/comment corrections
|
742
|
-
|
743
|
-
- Added optional block form to #unlock
|
744
|
-
|
745
|
-
- Changed all instances of 'pos' to 'partOfSpeech' for clarity
|
746
|
-
|
747
|
-
- Fixed misnamed-database bug in #write
|
748
|
-
[1fd64917b5eb]
|
749
|
-
|
750
|
-
* lib/WordNet.rb, lib/wordnet.rb:
|
751
|
-
- Small header/comment corrections
|
752
|
-
[fff3535e5441]
|
753
|
-
|
754
|
-
* test.rb:
|
755
|
-
- Converted to a RubyUnit test, and walkit is no longer maintained
|
756
|
-
or available.
|
757
|
-
[5745e4dbd5d9]
|
758
|
-
|
759
|
-
* install.rb:
|
760
|
-
- Added code to rewrite the DICTDIR in lib/WordNet.rb
|
761
|
-
[bbc685523bae]
|
762
|
-
|
763
|
-
* .irbrc:
|
764
|
-
Initial import
|
765
|
-
[30aeda8c2f14]
|
766
|
-
|
767
|
-
* examples/addLacedBoots.rb:
|
768
|
-
- Added abort code until writing is tested.
|
769
|
-
[fa98181aacb6]
|
770
|
-
|
771
|
-
* examples/addLacedBoots.rb, examples/clothesWithTongues.rb,
|
772
|
-
examples/distance.rb, examples/gcs.rb, examples/holonymTree.rb,
|
773
|
-
examples/hypernymTree.rb, examples/hyponymTree.rb,
|
774
|
-
examples/meronymTree.rb:
|
775
|
-
Initial import
|
776
|
-
[a8010db508b6]
|
777
|
-
|
778
|
-
* README:
|
779
|
-
- Added write-access methods warning.
|
780
|
-
[f6463a331f9b]
|
781
|
-
|
782
|
-
* INSTALL:
|
783
|
-
- Fixed up instructions.
|
784
|
-
[61c8ddb0352b]
|
785
|
-
|
786
|
-
2002-01-07 Michael Granger <ged@FaerieMUD.org>
|
787
|
-
|
788
|
-
* README:
|
789
|
-
- Modified the statement about Lingua::Wordnet to make it clear that
|
790
|
-
it does deviate from the module a bit more than a straight port.
|
791
|
-
[fa1a18997911]
|
792
|
-
|
793
|
-
2002-01-05 Michael Granger <ged@FaerieMUD.org>
|
794
|
-
|
795
|
-
* INSTALL:
|
796
|
-
- Fixed confusing first sentence.
|
797
|
-
[fc9ddae297b8]
|
798
|
-
|
799
|
-
* INSTALL:
|
800
|
-
- Cleaned up, untabified.
|
801
|
-
[1761ffe2886e]
|
802
|
-
|
803
|
-
* INSTALL:
|
804
|
-
Initial release.
|
805
|
-
[c12f16b1623b]
|
806
|
-
|
807
|
-
* README:
|
808
|
-
- Cleaned up and finished. Untabified.
|
809
|
-
[b82531e3d587]
|
810
|
-
|
811
|
-
2002-01-04 unknown <unknown>
|
812
|
-
|
813
|
-
* This commit was manufactured by cvs2svn to create branch
|
814
|
-
'FAERIEMUD_ORG'.
|
815
|
-
[f8630d969cca] [ALPHA_1_1] <FAERIEMUD_ORG>
|
816
|
-
|
817
|
-
2002-01-04 Michael Granger <ged@FaerieMUD.org>
|
818
|
-
|
819
|
-
* README, install.rb, lib/WordNet.rb, lib/wordnet.rb,
|
820
|
-
lib/wordnet/lexicon.rb, lib/wordnet/synset.rb, test.rb,
|
821
|
-
tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
|
822
|
-
tests/synset.tests.rb:
|
823
|
-
Initial revision
|
824
|
-
[a06265ebbad0]
|
825
|
-
|
826
|
-
2002-01-04 unknown <unknown>
|
827
|
-
|
828
|
-
* New repository initialized by cvs2svn.
|
829
|
-
[e19f99192552]
|