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, if
> > the language uses phonetic soundslike data (such as German, French, and
> > most importunately English) than the choice to enable affix compression
> > in the compiled hash table is much more difficult.  Aspell will support
> > both affix compression and phonetic soundslike lookup but the results may
> > not be as good.  Thus I, in general, don't recommend it.  You should use
> > the settings in the official dictionary package.
>
> 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 thinks
otherwise I would appreciate an email to that effect.

> > > You may also consider using "--validate-words" but those checks are
> > > not very expensive.
>
> > That should be "--dont-validate-words".
>
> Thanks,
>
> I only added "--dont-validate-affixes", I tested only gl-minimos and ca,
> and catalan dict has some useless flags. Piping through
> "aspell clean strict" gave me a lot of errors on the
> 'point in the middle char' that is used in catalan as part of words,
> and I think that I had errors even on flag slashes in the affix
> compressed ispell wordlist.

You need to be sure to specify the correct language ie "aspell clean
strict -l <lang>" the set of warnings should be the same as when compiling
the word list, if not you did something wrong.  If the language data file
is not installed in the expected location you might need to add
"--local-data-dir=<path>".



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to