wordnet 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 27d43321cb1c8ba285945387a8eedd6bd25f5647
4
- data.tar.gz: 6b7f5d9abef4970f46a98bc06f621ef2de26744d
2
+ SHA256:
3
+ metadata.gz: 03a45d621fd92e68bb124ca0ff8a5fda1c2082d32e67953ace3724d80db81c08
4
+ data.tar.gz: 6d1bb5a8788e6a756982103923ecf1cf5f43f6465dc4227f8634530c6f6631ad
5
5
  SHA512:
6
- metadata.gz: 6dac34d56a4eea80abe63377c08e8f68e1d149e40e230757bb05213f3bd45d88b0238eb4f3cb04d46e0ef2a016bb9229e8a22e6240c94295e19e32fed023ec31
7
- data.tar.gz: 7b93069a12a31970a977afcf2ecf8a12113f103d56818c99c417c83f5f7f2c3f4d1f93e0ffd268d73f81d0910c760de20c5d923ab06d214d00e320bf391c80f5
6
+ metadata.gz: 4d7895839641c9b785ad3d43419d9e314c6f0942d5ff9e0deb2b62e6086430ad17f2953a74738bd64eb8cedd1adc03812132ebf9d7a2cb56eb5c1e551856384b
7
+ data.tar.gz: 9c7804deb580adec21be28c5293e2690af4cfa0a038677d753abef150dbd6faa9ac5e3fd9f040b34dc7f2529ceaef600b48898403254b1a35b44640201c31338
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1 +1 @@
1
- 2.4
1
+ 2.6
data/ChangeLog CHANGED
@@ -1,829 +1,1121 @@
1
+ 2019-03-09 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ @ * spec/helpers.rb, wordnet-defaultdb/.gems, wordnet-
4
+ | defaultdb/Rakefile:
5
+ | Fix the defaultdb build and use the sqlunet50 db for PostgresSQL
6
+ | testing.
7
+ | [a250a52c4ea6] [tip]
8
+ |
9
+ o * wordnet-defaultdb/lib/wordnet/defaultdb.rb:
10
+ | Update data-dir calculation to use newer Rubygems API
11
+ |
12
+ | Fixes #5.
13
+ | [6390da4d4c9c]
14
+ |
15
+ 2017-10-18 Michael Granger <ged@FaerieMUD.org>
16
+
17
+ o * .hgtags:
18
+ | Added tag v1.1.0 for changeset 3e0c43a8c8f0
19
+ | [857bf4c6e902]
20
+ |
21
+ o * .hgsigs:
22
+ | Added signature for changeset b43660cdab72
23
+ | [3e0c43a8c8f0] [v1.1.0]
24
+ |
25
+ o * History.rdoc, wordnet-defaultdb/History.rdoc:
26
+ | Update history files
27
+ | [b43660cdab72]
28
+ |
29
+ o * .hgignore, .pryrc, wordnet-defaultdb/Manifest.txt, wordnet-
30
+ | defaultdb/Rakefile:
31
+ | Update defaultdb build files
32
+ | [d8f094800a7c]
33
+ |
34
+ o * lib/wordnet.rb, lib/wordnet/lexicon.rb, spec/helpers.rb,
35
+ | spec/wordnet/lexicon_spec.rb, wordnet-defaultdb/lib/wordnet-
36
+ | defaultdb.rb, wordnet-defaultdb/lib/wordnet/defaultdb.rb, wordnet-
37
+ | defaultdb/spec/spec_helper.rb, wordnet-
38
+ | defaultdb/spec/wordnet/defaultdb_spec.rb:
39
+ | Simplified default DB code
40
+ | [7f4d7005a32a]
41
+ |
42
+ o * README.rdoc, wordnet-defaultdb/README.rdoc:
43
+ | Update docs
44
+ | [8ae1e5cbab93]
45
+ |
46
+ 2017-09-26 Michael Granger <ged@FaerieMUD.org>
47
+
48
+ o * README.rdoc, lib/wordnet/lexicon.rb, lib/wordnet/model.rb,
49
+ | lib/wordnet/synset.rb:
50
+ | Add a few more documentation fixes
51
+ | [074606e10178]
52
+ |
53
+ o * lib/wordnet/constants.rb, lib/wordnet/lexicallink.rb,
54
+ | lib/wordnet/lexicon.rb, lib/wordnet/morph.rb,
55
+ | lib/wordnet/semanticlink.rb, lib/wordnet/sense.rb,
56
+ | lib/wordnet/sumoterm.rb, lib/wordnet/synset.rb, lib/wordnet/word.rb:
57
+ | Convert to modern symbol-hash syntax.
58
+ | [2973dc420288]
59
+ |
60
+ o * README.md, README.rdoc, lib/wordnet.rb, lib/wordnet/sumoterm.rb:
61
+ | Update documentation
62
+ | [64ecf79cea91]
63
+ |
64
+ o * .hgignore, wordnet-defaultdb/.gems, wordnet-defaultdb/.ruby-gemset,
65
+ | wordnet-defaultdb/.ruby-version, wordnet-defaultdb/.rvm.gems,
66
+ | wordnet-defaultdb/.rvmrc, wordnet-defaultdb/Manifest.txt, wordnet-
67
+ | defaultdb/Rakefile, wordnet-defaultdb/lib/wordnet-defaultdb.rb:
68
+ | Update the wordnet-defaultdb gem to use the latest SqlUNet distro
69
+ | [a172d9a98c06]
70
+ |
71
+ o * certs/ged.pem:
72
+ | Update my gem-signing cert
73
+ | [9dafb4096986]
74
+ |
75
+ o * .gems, .hgignore, .hoerc, .pryrc, .ruby-version, README.rdoc,
76
+ | Rakefile, lib/wordnet.rb, lib/wordnet/lexicon.rb,
77
+ | lib/wordnet/model.rb, lib/wordnet/sumoterm.rb,
78
+ | lib/wordnet/synset.rb, lib/wordnet/word.rb, spec/helpers.rb,
79
+ | spec/wordnet/lexicon_spec.rb, spec/wordnet/model_spec.rb,
80
+ | spec/wordnet/semanticlink_spec.rb, spec/wordnet/sense_spec.rb,
81
+ | spec/wordnet/synset_spec.rb, spec/wordnet/word_spec.rb, wordnet-
82
+ | defaultdb/Manifest.txt, wordnet-defaultdb/README.rdoc, wordnet-
83
+ | defaultdb/lib/wordnet-defaultdb.rb, wordnet.gemspec:
84
+ | Update to WordNet 3.1, Sequel 5.0.
85
+ |
86
+ | - Made tests run under both Sqlite and PG.
87
+ | - Removed deprecated syntax/conventions from Sequel < 5
88
+ | - Move to Ruby 2.4 as primary tested version, though 2.3 is still
89
+ | supported
90
+ | - Made fetching Synset by ordinal deterministic
91
+ | [211f70b5a215]
92
+ |
93
+ 2016-09-18 Michael Granger <ged@FaerieMUD.org>
94
+
95
+ o * README.rdoc:
96
+ | Update the README
97
+ | [67dd02fdd447]
98
+ |
99
+ o * .hgtags:
100
+ | Added tag v1.0.1 for changeset 435ec3f82082
101
+ | [bc98d0a8c157]
102
+ |
103
+ o * .hgsigs:
104
+ | Added signature for changeset 1ddf93d8df71
105
+ | [435ec3f82082] [v1.0.1]
106
+ |
107
+ o * History.rdoc, Manifest.txt, lib/wordnet.rb:
108
+ | Bump patch version, update history, update Ruby version requirement
109
+ | [1ddf93d8df71]
110
+ |
111
+ o * lib/wordnet/sense.rb, spec/wordnet/sense_spec.rb:
112
+ | Finish up and fix WordNet::Sense
113
+ | [ed2096505a77]
114
+ |
115
+ o * Gemfile, wordnet.gemspec:
116
+ | Add Gemfile, gemspec
117
+ | [136f7b42de09]
118
+ |
119
+ o * .gems, .ruby-gemset, .ruby-version, .rvm.gems, .rvmrc, Rakefile,
120
+ | certs/ged.pem, lib/wordnet/synset.rb:
121
+ | Switch to generic rubyenv files, fix docs
122
+ | [34d72b33f584]
123
+ |
124
+ 2015-05-28 Michael Granger <ged@FaerieMUD.org>
125
+
126
+ o * Merge with 4c2930c180f0
127
+ |\ [d420b191e1d6]
128
+ | |
129
+ | o * examples/add-laced-boots.rb, examples/clothes-with-collars.rb,
130
+ | | examples/clothesWithTongues.rb, examples/distance.rb,
131
+ | | examples/domainTree.rb, examples/holonymTree.rb,
132
+ | | examples/hyponymTree.rb, examples/memberTree.rb,
133
+ | | examples/meronymTree.rb:
134
+ | | Forgot to actually remove the old examples
135
+ | | [dcd9535098ac]
136
+ | |
137
+ 2015-02-08 Michael Granger <ged@faeriemud.org>
138
+
139
+ o | * README.md:
140
+ | | README.md edited online with Bitbucket
141
+ | | [4c2930c180f0]
142
+ | |
143
+ 2015-05-28 Michael Granger <ged@FaerieMUD.org>
144
+
145
+ | o * Manifest.txt, examples/gcs.rb, examples/hypernymTree.rb,
146
+ | | examples/hypernym_tree.rb, experiments/unhandled_pointer_types.rb,
147
+ | | lib/wordnet/constants.rb, lib/wordnet/lexicallink.rb,
148
+ | | lib/wordnet/lexicon.rb, lib/wordnet/model.rb, lib/wordnet/morph.rb,
149
+ | | lib/wordnet/semanticlink.rb, lib/wordnet/sense.rb,
150
+ | | lib/wordnet/sumoterm.rb, lib/wordnet/synset.rb, lib/wordnet/word.rb,
151
+ | | spec/helpers.rb, spec/wordnet/lexicon_spec.rb,
152
+ | | spec/wordnet/model_spec.rb, spec/wordnet/semanticlink_spec.rb,
153
+ | | spec/wordnet/synset_spec.rb, spec/wordnet/word_spec.rb,
154
+ | | spec/wordnet_spec.rb:
155
+ | | Clean up some cruft.
156
+ | |
157
+ | | - Update a few examples.
158
+ | | - Remove the other outdated, nonfunctional examples.
159
+ | | - Fix the header and bangheader on all the files
160
+ | | - Fix a typo in the synset docs
161
+ | | - Add Wordnet::Synset#wordlist
162
+ | |
163
+ | | Thanks to Steve Weissinger for pointing out that the examples were
164
+ | | outdated and that my headers were wrong.
165
+ | | [d37e2aee58ec]
166
+ | |
167
+ 2015-02-08 Michael Granger <ged@FaerieMUD.org>
168
+
169
+ | o * .rvm.gems, .rvmrc, .simplecov, Rakefile, lib/wordnet/lexicon.rb,
170
+ |/ spec/helpers.rb, spec/lib/helpers.rb, spec/linguawordnet.tests.rb,
171
+ | spec/wordnet/lexicon_spec.rb, spec/wordnet/model_spec.rb,
172
+ | spec/wordnet/semanticlink_spec.rb, spec/wordnet/synset_spec.rb,
173
+ | spec/wordnet/word_spec.rb, spec/wordnet_spec.rb:
174
+ | Update for Ruby 2 and RSpec 3
175
+ | [8ebcc6088d19]
176
+ |
177
+ 2013-02-25 Michael Granger <ged@FaerieMUD.org>
178
+
179
+ o * .rvmrc:
180
+ | Test under Ruby 2 by default.
181
+ | [3db62d5ed698]
182
+ |
183
+ 2012-10-01 Michael Granger <ged@FaerieMUD.org>
184
+
185
+ o * .hgtags:
186
+ | Added tag semver for changeset e21d956bfb79
187
+ | [09fb01d8e11a]
188
+ |
189
+ o * Rakefile, lib/wordnet/lexicon.rb:
190
+ | Documentation fixes I (of course) only noticed after releasing
191
+ | [a46e4ca07d14]
192
+ |
193
+ o * .hgtags:
194
+ | Added tag v1.0.0 for changeset e21d956bfb79
195
+ | [d6b1c2f0a42e]
196
+ |
197
+ o * .hgsigs:
198
+ | Added signature for changeset 5dbe50a85fb3
199
+ | [e21d956bfb79] [semver, v1.0.0]
200
+ |
201
+ o * spec/wordnet/lexicon_spec.rb:
202
+ | Switch to hash form of PostgreSQL connection for specs
203
+ | [5dbe50a85fb3]
204
+ |
205
+ 2012-09-07 Michael Granger <ged@FaerieMUD.org>
206
+
207
+ o * lib/wordnet/lexicon.rb, lib/wordnet/synset.rb:
208
+ | Fix and add some documentation.
209
+ | [265fb390c72c]
210
+ |
211
+ 2012-09-06 Michael Granger <ged@FaerieMUD.org>
212
+
213
+ o * lib/wordnet/lexicon.rb:
214
+ | Make the second argument to Lexicon#initialize_with_uri optional
215
+ | [7dd945336729]
216
+ |
217
+ o * lib/wordnet/synset.rb:
218
+ | Fix the Synset traversal methods, add a #with_depth mutator.
219
+ | [cf226ffc24f4]
220
+ |
221
+ 2012-08-23 Michael Granger <ged@FaerieMUD.org>
222
+
223
+ o * History.rdoc, README.rdoc, lib/wordnet.rb,
224
+ | lib/wordnet/lexicallink.rb, lib/wordnet/lexicon.rb,
225
+ | lib/wordnet/morph.rb, lib/wordnet/sumoterm.rb,
226
+ | lib/wordnet/synset.rb, lib/wordnet/word.rb:
227
+ | Documentation update, refactored Lexicon#initialize.
228
+ |
229
+ | - Added/updated docs for WordNet::Lexicon and WordNet::Synset
230
+ | - Refactored Lexicon#initialize into multiple methods to reduce method
231
+ | complexity.
232
+ | [b6c59a7f1b94]
233
+ |
234
+ 2012-08-22 Michael Granger <ged@FaerieMUD.org>
235
+
236
+ o * lib/wordnet/synset.rb, spec/wordnet/synset_spec.rb:
237
+ | Add tests for some uncovered Synset features.
238
+ | [10a3c01b1dc6]
239
+ |
240
+ o * .hgignore, .pryrc, .rvm.gems, Rakefile, lib/wordnet/lexicon.rb,
241
+ | lib/wordnet/model.rb, spec/lib/helpers.rb,
242
+ | spec/wordnet/lexicon_spec.rb, spec/wordnet/semanticlink_spec.rb,
243
+ | spec/wordnet/word_spec.rb:
244
+ | Improve coverage.
245
+ | [254a4a31b56c]
246
+ |
247
+ 2012-08-14 Michael Granger <ged@FaerieMUD.org>
248
+
249
+ o * lib/wordnet/synset.rb, spec/wordnet/synset_spec.rb:
250
+ | Add the union operator and fix the #traverse method.
251
+ | [f56ed93dc6f9]
252
+ |
253
+ 2012-08-07 Michael Granger <ged@FaerieMUD.org>
254
+
255
+ o * README.rdoc, lib/wordnet/lexicon.rb, lib/wordnet/model.rb,
256
+ | lib/wordnet/synset.rb:
257
+ | Adding a custom #inspects to Synset and Lexicon; add some docs
258
+ | [78048379ab92]
259
+ |
260
+ 2012-08-06 Michael Granger <ged@FaerieMUD.org>
261
+
262
+ o * .rvm.gems, Rakefile, wordnet-defaultdb/Rakefile:
263
+ | Updating dependencies for release.
264
+ | [22d51db294ef]
265
+ |
266
+ o * lib/wordnet/synset.rb:
267
+ | Add an introspective method to WordNet::Synset.
268
+ |
269
+ | - WordNet::Synset.semantic_link_methods returns an Array describing
270
+ | instance methods that return Synsets related by a semantic link.
271
+ | [50cd15144a9a]
272
+ |
273
+ o * README.rdoc:
274
+ | Fix the copyright dates
275
+ | [0cd1622b3799]
276
+ |
277
+ 2012-08-04 Michael Granger <ged@FaerieMUD.org>
278
+
279
+ o * lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb:
280
+ | Try to load the defaultdb with 'gem' so the datadir is visible.
281
+ | [643e1ae31a6c]
282
+ |
283
+ 2012-08-03 Michael Granger <ged@FaerieMUD.org>
284
+
285
+ o * Rakefile:
286
+ | Update documentation build
287
+ | [b521602cdba0]
288
+ |
289
+ o * .irbrc, Manifest.txt, lib/wordnet/utils.rb:
290
+ | Removing unused utils.rb and .irbrc
291
+ | [269c47f98a3a]
292
+ |
1
293
  2012-05-28 Michael Granger <ged@FaerieMUD.org>
