forked from bruce/linguistics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
640 lines (370 loc) · 16.5 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
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
-- Wed, 30 Jan 2008 07:01:39 -0000 by deveiant (r98) -----
Added: spec/linguistics/iso639_spec.rb (new)
spec/linguistics_spec.rb
-> renamed from /trunk/tests/use.tests.rb@r97
spec/linguistics/en_spec.rb
-> renamed from /trunk/tests/en/conjunction.tests.rb@r97
misc/rake/verifytask.rb (new)
misc/rake (new)
misc/rake/helpers.rb (new) (and 6 other/s)
Changed: lib/linguistics/iso639.rb
lib/linguistics.rb
Linguistics.tmproj
Deleted: tests/en/conjunction.tests.rb
tests/use.tests.rb
Started update of specs and build system
-- Wed, 25 Jul 2007 17:18:09 -0000 by deveiant (r97) -----
Added: examples (new)
examples/generalize_sentence.rb (new)
Adding examples directory
-- Wed, 13 Jun 2007 05:25:38 -0000 by deveiant (r95) -----
Added: tests/en/lprintf.tests.rb (new)
Changed: README
tests/en/conjunction.tests.rb
.gemspec
tests/use.tests.rb
utils.rb
makedist.rb (and 17 other/s)
Checkpoint commit
-- Tue, 11 Jul 2006 22:42:34 -0000 by ged (r93) -----
Changed: docs/CATALOG
* Updating docs/CATALOG with new CVS/server info
-- Tue, 11 Jul 2006 22:41:56 -0000 by ged (r92) -----
Changed: tests/en/conjunction.tests.rb
lib/linguistics/en.rb
* Fix #conjunction with :penultimate => false for lists of three.
-- Tue, 11 Jul 2006 19:17:58 -0000 by ged (r91) -----
Changed: lib/linguistics/en.rb
tests/en/inflect.tests.rb
* Fixed the ':and' setting in EN#numwords. Closes #8.
-- Sun, 30 Apr 2006 00:53:56 -0000 by ged (r89) -----
Added: Linguistics.tmproj (new)
experiments/conjunct-with-block.rb (new)
Changed: /trunk
tests/en/conjunction.tests.rb
utils.rb
lib/linguistics.rb
lib/linguistics/en.rb
lib/linguistics/en/wordnet.rb (and 2 other/s)
* Added optional block to #conjuction to allow inline conversion of joined
objects.
* Added lprintf for injecting linguistics into formatted strings.
-- Fri, 04 Nov 2005 12:17:24 -0000 by ged (r88) -----
Added: experiments/lprintf.rb (new)
Changed: experiments/api.rb
* Updated api experiment so that it actually runs by commenting out the leftover
Perl stuff.
* Added lprintf() experiment.
-- Sun, 30 Oct 2005 23:59:33 -0000 by ged (r87) -----
Changed: lib/linguistics.rb
- Added autoloading of language constants.
-- Fri, 14 Oct 2005 20:39:57 -0000 by ged (r86) -----
Changed: docs/makedocs.rb
utils.rb
makedist.rb
install.rb
- Updated to latest project-utils.
-- Fri, 14 Oct 2005 20:34:49 -0000 by ged (r85) -----
Changed: lib/linguistics/en.rb
- Replaced 'hash.dup.update' with 'hash.merge'.
-- Thu, 14 Jul 2005 23:12:24 -0000 by ged (r83) -----
Changed: ChangeLog
Updated changelog
-- Wed, 13 Jul 2005 23:09:21 -0000 by ged (r82) -----
Changed: docs
- Ignored html directory.
-- Wed, 13 Jul 2005 22:35:45 -0000 by ged (r81) -----
Changed: docs/makedocs.rb
utils.rb
makedist.rb
- Merged changes from project-utils.
-- Wed, 13 Jul 2005 21:04:50 -0000 by ged (r80) -----
Added: .gemspec (new)
Initial checkin. Fixes #3.
-- Wed, 13 Jul 2005 20:18:54 -0000 by ged (r79) -----
Changed: experiments/api.rb
experiments/randobjlist.rb
experiments/wn-proglang.rb
experiments/allobjlist.rb
experiments/lafcadio_plural.rb
experiments/farmobjs.rb (and 2 other/s)
- Set svn:keyword
-- Wed, 13 Jul 2005 19:58:43 -0000 by ged (r78) -----
Added: tests/en/titlecase.tests.rb (new)
tests/en/lafcadio.tests.rb (new)
Changed: redist/crosscase.rb
tests/use.tests.rb
tests/en/linkparser.tests.rb
lib/linguistics.rb
lib/linguistics/en.rb
tests/lingtestcase.rb (and 2 other/s)
Deleted: redist/hashslice.rb
- Fixed up subversion constants
- Merged contributions from Francis Hwang <[email protected]>
(#camel_case_to_english, #english_to_camel_case, #proper_noun). Closes #2
- Set svn:keyword
-- Wed, 13 Jul 2005 12:46:29 -0000 by ged (r77) -----
Changed: lib/linguistics.rb
- Added Subversion constants
- Cleaned up comments for language proxy class.
-- Wed, 13 Jul 2005 12:43:53 -0000 by ged (r76) -----
Added: experiments/lafcadio_plural.rb (new)
Initial checkin.
-- Wed, 13 Jul 2005 12:42:30 -0000 by ged (r75) -----
Added: experiments/TEMPLATE.rb.tpl (new)
Initial checkin.
-- Sat, 08 May 2004 19:15:04 -0000 by deveiant (r74) -----
Changed: install.rb
- Added compatibility with Aoki-san's install.rb. Kind of.
-- Sat, 08 May 2004 19:07:51 -0000 by deveiant (r73) -----
Changed: lib/linguistics/en/linkparser.rb
- Bugfix: Linkparser should start out missing by default.
-- Sat, 08 May 2004 19:07:09 -0000 by deveiant (r72) -----
Changed: test.rb
- Fixed to work even if it's not in the cwd. Thanks to batsman on
irc://irc.freenode.net/#ruby-lang for reporting this.
-- Thu, 09 Oct 2003 13:24:25 -0000 by deveiant (r68) -----
Added: .cvsignore (new)
Initial checkin.
-- Thu, 09 Oct 2003 13:23:09 -0000 by deveiant (r67) -----
Changed: install.rb
- Updated requirements list
- Removed unnecessary readline require
-- Thu, 09 Oct 2003 13:21:48 -0000 by deveiant (r66) -----
Changed: README
- Fixed requirements/optional libraries (Thanks to Yuri Leikind
<[email protected]> for bringing this to my attention).
-- Thu, 09 Oct 2003 13:20:50 -0000 by deveiant (r65) -----
Changed: MANIFEST
- Wildcarded everything under lib/ so new additions don't have to be explicitly
listed.
- Added README.english (Thanks to Yuri Leikind <[email protected]> for
bringing this to my attention).
-- Sun, 14 Sep 2003 11:28:02 -0000 by deveiant (r64) -----
Changed: lib/linguistics/en/wordnet.rb
- Calls to #synset no longer trap parse errors. This was done for two reasons:
1. If the WordNet doesn't load, WordNet::ParseError is an undefined constant,
so the function fails with a semi-ambiguous error message.
2. The user of the library might wish to handle the parse failure herself.
-- Sun, 14 Sep 2003 11:20:51 -0000 by deveiant (r63) -----
Changed: test.rb
- Added redist/ to $LOAD_PATH.
-- Sun, 14 Sep 2003 11:15:57 -0000 by deveiant (r62) -----
Changed: lib/linguistics/en/wordnet.rb
- Added synopsis of use to the comment header.
- Added reminder to finish documenting the auto-generated code.
-- Sun, 14 Sep 2003 11:15:33 -0000 by deveiant (r61) -----
Changed: lib/linguistics/en/linkparser.rb
- Added synopsis of use to the comment header.
-- Sun, 14 Sep 2003 11:15:18 -0000 by deveiant (r60) -----
Changed: docs/CATALOG
- Added README.english
-- Sun, 14 Sep 2003 11:15:05 -0000 by deveiant (r59) -----
Changed: README.english
- Fixed screwed-up code resulting from broken paste.
-- Sun, 14 Sep 2003 11:14:28 -0000 by deveiant (r58) -----
Changed: README
- Added mention of README.english.
-- Sun, 14 Sep 2003 10:47:12 -0000 by deveiant (r57) -----
Changed: lib/linguistics/en.rb
- Removed redundant mention of the WordNet module from the comment header.
-- Sun, 14 Sep 2003 10:45:01 -0000 by deveiant (r56) -----
Changed: lib/linguistics/en/linkparser.rb
- Fixed the comment header some more.
-- Sun, 14 Sep 2003 10:39:04 -0000 by deveiant (r55) -----
Changed: install.rb
- Now installs the stuff in redist/ too.
-- Sun, 14 Sep 2003 10:36:00 -0000 by deveiant (r54) -----
Changed: MANIFEST
- Changed pattern for the redist directory to catch any .rb files.
-- Sun, 14 Sep 2003 10:35:32 -0000 by deveiant (r53) -----
Changed: lib/linguistics/en/infinitive.rb
- Fixed names of constants to reduce the chances of collision.
-- Sun, 14 Sep 2003 10:33:01 -0000 by deveiant (r52) -----
Added: redist/crosscase.rb (new)
Initial checkin from version 0.01 of CrossCase.
-- Sun, 14 Sep 2003 10:30:38 -0000 by deveiant (r51) -----
Changed: tests/en/linkparser.tests.rb
- Changed parsing of non-sentences to expect errors in accordance with changes
to the API of the LinkParser integration.
-- Sun, 14 Sep 2003 10:24:58 -0000 by deveiant (r50) -----
Changed: lib/linguistics/en.rb
- Added CrossCase require/include to provide under_barred aliasing for camelCase
functions.
-- Sun, 14 Sep 2003 10:24:06 -0000 by deveiant (r49) -----
Changed: README
- Added Martin to the Authors list.
- Updated optional list.
-- Sun, 14 Sep 2003 10:23:19 -0000 by deveiant (r48) -----
Added: README.english (new)
Initial checkin.
-- Sun, 14 Sep 2003 09:29:15 -0000 by deveiant (r47) -----
Changed: lib/linguistics/en/linkparser.rb
- Touched up the file description a bit.
- @lpError now intitialized: bug spotted by Martin Chase.
- Calls to #linkParse no longer trap parse errors. This was done for two
reasons:
1. If the LinkParser module doesn't load, LinkParser::ParseError is an
undefined constant, so the function fails with a semi-ambiguous error
message.
2. The user of the library might wish to handle the parse failure herself.
-- Thu, 11 Sep 2003 05:04:55 -0000 by deveiant (r46) -----
Added: ChangeLog (new)
Checkpoint commit
-- Thu, 11 Sep 2003 05:04:04 -0000 by deveiant (r45) -----
Changed: tests/en/inflect.tests.rb
- Added test for functional interface to auto-generated code.
- Removed tests of the 'use' function into their own test case.
-- Thu, 11 Sep 2003 05:03:12 -0000 by deveiant (r44) -----
Changed: tests/en/conjunction.tests.rb
- Added test for functional interface to auto-generated code.
-- Thu, 11 Sep 2003 05:02:32 -0000 by deveiant (r43) -----
Added: lib/linguistics/en/wordnet.rb (new)
tests/en/infinitive.tests.rb (new)
Initial checkin.
-- Thu, 11 Sep 2003 05:02:04 -0000 by deveiant (r42) -----
Changed: tests/use.tests.rb
- Fixed require block at the top.
- Changed name of intermediate class to reflect change in linguistics.rb.
- Fixed 1.8 complaint.
-- Thu, 11 Sep 2003 05:00:56 -0000 by deveiant (r41) -----
Changed: tests/lingtestcase.rb
- Added a dummy test so if the tests for optional modules can't be run (because
the modules on which they depend aren't installed), it doesn't count as a
failure because there were no tests.
-- Thu, 11 Sep 2003 04:59:51 -0000 by deveiant (r40) -----
Changed: tests/TEMPLATE.rb.tpl
- Fixed leftover comment from copy.
-- Thu, 11 Sep 2003 04:57:46 -0000 by deveiant (r39) -----
Changed: lib/linguistics/iso639.rb
- Fixed typo.
-- Thu, 11 Sep 2003 04:57:27 -0000 by deveiant (r38) -----
Changed: lib/linguistics/en.rb
- Removed some more code for the aborted attempt to make the module
1.6-compatible.
- Added requires for new extensions 'wordnet', 'linkparser', and 'infinitive'.
- Updated docs in the header, though they're not yet ready for release.
-- Thu, 11 Sep 2003 04:55:11 -0000 by deveiant (r37) -----
Changed: lib/linguistics.rb
- Changed name of "inflector" class to "languageProxy" to better fit what it
does.
- Added support for transparent delegator proxy methods.
- Added support for MyClass::extend( Linguistics ) and class MyClass; include
Linguistics; end.
- Modified code in #loadLanguage to minimize the number of requires.
-- Thu, 11 Sep 2003 04:52:32 -0000 by deveiant (r36) -----
Changed: .irbrc
- Added :installProxy config to the #use call.
-- Thu, 11 Sep 2003 04:52:03 -0000 by deveiant (r35) -----
Added: experiments/wn-proglang.rb (new)
experiments/generalize.rb (new)
Initial checkin.
-- Thu, 11 Sep 2003 04:51:41 -0000 by deveiant (r34) -----
Changed: experiments/allobjlist.rb
- Added example output.
-- Thu, 11 Sep 2003 04:51:26 -0000 by deveiant (r33) -----
Changed: docs/makedocs.rb
- Reworked to be more generically useful, and support parsing of options from
CATALOG file.
-- Thu, 11 Sep 2003 04:50:49 -0000 by deveiant (r32) -----
Changed: docs/CATALOG
- Added rdoc-option header.
-- Thu, 11 Sep 2003 04:50:13 -0000 by deveiant (r31) -----
Changed: utils.rb
- Brought up-to-date with canonical source.
-- Thu, 11 Sep 2003 04:49:45 -0000 by deveiant (r30) -----
Changed: TODO
- Removed finished items.
-- Thu, 11 Sep 2003 04:48:46 -0000 by deveiant (r29) -----
Changed: README
- Beginnings of update for new release. Still needs more work before release.
-- Thu, 11 Sep 2003 04:48:06 -0000 by deveiant (r28) -----
Changed: MANIFEST
- Added ChangeLog.
-- Thu, 11 Sep 2003 04:25:23 -0000 by deveiant (r27) -----
Added: lib/linguistics/en/linkparser.rb (new)
lib/linguistics/en (new)
lib/linguistics/en/infinitive.rb (new)
Initial checkin.
-- Wed, 10 Sep 2003 03:48:46 -0000 by deveiant (r26) -----
Added: tests/en/wordnet.tests.rb (new)
Initial checkin.
-- Tue, 09 Sep 2003 19:29:15 -0000 by stillflame (r25) -----
Added: tests/en/linkparser.tests.rb (new)
initial import
-- Tue, 26 Aug 2003 10:35:16 -0000 by deveiant (r24) -----
Added: docs/.cvsignore (new)
Initial checkin.
-- Fri, 11 Jul 2003 00:36:40 -0000 by deveiant (r23) -----
Changed: lib/linguistics/en.rb
- Added a Range#step 1.6 compat function.
-- Fri, 11 Jul 2003 00:20:10 -0000 by deveiant (r22) -----
Changed: tests/use.tests.rb
- 1.6 fixes.
-- Fri, 11 Jul 2003 00:13:54 -0000 by deveiant (r21) -----
Changed: lib/linguistics.rb
- More 1.6ish fixes.
-- Thu, 10 Jul 2003 23:52:36 -0000 by deveiant (r20) -----
Changed: lib/linguistics/en.rb
Made module_methods out of the backend functions to support including linguistic methods again.
-- Thu, 10 Jul 2003 23:45:26 -0000 by deveiant (r19) -----
Changed: lib/linguistics.rb
- Fixed use of Hash#merge! (1.8 feature)
-- Thu, 10 Jul 2003 23:38:24 -0000 by deveiant (r18) -----
Changed: lib/linguistics/en.rb
- Fixed usage of Hash#merge (a 1.8 feature).
-- Thu, 10 Jul 2003 00:00:00 -0000 by deveiant (r17) -----
Changed: tests/lingtestcase.rb
- Removed unneccessary require of test/unit/mock.
-- Wed, 09 Jul 2003 23:24:42 -0000 by deveiant (r16) -----
Added: MANIFEST (new)
Initial checkin.
-- Wed, 09 Jul 2003 21:45:36 -0000 by deveiant (r15) -----
Added: install.rb (new)
Initial checkin.
-- Wed, 09 Jul 2003 20:39:59 -0000 by deveiant (r14) -----
Changed: docs/CATALOG
- Explicitly listed linguistics.rb so it gets documented first.
-- Wed, 09 Jul 2003 20:39:25 -0000 by deveiant (r13) -----
Changed: utils.rb
- Commented out rdoc-selection code, as it doesn't work.
-- Wed, 09 Jul 2003 20:38:14 -0000 by deveiant (r12) -----
Changed: README
- Fleshed out instructions for use and addition.
-- Wed, 09 Jul 2003 20:37:06 -0000 by deveiant (r11) -----
Changed: tests/use.tests.rb
Artistic
lib/linguistics.rb
- RDoc fixes
-- Wed, 09 Jul 2003 20:35:29 -0000 by deveiant (r10) -----
Changed: lib/linguistics/iso639.rb
- Made some RDoc fixes
-- Wed, 09 Jul 2003 19:30:42 -0000 by deveiant (r9) -----
Changed: lib/linguistics.rb
- Added array-wrapping to allow single classes in the :classes config argument.
- Wrapped the code that adds the inflector method in a test for the method's existance to avoid constantly redefining it for classes which already have it.
-- Wed, 09 Jul 2003 19:16:21 -0000 by deveiant (r8) -----
Changed: lib/linguistics/en.rb
- Moved Array extension to the bottom of the file to avoid confusion, and turned on :nodoc: for it.
-- Wed, 09 Jul 2003 18:24:13 -0000 by deveiant (r7) -----
Deleted: tests/conjunction.tests.rb
tests/en_inflect.tests.rb
- Moved into the en/ directory to separate language-specific tests from general tests.
-- Wed, 09 Jul 2003 16:15:20 -0000 by deveiant (r6) -----
Changed: makedist.rb
Fixed project-grokking expression
-- Wed, 09 Jul 2003 16:13:52 -0000 by deveiant (r5) -----
Added: docs/makedocs.rb (new)
Initial checkin.
-- Wed, 09 Jul 2003 15:54:43 -0000 by deveiant (r4) -----
Added: experiments/allobjlist.rb (new)
experiments/farmobjs.rb (new)
Initial checkin
-- Wed, 09 Jul 2003 14:49:57 -0000 by deveiant (r1) -----
Added: README (new)
tests/conjunction.tests.rb (new)
redist/hashslice.rb (new)
tests/en/conjunction.tests.rb (new)
/trunk (new)
tests/use.tests.rb (new) (and 24 other/s)
Initial revision