Re: Clarification of the "simple" dictionary

Поиск
Список
Период
Сортировка
От John Gage
Тема Re: Clarification of the "simple" dictionary
Дата
Msg-id 85EAEB53-394E-409E-A7EB-70CA00CC8AAB@numericable.fr
обсуждение исходный текст
Ответ на Clarification of the "simple" dictionary  (Andreas Joseph Krogh <andreak@officenet.no>)
Ответы Re: Clarification of the "simple" dictionary  (Andreas Joseph Krogh <andreak@officenet.no>)
Список pgsql-general
The easiest way to look at this is to give the simple dictionary a
document with to_tsvector() and see if stopwords pop out.

In my experience they do.  In my experience, the simple dictionary
just breaks the document down into the space etc. separated words in
the document.  It doesn't analyze further.

John


On Jul 22, 2010, at 4:15 PM, Andreas Joseph Krogh wrote:

> Hi. It's not clear to me if the "simple" dictionary uses stopwords
> or not, does it?
> Can someone please post a complete description of what the "simple"
> dict. does?
>
> --
> Andreas Joseph Krogh<andreak@officenet.no>
> Senior Software Developer / CTO
> ------------------------
> +---------------------------------------------+
> OfficeNet AS            | The most difficult thing in the world is
> to |
> Rosenholmveien 25       | know how to do a thing and to
> watch         |
> 1414 Trollåsen          | somebody else doing it wrong,
> without       |
> NORWAY                  |
> comment.                                    |
>                        |                                             |
> Tlf:    +47 24 15 38 90
> |                                             |
> Fax:    +47 24 15 38 91
> |                                             |
> Mobile: +47 909  56 963
> |                                             |
> ------------------------
> +---------------------------------------------+
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: How to distribute quantity if same product is in multiple rows
Следующее
От: Derrick Rice
Дата:
Сообщение: Are identical subqueries in unioned statements nonrepeatable?