2
294
 
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
-
295
+ o * .pryrc, .rvm.gems, Manifest.txt, Rakefile, lib/wordnet.rb,
296
+ | lib/wordnet/lexicon.rb, lib/wordnet/mixins.rb, lib/wordnet/model.rb,
297
+ | lib/wordnet/morph.rb, lib/wordnet/sense.rb, lib/wordnet/synset.rb,
298
+ | lib/wordnet/word.rb, spec/lib/helpers.rb, spec/wordnet_spec.rb:
299
+ | Replace logging with Loggability.
300
+ | [e671163eae2a]
301
+ |
10
302
  2012-05-01 Michael Granger <ged@FaerieMUD.org>
11
303
 
12
- * lib/wordnet/synset.rb, spec/wordnet/synset_spec.rb:
13
- Fix the linktype_table on databases other than Sequel.
14
- [3647dfa1c677]
15
-
304
+ o * lib/wordnet/synset.rb, spec/wordnet/synset_spec.rb:
305
+ | Fix the linktype_table on databases other than Sequel.
306
+ | [3647dfa1c677]
307
+ |
16
308
  2012-04-30 Michael Granger <ged@FaerieMUD.org>
17
309
 
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
-
310
+ o * lib/wordnet/lexicon.rb, lib/wordnet/synset.rb,
311
+ | spec/wordnet/lexicon_spec.rb, wordnet-defaultdb/Rakefile:
312
+ | Some final fixups before first release
313
+ | [bb1dccbd6b4e]
314
+ |
315
+ o * wordnet-defaultdb/.rvm.gems, wordnet-defaultdb/.rvmrc:
316
+ | Add an rvmrc for the defaultdb build directory, too
317
+ | [01770ef4dcd2]
318
+ |
319
+ o * lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
320
+ | lib/wordnet/mixins.rb, lib/wordnet/model.rb, lib/wordnet/synset.rb,
321
+ | lib/wordnet/word.rb, spec/linguawordnet.tests.rb, wordnet-
322
+ | defaultdb/Rakefile, wordnet-defaultdb/lib/wordnet-defaultdb.rb:
323
+ | Trailing whitespace cleanup
324
+ | [1188ab2f44d3]
325
+ |
326
+ o * .rvm.gems:
327
+ | Bumping hoe-deveiate rvm gems version
328
+ | [d91f0b020d78]
329
+ |
38
330
  2012-04-16 Michael Granger <ged@FaerieMUD.org>
