Re: [GENERAL] Use of ISpell dictionaries with tsearch2 - what is

2006-05-02 Thread Oleg Bartunov
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

Re: [GENERAL] Use of ISpell dictionaries with tsearch2 - what is the point?

2006-05-01 Thread Don Walker
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'

Re: [GENERAL] Use of ISpell dictionaries with tsearch2 - what is

2006-05-01 Thread Teodor Sigaev
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

Re: [GENERAL] Use of ISpell dictionaries with tsearch2 - what is the point?

2006-04-28 Thread Don Walker
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