wordnet 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +720 -0
- data/LICENSE +27 -0
- data/README +93 -0
- data/Rakefile +291 -0
- data/Rakefile.local +46 -0
- data/convertdb.rb +417 -0
- data/examples/addLacedBoots.rb +27 -0
- data/examples/clothesWithCollars.rb +36 -0
- data/examples/clothesWithTongues.rb +28 -0
- data/examples/distance.rb +37 -0
- data/examples/domainTree.rb +27 -0
- data/examples/gcs.rb +54 -0
- data/examples/holonymTree.rb +27 -0
- data/examples/hypernymTree.rb +28 -0
- data/examples/hyponymTree.rb +28 -0
- data/examples/memberTree.rb +27 -0
- data/examples/meronymTree.rb +29 -0
- data/lib/wordnet.rb +87 -0
- data/lib/wordnet/constants.rb +301 -0
- data/lib/wordnet/lexicon.rb +430 -0
- data/lib/wordnet/synset.rb +908 -0
- data/rake/dependencies.rb +76 -0
- data/rake/helpers.rb +384 -0
- data/rake/manual.rb +755 -0
- data/rake/packaging.rb +112 -0
- data/rake/publishing.rb +303 -0
- data/rake/rdoc.rb +35 -0
- data/rake/style.rb +62 -0
- data/rake/svn.rb +469 -0
- data/rake/testing.rb +192 -0
- data/rake/verifytask.rb +64 -0
- data/spec/lib/helpers.rb +155 -0
- data/spec/wordnet/lexicon_spec.rb +248 -0
- data/spec/wordnet/synset_spec.rb +288 -0
- data/utils.rb +838 -0
- metadata +216 -0
data/ChangeLog
ADDED
@@ -0,0 +1,720 @@
|
|
1
|
+
-- Fri, 05 Sep 2008 18:49:25 -0000 by deveiant (r95) -----
|
2
|
+
Changed: Rakefile.local
|
3
|
+
README
|
4
|
+
LICENSE
|
5
|
+
Rakefile
|
6
|
+
TODO
|
7
|
+
INSTALL (and 2 other/s)
|
8
|
+
|
9
|
+
* Updated build system and license
|
10
|
+
|
11
|
+
|
12
|
+
-- Fri, 25 Jul 2008 02:47:42 -0000 by deveiant (r94) -----
|
13
|
+
Changed: Rakefile.local
|
14
|
+
Rakefile
|
15
|
+
utils.rb
|
16
|
+
project.yml
|
17
|
+
convertdb.rb
|
18
|
+
|
19
|
+
Updated build system
|
20
|
+
|
21
|
+
|
22
|
+
-- Sat, 12 Jul 2008 00:56:49 -0000 by deveiant (r93) -----
|
23
|
+
Added: spec/wordnet/synset_spec.rb
|
24
|
+
-> renamed from /branches/rakefile-work/spec/wordnet/synset.tests.rb@r92
|
25
|
+
Changed: spec/wordnet/lexicon_spec.rb
|
26
|
+
lib/wordnet/lexicon.rb
|
27
|
+
Rakefile
|
28
|
+
Deleted: spec/wordnet/synset.tests.rb
|
29
|
+
|
30
|
+
* Synched Rakefile with rake-tasklibs
|
31
|
+
* Started conversion of synset tests to specs
|
32
|
+
* Finished converting lexicon tests to specs
|
33
|
+
|
34
|
+
|
35
|
+
-- Thu, 10 Jul 2008 13:27:07 -0000 by deveiant (r92) -----
|
36
|
+
Changed: Rakefile
|
37
|
+
convertdb.rb
|
38
|
+
Deleted: makedist.rb
|
39
|
+
MANIFEST
|
40
|
+
|
41
|
+
* Fixed the test for an existing data directory in the conversion script
|
42
|
+
* Set coverage minimum to 83% until I can get more tests written
|
43
|
+
* Removed some more old files
|
44
|
+
|
45
|
+
|
46
|
+
-- Wed, 09 Jul 2008 23:52:38 -0000 by deveiant (r91) -----
|
47
|
+
Added: Rakefile.local (new)
|
48
|
+
LICENSE (new)
|
49
|
+
project.yml (new)
|
50
|
+
Changed: /branches/rakefile-work
|
51
|
+
|
52
|
+
Adding some files I forgot to commit.
|
53
|
+
|
54
|
+
|
55
|
+
-- Wed, 09 Jul 2008 23:02:53 -0000 by deveiant (r90) -----
|
56
|
+
Changed: lib/wordnet.rb
|
57
|
+
lib/wordnet/synset.rb
|
58
|
+
/branches/rakefile-work
|
59
|
+
Rakefile
|
60
|
+
lib/wordnet/constants.rb
|
61
|
+
convertdb.rb (and 1 other/s)
|
62
|
+
|
63
|
+
Checkpoint -- conversion of database files and basic rake infrastructure from rake-tasklibs external
|
64
|
+
working.
|
65
|
+
|
66
|
+
|
67
|
+
-- Wed, 09 Jul 2008 13:50:46 -0000 by deveiant (r89) -----
|
68
|
+
Changed: /branches/rakefile-work
|
69
|
+
Deleted: rake
|
70
|
+
|
71
|
+
Trying out the new rake tasklibs as an external
|
72
|
+
|
73
|
+
|
74
|
+
-- Wed, 09 Jul 2008 13:46:00 -0000 by deveiant (r88) -----
|
75
|
+
Added: /branches/rakefile-work
|
76
|
+
-> renamed from /trunk@r87
|
77
|
+
|
78
|
+
Branching for work on the rakefile build system
|
79
|
+
|
80
|
+
|
81
|
+
-- Tue, 08 Jul 2008 15:07:04 -0000 by deveiant (r87) -----
|
82
|
+
Added: /trunk/spec/wordnet/synset.tests.rb
|
83
|
+
-> renamed from /trunk/tests/synset.tests.rb@r86
|
84
|
+
/trunk/spec/linguawordnet.tests.rb
|
85
|
+
-> renamed from /trunk/tests/linguawordnet.tests.rb@r86
|
86
|
+
/trunk/redist/bdb-0.6.5.tar.gz (new)
|
87
|
+
Changed: /trunk/examples/clothesWithCollars.rb
|
88
|
+
/trunk
|
89
|
+
/trunk/utils.rb
|
90
|
+
/trunk/makedist.rb
|
91
|
+
/trunk/examples/hyponymTree.rb
|
92
|
+
/trunk/lib/wordnet/constants.rb (and 19 other/s)
|
93
|
+
Deleted: /trunk/tests
|
94
|
+
/trunk/install.rb
|
95
|
+
/trunk/redist/bdb-0.5.9.tar.bz2
|
96
|
+
/trunk/test.rb
|
97
|
+
|
98
|
+
Checkpoint commit:
|
99
|
+
* started work on integrating dict conversion into the Rakefile. Not quite done yet.
|
100
|
+
* removed the coverage check from the svn:ci task until I get all the specs converted.
|
101
|
+
* started cleaning up the distribution
|
102
|
+
* updated the included bdb library to the latest release
|
103
|
+
* added support for conversion of the dict files directly from a WordNet-x.x.tar.bz2 tarball
|
104
|
+
extracted in the top-level directory
|
105
|
+
|
106
|
+
|
107
|
+
-- Tue, 08 Jul 2008 14:25:54 -0000 by deveiant (r86) -----
|
108
|
+
Added: /trunk/spec/lib (new)
|
109
|
+
/trunk/spec/lib/helpers.rb (new)
|
110
|
+
/trunk/rake/verifytask.rb (new)
|
111
|
+
/trunk/spec/wordnet (new)
|
112
|
+
/trunk/Rakefile (new)
|
113
|
+
/trunk/rake (new) (and 5 other/s)
|
114
|
+
Changed: /trunk/lib/wordnet/constants.rb
|
115
|
+
/trunk/.irbrc
|
116
|
+
/trunk/lib/wordnet/synset.rb
|
117
|
+
/trunk/convertdb.rb
|
118
|
+
/trunk/lib/wordnet.rb
|
119
|
+
/trunk/lib/wordnet/lexicon.rb (and 1 other/s)
|
120
|
+
Deleted: /trunk/WordNet Project.tmproj
|
121
|
+
|
122
|
+
Checkpoint commit
|
123
|
+
|
124
|
+
|
125
|
+
-- Tue, 08 Jul 2008 03:39:04 -0000 by deveiant (r85) -----
|
126
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
127
|
+
/trunk/test.rb
|
128
|
+
/trunk/utils.rb
|
129
|
+
/trunk/WordNet Project.tmproj
|
130
|
+
/trunk/lib/wordnet/constants.rb
|
131
|
+
/trunk/convertdb.rb (and 2 other/s)
|
132
|
+
|
133
|
+
Checkpoint commit
|
134
|
+
|
135
|
+
|
136
|
+
-- Tue, 24 Jul 2007 22:50:30 -0000 by deveiant (r83) -----
|
137
|
+
Changed: /trunk/README
|
138
|
+
/trunk/WordNet Project.tmproj
|
139
|
+
/trunk/INSTALL
|
140
|
+
|
141
|
+
Doc updates
|
142
|
+
|
143
|
+
|
144
|
+
-- Mon, 18 Jun 2007 14:48:38 -0000 by deveiant (r82) -----
|
145
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
146
|
+
/trunk/docs/CATALOG
|
147
|
+
/trunk/WordNet Project.tmproj
|
148
|
+
|
149
|
+
Cosmetic fixes
|
150
|
+
|
151
|
+
|
152
|
+
-- Sun, 17 Jun 2007 19:50:12 -0000 by deveiant (r81) -----
|
153
|
+
Changed: /trunk
|
154
|
+
|
155
|
+
Updating project version for release
|
156
|
+
|
157
|
+
|
158
|
+
-- Sun, 17 Jun 2007 19:32:12 -0000 by deveiant (r80) -----
|
159
|
+
Changed: /trunk
|
160
|
+
/trunk/WordNet Project.tmproj
|
161
|
+
/trunk/tests/wntestcase.rb
|
162
|
+
|
163
|
+
* Fixed mimetype for the project file
|
164
|
+
* Eliminated unused Test::Unit::Mock from the testcase class
|
165
|
+
|
166
|
+
|
167
|
+
-- Tue, 20 Feb 2007 19:07:32 -0000 by deveiant (r79) -----
|
168
|
+
Changed: /trunk/examples/clothesWithCollars.rb
|
169
|
+
/trunk
|
170
|
+
/trunk/docs/CATALOG
|
171
|
+
/trunk/examples/hyponymTree.rb
|
172
|
+
/trunk/tests/lexicon.tests.rb
|
173
|
+
/trunk/MANIFEST (and 18 other/s)
|
174
|
+
|
175
|
+
source:trunk/convertdb.rb
|
176
|
+
source:trunk/tests/wntestcase.rb
|
177
|
+
source:trunk/tests/linguawordnet.tests.rb
|
178
|
+
source:trunk/tests/synset.tests.rb
|
179
|
+
source:trunk/lib/wordnet/synset.rb
|
180
|
+
source:trunk/lib/wordnet/constants.rb
|
181
|
+
source:trunk/lib/wordnet.rb
|
182
|
+
source:trunk/examples/clothesWithCollars.rb
|
183
|
+
source:trunk/examples/clothesWithTongues.rb
|
184
|
+
source:trunk/examples/hyponymTree.rb
|
185
|
+
source:trunk/examples/holonymTree.rb
|
186
|
+
source:trunk/examples/meronymTree.rb
|
187
|
+
source:trunk/examples/domainTree.rb
|
188
|
+
source:trunk/examples/memberTree.rb
|
189
|
+
source:trunk/examples/addLacedBoots.rb
|
190
|
+
source:trunk/examples/distance.rb
|
191
|
+
source:trunk/examples/hypernymTree.rb
|
192
|
+
source:trunk/examples/gcs.rb
|
193
|
+
* camelCase to under_barred conversions
|
194
|
+
source:trunk/tests/lexicon.tests.rb
|
195
|
+
source:trunk/lib/wordnet/lexicon.rb
|
196
|
+
* Fix for readonly mode
|
197
|
+
source:trunk/MANIFEST
|
198
|
+
* Include examples
|
199
|
+
|
200
|
+
|
201
|
+
-- Sun, 08 Oct 2006 22:36:15 -0000 by ged (r77) -----
|
202
|
+
Added: /trunk/redist/bdb-0.5.9.tar.bz2 (new)
|
203
|
+
/trunk/redist (new)
|
204
|
+
|
205
|
+
|
206
|
+
* Added supported version of the bdb library to redist/
|
207
|
+
|
208
|
+
|
209
|
+
-- Sun, 08 Oct 2006 22:18:06 -0000 by ged (r76) -----
|
210
|
+
Added: /trunk/WordNet Project.tmproj
|
211
|
+
-> renamed from /trunk/WordNet.tmproj@r75
|
212
|
+
Changed: /trunk/tests/lexicon.tests.rb
|
213
|
+
/trunk/lib/wordnet/lexicon.rb
|
214
|
+
Deleted: /trunk/WordNet.tmproj
|
215
|
+
|
216
|
+
|
217
|
+
* Fixed permissions/options in read-only mode.
|
218
|
+
|
219
|
+
|
220
|
+
-- Fri, 30 Jun 2006 18:28:33 -0000 by ged (r75) -----
|
221
|
+
Changed: /trunk/install.rb
|
222
|
+
|
223
|
+
Make install.rb executable
|
224
|
+
|
225
|
+
|
226
|
+
-- Fri, 09 Dec 2005 20:47:22 -0000 by ged (r74) -----
|
227
|
+
Changed: /trunk/utils.rb
|
228
|
+
|
229
|
+
- Synched utils.rb with updated one from project-utils.
|
230
|
+
|
231
|
+
|
232
|
+
-- Fri, 09 Dec 2005 00:35:21 -0000 by ged (r72) -----
|
233
|
+
Changed: /trunk
|
234
|
+
|
235
|
+
- svn:ignore additions.
|
236
|
+
|
237
|
+
|
238
|
+
-- Fri, 09 Dec 2005 00:33:44 -0000 by ged (r71) -----
|
239
|
+
Added: /trunk/WordNet.tmproj (new)
|
240
|
+
|
241
|
+
- Adding Textmate project file.
|
242
|
+
|
243
|
+
|
244
|
+
-- Fri, 09 Dec 2005 00:33:06 -0000 by ged (r70) -----
|
245
|
+
Changed: /trunk/.irbrc
|
246
|
+
|
247
|
+
- Load the default lexicon into a global.
|
248
|
+
|
249
|
+
|
250
|
+
-- Fri, 09 Dec 2005 00:32:20 -0000 by ged (r69) -----
|
251
|
+
Added: /trunk/examples/TEMPLATE.rb.tpl (new)
|
252
|
+
|
253
|
+
Initial checkin.
|
254
|
+
|
255
|
+
|
256
|
+
-- Fri, 09 Dec 2005 00:30:58 -0000 by ged (r68) -----
|
257
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
258
|
+
|
259
|
+
- Only alias if CrossCase hasn't done it already.
|
260
|
+
|
261
|
+
|
262
|
+
-- Fri, 09 Dec 2005 00:29:53 -0000 by ged (r67) -----
|
263
|
+
Changed: /trunk/examples/clothesWithCollars.rb
|
264
|
+
|
265
|
+
- Playing, mostly.
|
266
|
+
|
267
|
+
|
268
|
+
-- Thu, 08 Dec 2005 11:15:42 -0000 by ged (r66) -----
|
269
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
270
|
+
/trunk/tests/wntestcase.rb
|
271
|
+
/trunk/lib/wordnet/constants.rb
|
272
|
+
/trunk/tests/lexicon.tests.rb
|
273
|
+
/trunk/tests/linguawordnet.tests.rb
|
274
|
+
/trunk/convertdb.rb (and 3 other/s)
|
275
|
+
|
276
|
+
- Test and fix for new compound pointer types (fixes #3)
|
277
|
+
- Added mode-specification and path specification to Lexicon constructor. This
|
278
|
+
is to support modifying WordNet databases as well as being able to open them
|
279
|
+
read-only. This addresses the "writable data files" bug (fixes #2).
|
280
|
+
- Moved default location for data files to CONFIG['datadir']
|
281
|
+
- Added quite a bit more documentation which is visible if you use the included
|
282
|
+
docs/makedocs.rb script or manually specify an 'accessors' option to rdoc.
|
283
|
+
|
284
|
+
|
285
|
+
-- Thu, 08 Dec 2005 11:01:42 -0000 by ged (r65) -----
|
286
|
+
Changed: /trunk/utils.rb
|
287
|
+
/trunk/install.rb
|
288
|
+
|
289
|
+
- Synced utility scripts with project-utils.
|
290
|
+
|
291
|
+
|
292
|
+
-- Sat, 12 Nov 2005 18:14:54 -0000 by ged (r64) -----
|
293
|
+
Added: /trunk/experiments (new)
|
294
|
+
/trunk/experiments/unhandled_pointer_types.rb (new)
|
295
|
+
|
296
|
+
* Adding minimal testcase for missing synset pointer types bug. (refs #3)
|
297
|
+
|
298
|
+
|
299
|
+
-- Sat, 12 Nov 2005 12:24:58 -0000 by ged (r63) -----
|
300
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
301
|
+
|
302
|
+
* Made def_pointer_methods a bit more intelligent so that the second argument
|
303
|
+
isn't necessary.
|
304
|
+
* Added example values to some attributes
|
305
|
+
|
306
|
+
|
307
|
+
-- Sat, 12 Nov 2005 12:21:45 -0000 by ged (r62) -----
|
308
|
+
Changed: /trunk/makedist.rb
|
309
|
+
/trunk/install.rb
|
310
|
+
|
311
|
+
* Propagated updates from project-utils.
|
312
|
+
|
313
|
+
|
314
|
+
-- Sat, 12 Nov 2005 10:02:12 -0000 by ged (r61) -----
|
315
|
+
Changed: /trunk/docs/makedocs.rb
|
316
|
+
/trunk/docs/CATALOG
|
317
|
+
/trunk/utils.rb
|
318
|
+
|
319
|
+
* Added accessor-awareness from project-utils, and added accessors to CATALOG.
|
320
|
+
|
321
|
+
|
322
|
+
-- Fri, 11 Nov 2005 13:28:41 -0000 by ged (r60) -----
|
323
|
+
Changed: /trunk/convertdb.rb
|
324
|
+
|
325
|
+
* Fixed the segfault during conversion. Thanks to Claus W. Spitzer for finding
|
326
|
+
this and sending me a patch. (Fixes #1)
|
327
|
+
|
328
|
+
|
329
|
+
-- Fri, 11 Nov 2005 04:38:14 -0000 by ged (r59) -----
|
330
|
+
Deleted: /trunk/.cvsignore
|
331
|
+
/trunk/docs/.cvsignore
|
332
|
+
/trunk/lib/wordnet/.cvsignore
|
333
|
+
|
334
|
+
* Cleanup of old .cvsignore files.
|
335
|
+
|
336
|
+
|
337
|
+
-- Fri, 11 Nov 2005 04:34:33 -0000 by ged (r58) -----
|
338
|
+
Changed: /trunk/README
|
339
|
+
/trunk/tests/wntestcase.rb
|
340
|
+
/trunk/INSTALL
|
341
|
+
/trunk/MANIFEST
|
342
|
+
/trunk/lib/wordnet/constants.rb
|
343
|
+
/trunk/lib/wordnet.rb (and 2 other/s)
|
344
|
+
|
345
|
+
- Updated keywords, cleaned up for new work.
|
346
|
+
|
347
|
+
|
348
|
+
-- Wed, 03 Sep 2003 20:32:42 -0000 by deveiant (r56) -----
|
349
|
+
Added: /trunk/ChangeLog (new)
|
350
|
+
|
351
|
+
Initial checkin
|
352
|
+
|
353
|
+
|
354
|
+
-- Wed, 03 Sep 2003 20:24:27 -0000 by deveiant (r55) -----
|
355
|
+
Changed: /trunk/TODO
|
356
|
+
|
357
|
+
- Fixed list for RDoc.
|
358
|
+
|
359
|
+
|
360
|
+
-- Wed, 03 Sep 2003 14:15:14 -0000 by deveiant (r54) -----
|
361
|
+
Changed: /trunk/tests/synset.tests.rb
|
362
|
+
|
363
|
+
- Fixed tests for relation pointer methods: verbgroups => verbGroups and delete
|
364
|
+
'functions'.
|
365
|
+
|
366
|
+
|
367
|
+
-- Wed, 03 Sep 2003 07:47:29 -0000 by deveiant (r53) -----
|
368
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
369
|
+
|
370
|
+
- Corrected pointer-method docs.
|
371
|
+
|
372
|
+
|
373
|
+
-- Wed, 03 Sep 2003 06:47:19 -0000 by deveiant (r52) -----
|
374
|
+
Changed: /trunk/INSTALL
|
375
|
+
|
376
|
+
- Updated requirements list.
|
377
|
+
|
378
|
+
|
379
|
+
-- Wed, 03 Sep 2003 06:42:23 -0000 by deveiant (r51) -----
|
380
|
+
Changed: /trunk/tests/linguawordnet.tests.rb
|
381
|
+
/trunk/tests/synset.tests.rb
|
382
|
+
|
383
|
+
- Modified to reflect WordNet-2.0 changes and API changes.
|
384
|
+
- Added some more tests.
|
385
|
+
|
386
|
+
|
387
|
+
-- Wed, 03 Sep 2003 06:41:39 -0000 by deveiant (r50) -----
|
388
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
389
|
+
|
390
|
+
- Added new class: WordNet::Synset::Pointer which is the generic type which
|
391
|
+
contains a reference from one synset to another.
|
392
|
+
- Refactored all pointer-specific code into Pointer.
|
393
|
+
- Refactored some of the more complex methods into several submethods.
|
394
|
+
- Removed all addFoo()/deleteFoo() methods to fit a more Ruby-ish '+=' and '-='
|
395
|
+
idiom.
|
396
|
+
- Documentation additions/fixes.
|
397
|
+
|
398
|
+
|
399
|
+
-- Wed, 03 Sep 2003 06:37:29 -0000 by deveiant (r49) -----
|
400
|
+
Changed: /trunk/lib/wordnet/lexicon.rb
|
401
|
+
|
402
|
+
- [COMPAT] Simplified index entry-parsing by removing redundant count.
|
403
|
+
- New method: removeSynset() -- still experimental.
|
404
|
+
- Changed internal terminology to more closely match WordNet's terms to reduce
|
405
|
+
future maintainer confusion.
|
406
|
+
|
407
|
+
|
408
|
+
-- Wed, 03 Sep 2003 06:29:17 -0000 by deveiant (r48) -----
|
409
|
+
Changed: /trunk/lib/wordnet/constants.rb
|
410
|
+
|
411
|
+
- Rewritten to group constants into Hashes by function, with maps into real
|
412
|
+
constants for convenience.
|
413
|
+
|
414
|
+
|
415
|
+
-- Wed, 03 Sep 2003 06:28:09 -0000 by deveiant (r47) -----
|
416
|
+
Added: /trunk/lib/wordnet/.cvsignore (new)
|
417
|
+
Changed: /trunk/lib/wordnet
|
418
|
+
|
419
|
+
Initial checkin.
|
420
|
+
|
421
|
+
|
422
|
+
-- Wed, 03 Sep 2003 06:27:51 -0000 by deveiant (r46) -----
|
423
|
+
Changed: /trunk/lib/wordnet.rb
|
424
|
+
|
425
|
+
- Updated synopsis to reflect changes to the API.
|
426
|
+
- Added optional require of CrossCase module.
|
427
|
+
|
428
|
+
|
429
|
+
-- Wed, 03 Sep 2003 05:34:35 -0000 by deveiant (r45) -----
|
430
|
+
Changed: /trunk/examples/holonymTree.rb
|
431
|
+
/trunk/examples/meronymTree.rb
|
432
|
+
|
433
|
+
- Modified to reflect changes in method names.
|
434
|
+
|
435
|
+
|
436
|
+
-- Wed, 03 Sep 2003 05:34:12 -0000 by deveiant (r44) -----
|
437
|
+
Added: /trunk/docs/.cvsignore (new)
|
438
|
+
/trunk/examples/domainTree.rb (new)
|
439
|
+
/trunk/examples/memberTree.rb (new)
|
440
|
+
Changed: /trunk/docs
|
441
|
+
|
442
|
+
Initial checkin.
|
443
|
+
|
444
|
+
|
445
|
+
-- Wed, 03 Sep 2003 05:33:22 -0000 by deveiant (r43) -----
|
446
|
+
Changed: /trunk/docs/makedocs.rb
|
447
|
+
|
448
|
+
- Added --promiscuous and --show-hash options to RDoc invocation.
|
449
|
+
|
450
|
+
|
451
|
+
-- Wed, 03 Sep 2003 05:32:47 -0000 by deveiant (r42) -----
|
452
|
+
Changed: /trunk/install.rb
|
453
|
+
|
454
|
+
- Fixed 1.8 String =~ String warning.
|
455
|
+
- Added filter to installation file list.
|
456
|
+
|
457
|
+
|
458
|
+
-- Wed, 03 Sep 2003 05:32:08 -0000 by deveiant (r41) -----
|
459
|
+
Changed: /trunk/convertdb.rb
|
460
|
+
|
461
|
+
- Fixed to work with a dictdir argument.
|
462
|
+
- COMPAT: Modified to no longer store the redundant pointer count in the index.
|
463
|
+
|
464
|
+
|
465
|
+
-- Wed, 03 Sep 2003 05:30:34 -0000 by deveiant (r40) -----
|
466
|
+
Changed: /trunk/TODO
|
467
|
+
|
468
|
+
- Updated for new release.
|
469
|
+
|
470
|
+
|
471
|
+
-- Wed, 03 Sep 2003 05:30:14 -0000 by deveiant (r39) -----
|
472
|
+
Changed: /trunk/.irbrc
|
473
|
+
|
474
|
+
- Fixed comment.
|
475
|
+
|
476
|
+
|
477
|
+
-- Wed, 06 Aug 2003 08:08:27 -0000 by deveiant (r38) -----
|
478
|
+
Changed: /trunk/tests/lexicon.tests.rb
|
479
|
+
/trunk/tests/linguawordnet.tests.rb
|
480
|
+
/trunk/tests/synset.tests.rb
|
481
|
+
|
482
|
+
- Converted to use Test::Unit.
|
483
|
+
|
484
|
+
|
485
|
+
-- Wed, 06 Aug 2003 08:08:14 -0000 by deveiant (r37) -----
|
486
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
487
|
+
|
488
|
+
- Changed to reflect changes in the API.
|
489
|
+
|
490
|
+
|
491
|
+
-- Wed, 06 Aug 2003 08:07:04 -0000 by deveiant (r36) -----
|
492
|
+
Changed: /trunk/lib/wordnet/lexicon.rb
|
493
|
+
|
494
|
+
- Modified to use BDB transactions.
|
495
|
+
- Made changes to reflect change in constant names.
|
496
|
+
|
497
|
+
|
498
|
+
-- Wed, 06 Aug 2003 08:05:39 -0000 by deveiant (r35) -----
|
499
|
+
Added: /trunk/.cvsignore (new)
|
500
|
+
/trunk/examples/clothesWithCollars.rb (new)
|
501
|
+
/trunk/docs/makedocs.rb (new)
|
502
|
+
/trunk/utils.rb (new)
|
503
|
+
/trunk/makedist.rb (new)
|
504
|
+
/trunk/tests/wntestcase.rb (new) (and 4 other/s)
|
505
|
+
Changed: /trunk
|
506
|
+
|
507
|
+
Initial checkin.
|
508
|
+
|
509
|
+
|
510
|
+
-- Wed, 06 Aug 2003 08:04:43 -0000 by deveiant (r34) -----
|
511
|
+
Changed: /trunk/lib/wordnet.rb
|
512
|
+
|
513
|
+
- Moved constants into a separate module.
|
514
|
+
|
515
|
+
|
516
|
+
-- Wed, 06 Aug 2003 08:03:53 -0000 by deveiant (r33) -----
|
517
|
+
Changed: /trunk/examples/clothesWithTongues.rb
|
518
|
+
/trunk/examples/hyponymTree.rb
|
519
|
+
/trunk/examples/holonymTree.rb
|
520
|
+
/trunk/examples/meronymTree.rb
|
521
|
+
/trunk/examples/distance.rb
|
522
|
+
/trunk/examples/hypernymTree.rb (and 2 other/s)
|
523
|
+
|
524
|
+
- Updated to use new API.
|
525
|
+
|
526
|
+
|
527
|
+
-- Wed, 06 Aug 2003 08:01:30 -0000 by deveiant (r32) -----
|
528
|
+
Changed: /trunk/test.rb
|
529
|
+
|
530
|
+
- Converted to use Test::Unit.
|
531
|
+
|
532
|
+
|
533
|
+
-- Wed, 06 Aug 2003 08:00:52 -0000 by deveiant (r31) -----
|
534
|
+
Changed: /trunk/install.rb
|
535
|
+
|
536
|
+
- Modified to reflect self-build of wordnet DBs.
|
537
|
+
|
538
|
+
|
539
|
+
-- Wed, 06 Aug 2003 07:59:44 -0000 by deveiant (r30) -----
|
540
|
+
Changed: /trunk/convertdb.rb
|
541
|
+
|
542
|
+
- Changed to look for WordNet-2.0 dicts by default.
|
543
|
+
|
544
|
+
|
545
|
+
-- Wed, 06 Aug 2003 07:59:01 -0000 by deveiant (r29) -----
|
546
|
+
Changed: /trunk/README
|
547
|
+
/trunk/INSTALL
|
548
|
+
|
549
|
+
- Updated for pending release.
|
550
|
+
|
551
|
+
|
552
|
+
-- Wed, 06 Aug 2003 07:57:36 -0000 by deveiant (r28) -----
|
553
|
+
Changed: /trunk/.irbrc
|
554
|
+
|
555
|
+
- Updated.
|
556
|
+
|
557
|
+
|
558
|
+
-- Wed, 06 Aug 2003 07:46:35 -0000 by deveiant (r27) -----
|
559
|
+
Deleted: /trunk/lib/WordNet.rb
|
560
|
+
|
561
|
+
- Renamed to 'wordnet.rb' to follow Ruby module-naming convention.
|
562
|
+
|
563
|
+
|
564
|
+
-- Wed, 06 Aug 2003 07:42:59 -0000 by deveiant (r26) -----
|
565
|
+
Added: /trunk/docs/CATALOG (new)
|
566
|
+
/trunk/docs (new)
|
567
|
+
|
568
|
+
Initial checkin.
|
569
|
+
|
570
|
+
|
571
|
+
-- Wed, 18 Jun 2003 04:51:47 -0000 by deveiant (r25) -----
|
572
|
+
Changed: /trunk/convertdb.rb
|
573
|
+
|
574
|
+
- Fixed stupid bug caused by using the append operator (<<) instead of
|
575
|
+
catenation (+) to build the keys and values of the parsing methods.
|
576
|
+
- Fixed several bugs of verying degrees of stupidity in the gloss-parsing code.
|
577
|
+
|
578
|
+
|
579
|
+
-- Tue, 17 Jun 2003 18:11:21 -0000 by deveiant (r24) -----
|
580
|
+
Changed: /trunk/convertdb.rb
|
581
|
+
|
582
|
+
- Added async transactions to speed database functions.
|
583
|
+
|
584
|
+
|
585
|
+
-- Tue, 17 Jun 2003 15:01:06 -0000 by deveiant (r23) -----
|
586
|
+
Added: /trunk/convertdb.rb (new)
|
587
|
+
|
588
|
+
Initial checkin.
|
589
|
+
|
590
|
+
|
591
|
+
-- Mon, 14 Jan 2002 13:44:36 -0000 by deveiant (r21) -----
|
592
|
+
Changed: /trunk/tests/lexicon.tests.rb
|
593
|
+
/trunk/tests/linguawordnet.tests.rb
|
594
|
+
/trunk/tests/synset.tests.rb
|
595
|
+
|
596
|
+
- Converted to RubyUnit
|
597
|
+
|
598
|
+
|
599
|
+
-- Mon, 14 Jan 2002 13:44:09 -0000 by deveiant (r20) -----
|
600
|
+
Changed: /trunk/lib/wordnet/synset.rb
|
601
|
+
|
602
|
+
- Small header/comment corrections
|
603
|
+
- Made raw pointer methods 'protected' instead of 'public'
|
604
|
+
- Added underbar-style method name aliases
|
605
|
+
- Added traversal iterator and a bunch of derived analysis methods.
|
606
|
+
|
607
|
+
|
608
|
+
-- Mon, 14 Jan 2002 13:41:27 -0000 by deveiant (r19) -----
|
609
|
+
Changed: /trunk/lib/wordnet/lexicon.rb
|
610
|
+
|
611
|
+
- Small header/comment corrections
|
612
|
+
- Added optional block form to #unlock
|
613
|
+
- Changed all instances of 'pos' to 'partOfSpeech' for clarity
|
614
|
+
- Fixed misnamed-database bug in #write
|
615
|
+
|
616
|
+
|
617
|
+
-- Mon, 14 Jan 2002 13:36:31 -0000 by deveiant (r18) -----
|
618
|
+
Changed: /trunk/lib/WordNet.rb
|
619
|
+
/trunk/lib/wordnet.rb
|
620
|
+
|
621
|
+
- Small header/comment corrections
|
622
|
+
|
623
|
+
|
624
|
+
-- Mon, 14 Jan 2002 13:34:06 -0000 by deveiant (r17) -----
|
625
|
+
Changed: /trunk/test.rb
|
626
|
+
|
627
|
+
- Converted to a RubyUnit test, and walkit is no longer maintained or available.
|
628
|
+
|
629
|
+
|
630
|
+
-- Mon, 14 Jan 2002 13:33:24 -0000 by deveiant (r16) -----
|
631
|
+
Changed: /trunk/install.rb
|
632
|
+
|
633
|
+
- Added code to rewrite the DICTDIR in lib/WordNet.rb
|
634
|
+
|
635
|
+
|
636
|
+
-- Mon, 14 Jan 2002 13:32:02 -0000 by deveiant (r15) -----
|
637
|
+
Added: /trunk/.irbrc (new)
|
638
|
+
|
639
|
+
Initial import
|
640
|
+
|
641
|
+
|
642
|
+
-- Mon, 14 Jan 2002 13:31:23 -0000 by deveiant (r14) -----
|
643
|
+
Changed: /trunk/examples/addLacedBoots.rb
|
644
|
+
|
645
|
+
- Added abort code until writing is tested.
|
646
|
+
|
647
|
+
|
648
|
+
-- Mon, 14 Jan 2002 13:30:04 -0000 by deveiant (r13) -----
|
649
|
+
Added: /trunk/examples (new)
|
650
|
+
/trunk/examples/clothesWithTongues.rb (new)
|
651
|
+
/trunk/examples/hyponymTree.rb (new)
|
652
|
+
/trunk/examples/holonymTree.rb (new)
|
653
|
+
/trunk/examples/meronymTree.rb (new)
|
654
|
+
/trunk/examples/addLacedBoots.rb (new) (and 4 other/s)
|
655
|
+
|
656
|
+
Initial import
|
657
|
+
|
658
|
+
|
659
|
+
-- Mon, 14 Jan 2002 13:22:34 -0000 by deveiant (r12) -----
|
660
|
+
Changed: /trunk/README
|
661
|
+
|
662
|
+
- Added write-access methods warning.
|
663
|
+
|
664
|
+
|
665
|
+
-- Mon, 14 Jan 2002 13:21:49 -0000 by deveiant (r11) -----
|
666
|
+
Changed: /trunk/INSTALL
|
667
|
+
|
668
|
+
- Fixed up instructions.
|
669
|
+
|
670
|
+
|
671
|
+
-- Mon, 07 Jan 2002 06:03:06 -0000 by deveiant (r10) -----
|
672
|
+
Changed: /trunk/README
|
673
|
+
|
674
|
+
- Modified the statement about Lingua::Wordnet to make it clear that it does
|
675
|
+
deviate from the module a bit more than a straight port.
|
676
|
+
|
677
|
+
|
678
|
+
-- Sat, 05 Jan 2002 13:34:21 -0000 by deveiant (r9) -----
|
679
|
+
Changed: /trunk/INSTALL
|
680
|
+
|
681
|
+
- Fixed confusing first sentence.
|
682
|
+
|
683
|
+
|
684
|
+
-- Sat, 05 Jan 2002 13:33:49 -0000 by deveiant (r8) -----
|
685
|
+
Changed: /trunk/INSTALL
|
686
|
+
|
687
|
+
- Cleaned up, untabified.
|
688
|
+
|
689
|
+
|
690
|
+
-- Sat, 05 Jan 2002 13:29:40 -0000 by deveiant (r7) -----
|
691
|
+
Added: /trunk/INSTALL (new)
|
692
|
+
|
693
|
+
Initial release.
|
694
|
+
|
695
|
+
|
696
|
+
-- Sat, 05 Jan 2002 12:32:33 -0000 by deveiant (r6) -----
|
697
|
+
Changed: /trunk/README
|
698
|
+
|
699
|
+
- Cleaned up and finished. Untabified.
|
700
|
+
|
701
|
+
|
702
|
+
-- Fri, 04 Jan 2002 21:52:21 -0000 by deveiant (r2) -----
|
703
|
+
Added: /trunk/README (new)
|
704
|
+
/trunk/lib/wordnet/synset.rb (new)
|
705
|
+
/trunk/test.rb (new)
|
706
|
+
/trunk/tests (new)
|
707
|
+
/trunk/lib (new)
|
708
|
+
/trunk/tests/lexicon.tests.rb (new) (and 8 other/s)
|
709
|
+
|
710
|
+
Initial revision
|
711
|
+
|
712
|
+
|
713
|
+
-- Fri, 04 Jan 2002 21:52:21 -0000 by unknown (r1) -----
|
714
|
+
Added: /trunk (new)
|
715
|
+
/branches (new)
|
716
|
+
/tags (new)
|
717
|
+
|
718
|
+
New repository initialized by cvs2svn.
|
719
|
+
|
720
|
+
|