39
331
 
40
- * spec/lib/helpers.rb, spec/wordnet/lexicon_spec.rb:
41
- Update specs to latest RSpec style
42
- [69996dfbe9cc]
43
-
332
+ o * spec/lib/helpers.rb, spec/wordnet/lexicon_spec.rb:
333
+ | Update specs to latest RSpec style
334
+ | [69996dfbe9cc]
335
+ |
44
336
  2012-03-07 Michael Granger <ged@FaerieMUD.org>
45
337
 
46
- * .rvmrc:
47
- Remove patchlevel from the rvmrc version.
48
- [3fec64ebe125]
49
-
338
+ o * .rvmrc:
339
+ | Remove patchlevel from the rvmrc version.
340
+ | [3fec64ebe125]
341
+ |
50
342
  2012-01-30 Michael Granger <ged@FaerieMUD.org>
51
343
 
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
-
344
+ o * .rvm.gems, .rvmrc, History.rdoc, lib/wordnet.rb, wordnet-
345
+ | defaultdb/Rakefile:
346
+ | Update for pending 1.0 release.
347
+ | - Added rvm gemset and gem export.
348
+ | - Bumped the version to 1.0.0.
349
+ | - Updated dependencies
350
+ | [a85e1af07609]
351
+ |
352
+ o * .hoerc, Manifest.txt, examples/TEMPLATE.rb.tpl:
353
+ | Updating the manifest, adding project-local hoerc with the right
354
+ | ignores
355
+ | [c4e54e41c55e]
356
+ |
357
+ o * redist/bdb-0.6.5.tar.gz:
358
+ | Removing unused bdb tarball from redist/
359
+ | [411df422f077]
360
+ |
69
361
  2011-11-16 Michael Granger <ged@FaerieMUD.org>
70
362
 
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
-
363
+ o * lib/wordnet/lexicon.rb, lib/wordnet/word.rb, spec/lib/helpers.rb,
364
+ | spec/wordnet/lexicon_spec.rb, spec/wordnet/synset_spec.rb,
365
+ | spec/wordnet/word_spec.rb:
366
+ | Finishing up the minimal parts of the API
367
+ | [848e47815ee8]
368
+ |
77
369
  2011-11-09 Michael Granger <ged@FaerieMUD.org>
78
370
 
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
-
371
+ o * .pryrc, .rvmrc, README-defaultdb.rdoc, README.rdoc, Rakefile,
372
+ | examples/add-laced-boots.rb, examples/addLacedBoots.rb, examples
373
+ | /clothes-with-collars.rb, examples/clothesWithCollars.rb,
374
+ | examples/clothesWithTongues.rb, examples/domainTree.rb,
375
+ | examples/memberTree.rb, lib/wordnet.rb, lib/wordnet/constants.rb,
376
+ | lib/wordnet/lexicallink.rb, lib/wordnet/lexicon.rb,
377
+ | lib/wordnet/model.rb, lib/wordnet/semanticlink.rb,
378
+ | lib/wordnet/sense.rb, lib/wordnet/sumoterm.rb,
379
+ | lib/wordnet/synset.rb, lib/wordnet/word.rb, spec/lib/helpers.rb,
380
+ | spec/wordnet/lexicon_spec.rb, spec/wordnet/model_spec.rb,
381
+ | spec/wordnet/synset_spec.rb, wordnet-defaultdb/Manifest.txt,
382
+ | wordnet-defaultdb/Rakefile:
383
+ | More work on transition functions/backward-compatibility
384
+ | [f46576f69041]
385
+ |
94
386
  2011-10-26 Michael Granger <ged@FaerieMUD.org>
95
387
 
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
-
388
+ o * History.md, History.rdoc, Manifest.txt, README-defaultdb.md, README-
389
+ | defaultdb.rdoc, README.md, README.rdoc, Rakefile, wordnet-
390
+ | defaultdb/History.md, wordnet-defaultdb/History.rdoc, wordnet-
391
+ | defaultdb/README.md, wordnet-defaultdb/README.rdoc, wordnet-
392
+ | defaultdb/Rakefile, wordnet-defaultdb/lib/wordnet-defaultdb.rb:
393
+ | Finished packaging cleanup.
394
+ | [b1514e70b8cd]
395
+ |
104
396
  2011-09-01 Michael Granger <ged@FaerieMUD.org>
