EMAIL PROTECTED]
Sent: May 1, 2006 10:31
To: Don Walker
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Use of ISpell dictionaries with tsearch2 - what is
the point?
1. If I am correct about this then what is the point of using the
ISpell dictionary in the first place?
Yes. The main goal of
GENERAL] Use of ISpell dictionaries with tsearch2 - what is
the point?
> 1. If I am correct about this then what is the point of using the
> ISpell dictionary in the first place?
Yes. The main goal of any dictionaries is a 'normalize' lexeme, ie to
get a infinitive. It'
1. If I am correct about this then what is the point of using the ISpell
dictionary in the first place?
Yes. The main goal of any dictionaries is a 'normalize' lexeme, ie to
get a infinitive. It's very important for languages with variable word's
form such as french, russian, norwegian etc. So
I realized shortly after I sent this email that I could use a synonym
dictionary to solve problem #2. To construct it myself I'd have to determine
the common misspellings and create synonyms for them. So I have two more
questions:
2.1 Are there any canned synonym dictionaries available the deal wi