Re: tsvector stemmer issue

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: tsvector stemmer issue
Дата
Msg-id 1385152198.48842.YahooMailNeo@web162906.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на tsvector stemmer issue  (Jeff Trout <threshar@real.jefftrout.com>)
Список pgsql-general
Jeff Trout <threshar@real.jefftrout.com> wrote:

> ran into an interesting issue - and I’m not sure if anything can
> be done about it - the snowball stemmer treats “severance” and
> “several” as the same, which for me is a big, big issue.

You can create a custom dictionary chain.  The only type I worked
with was thesaurus, but it was pretty easy once I read the relevant
docs.  It is only custom *parsers* that are a pain, but it doesn't
sound like you need that.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-general по дате отправления:

Предыдущее
От: "Karsten Hilbert"
Дата:
Сообщение: Re: pg_upgrade ?deficiency
Следующее
От: Joshua Boyd
Дата:
Сообщение: Easiest way to CREATE EXTENSION when upgrading from 9.0 to 9.2?