Bug#310590: Notes On Building Aspell Dictionaries

2005-07-01 Thread Kevin Atkinson
On Fri, 1 Jul 2005, Agustin Martin wrote: > On Thu, Jun 30, 2005 at 06:08:28PM -0600, Kevin Atkinson wrote: > > > This seems something to be decided in a per dict basis and delegated on > > > dict > > > maintainers. > > > > Yes that is why I suggest you use the settings in the official > > Aspel

Bug#310590: Notes On Building Aspell Dictionaries

2005-07-01 Thread Agustin Martin
On Thu, Jun 30, 2005 at 06:08:28PM -0600, Kevin Atkinson wrote: > > This seems something to be decided in a per dict basis and delegated on dict > > maintainers. > > Yes that is why I suggest you use the settings in the official > Aspell dictionary package. If the Debian dictionary maintainer thi

Bug#310590: Notes On Building Aspell Dictionaries

2005-06-30 Thread Kevin Atkinson
On Fri, 1 Jul 2005, Agustin Martin wrote: > > > I think we > > > should also encourage affix compression when possible, hash sizes are much > > > better. > > > > If the language in question does not have does not have any sort of > > soundslike data, than affix compression is a clear win; however

Bug#310590: Notes On Building Aspell Dictionaries

2005-06-30 Thread Agustin Martin
On Thu, Jun 30, 2005 at 11:27:48AM -0600, Kevin Atkinson wrote: > > I assume this applies only to non affix compressed wordlists. > > No it also helps with affix compressed word lists. Fine, I added today support for *.cwl.gz files to our aspell-autobuildhash branch. This should work for prezip+

Bug#310590: Notes On Building Aspell Dictionaries

2005-06-30 Thread Kevin Atkinson
On Thu, 30 Jun 2005, Kevin Atkinson wrote: > 3) Aspell by defaults performs a number of checks when creating a > word list, some if these can be expensive. You can disable the expensive > one with "--dont-validate-affixes". If you clean the word list first this > should be 100% safe. It shou

Bug#310590: Notes On Building Aspell Dictionaries

2005-06-30 Thread Kevin Atkinson
On Thu, 30 Jun 2005, Agustin Martin wrote: > On Thu, Jun 30, 2005 at 05:39:29AM -0600, Kevin Atkinson wrote: > > > > A few things to take into consideration. > > > > 1) To Minimize the Space Used The Word List Should be Compressed with > > "prezip -s". (The "-s" is to resort the word list using

Bug#310590: Notes On Building Aspell Dictionaries

2005-06-30 Thread Agustin Martin
On Thu, Jun 30, 2005 at 05:39:29AM -0600, Kevin Atkinson wrote: > > A few things to take into consideration. > > 1) To Minimize the Space Used The Word List Should be Compressed with > "prezip -s". (The "-s" is to resort the word list using the "C" local > which is needed for maximum compressed

Bug#310590: Notes On Building Aspell Dictionaries

2005-06-30 Thread Kevin Atkinson
A few things to take into consideration. 1) To Minimize the Space Used The Word List Should be Compressed with "prezip -s". (The "-s" is to resort the word list using the "C" local which is needed for maximum compressed with prezip). And than further compressed with bzip2. You can decompress it