linguistics 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +4 -0
- data/ChangeLog +312 -484
- data/Rakefile +66 -41
- data/lib/linguistics.rb +1 -1
- data/lib/linguistics/en.rb +1 -1
- data/lib/linguistics/en/wordnet.rb +1 -1
- data/rake/documentation.rb +123 -0
- data/rake/helpers.rb +375 -307
- data/rake/hg.rb +63 -6
- data/rake/manual.rb +11 -6
- data/rake/packaging.rb +20 -35
- data/rake/publishing.rb +161 -138
- data/rake/testing.rb +53 -88
- data/tests/en/infinitive.tests.rb +1 -1
- data/tests/en/inflect.tests.rb +1 -1
- data/tests/en/lafcadio.tests.rb +1 -1
- data/tests/en/linkparser.tests.rb +1 -1
- data/tests/en/lprintf.tests.rb +1 -1
- data/tests/en/titlecase.tests.rb +1 -1
- data/tests/en/wordnet.tests.rb +1 -1
- metadata +52 -24
- metadata.gz.sig +2 -0
- data/rake/rdoc.rb +0 -30
- data/rake/win32.rb +0 -190
data.tar.gz.sig
ADDED
data/ChangeLog
CHANGED
@@ -1,640 +1,468 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
spec/linguistics_spec.rb
|
4
|
-
-> renamed from /trunk/tests/use.tests.rb@r97
|
5
|
-
spec/linguistics/en_spec.rb
|
6
|
-
-> renamed from /trunk/tests/en/conjunction.tests.rb@r97
|
7
|
-
misc/rake/verifytask.rb (new)
|
8
|
-
misc/rake (new)
|
9
|
-
misc/rake/helpers.rb (new) (and 6 other/s)
|
10
|
-
Changed: lib/linguistics/iso639.rb
|
11
|
-
lib/linguistics.rb
|
12
|
-
Linguistics.tmproj
|
13
|
-
Deleted: tests/en/conjunction.tests.rb
|
14
|
-
tests/use.tests.rb
|
1
|
+
155[github/master,tip][master] 80e1b8080912 2011-08-16 11:41 -0700 ged
|
2
|
+
Comment cleanup
|
15
3
|
|
16
|
-
|
4
|
+
154 6d1c9c82437d 2011-07-12 11:05 -0700 ged
|
5
|
+
Removed the giant debugging log dump in favor of short diagnostics.
|
17
6
|
|
7
|
+
153 1d2be604d02c 2011-07-12 10:56 -0700 ged
|
8
|
+
Updated linkparser dependency to the latest release
|
18
9
|
|
19
|
-
|
20
|
-
|
21
|
-
examples/generalize_sentence.rb (new)
|
10
|
+
152 ac3dba55f167 2011-07-12 10:56 -0700 ged
|
11
|
+
Turn off debugging output in the conjugation spec
|
22
12
|
|
23
|
-
|
13
|
+
151 ee0eb694852b 2011-07-12 10:47 -0700 ged
|
14
|
+
Adding English verb conjugation via Robert Berry (bdigital)'s fork on Github.
|
24
15
|
|
16
|
+
150 9fc5ac3506f8 2011-07-12 08:43 -0700 ged
|
17
|
+
Updated for recent versions of RSpec.
|
25
18
|
|
26
|
-
|
27
|
-
|
28
|
-
Changed: README
|
29
|
-
tests/en/conjunction.tests.rb
|
30
|
-
.gemspec
|
31
|
-
tests/use.tests.rb
|
32
|
-
utils.rb
|
33
|
-
makedist.rb (and 17 other/s)
|
19
|
+
149 967cb7c12329 2011-07-11 20:38 -0700 ged
|
20
|
+
De-YARD.
|
34
21
|
|
35
|
-
|
22
|
+
148 e41a2fa5315e 2011-02-07 11:21 -0800 ged
|
23
|
+
Reordering Manifest to make check_manifest work.
|
36
24
|
|
25
|
+
147 d4a5f1f59053 2011-02-07 11:12 -0800 ged
|
26
|
+
Adding a project .rvmrc to switch to 1.9.2
|
37
27
|
|
38
|
-
|
39
|
-
|
28
|
+
146:145,144 077cc5f72d2e 2011-02-05 08:42 -0800 ged
|
29
|
+
Merged with 144:0218912e346c
|
40
30
|
|
31
|
+
145:143 cb2a12c6752c 2011-02-05 08:33 -0800 ged
|
32
|
+
Change the numbers spec to use the extension predicate
|
41
33
|
|
42
|
-
|
34
|
+
144 0218912e346c 2011-01-19 10:20 -0800 ged
|
35
|
+
Fix the numwords spec
|
43
36
|
|
37
|
+
143 d2266b5f6c73 2011-01-14 22:06 -0800 ged
|
38
|
+
Adding Linguistics::EN.has_extension? for feature-testing.
|
44
39
|
|
45
|
-
|
46
|
-
|
47
|
-
lib/linguistics/en.rb
|
40
|
+
142 117e2904e95e 2011-01-13 08:16 -0800 ged
|
41
|
+
Add specs (and fixed bugs they uncovered) for EN#to_camel_case and EN#un_camel_case
|
48
42
|
|
43
|
+
141 7502d8cc69cf 2011-01-11 10:52 -0800 ged
|
44
|
+
Fix shadowed variables.
|
49
45
|
|
50
|
-
|
46
|
+
140 166e1d9a20dd 2011-01-11 08:26 -0800 ged
|
47
|
+
Updated the release manifest
|
51
48
|
|
49
|
+
139 12ebb23b545a 2011-01-11 07:37 -0800 ged
|
50
|
+
Updating the manifest.
|
52
51
|
|
53
|
-
|
54
|
-
|
55
|
-
tests/en/inflect.tests.rb
|
52
|
+
138 63386a913414 2011-01-11 07:35 -0800 ged
|
53
|
+
Update the Rakefile
|
56
54
|
|
55
|
+
137 880dfd357afb 2011-01-11 07:32 -0800 ged
|
56
|
+
Removing old project file
|
57
57
|
|
58
|
-
|
58
|
+
136[github/redesign_for_2.0] 6ba52cffd4f6 2011-01-10 10:36 -0800 ged
|
59
|
+
Better comments for the klingon example
|
59
60
|
|
61
|
+
135 bd49f872dcef 2011-01-10 10:28 -0800 ged
|
62
|
+
Updating the "how to add a language module" section of the README
|
60
63
|
|
61
|
-
|
62
|
-
|
63
|
-
experiments/conjunct-with-block.rb (new)
|
64
|
-
Changed: /trunk
|
65
|
-
tests/en/conjunction.tests.rb
|
66
|
-
utils.rb
|
67
|
-
lib/linguistics.rb
|
68
|
-
lib/linguistics/en.rb
|
69
|
-
lib/linguistics/en/wordnet.rb (and 2 other/s)
|
64
|
+
134 6993866cb5a5 2011-01-10 10:28 -0800 ged
|
65
|
+
Adding some more test coverage
|
70
66
|
|
71
|
-
|
72
|
-
|
73
|
-
* Added lprintf for injecting linguistics into formatted strings.
|
67
|
+
133 a6e22bd4d5c4 2011-01-10 10:27 -0800 ged
|
68
|
+
Removed the explicit #language method, as it's now implemented in the inflector
|
74
69
|
|
70
|
+
132 81360f6cb3f1 2011-01-10 10:26 -0800 ged
|
71
|
+
Fixed a bug in inflector construction for languages with only a 3-character code
|
75
72
|
|
76
|
-
|
77
|
-
|
78
|
-
Changed: experiments/api.rb
|
73
|
+
131 df32ab4ec78f 2011-01-10 10:20 -0800 ged
|
74
|
+
Splitting out monkeypatches into a separate file
|
79
75
|
|
80
|
-
|
81
|
-
|
82
|
-
* Added lprintf() experiment.
|
76
|
+
130 eb91956633ba 2011-01-10 10:05 -0800 ged
|
77
|
+
Removing unused mixin code
|
83
78
|
|
79
|
+
129 77ff43777256 2011-01-10 09:56 -0800 ged
|
80
|
+
Added a RSpec 2 shared behavior for testing language modules
|
84
81
|
|
85
|
-
|
86
|
-
|
82
|
+
128 c740766cfc01 2011-01-10 08:24 -0800 ged
|
83
|
+
Fixes for systems without the dev hoe plugins
|
87
84
|
|
88
|
-
-
|
85
|
+
127 4cfcdca46d1a 2011-01-10 08:23 -0800 ged
|
86
|
+
Fixing some API docs
|
89
87
|
|
88
|
+
126 d648b470243c 2010-12-16 17:25 -0800 ged
|
89
|
+
Remove unused module
|
90
90
|
|
91
|
-
|
92
|
-
|
93
|
-
utils.rb
|
94
|
-
makedist.rb
|
95
|
-
install.rb
|
91
|
+
125:113,124 29f18e9ec72b 2010-12-16 17:14 -0800 ged
|
92
|
+
Merged in work from the 20_redesign branch
|
96
93
|
|
97
|
-
-
|
94
|
+
124 7bab3eac65e1 2010-12-16 17:05 -0800 ged
|
95
|
+
Prepare feature branch for merging
|
98
96
|
|
97
|
+
123 1ddb089668a6 2010-12-16 16:58 -0800 ged
|
98
|
+
Converted to Hoe for build stuff, cleanup.
|
99
99
|
|
100
|
-
|
101
|
-
|
100
|
+
122 a5c25f0f1458 2010-12-15 08:04 -0800 ged
|
101
|
+
Updated packaging, updated WordNet module, lprintf().
|
102
102
|
|
103
|
-
-
|
103
|
+
121 b31562e6d34c 2010-12-10 09:45 -0800 ged
|
104
|
+
Cleaned up and wrote initial specs for Linguistics::EN.lprintf and related methods.
|
104
105
|
|
106
|
+
120 33d03eab7092 2010-12-09 11:40 -0800 ged
|
107
|
+
Clean up spec helper, and fix participles spec.
|
105
108
|
|
106
|
-
|
107
|
-
|
109
|
+
119 80451a09a77c 2010-10-19 15:04 -0700 ged
|
110
|
+
Removed stuff that's been moved out into addons.
|
108
111
|
|
109
|
-
|
112
|
+
118 302486502d36 2010-10-19 15:03 -0700 ged
|
113
|
+
Split out titlecase addon
|
110
114
|
|
115
|
+
117 d68037e0be3d 2010-10-19 14:19 -0700 ged
|
116
|
+
Updated linkparser addon and added a rudimentary spec
|
111
117
|
|
112
|
-
|
113
|
-
|
118
|
+
116 f79a44c612e4 2010-10-19 13:14 -0700 ged
|
119
|
+
Split out present participles
|
114
120
|
|
115
|
-
-
|
121
|
+
115 e6ca28d45eb1 2010-10-19 13:14 -0700 ged
|
122
|
+
Split out indefinite article functions
|
116
123
|
|
124
|
+
114:112 5b7d00ffe607 2010-10-19 08:55 -0700 ged
|
125
|
+
Fixed conjunctions.
|
117
126
|
|
118
|
-
|
119
|
-
|
120
|
-
utils.rb
|
121
|
-
makedist.rb
|
127
|
+
113:111,105 a2fa99d19aeb 2010-10-18 15:45 -0700 ged
|
128
|
+
Catch github master up to current version
|
122
129
|
|
123
|
-
-
|
130
|
+
112:107 b58ab2bda74a 2010-10-18 15:43 -0700 ged
|
131
|
+
Updating README for the 2.0 branch
|
124
132
|
|
133
|
+
111 90d4b94647c1 2009-08-15 06:36 -0700 ged
|
134
|
+
Updated build system
|
125
135
|
|
126
|
-
|
127
|
-
|
136
|
+
110 4df4ff96ffcd 2008-12-23 15:39 +0000 ged
|
137
|
+
* Updated build system.
|
128
138
|
|
129
|
-
|
139
|
+
109 c14698509a9c 2008-09-06 05:20 +0000 ged
|
140
|
+
Converted to a new build system.
|
130
141
|
|
142
|
+
108:88 079785674777 2008-01-30 07:01 +0000 ged
|
143
|
+
Started update of specs and build system
|
131
144
|
|
132
|
-
|
133
|
-
|
134
|
-
experiments/randobjlist.rb
|
135
|
-
experiments/wn-proglang.rb
|
136
|
-
experiments/allobjlist.rb
|
137
|
-
experiments/lafcadio_plural.rb
|
138
|
-
experiments/farmobjs.rb (and 2 other/s)
|
145
|
+
107 2732414c5fa0 2010-10-18 15:26 -0700 ged
|
146
|
+
Checkpoint commit; got pluralization, numbers, and indefinite articles working
|
139
147
|
|
140
|
-
-
|
148
|
+
106:93 485369a7d3ac 2010-03-01 22:33 -0800 ged
|
149
|
+
Checkpoint commit
|
141
150
|
|
151
|
+
105 8bd6ee08ffb1 2009-12-17 22:03 -0800 ged
|
152
|
+
Started work on a modern replacement for the old iso639 language tags.
|
142
153
|
|
143
|
-
|
144
|
-
|
145
|
-
tests/en/lafcadio.tests.rb (new)
|
146
|
-
Changed: redist/crosscase.rb
|
147
|
-
tests/use.tests.rb
|
148
|
-
tests/en/linkparser.tests.rb
|
149
|
-
lib/linguistics.rb
|
150
|
-
lib/linguistics/en.rb
|
151
|
-
tests/lingtestcase.rb (and 2 other/s)
|
152
|
-
Deleted: redist/hashslice.rb
|
154
|
+
104 dad041cf748b 2009-11-17 09:04 -0800 ged
|
155
|
+
Added tag 1.0.8 for changeset da353c888ad4
|
153
156
|
|
154
|
-
-
|
155
|
-
|
156
|
-
(#camel_case_to_english, #english_to_camel_case, #proper_noun). Closes #2
|
157
|
-
- Set svn:keyword
|
157
|
+
103[1.0.8] da353c888ad4 2009-11-17 09:04 -0800 ged
|
158
|
+
Added signature for changeset 8029de2f9c60
|
158
159
|
|
160
|
+
102 8029de2f9c60 2009-11-17 09:03 -0800 ged
|
161
|
+
Updated build system, bump version to 1.0.8.
|
159
162
|
|
160
|
-
|
161
|
-
|
163
|
+
101 2640c845eb5c 2009-11-17 08:59 -0800 ged
|
164
|
+
Fixes for 1.9.1 and license consistency update.
|
162
165
|
|
163
|
-
-
|
164
|
-
|
166
|
+
100 5608e79a8c0e 2009-11-06 21:40 -0800 ged
|
167
|
+
Added tag 1.0.7 for changeset 5f4fa2c136c7
|
165
168
|
|
169
|
+
99[1.0.7] 5f4fa2c136c7 2009-11-06 21:40 -0800 ged
|
170
|
+
Added signature for changeset bebbaa868974
|
166
171
|
|
167
|
-
|
168
|
-
|
172
|
+
98 bebbaa868974 2009-11-06 21:39 -0800 ged
|
173
|
+
Removed tag 1.0.7
|
169
174
|
|
170
|
-
|
175
|
+
97 745ab2865e60 2009-11-06 21:34 -0800 ged
|
176
|
+
Updated build system/gem; migrating to gemcutter.
|
171
177
|
|
178
|
+
96 768322417359 2009-11-06 21:16 -0800 ged
|
179
|
+
Added tag 1.0.7 for changeset 1e029bfd9ead
|
172
180
|
|
173
|
-
|
174
|
-
|
181
|
+
95 1e029bfd9ead 2009-11-06 21:16 -0800 ged
|
182
|
+
Added signature for changeset 401a04c4cf43
|
175
183
|
|
176
|
-
|
184
|
+
94:92 401a04c4cf43 2009-11-06 21:15 -0800 ged
|
185
|
+
Bumping version
|
177
186
|
|
187
|
+
93 95790e776f43 2009-11-06 21:11 -0800 ged
|
188
|
+
Checkpoint commit
|
178
189
|
|
179
|
-
|
180
|
-
|
190
|
+
92 405a85e00d33 2009-08-15 06:36 -0700 ged
|
191
|
+
Updated build system
|
181
192
|
|
182
|
-
-
|
193
|
+
91 10f0010d38f7 2008-12-23 15:39 +0000 ged
|
194
|
+
* Updated build system.
|
183
195
|
|
196
|
+
90 21e0fa69b1a3 2008-09-06 05:20 +0000 ged
|
197
|
+
Converted to a new build system.
|
184
198
|
|
185
|
-
|
186
|
-
|
199
|
+
89 31309a47cd51 2008-01-30 07:01 +0000 ged
|
200
|
+
Started update of specs and build system
|
187
201
|
|
188
|
-
-
|
202
|
+
88 25721aae944c 2007-07-25 17:18 +0000 ged
|
203
|
+
Adding examples directory
|
189
204
|
|
205
|
+
87 221d313ccdd5 2007-06-13 05:25 +0000 ged
|
206
|
+
Checkpoint commit
|
190
207
|
|
191
|
-
|
192
|
-
|
208
|
+
86 4e41be395a2f 2006-07-11 22:42 +0000 ged
|
209
|
+
* Updating docs/CATALOG with new CVS/server info
|
193
210
|
|
194
|
-
-
|
195
|
-
|
211
|
+
85 53aa0aa41c17 2006-07-11 22:41 +0000 ged
|
212
|
+
* Fix #conjunction with :penultimate => false for lists of three.
|
196
213
|
|
214
|
+
84 2082fa705aed 2006-07-11 19:17 +0000 ged
|
215
|
+
* Fixed the ':and' setting in EN#numwords. Closes #8.
|
197
216
|
|
198
|
-
|
199
|
-
|
217
|
+
83 baf5b4b35b56 2006-04-30 00:53 +0000 ged
|
218
|
+
* Added optional block to #conjuction to allow inline conversion of joined
|
200
219
|
|
201
|
-
|
220
|
+
82 4e3d732b608d 2005-11-04 12:17 +0000 ged
|
221
|
+
* Updated api experiment so that it actually runs by commenting out the leftover
|
202
222
|
|
223
|
+
81 733a1fe188d9 2005-10-30 23:59 +0000 ged
|
224
|
+
- Added autoloading of language constants.
|
203
225
|
|
204
|
-
|
205
|
-
|
226
|
+
80 2d110ae82da4 2005-10-14 20:39 +0000 ged
|
227
|
+
- Updated to latest project-utils.
|
206
228
|
|
207
|
-
-
|
208
|
-
|
229
|
+
79 6b3f1ba74aef 2005-10-14 20:34 +0000 ged
|
230
|
+
- Replaced 'hash.dup.update' with 'hash.merge'.
|
209
231
|
|
232
|
+
78 7f7a1183b57d 2005-07-14 23:12 +0000 ged
|
233
|
+
Updated changelog
|
210
234
|
|
211
|
-
|
212
|
-
|
235
|
+
77 54788ab9bcf8 2005-07-13 23:09 +0000 ged
|
236
|
+
- Ignored html directory.
|
213
237
|
|
214
|
-
-
|
215
|
-
|
238
|
+
76 b5d49e0c35ca 2005-07-13 22:35 +0000 ged
|
239
|
+
- Merged changes from project-utils.
|
216
240
|
|
241
|
+
75 31560ff75fd3 2005-07-13 21:04 +0000 ged
|
242
|
+
Initial checkin. Fixes #3.
|
217
243
|
|
218
|
-
|
219
|
-
|
244
|
+
74 37d8a6c881ee 2005-07-13 20:18 +0000 ged
|
245
|
+
- Set svn:keyword
|
220
246
|
|
221
|
-
-
|
222
|
-
|
223
|
-
- Added README.english (Thanks to Yuri Leikind <y.leikind@sam-solutions.net> for
|
224
|
-
bringing this to my attention).
|
247
|
+
73 a63acb00f644 2005-07-13 19:58 +0000 ged
|
248
|
+
- Fixed up subversion constants
|
225
249
|
|
250
|
+
72 63e8c69d1907 2005-07-13 12:46 +0000 ged
|
251
|
+
- Added Subversion constants
|
226
252
|
|
227
|
-
|
228
|
-
|
253
|
+
71 238673eaaee4 2005-07-13 12:43 +0000 ged
|
254
|
+
Initial checkin.
|
229
255
|
|
230
|
-
-
|
231
|
-
|
232
|
-
so the function fails with a semi-ambiguous error message.
|
233
|
-
2. The user of the library might wish to handle the parse failure herself.
|
256
|
+
70 f6514ebec6a5 2005-07-13 12:42 +0000 ged
|
257
|
+
Initial checkin.
|
234
258
|
|
259
|
+
69 ee9fdfc4c36c 2004-05-08 19:15 +0000 ged
|
260
|
+
- Added compatibility with Aoki-san's install.rb. Kind of.
|
235
261
|
|
236
|
-
|
237
|
-
|
262
|
+
68 158cf095a9fa 2004-05-08 19:07 +0000 ged
|
263
|
+
- Bugfix: Linkparser should start out missing by default.
|
238
264
|
|
239
|
-
-
|
265
|
+
67 474e184fe6ff 2004-05-08 19:07 +0000 ged
|
266
|
+
- Fixed to work even if it's not in the cwd. Thanks to batsman on
|
240
267
|
|
268
|
+
66 8a0b2a4b886e 2003-10-09 13:24 +0000 ged
|
269
|
+
Initial checkin.
|
241
270
|
|
242
|
-
|
243
|
-
|
271
|
+
65 845e03b13966 2003-10-09 13:23 +0000 ged
|
272
|
+
- Updated requirements list
|
244
273
|
|
245
|
-
-
|
246
|
-
|
274
|
+
64 4666486a50eb 2003-10-09 13:21 +0000 ged
|
275
|
+
- Fixed requirements/optional libraries (Thanks to Yuri Leikind
|
247
276
|
|
277
|
+
63 214171390c1e 2003-10-09 13:20 +0000 ged
|
278
|
+
- Wildcarded everything under lib/ so new additions don't have to be explicitly
|
248
279
|
|
249
|
-
|
250
|
-
|
280
|
+
62 f5db1fb97033 2003-09-14 11:28 +0000 ged
|
281
|
+
- Calls to #synset no longer trap parse errors. This was done for two reasons:
|
251
282
|
|
252
|
-
-
|
283
|
+
61 02ca82bc6984 2003-09-14 11:20 +0000 ged
|
284
|
+
- Added redist/ to $LOAD_PATH.
|
253
285
|
|
286
|
+
60 4db8df9973b4 2003-09-14 11:15 +0000 ged
|
287
|
+
- Added synopsis of use to the comment header.
|
254
288
|
|
255
|
-
|
256
|
-
|
289
|
+
59 6bad66b91135 2003-09-14 11:15 +0000 ged
|
290
|
+
- Added synopsis of use to the comment header.
|
257
291
|
|
258
|
-
-
|
292
|
+
58 634ce53493be 2003-09-14 11:15 +0000 ged
|
293
|
+
- Added README.english
|
259
294
|
|
295
|
+
57 fb47d6b0ded6 2003-09-14 11:15 +0000 ged
|
296
|
+
- Fixed screwed-up code resulting from broken paste.
|
260
297
|
|
261
|
-
|
262
|
-
|
298
|
+
56 7146ca3eebfc 2003-09-14 11:14 +0000 ged
|
299
|
+
- Added mention of README.english.
|
263
300
|
|
264
|
-
-
|
301
|
+
55 9881c8ad3958 2003-09-14 10:47 +0000 ged
|
302
|
+
- Removed redundant mention of the WordNet module from the comment header.
|
265
303
|
|
304
|
+
54 7aaa4bd062f6 2003-09-14 10:45 +0000 ged
|
305
|
+
- Fixed the comment header some more.
|
266
306
|
|
267
|
-
|
268
|
-
|
307
|
+
53 5eac6f24970e 2003-09-14 10:39 +0000 ged
|
308
|
+
- Now installs the stuff in redist/ too.
|
269
309
|
|
270
|
-
-
|
310
|
+
52 1ca51228553c 2003-09-14 10:36 +0000 ged
|
311
|
+
- Changed pattern for the redist directory to catch any .rb files.
|
271
312
|
|
313
|
+
51 a790dfd55178 2003-09-14 10:35 +0000 ged
|
314
|
+
- Fixed names of constants to reduce the chances of collision.
|
272
315
|
|
273
|
-
|
274
|
-
|
316
|
+
50 e9b089d13462 2003-09-14 10:33 +0000 ged
|
317
|
+
Initial checkin from version 0.01 of CrossCase.
|
275
318
|
|
276
|
-
-
|
319
|
+
49 87fad66155c9 2003-09-14 10:30 +0000 ged
|
320
|
+
- Changed parsing of non-sentences to expect errors in accordance with changes
|
277
321
|
|
322
|
+
48 2c428d7f5cf8 2003-09-14 10:24 +0000 ged
|
323
|
+
- Added CrossCase require/include to provide under_barred aliasing for camelCase
|
278
324
|
|
279
|
-
|
280
|
-
|
325
|
+
47 ea35375458c6 2003-09-14 10:24 +0000 ged
|
326
|
+
- Added Martin to the Authors list.
|
281
327
|
|
282
|
-
-
|
328
|
+
46 30d897f7238c 2003-09-14 10:23 +0000 ged
|
329
|
+
Initial checkin.
|
283
330
|
|
331
|
+
45 e305e6d5c5f6 2003-09-14 09:29 +0000 ged
|
332
|
+
- Touched up the file description a bit.
|
284
333
|
|
285
|
-
|
286
|
-
|
334
|
+
44 9c2ff236f6b1 2003-09-11 05:04 +0000 ged
|
335
|
+
Checkpoint commit
|
287
336
|
|
288
|
-
-
|
337
|
+
43 c67f784e7948 2003-09-11 05:04 +0000 ged
|
338
|
+
- Added test for functional interface to auto-generated code.
|
289
339
|
|
340
|
+
42 4d6e8b90bcb0 2003-09-11 05:03 +0000 ged
|
341
|
+
- Added test for functional interface to auto-generated code.
|
290
342
|
|
291
|
-
|
292
|
-
|
343
|
+
41 6f71252ff658 2003-09-11 05:02 +0000 ged
|
344
|
+
Initial checkin.
|
293
345
|
|
294
|
-
-
|
346
|
+
40 8eb3e2977dd5 2003-09-11 05:02 +0000 ged
|
347
|
+
- Fixed require block at the top.
|
295
348
|
|
349
|
+
39 75be1895f357 2003-09-11 05:00 +0000 ged
|
350
|
+
- Added a dummy test so if the tests for optional modules can't be run (because
|
296
351
|
|
297
|
-
|
298
|
-
|
352
|
+
38 743382c087e6 2003-09-11 04:59 +0000 ged
|
353
|
+
- Fixed leftover comment from copy.
|
299
354
|
|
300
|
-
-
|
355
|
+
37 23790f38a0cb 2003-09-11 04:57 +0000 ged
|
356
|
+
- Fixed typo.
|
301
357
|
|
358
|
+
36 9a7bed5457b2 2003-09-11 04:57 +0000 ged
|
359
|
+
- Removed some more code for the aborted attempt to make the module
|
302
360
|
|
303
|
-
|
304
|
-
|
361
|
+
35 579fb11da29c 2003-09-11 04:55 +0000 ged
|
362
|
+
- Changed name of "inflector" class to "languageProxy" to better fit what it
|
305
363
|
|
306
|
-
|
364
|
+
34 5d62e88eabf3 2003-09-11 04:52 +0000 ged
|
365
|
+
- Added :installProxy config to the #use call.
|
307
366
|
|
367
|
+
33 28370746e077 2003-09-11 04:52 +0000 ged
|
368
|
+
Initial checkin.
|
308
369
|
|
309
|
-
|
310
|
-
|
370
|
+
32 e75da92bfb98 2003-09-11 04:51 +0000 ged
|
371
|
+
- Added example output.
|
311
372
|
|
312
|
-
-
|
313
|
-
|
373
|
+
31 d2ff7131481d 2003-09-11 04:51 +0000 ged
|
374
|
+
- Reworked to be more generically useful, and support parsing of options from
|
314
375
|
|
376
|
+
30 a7edb22b3097 2003-09-11 04:50 +0000 ged
|
377
|
+
- Added rdoc-option header.
|
315
378
|
|
316
|
-
|
317
|
-
|
379
|
+
29 ca2dcef4471a 2003-09-11 04:50 +0000 ged
|
380
|
+
- Brought up-to-date with canonical source.
|
318
381
|
|
319
|
-
-
|
320
|
-
|
382
|
+
28 5d7d40c0bf22 2003-09-11 04:49 +0000 ged
|
383
|
+
- Removed finished items.
|
321
384
|
|
385
|
+
27 865273ac947c 2003-09-11 04:48 +0000 ged
|
386
|
+
- Beginnings of update for new release. Still needs more work before release.
|
322
387
|
|
323
|
-
|
324
|
-
|
388
|
+
26 0c1335f96c40 2003-09-11 04:48 +0000 ged
|
389
|
+
- Added ChangeLog.
|
325
390
|
|
326
|
-
-
|
327
|
-
|
391
|
+
25 0d4f3e0f6b33 2003-09-11 04:25 +0000 ged
|
392
|
+
Initial checkin.
|
328
393
|
|
394
|
+
24 74aa7e9f9ba8 2003-09-10 03:48 +0000 ged
|
395
|
+
Initial checkin.
|
329
396
|
|
330
|
-
|
331
|
-
|
397
|
+
23 ae845807a0f4 2003-09-09 19:29 +0000 stillflame
|
398
|
+
initial import
|
332
399
|
|
333
|
-
|
400
|
+
22 f2ddd83efeef 2003-08-26 10:35 +0000 ged
|
401
|
+
Initial checkin.
|
334
402
|
|
403
|
+
21 724036a529a6 2003-07-11 00:36 +0000 ged
|
404
|
+
- Added a Range#step 1.6 compat function.
|
335
405
|
|
336
|
-
|
337
|
-
|
406
|
+
20 32814ce3597d 2003-07-11 00:20 +0000 ged
|
407
|
+
- 1.6 fixes.
|
338
408
|
|
339
|
-
-
|
340
|
-
|
341
|
-
- Calls to #linkParse no longer trap parse errors. This was done for two
|
342
|
-
reasons:
|
343
|
-
1. If the LinkParser module doesn't load, LinkParser::ParseError is an
|
344
|
-
undefined constant, so the function fails with a semi-ambiguous error
|
345
|
-
message.
|
346
|
-
2. The user of the library might wish to handle the parse failure herself.
|
409
|
+
19 9b7ee80b50ee 2003-07-11 00:13 +0000 ged
|
410
|
+
- More 1.6ish fixes.
|
347
411
|
|
412
|
+
18 a3f5d11906de 2003-07-10 23:52 +0000 ged
|
413
|
+
Made module_methods out of the backend functions to support including linguistic methods again.
|
348
414
|
|
349
|
-
|
350
|
-
|
415
|
+
17 7a7f05b223f7 2003-07-10 23:45 +0000 ged
|
416
|
+
- Fixed use of Hash#merge! (1.8 feature)
|
351
417
|
|
352
|
-
|
418
|
+
16 40457b3c1a48 2003-07-10 23:38 +0000 ged
|
419
|
+
- Fixed usage of Hash#merge (a 1.8 feature).
|
353
420
|
|
421
|
+
15 d11ee5810b08 2003-07-10 00:00 +0000 ged
|
422
|
+
- Removed unneccessary require of test/unit/mock.
|
354
423
|
|
355
|
-
|
356
|
-
|
424
|
+
14 9c32a7e30cb0 2003-07-09 23:24 +0000 ged
|
425
|
+
Initial checkin.
|
357
426
|
|
358
|
-
-
|
359
|
-
|
427
|
+
13 38aded3c6801 2003-07-09 21:45 +0000 ged
|
428
|
+
Initial checkin.
|
360
429
|
|
430
|
+
12 76747915b8c5 2003-07-09 20:39 +0000 ged
|
431
|
+
- Explicitly listed linguistics.rb so it gets documented first.
|
361
432
|
|
362
|
-
|
363
|
-
|
433
|
+
11 fcb245968c83 2003-07-09 20:39 +0000 ged
|
434
|
+
- Commented out rdoc-selection code, as it doesn't work.
|
364
435
|
|
365
|
-
-
|
436
|
+
10 64c33b94c128 2003-07-09 20:38 +0000 ged
|
437
|
+
- Fleshed out instructions for use and addition.
|
366
438
|
|
439
|
+
9 07bd25eaf347 2003-07-09 20:37 +0000 ged
|
440
|
+
- RDoc fixes
|
367
441
|
|
368
|
-
|
369
|
-
|
370
|
-
tests/en/infinitive.tests.rb (new)
|
442
|
+
8 943c544612cd 2003-07-09 20:35 +0000 ged
|
443
|
+
- Made some RDoc fixes
|
371
444
|
|
372
|
-
|
445
|
+
7 509a93564b58 2003-07-09 19:30 +0000 ged
|
446
|
+
- Added array-wrapping to allow single classes in the :classes config argument.
|
373
447
|
|
448
|
+
6 76b35a68af3e 2003-07-09 19:16 +0000 ged
|
449
|
+
- Moved Array extension to the bottom of the file to avoid confusion, and turned on :nodoc: for it.
|
374
450
|
|
375
|
-
|
376
|
-
|
451
|
+
5 3e099b6e65ab 2003-07-09 18:24 +0000 ged
|
452
|
+
- Moved into the en/ directory to separate language-specific tests from general tests.
|
377
453
|
|
378
|
-
-
|
379
|
-
|
380
|
-
- Fixed 1.8 complaint.
|
454
|
+
4 86d7a993f44f 2003-07-09 16:15 +0000 ged
|
455
|
+
Fixed project-grokking expression
|
381
456
|
|
457
|
+
3 2832244cb478 2003-07-09 16:13 +0000 ged
|
458
|
+
Initial checkin.
|
382
459
|
|
383
|
-
|
384
|
-
|
460
|
+
2:0 12cb5587127a 2003-07-09 15:54 +0000 ged
|
461
|
+
Initial checkin
|
385
462
|
|
386
|
-
-
|
387
|
-
|
388
|
-
failure because there were no tests.
|
389
|
-
|
390
|
-
|
391
|
-
-- Thu, 11 Sep 2003 04:59:51 -0000 by deveiant (r40) -----
|
392
|
-
Changed: tests/TEMPLATE.rb.tpl
|
393
|
-
|
394
|
-
- Fixed leftover comment from copy.
|
395
|
-
|
396
|
-
|
397
|
-
-- Thu, 11 Sep 2003 04:57:46 -0000 by deveiant (r39) -----
|
398
|
-
Changed: lib/linguistics/iso639.rb
|
399
|
-
|
400
|
-
- Fixed typo.
|
401
|
-
|
402
|
-
|
403
|
-
-- Thu, 11 Sep 2003 04:57:27 -0000 by deveiant (r38) -----
|
404
|
-
Changed: lib/linguistics/en.rb
|
405
|
-
|
406
|
-
- Removed some more code for the aborted attempt to make the module
|
407
|
-
1.6-compatible.
|
408
|
-
- Added requires for new extensions 'wordnet', 'linkparser', and 'infinitive'.
|
409
|
-
- Updated docs in the header, though they're not yet ready for release.
|
410
|
-
|
411
|
-
|
412
|
-
-- Thu, 11 Sep 2003 04:55:11 -0000 by deveiant (r37) -----
|
413
|
-
Changed: lib/linguistics.rb
|
414
|
-
|
415
|
-
- Changed name of "inflector" class to "languageProxy" to better fit what it
|
416
|
-
does.
|
417
|
-
- Added support for transparent delegator proxy methods.
|
418
|
-
- Added support for MyClass::extend( Linguistics ) and class MyClass; include
|
419
|
-
Linguistics; end.
|
420
|
-
- Modified code in #loadLanguage to minimize the number of requires.
|
421
|
-
|
422
|
-
|
423
|
-
-- Thu, 11 Sep 2003 04:52:32 -0000 by deveiant (r36) -----
|
424
|
-
Changed: .irbrc
|
425
|
-
|
426
|
-
- Added :installProxy config to the #use call.
|
427
|
-
|
428
|
-
|
429
|
-
-- Thu, 11 Sep 2003 04:52:03 -0000 by deveiant (r35) -----
|
430
|
-
Added: experiments/wn-proglang.rb (new)
|
431
|
-
experiments/generalize.rb (new)
|
432
|
-
|
433
|
-
Initial checkin.
|
434
|
-
|
435
|
-
|
436
|
-
-- Thu, 11 Sep 2003 04:51:41 -0000 by deveiant (r34) -----
|
437
|
-
Changed: experiments/allobjlist.rb
|
438
|
-
|
439
|
-
- Added example output.
|
440
|
-
|
441
|
-
|
442
|
-
-- Thu, 11 Sep 2003 04:51:26 -0000 by deveiant (r33) -----
|
443
|
-
Changed: docs/makedocs.rb
|
444
|
-
|
445
|
-
- Reworked to be more generically useful, and support parsing of options from
|
446
|
-
CATALOG file.
|
447
|
-
|
448
|
-
|
449
|
-
-- Thu, 11 Sep 2003 04:50:49 -0000 by deveiant (r32) -----
|
450
|
-
Changed: docs/CATALOG
|
451
|
-
|
452
|
-
- Added rdoc-option header.
|
453
|
-
|
454
|
-
|
455
|
-
-- Thu, 11 Sep 2003 04:50:13 -0000 by deveiant (r31) -----
|
456
|
-
Changed: utils.rb
|
457
|
-
|
458
|
-
- Brought up-to-date with canonical source.
|
459
|
-
|
460
|
-
|
461
|
-
-- Thu, 11 Sep 2003 04:49:45 -0000 by deveiant (r30) -----
|
462
|
-
Changed: TODO
|
463
|
-
|
464
|
-
- Removed finished items.
|
465
|
-
|
466
|
-
|
467
|
-
-- Thu, 11 Sep 2003 04:48:46 -0000 by deveiant (r29) -----
|
468
|
-
Changed: README
|
469
|
-
|
470
|
-
- Beginnings of update for new release. Still needs more work before release.
|
471
|
-
|
472
|
-
|
473
|
-
-- Thu, 11 Sep 2003 04:48:06 -0000 by deveiant (r28) -----
|
474
|
-
Changed: MANIFEST
|
475
|
-
|
476
|
-
- Added ChangeLog.
|
477
|
-
|
478
|
-
|
479
|
-
-- Thu, 11 Sep 2003 04:25:23 -0000 by deveiant (r27) -----
|
480
|
-
Added: lib/linguistics/en/linkparser.rb (new)
|
481
|
-
lib/linguistics/en (new)
|
482
|
-
lib/linguistics/en/infinitive.rb (new)
|
483
|
-
|
484
|
-
Initial checkin.
|
485
|
-
|
486
|
-
|
487
|
-
-- Wed, 10 Sep 2003 03:48:46 -0000 by deveiant (r26) -----
|
488
|
-
Added: tests/en/wordnet.tests.rb (new)
|
489
|
-
|
490
|
-
Initial checkin.
|
491
|
-
|
492
|
-
|
493
|
-
-- Tue, 09 Sep 2003 19:29:15 -0000 by stillflame (r25) -----
|
494
|
-
Added: tests/en/linkparser.tests.rb (new)
|
495
|
-
|
496
|
-
initial import
|
497
|
-
|
498
|
-
|
499
|
-
-- Tue, 26 Aug 2003 10:35:16 -0000 by deveiant (r24) -----
|
500
|
-
Added: docs/.cvsignore (new)
|
501
|
-
|
502
|
-
Initial checkin.
|
503
|
-
|
504
|
-
|
505
|
-
-- Fri, 11 Jul 2003 00:36:40 -0000 by deveiant (r23) -----
|
506
|
-
Changed: lib/linguistics/en.rb
|
507
|
-
|
508
|
-
- Added a Range#step 1.6 compat function.
|
509
|
-
|
510
|
-
|
511
|
-
-- Fri, 11 Jul 2003 00:20:10 -0000 by deveiant (r22) -----
|
512
|
-
Changed: tests/use.tests.rb
|
513
|
-
|
514
|
-
- 1.6 fixes.
|
515
|
-
|
516
|
-
|
517
|
-
-- Fri, 11 Jul 2003 00:13:54 -0000 by deveiant (r21) -----
|
518
|
-
Changed: lib/linguistics.rb
|
519
|
-
|
520
|
-
- More 1.6ish fixes.
|
521
|
-
|
522
|
-
|
523
|
-
-- Thu, 10 Jul 2003 23:52:36 -0000 by deveiant (r20) -----
|
524
|
-
Changed: lib/linguistics/en.rb
|
525
|
-
|
526
|
-
Made module_methods out of the backend functions to support including linguistic methods again.
|
527
|
-
|
528
|
-
|
529
|
-
-- Thu, 10 Jul 2003 23:45:26 -0000 by deveiant (r19) -----
|
530
|
-
Changed: lib/linguistics.rb
|
531
|
-
|
532
|
-
- Fixed use of Hash#merge! (1.8 feature)
|
533
|
-
|
534
|
-
|
535
|
-
-- Thu, 10 Jul 2003 23:38:24 -0000 by deveiant (r18) -----
|
536
|
-
Changed: lib/linguistics/en.rb
|
537
|
-
|
538
|
-
- Fixed usage of Hash#merge (a 1.8 feature).
|
539
|
-
|
540
|
-
|
541
|
-
-- Thu, 10 Jul 2003 00:00:00 -0000 by deveiant (r17) -----
|
542
|
-
Changed: tests/lingtestcase.rb
|
543
|
-
|
544
|
-
- Removed unneccessary require of test/unit/mock.
|
545
|
-
|
546
|
-
|
547
|
-
-- Wed, 09 Jul 2003 23:24:42 -0000 by deveiant (r16) -----
|
548
|
-
Added: MANIFEST (new)
|
549
|
-
|
550
|
-
Initial checkin.
|
551
|
-
|
552
|
-
|
553
|
-
-- Wed, 09 Jul 2003 21:45:36 -0000 by deveiant (r15) -----
|
554
|
-
Added: install.rb (new)
|
555
|
-
|
556
|
-
Initial checkin.
|
557
|
-
|
558
|
-
|
559
|
-
-- Wed, 09 Jul 2003 20:39:59 -0000 by deveiant (r14) -----
|
560
|
-
Changed: docs/CATALOG
|
561
|
-
|
562
|
-
- Explicitly listed linguistics.rb so it gets documented first.
|
563
|
-
|
564
|
-
|
565
|
-
-- Wed, 09 Jul 2003 20:39:25 -0000 by deveiant (r13) -----
|
566
|
-
Changed: utils.rb
|
567
|
-
|
568
|
-
- Commented out rdoc-selection code, as it doesn't work.
|
569
|
-
|
570
|
-
|
571
|
-
-- Wed, 09 Jul 2003 20:38:14 -0000 by deveiant (r12) -----
|
572
|
-
Changed: README
|
573
|
-
|
574
|
-
- Fleshed out instructions for use and addition.
|
575
|
-
|
576
|
-
|
577
|
-
-- Wed, 09 Jul 2003 20:37:06 -0000 by deveiant (r11) -----
|
578
|
-
Changed: tests/use.tests.rb
|
579
|
-
Artistic
|
580
|
-
lib/linguistics.rb
|
581
|
-
|
582
|
-
- RDoc fixes
|
583
|
-
|
584
|
-
|
585
|
-
-- Wed, 09 Jul 2003 20:35:29 -0000 by deveiant (r10) -----
|
586
|
-
Changed: lib/linguistics/iso639.rb
|
587
|
-
|
588
|
-
- Made some RDoc fixes
|
589
|
-
|
590
|
-
|
591
|
-
-- Wed, 09 Jul 2003 19:30:42 -0000 by deveiant (r9) -----
|
592
|
-
Changed: lib/linguistics.rb
|
593
|
-
|
594
|
-
- Added array-wrapping to allow single classes in the :classes config argument.
|
595
|
-
- 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.
|
596
|
-
|
597
|
-
|
598
|
-
-- Wed, 09 Jul 2003 19:16:21 -0000 by deveiant (r8) -----
|
599
|
-
Changed: lib/linguistics/en.rb
|
600
|
-
|
601
|
-
- Moved Array extension to the bottom of the file to avoid confusion, and turned on :nodoc: for it.
|
602
|
-
|
603
|
-
|
604
|
-
-- Wed, 09 Jul 2003 18:24:13 -0000 by deveiant (r7) -----
|
605
|
-
Deleted: tests/conjunction.tests.rb
|
606
|
-
tests/en_inflect.tests.rb
|
607
|
-
|
608
|
-
- Moved into the en/ directory to separate language-specific tests from general tests.
|
609
|
-
|
610
|
-
|
611
|
-
-- Wed, 09 Jul 2003 16:15:20 -0000 by deveiant (r6) -----
|
612
|
-
Changed: makedist.rb
|
613
|
-
|
614
|
-
Fixed project-grokking expression
|
615
|
-
|
616
|
-
|
617
|
-
-- Wed, 09 Jul 2003 16:13:52 -0000 by deveiant (r5) -----
|
618
|
-
Added: docs/makedocs.rb (new)
|
619
|
-
|
620
|
-
Initial checkin.
|
621
|
-
|
622
|
-
|
623
|
-
-- Wed, 09 Jul 2003 15:54:43 -0000 by deveiant (r4) -----
|
624
|
-
Added: experiments/allobjlist.rb (new)
|
625
|
-
experiments/farmobjs.rb (new)
|
626
|
-
|
627
|
-
Initial checkin
|
628
|
-
|
629
|
-
|
630
|
-
-- Wed, 09 Jul 2003 14:49:57 -0000 by deveiant (r1) -----
|
631
|
-
Added: README (new)
|
632
|
-
tests/conjunction.tests.rb (new)
|
633
|
-
redist/hashslice.rb (new)
|
634
|
-
tests/en/conjunction.tests.rb (new)
|
635
|
-
/trunk (new)
|
636
|
-
tests/use.tests.rb (new) (and 24 other/s)
|
637
|
-
|
638
|
-
Initial revision
|
463
|
+
1 b969bf3cdcb7 2003-07-09 14:49 +0000 unknown
|
464
|
+
This commit was manufactured by cvs2svn to create branch
|
639
465
|
|
466
|
+
0 6c6bdac4c291 2003-07-09 14:49 +0000 ged
|
467
|
+
Initial revision
|
640
468
|
|