105
397
 
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
-
398
+ o * ChangeLog, INSTALL, README, Rakefile.local, convertdb.rb,
399
+ |\ lib/wordnet/synset_pointer.rb, project.yml,
400
+ | | spec/wordnet/synset_pointer_spec.rb, utils.rb:
401
+ | | Merged rewrite branch
402
+ | | [576f8ac414ed]
403
+ | |
404
+ | _ * Closing sequel-conversion branch in preparation for merging to
405
+ | | default
406
+ | | [5887d4637096] <sequel-conversion>
407
+ | |
116
408
  2011-08-17 Michael Granger <ged@FaerieMUD.org>
117
409
 
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
-
410
+ | o * lib/wordnet/lexicon.rb, lib/wordnet/synset.rb:
411
+ | | Add initial implementation of WordNet::Synset#traverse, API docs
412
+ | | cleanup.
413
+ | | [71ff4fbd95ea] <sequel-conversion>
414
+ | |
123
415
  2011-07-29 Michael Granger <ged@FaerieMUD.org>
124
416
 
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
-
417
+ | o * spec/wordnet/model_spec.rb:
418
+ | | Add missing model_spec
419
+ | | [1a7a2979d5c7] <sequel-conversion>
420
+ | |
421
+ | o * examples/clothesWithCollars.rb:
422
+ | | Find example synsets by definition in the collars example
423
+ | | [a571dd0df5df] <sequel-conversion>
424
+ | |
133
425
  2011-07-25 Michael Granger <ged@FaerieMUD.org>
134
426
 
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
-
427
+ | o * .hgignore, .irbrc, Rakefile, examples/clothesWithCollars.rb,
428
+ | | lib/wordnet.rb, lib/wordnet/lexicallink.rb, lib/wordnet/lexicon.rb,
429
+ | | lib/wordnet/morph.rb, lib/wordnet/semanticlink.rb,
430
+ | | lib/wordnet/sense.rb, lib/wordnet/sumoterm.rb,
431
+ | | lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb,
432
+ | | lib/wordnet/word.rb, spec/wordnet/semanticlink_spec.rb,
433
+ | | spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb,
434
+ | | spec/wordnet/word_spec.rb, wordnet-defaultdb/Rakefile:
435
+ | | Got synsets basically working
436
+ | | [628e442e6d18] <sequel-conversion>
437
+ | |
146
438
  2011-07-14 Michael Granger <ged@FaerieMUD.org>
147
439
 
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
-
440
+ | o * lib/wordnet/lexicon.rb, lib/wordnet/model.rb, spec/lib/helpers.rb,
441
+ | | spec/wordnet/lexicon_spec.rb, spec/wordnet/word_spec.rb:
442
+ | | Checkpoint commit
443
+ | | - Switch from deprecated Rubygems methods to Gem::Specification ones.
444
+ | | - Add beginnings of WordNet::Word specs
445
+ | | [3503d73f905e] <sequel-conversion>
446
+ | |
447
+ | o * Rakefile, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
448
+ | | spec/lib/helpers.rb, spec/wordnet/lexicon_spec.rb,
449
+ | | spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb,
450
+ | | spec/wordnet_spec.rb:
451
+ | | Cleanup, remove old cruft, integrated some lessons learned from
452
+ | | LAIKA's Sequel model.
453
+ | | [2588d5fbf4d2] <sequel-conversion>
454
+ | |
455
+ | o * wordnet-defaultdb/History.md, wordnet-defaultdb/Manifest.txt,
456
+ | | wordnet-defaultdb/README.md, wordnet-defaultdb/Rakefile, wordnet-
457
+ | | defaultdb/lib/wordnet-defaultdb.rb:
458
+ | | Adding a build dir for the default DB gem
459
+ | | [59bef07a2f66] <sequel-conversion>
460
+ | |
461
+ | o * .hgignore, .irbrc, Rakefile, lib/wordnet.rb,
462
+ | | lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
463
+ | | lib/wordnet/model.rb, lib/wordnet/sense.rb, lib/wordnet/synset.rb,
464
+ | | lib/wordnet/synset_pointer.rb, lib/wordnet/word.rb,
465
+ | | spec/wordnet/lexicon_spec.rb:
466
+ | | Snapshot commit of changes after applying lessons learned at LAIKA
467
+ | | [8883e952a0de] <sequel-conversion>
468
+ | |
177
469
  2011-04-26 Michael Granger <ged@FaerieMUD.org>
178
470
 
179
- * README.md, lib/wordnet/lexicon.rb:
180
- Checkpoint commit
181
- [5cc10fe2b0bd] <sequel-conversion>
182
-
471
+ | o * README.md, lib/wordnet/lexicon.rb:
472
+ | | Checkpoint commit
473
+ | | [5cc10fe2b0bd] <sequel-conversion>
474
+ | |
183
475
  2011-01-11 Michael Granger <ged@FaerieMUD.org>
184
476
 
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
-
477
+ | o * ChangeLog, History.md, README.md, doc/uml-wordnet.svg, doc/uml-
478
+ | | wordnet_files/background.bmp, lib/wordnet/lexicon.rb,
479
+ | | lib/wordnet/mixins.rb, lib/wordnet/model.rb, lib/wordnet/sense.rb,
480
+ | | lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb,
481
+ | | lib/wordnet/utils.rb, lib/wordnet/word.rb, uml-wordnet.svg:
482
+ | | Started updating the README, fixed circular requires for 1.9.x.
483
+ | | [adcd5f9de42e] <sequel-conversion>
484
+ | |
485
+ | o * .irbrc, Rakefile, doc/uml-wordnet.svg, doc/uml-
486
+ | | wordnet_files/background.bmp, lib/wordnet.rb,
487
+ | | lib/wordnet/lexicon.rb, lib/wordnet/mixins.rb, lib/wordnet/model.rb,
488
+ | | lib/wordnet/sense.rb, lib/wordnet/synset.rb,
489
+ | | lib/wordnet/synset_pointer.rb, lib/wordnet/word.rb,
490
+ | | spec/wordnet/synset_spec.rb:
491
+ | | Converted to Hoe, started conversion to WordNet-SQL.
492
+ | | [3c2825965c32] <sequel-conversion>
493
+ | |
202
494
  2010-12-27 Michael Granger <ged@FaerieMUD.org>
203
495
 
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
-
496
+ | o * .hgignore, .hgsub, .hgsubstate, .hgsubstate, .irbrc, INSTALL,
497
+ | | LICENSE, Manifest-data.txt, Manifest.txt, README-defaultdb.md,
498
+ | | Rakefile, Rakefile.local, WordNet30-license.txt, convertdb.rb,
499
+ | | lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
500
+ | | lib/wordnet/mixins.rb, lib/wordnet/synset.rb, lib/wordnet/utils.rb,
501
+ | | lib/wordnet/word.rb, project.yml, spec/lib/helpers.rb,
502
+ | | spec/wordnet/lexicon_spec.rb, spec/wordnet_spec.rb, utils.rb:
503
+ | | Checkpoint commit of a failed experiment to see if I could define
504
+ | | Sequel::Models at runtime.
505
+ | | [b3d817089c6a] <sequel-conversion>
506
+ | |
215
507
  2010-10-18 Michael Granger <ged@FaerieMUD.org>
