From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/contrib/tsearch/dict porter_english.dct |
Date: | 2002-03-05 06:10:29 |
Message-ID: | 20020305061029.BFE7B475C00@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/03/05 01:10:28
Modified files:
contrib/tsearch/dict: porter_english.dct
Log message:
Please, apply attached patch for contrib/tsearch to 7.2.1 and current
CVS. It fix english stemmer's problem with ending words like
'technology'.
We have found one more bug in english stemmer. The bug is with
'irregular' english words like 'skies' -> 'sky'. Please, apply attached
cumulative patch to 7.2.1 and current CVS instead previous one.
Thank to Thomas T. Thai <tom(at)minnesota(dot)com> for hard testing. This kind
of bug has significance only for dump/reload database and viewing, but
searching/indexing works right.
Teodor Sigaev
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2002-03-05 06:10:50 | pgsql/contrib/tsearch/dict Tag: REL7_2_STABLE ... |
Previous Message | Bruce Momjian - CVS | 2002-03-05 06:07:28 | pgsql/src/interfaces/libpq fe-exec.c fe-misc.c ... |