hunspell and tsearch2 ?

Поиск
Список
Период
Сортировка
От Dirk Lutzebäck
Тема hunspell and tsearch2 ?
Дата
Msg-id 503B6893.4020103@thinkproject.com
обсуждение исходный текст
Ответы Re: hunspell and tsearch2 ?
Список pgsql-hackers
Hi,

we have issues with compound words in tsearch2 using the german (ispell)
dictionary. This has been discussed before but there is no real solution
using the recommended german dictionary at
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2 (convert old
openoffice dict file to ispell suitable for tsearch):

# select ts_lexize('german_ispell', 'vollklimatisiert');     ts_lexize
-------------------- {vollklimatisiert}
(1 row)

This should return atleast
 {vollklimatisiert, voll, klimatisiert}


The issue with compound words in ispell has been addressed in hunspell.
But this has not been integrated fully to tsearch2 (according to the
documentation).

Are there any plans to fully integrate hunspell into tsearch2? What is
needed to do this? What is the functional delta which is missing? Maybe
we can help...


Thanks for help

Dirk





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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Caching for stable expressions with constant arguments v6
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Statistics and selectivity estimation for ranges