216
508
 
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
-
509
+ | o * README, README.md:
510
+ | | rename README -> README.md
511
+ | | [c5ed3e1e16ed] <sequel-conversion>
512
+ | |
513
+ | o * .hgignore, .hgsub, .hgsubstate, LICENSE, README, Rakefile,
514
+ | | project.yml, spec/wordnet/lexicon_spec.rb:
515
+ | | Starting update for Ruby 1.9.2/RSpec 2.0
516
+ | | [c69a336b1bbf] <sequel-conversion>
517
+ | |
518
+ | o * Merged updates from the default branch
519
+ |/| [40ea41c4529b] <sequel-conversion>
520
+ | |
521
+ | | _ * Closing svn2hg artifact branch
522
+ | | | [1a6f06f8de6f] <FAERIEMUD_ORG>
523
+ | | |
232
524
  2009-08-16 Michael Granger <ged@FaerieMUD.org>
233
525
 
234
- * LICENSE, README, Rakefile, project.yml:
235
- Updated build system
236
- [2b7d5b227f31]
237
-
526
+ o | | * LICENSE, README, Rakefile, project.yml:
527
+ | | | Updated build system
528
+ | | | [2b7d5b227f31]
529
+ | | |
238
530
  2009-08-16 convert-repo <convert-repo>
239
531
 
240
- * .hgtags:
241
- update tags
242
- [a88db9dcb1e9]
243
-
532
+ o | | * .hgtags:
533
+ | | | update tags
534
+ | | | [a88db9dcb1e9]
535
+ | | |
244
536
  2009-03-11 Michael Granger <ged@FaerieMUD.org>
245
537
 
246
- * Branching for work on conversion to use a Sequel backend
247
- [23588c5bc5a8] <sequel-conversion>
248
-
538
+ | o | * Branching for work on conversion to use a Sequel backend
539
+ |/ / [23588c5bc5a8] <sequel-conversion>
540
+ | |
249
541
  2008-09-25 Michael Granger <ged@FaerieMUD.org>
250
542
 
251
- * Rakefile.local, convertdb.rb, utils.rb:
252
- Made the db converter look in more paths for the WordNet dict files.
253
- [5aac4933ca5a]
254
-
543
+ o | * Rakefile.local, convertdb.rb, utils.rb:
544
+ | | Made the db converter look in more paths for the WordNet dict files.
545
+ | | [5aac4933ca5a]
546
+ | |
255
547
  2008-09-23 Michael Granger <ged@FaerieMUD.org>
256
548
 
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
-
549
+ o | * ChangeLog, LICENSE, MANIFEST, README, Rakefile, Rakefile.local,
550
+ | | convertdb.rb, docs/CATALOG, docs/makedocs.rb, lib/wordnet.rb,
551
+ | | lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
552
+ | | lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb, makedist.rb,
553
+ | | project.yml, rake/helpers.rb, rake/svn.rb, rake/verifytask.rb,
554
+ | | spec/wordnet/lexicon_spec.rb, spec/wordnet/synset.tests.rb,
555
+ | | spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb,
556
+ | | utils.rb:
557
+ | | Merging new build system from the [log:branches/rakefile-work@88:101
558
+ | | rakefile-work branch].
559
+ | | [42685f0d367e]
560
+ | |
269
561
  2008-09-22 Michael Granger <ged@FaerieMUD.org>
270
562
 
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
-
563
+ | | o * Rakefile, Rakefile.local, docs/CATALOG, docs/makedocs.rb,
564
+ | | | lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
565
+ | | | lib/wordnet/synset.rb, lib/wordnet/synset_pointer.rb,
566
+ | | | spec/wordnet/synset_pointer_spec.rb, spec/wordnet/synset_spec.rb:
567
+ | | | * Broke synset pointers out into a separate file
568
+ | | | * Updated build system to work around a Rubygems 1.2.0 bug.
569
+ | | | * Finished synset test::unit -> rspec conversion
570
+ | | | [ea0d701edd96] <rakefile-work>
571
+ | | |
280
572
  2008-09-06 Michael Granger <ged@FaerieMUD.org>
281
573
 
282
- * Rakefile:
283
- Fixing the Rubyforge constants.
284
- [74ae9720a2cf] <rakefile-work>
285
-
574
+ | | o * Rakefile:
575
+ | | | Fixing the Rubyforge constants.
576
+ | | | [74ae9720a2cf] <rakefile-work>
577
+ | | |
286
578
  2008-09-05 Michael Granger <ged@FaerieMUD.org>
287
579
 
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
-
580
+ | | o * Rakefile, project.yml:
581
+ | | | Updated build system.
582
+ | | | [882a15985913] <rakefile-work>
583
+ | | |
584
+ | | o * ChangeLog, README, Rakefile, lib/wordnet/lexicon.rb, project.yml:
585
+ | | | * Fixing the publication constants in the Rakefile
586
+ | | | * Fixed typo in the RDoc for WordNet::Lexicon#lookup_synsets. Fixes
587
+ | | | #5.
588
+ | | | [cae48de219de] <rakefile-work>
589
+ | | |
590
+ | | o * LICENSE, README, Rakefile, Rakefile.local, project.yml:
591
+ | | | * Updated build system and license
592
+ | | | [b3cdb0ad0ff3] <rakefile-work>
593
+ | | |
302
594
  2008-07-25 Michael Granger <ged@FaerieMUD.org>
303
595
 
304
- * Rakefile, Rakefile.local, convertdb.rb, project.yml, utils.rb:
305
- Updated build system
306
- [3caa18754ff1] <rakefile-work>
307
-
596
+ | | o * Rakefile, Rakefile.local, convertdb.rb, project.yml, utils.rb:
597
+ | | | Updated build system
598
+ | | | [3caa18754ff1] <rakefile-work>
599
+ | | |
308
600
  2008-07-12 Michael Granger <ged@FaerieMUD.org>
309
601
 
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
-
602
+ | | o * Rakefile, lib/wordnet/lexicon.rb, spec/wordnet/lexicon_spec.rb,
603
+ | | | spec/wordnet/synset.tests.rb, spec/wordnet/synset_spec.rb:
604
+ | | | * Synched Rakefile with rake-tasklibs
605
+ | | | * Started conversion of synset tests to specs
606
+ | | | * Finished converting lexicon tests to specs
607
+ | | | [d957ef3d9f1e] <rakefile-work>
608
+ | | |
317
609
  2008-07-10 Michael Granger <ged@FaerieMUD.org>
318
610
 
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
-
611
+ | | o * MANIFEST, Rakefile, convertdb.rb, makedist.rb:
612
+ | | | * Fixed the test for an existing data directory in the conversion
613
+ | | | script
614
+ | | | * Set coverage minimum to 83% until I can get more tests written
615
+ | | | * Removed some more old files
616
+ | | | [faf85b52afb3] <rakefile-work>
617
+ | | |
326
618
  2008-07-09 Michael Granger <ged@FaerieMUD.org>
327
619
 
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
-
620
+ | | o * LICENSE, Rakefile.local, project.yml:
621
+ | | | Adding some files I forgot to commit.
622
+ | | | [4f0448f5feaa] <rakefile-work>
623
+ | | |
624
+ | | o * Rakefile, convertdb.rb, lib/wordnet.rb, lib/wordnet/constants.rb,
625
+ | | | lib/wordnet/synset.rb:
626
+ | | | Checkpoint -- conversion of database files and basic rake
627
+ | | | infrastructure from rake-tasklibs external working.
628
+ | | | [c15fe6cbc58f] <rakefile-work>
629
+ | | |
630
+ | | o * rake/helpers.rb, rake/svn.rb, rake/verifytask.rb:
631
+ | | | Trying out the new rake tasklibs as an external
632
+ | | | [14b0575b35f2] <rakefile-work>
633
+ | | |
634
+ +---o * Branching for work on the rakefile build system
635
+ | | [f20f1a75e118] <rakefile-work>
636
+ | |
345
637
  2008-07-08 Michael Granger <ged@FaerieMUD.org>
