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 +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.ruby-version +1 -1
- data/ChangeLog +1019 -727
- data/History.rdoc +8 -0
- data/lib/wordnet.rb +1 -1
- data/spec/helpers.rb +1 -1
- metadata +52 -34
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 03a45d621fd92e68bb124ca0ff8a5fda1c2082d32e67953ace3724d80db81c08
|
4
|
+
data.tar.gz: 6d1bb5a8788e6a756982103923ecf1cf5f43f6465dc4227f8634530c6f6631ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d7895839641c9b785ad3d43419d9e314c6f0942d5ff9e0deb2b62e6086430ad17f2953a74738bd64eb8cedd1adc03812132ebf9d7a2cb56eb5c1e551856384b
|
7
|
+
data.tar.gz: 9c7804deb580adec21be28c5293e2690af4cfa0a038677d753abef150dbd6faa9ac5e3fd9f040b34dc7f2529ceaef600b48898403254b1a35b44640201c31338
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
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
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
-
|
13
|
-
|
14
|
-
|
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
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
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
|
-
|
41
|
-
|
42
|
-
|
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
|
-
|
47
|
-
|
48
|
-
|
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
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
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
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
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
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
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
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
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
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
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
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
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
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
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
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
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
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
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
|
-
|
180
|
-
|
181
|
-
|
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
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
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
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
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
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
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
|
-
|
235
|
-
|
236
|
-
|
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
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
532
|
+
o | | * .hgtags:
|
533
|
+
| | | update tags
|
534
|
+
| | | [a88db9dcb1e9]
|
535
|
+
| | |
|
244
536
|
2009-03-11 Michael Granger <ged@FaerieMUD.org>
|
245
537
|
|
246
|
-
|
247
|
-
|
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
|
-
|
252
|
-
|
253
|
-
|
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
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
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
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
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
|
-
|
283
|
-
|
284
|
-
|
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
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
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
|
-
|
305
|
-
|
306
|
-
|
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
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
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
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
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
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
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
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
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
|
-
|
379
|
-
|
380
|
-
|
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
|
-
|
385
|
-
|
386
|
-
|
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
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
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
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
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
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
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
|
-
|
448
|
-
|
449
|
-
|
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
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
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
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
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
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
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
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
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
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
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
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
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
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
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
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
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
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
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
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
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
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
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
|
-
|
814
|
-
|
815
|
-
|
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
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
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
|
-
|
829
|
-
|
1120
|
+
o * New repository initialized by cvs2svn.
|
1121
|
+
[e19f99192552]
|