| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2007/06/28 09:43:40 | 22 | 22 | dpavlin | added tests for minimal, extended build, renamed clear_affix to clear |
| 2005/02/03 11:29:28 | 21 | 21 | dpavlin | fix regexp, added tests for affix |
| 2005/02/02 18:02:27 | 20 | 20 | dpavlin | try also to chop extensions based of affix data (generate shorter variants of words) |
| 2005/02/02 16:21:41 | 19 | 19 | dpavlin | new internal structure, precompile regex for speedup, correct handling of all suffix rules (I should really called this bugfix) |
| 2005/02/02 15:28:50 | 18 | 18 | dpavlin | fix licence information |
| 2005/02/02 10:15:57 | 17 | 17 | dpavlin | added default ispell affix for english |
| 2005/02/02 10:15:33 | 16 | 16 | dpavlin | it's really not binary! |
| 2005/02/02 10:15:08 | 15 | 15 | dpavlin | refactor most of module (for version 0.10): - rewrite test (not complete) to use Test::More - added pod testing - move tests files to data directory - interleave documentation and code in module Copied from /trunk/findaffix.out:12 |
| 2005/02/02 10:12:44 | 14 | 14 | dpavlin | removed mime-type |
| 2005/02/01 15:33:39 | 13 | 13 | dpavlin | removed obsolete file |
| 2003/11/18 13:54:14 | 12 | 12 | dpavlin | added README file, spelling fixes |
| 2003/11/18 10:30:10 | 11 | 11 | dpavlin | fixed example, better documentation |
| 2003/10/03 15:35:59 | 10 | 10 | dpavlin | added missing =back |
| 2002/07/03 08:06:06 | 9 | 9 | dpavlin | added missing : in POD file (thanks to Mike Castle for reporting that) |
| 2002/02/12 14:33:56 | 8 | 8 | dpavlin | include findaffix sample output in distribution |
| 2002/02/12 14:31:15 | 7 | 7 | dpavlin | last changes before release |
| 2002/02/12 14:05:37 | 6 | 6 | dpavlin | test data for findaffix part of module |
| 2002/02/12 12:41:31 | 5 | 5 | dpavlin | new minimal function which returns alternative with minimal length (it's a poor man's version or normalizing a word) |
| 2002/02/11 20:19:59 | 4 | 4 | dpavlin | support for output from loadaffix |
| 2002/02/11 14:33:42 | 3 | 3 | dpavlin | DEBUG option to new constructor |