346
638
 
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
-
639
+ o | * Rakefile, convertdb.rb, install.rb, makedist.rb, rake/svn.rb,
640
+ | | redist/bdb-0.5.9.tar.bz2, redist/bdb-0.6.5.tar.gz,
641
+ | | spec/linguawordnet.tests.rb, spec/wordnet/synset.tests.rb, test.rb,
642
+ | | tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
643
+ | | tests/synset.tests.rb, tests/wntestcase.rb:
644
+ | | Checkpoint commit:
645
+ | | * started work on integrating dict conversion into the Rakefile. Not
646
+ | | quite done yet.
647
+ | | * removed the coverage check from the svn:ci task until I get all the
648
+ | | specs converted.
649
+ | | * started cleaning up the distribution
650
+ | | * updated the included bdb library to the latest release
651
+ | | * added support for conversion of the dict files directly from a
652
+ | | WordNet-x.x.tar.bz2 tarball extracted in the top-level directory
653
+ | | [0db046300a4a]
654
+ | |
655
+ o | * .irbrc, Rakefile, WordNet Project.tmproj, convertdb.rb,
656
+ | | lib/wordnet.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
657
+ | | lib/wordnet/synset.rb, rake/helpers.rb, rake/svn.rb,
658
+ | | rake/verifytask.rb, spec/lib/helpers.rb,
659
+ | | spec/wordnet/lexicon_spec.rb:
660
+ | | Checkpoint commit
661
+ | | [d52c4465d5ca]
662
+ | |
663
+ o | * WordNet Project.tmproj, convertdb.rb, install.rb,
664
+ | | lib/wordnet/constants.rb, lib/wordnet/synset.rb, test.rb, utils.rb:
665
+ | | Checkpoint commit
666
+ | | [204bd606a829]
667
+ | |
376
668
  2007-07-24 Michael Granger <ged@FaerieMUD.org>
377
669
 
378
- * INSTALL, README, WordNet Project.tmproj:
379
- Doc updates
380
- [1b6de9a3395d] [RELEASE_0_0_4]
381
-
670
+ o | * INSTALL, README, WordNet Project.tmproj:
671
+ | | Doc updates
672
+ | | [1b6de9a3395d] [RELEASE_0_0_4]
673
+ | |
382
674
  2007-06-18 Michael Granger <ged@FaerieMUD.org>
383
675
 
384
- * WordNet Project.tmproj, docs/CATALOG, lib/wordnet/synset.rb:
385
- Cosmetic fixes
386
- [328317544cd6]
387
-
676
+ o | * WordNet Project.tmproj, docs/CATALOG, lib/wordnet/synset.rb:
677
+ | | Cosmetic fixes
678
+ | | [328317544cd6]
679
+ | |
388
680
  2007-06-17 Michael Granger <ged@FaerieMUD.org>
389
681
 
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
-
682
+ o | * Updating project version for release
683
+ | | [cddaca3a6179]
684
+ | |
685
+ o | * WordNet Project.tmproj, tests/wntestcase.rb:
686
+ | | * Fixed mimetype for the project file
687
+ | | * Eliminated unused Test::Unit::Mock from the testcase class
688
+ | | [f5e00bdd4263]
689
+ | |
398
690
  2007-02-20 Michael Granger <ged@FaerieMUD.org>
399
691
 
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
-
692
+ o | * MANIFEST, convertdb.rb, docs/CATALOG, examples/addLacedBoots.rb,
693
+ | | examples/clothesWithCollars.rb, examples/clothesWithTongues.rb,
694
+ | | examples/distance.rb, examples/domainTree.rb, examples/gcs.rb,
695
+ | | examples/holonymTree.rb, examples/hypernymTree.rb,
696
+ | | examples/hyponymTree.rb, examples/memberTree.rb,
697
+ | | examples/meronymTree.rb, lib/wordnet.rb, lib/wordnet/constants.rb,
698
+ | | lib/wordnet/lexicon.rb, lib/wordnet/synset.rb,
699
+ | | tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
700
+ | | tests/synset.tests.rb, tests/wntestcase.rb:
701
+ | | source:trunk/convertdb.rb source:trunk/tests/wntestcase.rb
702
+ | | source:trunk/tests/linguawordnet.tests.rb
703
+ | | source:trunk/tests/synset.tests.rb
704
+ | | source:trunk/lib/wordnet/synset.rb
705
+ | | source:trunk/lib/wordnet/constants.rb source:trunk/lib/wordnet.rb
706
+ | | source:trunk/examples/clothesWithCollars.rb
707
+ | | source:trunk/examples/clothesWithTongues.rb
708
+ | | source:trunk/examples/hyponymTree.rb
709
+ | | source:trunk/examples/holonymTree.rb
710
+ | | source:trunk/examples/meronymTree.rb
711
+ | | source:trunk/examples/domainTree.rb
712
+ | | source:trunk/examples/memberTree.rb
713
+ | | source:trunk/examples/addLacedBoots.rb
714
+ | | source:trunk/examples/distance.rb
715
+ | | source:trunk/examples/hypernymTree.rb source:trunk/examples/gcs.rb
716
+ | | * camelCase to under_barred conversions
717
+ | |
718
+ | | source:trunk/tests/lexicon.tests.rb
719
+ | | source:trunk/lib/wordnet/lexicon.rb
720
+ | | * Fix for readonly mode
721
+ | |
722
+ | | source:trunk/MANIFEST
723
+ | | * Include examples
724
+ | | [9d35129b8088]
725
+ | |
434
726
  2006-10-08 Michael Granger <ged@FaerieMUD.org>
435
727
 
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
-
728
+ o | * redist/bdb-0.5.9.tar.bz2:
729
+ | | * Added supported version of the bdb library to redist/
730
+ | | [5783f61ef564] [SNAPSHOT_20061008]
731
+ | |
732
+ o | * WordNet Project.tmproj, WordNet.tmproj, lib/wordnet/lexicon.rb,
733
+ | | tests/lexicon.tests.rb:
734
+ | | * Fixed permissions/options in read-only mode.
735
+ | | [6dbc4643e7ab]
736
+ | |
445
737
  2006-06-30 Michael Granger <ged@FaerieMUD.org>
446
738
 
447
- * install.rb:
448
- Make install.rb executable
449
- [f9f2ed9c8639]
450
-
739
+ o | * install.rb:
740
+ | | Make install.rb executable
741
+ | | [f9f2ed9c8639]
742
+ | |
451
743
  2005-12-09 Michael Granger <ged@FaerieMUD.org>
452
744
 
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
-
745
+ o | * utils.rb:
746
+ | | - Synched utils.rb with updated one from project-utils.
747
+ | | [a1825be41418]
748
+ | |
749
+ o | * - svn:ignore additions.
750
+ | | [37ed6857f091] [SNAPSHOT_20051208]
751
+ | |
752
+ o | * WordNet.tmproj:
753
+ | | - Adding Textmate project file.
754
+ | | [2f213678085f]
755
+ | |
756
+ o | * .irbrc:
757
+ | | - Load the default lexicon into a global.
758
+ | | [48c77408bb93]
759
+ | |
760
+ o | * examples/TEMPLATE.rb.tpl:
761
+ | | Initial checkin.
762
+ | | [f53f71794f11]
763
+ | |
764
+ o | * lib/wordnet/synset.rb:
765
+ | | - Only alias if CrossCase hasn't done it already.
766
+ | | [49a7edccea59]
767
+ | |
768
+ o | * examples/clothesWithCollars.rb:
769
+ | | - Playing, mostly.
770
+ | | [bec18a4bc968]
771
+ | |
480
772
  2005-12-08 Michael Granger <ged@FaerieMUD.org>
