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