481
773
 
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
-
774
+ o | * convertdb.rb, lib/wordnet/constants.rb, lib/wordnet/lexicon.rb,
775
+ | | lib/wordnet/synset.rb, tests/lexicon.tests.rb,
776
+ | | tests/linguawordnet.tests.rb, tests/synset.tests.rb,
777
+ | | tests/wntestcase.rb:
778
+ | | - Test and fix for new compound pointer types (fixes #3)
779
+ | | - Added mode-specification and path specification to Lexicon
780
+ | | constructor. This is to support modifying WordNet databases as well
781
+ | | as being able to open them read-only. This addresses the "writable
782
+ | | data files" bug (fixes #2).
783
+ | | - Moved default location for data files to CONFIG['datadir']
784
+ | | - Added quite a bit more documentation which is visible if you use the
785
+ | | included docs/makedocs.rb script or manually specify an 'accessors'
786
+ | | option to rdoc.
787
+ | | [1d8f1f4a99ad]
788
+ | |
789
+ o | * install.rb, utils.rb:
790
+ | | - Synced utility scripts with project-utils.
791
+ | | [2d08581a51f7]
792
+ | |
501
793
  2005-11-12 Michael Granger <ged@FaerieMUD.org>
502
794
 
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
-
795
+ o | * experiments/unhandled_pointer_types.rb:
796
+ | | * Adding minimal testcase for missing synset pointer types bug.
797
+ | | (refs #3)
798
+ | | [ab0c9c133d27]
799
+ | |
800
+ o | * lib/wordnet/synset.rb:
801
+ | | * Made def_pointer_methods a bit more intelligent so that the second
802
+ | | argument isn't necessary.
803
+ | | * Added example values to some attributes
804
+ | | [811fa09afcc0]
805
+ | |
806
+ o | * install.rb, makedist.rb:
807
+ | | * Propagated updates from project-utils.
808
+ | | [7091722df01e]
809
+ | |
810
+ o | * docs/CATALOG, docs/makedocs.rb, utils.rb:
811
+ | | * Added accessor-awareness from project-utils, and added accessors
812
+ | | to CATALOG.
813
+ | | [49a2f5490a71]
814
+ | |
523
815
  2005-11-11 Michael Granger <ged@FaerieMUD.org>
524
816
 
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
-
817
+ o | * convertdb.rb:
818
+ | | * Fixed the segfault during conversion. Thanks to Claus W. Spitzer
819
+ | | for finding this and sending me a patch. (Fixes #1)
820
+ | | [8b4d422180a2]
821
+ | |
822
+ o | * .cvsignore, docs/.cvsignore, lib/wordnet/.cvsignore:
823
+ | | * Cleanup of old .cvsignore files.
824
+ | | [d345cefcf6bf]
825
+ | |
826
+ o | * INSTALL, MANIFEST, README, lib/wordnet.rb, lib/wordnet/constants.rb,
827
+ | | lib/wordnet/lexicon.rb, tests/wntestcase.rb:
828
+ | | - Updated keywords, cleaned up for new work.
829
+ | | [6596e2fe0ed9]
830
+ | |
539
831
  2003-09-03 Michael Granger <ged@FaerieMUD.org>
540
832
 
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
-
833
+ o | * ChangeLog:
834
+ | | Initial checkin
835
+ | | [141c9f66ef28] [RELEASE_0_02]
836
+ | |
837
+ o | * TODO:
838
+ | | - Fixed list for RDoc.
839
+ | | [8ccbd2b04a37]
840
+ | |
841
+ o | * tests/synset.tests.rb:
842
+ | | - Fixed tests for relation pointer methods: verbgroups => verbGroups
843
+ | | and delete 'functions'.
844
+ | | [930420a13210]
845
+ | |
846
+ o | * lib/wordnet/synset.rb:
847
+ | | - Corrected pointer-method docs.
848
+ | | [1be3cb9ddd7b]
849
+ | |
850
+ o | * INSTALL:
851
+ | | - Updated requirements list.
852
+ | | [c71ce92dcc5b]
853
+ | |
854
+ o | * tests/linguawordnet.tests.rb, tests/synset.tests.rb:
855
+ | | - Modified to reflect WordNet-2.0 changes and API changes.
856
+ | |
857
+ | | - Added some more tests.
858
+ | | [08aa916e9b3b]
859
+ | |
860
+ o | * lib/wordnet/synset.rb:
861
+ | | - Added new class: WordNet::Synset::Pointer which is the generic
862
+ | | type which contains a reference from one synset to another.
863
+ | |
864
+ | | - Refactored all pointer-specific code into Pointer.
865
+ | |
866
+ | | - Refactored some of the more complex methods into several
867
+ | | submethods.
868
+ | |
869
+ | | - Removed all addFoo()/deleteFoo() methods to fit a more Ruby-ish
870
+ | | '+=' and '-=' idiom.
871
+ | |
872
+ | | - Documentation additions/fixes.
873
+ | | [7c6fc7cd138f]
874
+ | |
875
+ o | * lib/wordnet/lexicon.rb:
876
+ | | - [COMPAT] Simplified index entry-parsing by removing redundant
877
+ | | count.
878
+ | |
879
+ | | - New method: removeSynset() -- still experimental.
880
+ | |
881
+ | | - Changed internal terminology to more closely match WordNet's terms
882
+ | | to reduce future maintainer confusion.
883
+ | | [09de7e0e61d3]
884
+ | |
885
+ o | * lib/wordnet/constants.rb:
886
+ | | - Rewritten to group constants into Hashes by function, with maps
887
+ | | into real constants for convenience.
888
+ | | [ef656e767d50]
889
+ | |
890
+ o | * lib/wordnet/.cvsignore:
891
+ | | Initial checkin.
892
+ | | [311f84c44c99]
893
+ | |
894
+ o | * lib/wordnet.rb:
895
+ | | - Updated synopsis to reflect changes to the API.
896
+ | |
897
+ | | - Added optional require of CrossCase module.
898
+ | | [e8f7f7e52dc4]
899
+ | |
900
+ o | * examples/holonymTree.rb, examples/meronymTree.rb:
901
+ | | - Modified to reflect changes in method names.
902
+ | | [506018768327]
903
+ | |
904
+ o | * docs/.cvsignore, examples/domainTree.rb, examples/memberTree.rb:
905
+ | | Initial checkin.
906
+ | | [3de99025798f]
907
+ | |
908
+ o | * docs/makedocs.rb:
909
+ | | - Added --promiscuous and --show-hash options to RDoc invocation.
910
+ | | [171ce5801d10]
911
+ | |
912
+ o | * install.rb:
913
+ | | - Fixed 1.8 String =~ String warning.
914
+ | |
915
+ | | - Added filter to installation file list.
916
+ | | [8a3945b31e70]
917
+ | |
918
+ o | * convertdb.rb:
919
+ | | - Fixed to work with a dictdir argument.
920
+ | |
921
+ | | - COMPAT: Modified to no longer store the redundant pointer count in
922
+ | | the index.
923
+ | | [74fba646ed44]
924
+ | |
925
+ o | * TODO:
926
+ | | - Updated for new release.
927
+ | | [74d4cfab47b0]
928
+ | |
929
+ o | * .irbrc:
930
+ | | - Fixed comment.
931
+ | | [50c74da95107]
932
+ | |
641
933
  2003-08-06 Michael Granger <ged@FaerieMUD.org>
642
934
 
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
-
935
+ o | * tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
936
+ | | tests/synset.tests.rb:
937
+ | | - Converted to use Test::Unit.
938
+ | | [27f6eee7edba]
939
+ | |
940
+ o | * lib/wordnet/synset.rb:
941
+ | | - Changed to reflect changes in the API.
942
+ | | [30cc861289bc]
943
+ | |
944
+ o | * lib/wordnet/lexicon.rb:
945
+ | | - Modified to use BDB transactions.
946
+ | |
947
+ | | - Made changes to reflect change in constant names.
948
+ | | [8630a5108049]
949
+ | |
950
+ o | * .cvsignore, MANIFEST, TODO, docs/makedocs.rb,
951
+ | | examples/clothesWithCollars.rb, lib/wordnet/constants.rb,
952
+ | | makedist.rb, tests/wntestcase.rb, utils.rb:
953
+ | | Initial checkin.
954
+ | | [3eee3038e7ee]
955
+ | |
956
+ o | * lib/wordnet.rb:
957
+ | | - Moved constants into a separate module.
958
+ | | [92c4f6fcfcf9]
959
+ | |
960
+ o | * examples/clothesWithTongues.rb, examples/distance.rb,
961
+ | | examples/gcs.rb, examples/holonymTree.rb, examples/hypernymTree.rb,
962
+ | | examples/hyponymTree.rb, examples/meronymTree.rb:
963
+ | | - Updated to use new API.
964
+ | | [fcd256689ff5]
965
+ | |
966
+ o | * test.rb:
967
+ | | - Converted to use Test::Unit.
968
+ | | [495f85bd6fc6]
969
+ | |
970
+ o | * install.rb:
971
+ | | - Modified to reflect self-build of wordnet DBs.
972
+ | | [00688051639b]
973
+ | |
974
+ o | * convertdb.rb:
975
+ | | - Changed to look for WordNet-2.0 dicts by default.
976
+ | | [f35f7c66aa10]
977
+ | |
978
+ o | * INSTALL, README:
979
+ | | - Updated for pending release.
980
+ | | [cf21a4aeafb4]
981
+ | |
982
+ o | * .irbrc:
983
+ | | - Updated.
984
+ | | [c4559551ac8f]
985
+ | |
986
+ o | * lib/WordNet.rb:
987
+ | | - Renamed to 'wordnet.rb' to follow Ruby module-naming convention.
988
+ | | [9540fade649c]
989
+ | |
990
+ o | * docs/CATALOG:
991
+ | | Initial checkin.
992
+ | | [753540d47dd6]
993
+ | |
702
994
  2003-06-18 Michael Granger <ged@FaerieMUD.org>
703
995
 
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
-
996
+ o | * convertdb.rb:
997
+ | | - Fixed stupid bug caused by using the append operator (<<) instead
998
+ | | of catenation (+) to build the keys and values of the parsing
999
+ | | methods.
1000
+ | |
1001
+ | | - Fixed several bugs of verying degrees of stupidity in the gloss-
1002
+ | | parsing code.
1003
+ | | [ab083281a3cf]
1004
+ | |
713
1005
  2003-06-17 Michael Granger <ged@FaerieMUD.org>
714
1006
 
715
- * convertdb.rb:
716
- - Added async transactions to speed database functions.
717
- [8ce63b5f2e3d]
718
-
719
- * convertdb.rb:
720
- Initial checkin.
721
- [7a5597482013]
722
-
1007
+ o | * convertdb.rb:
1008
+ | | - Added async transactions to speed database functions.
1009
+ | | [8ce63b5f2e3d]
1010
+ | |
1011
+ o | * convertdb.rb:
1012
+ | | Initial checkin.
1013
+ | | [7a5597482013]
1014
+ | |
723
1015
  2002-01-14 Michael Granger <ged@FaerieMUD.org>
724
1016
 
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
-
1017
+ o | * tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
1018
+ | | tests/synset.tests.rb:
1019
+ | | - Converted to RubyUnit
1020
+ | | [f7b39169fffb] [RELEASE_0_01]
1021
+ | |
1022
+ o | * lib/wordnet/synset.rb:
1023
+ | | - Small header/comment corrections
1024
+ | |
1025
+ | | - Made raw pointer methods 'protected' instead of 'public'
1026
+ | |
1027
+ | | - Added underbar-style method name aliases
1028
+ | |
1029
+ | | - Added traversal iterator and a bunch of derived analysis methods.
1030
+ | | [472a9a1cc93e]
1031
+ | |
1032
+ o | * lib/wordnet/lexicon.rb:
1033
+ | | - Small header/comment corrections
1034
+ | |
1035
+ | | - Added optional block form to #unlock
1036
+ | |
1037
+ | | - Changed all instances of 'pos' to 'partOfSpeech' for clarity
1038
+ | |
1039
+ | | - Fixed misnamed-database bug in #write
1040
+ | | [1fd64917b5eb]
1041
+ | |
1042
+ o | * lib/WordNet.rb, lib/wordnet.rb:
1043
+ | | - Small header/comment corrections
1044
+ | | [fff3535e5441]
1045
+ | |
1046
+ o | * test.rb:
1047
+ | | - Converted to a RubyUnit test, and walkit is no longer maintained
1048
+ | | or available.
1049
+ | | [5745e4dbd5d9]
1050
+ | |
1051
+ o | * install.rb:
1052
+ | | - Added code to rewrite the DICTDIR in lib/WordNet.rb
1053
+ | | [bbc685523bae]
1054
+ | |
1055
+ o | * .irbrc:
1056
+ | | Initial import
1057
+ | | [30aeda8c2f14]
1058
+ | |
1059
+ o | * examples/addLacedBoots.rb:
1060
+ | | - Added abort code until writing is tested.
1061
+ | | [fa98181aacb6]
1062
+ | |
1063
+ o | * examples/addLacedBoots.rb, examples/clothesWithTongues.rb,
1064
+ | | examples/distance.rb, examples/gcs.rb, examples/holonymTree.rb,
1065
+ | | examples/hypernymTree.rb, examples/hyponymTree.rb,
1066
+ | | examples/meronymTree.rb:
1067
+ | | Initial import
1068
+ | | [a8010db508b6]
1069
+ | |
1070
+ o | * README:
1071
+ | | - Added write-access methods warning.
1072
+ | | [f6463a331f9b]
1073
+ | |
1074
+ o | * INSTALL:
1075
+ | | - Fixed up instructions.
1076
+ | | [61c8ddb0352b]
1077
+ | |
786
1078
  2002-01-07 Michael Granger <ged@FaerieMUD.org>
787
1079
 
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
-
1080
+ o | * README:
1081
+ | | - Modified the statement about Lingua::Wordnet to make it clear that
1082
+ | | it does deviate from the module a bit more than a straight port.
1083
+ | | [fa1a18997911]
1084
+ | |
793
1085
  2002-01-05 Michael Granger <ged@FaerieMUD.org>
794
1086
 
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
-
1087
+ o | * INSTALL:
1088
+ | | - Fixed confusing first sentence.
1089
+ | | [fc9ddae297b8]
1090
+ | |
1091
+ o | * INSTALL:
1092
+ | | - Cleaned up, untabified.
1093
+ | | [1761ffe2886e]
1094
+ | |
1095
+ o | * INSTALL:
1096
+ | | Initial release.
1097
+ | | [c12f16b1623b]
1098
+ | |
1099
+ o | * README:
1100
+ | | - Cleaned up and finished. Untabified.
1101
+ | | [b82531e3d587]
1102
+ | |
811
1103
  2002-01-04 unknown <unknown>
812
1104
 
813
- * This commit was manufactured by cvs2svn to create branch
814
- 'FAERIEMUD_ORG'.
815
- [f8630d969cca] [ALPHA_1_1] <FAERIEMUD_ORG>
816
-
1105
+ | o * This commit was manufactured by cvs2svn to create branch
1106
+ |/ 'FAERIEMUD_ORG'.
1107
+ | [f8630d969cca] [ALPHA_1_1] <FAERIEMUD_ORG>
1108
+ |
817
1109
  2002-01-04 Michael Granger <ged@FaerieMUD.org>
818
1110
 
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
-
1111
+ o * README, install.rb, lib/WordNet.rb, lib/wordnet.rb,
1112
+ | lib/wordnet/lexicon.rb, lib/wordnet/synset.rb, test.rb,
1113
+ | tests/lexicon.tests.rb, tests/linguawordnet.tests.rb,
1114
+ | tests/synset.tests.rb:
1115
+ | Initial revision
1116
+ | [a06265ebbad0]
1117
+ |
826
1118
  2002-01-04 unknown <unknown>
827
1119
 
828
- * New repository initialized by cvs2svn.
829
- [e19f99192552]
1120
+ o * New repository initialized by cvs2svn.
1121
+ [e19f99192552]