Re: Improving FTS for Greek

2023-06-12 Thread Peter Eisentraut
On 07.06.23 00:30, Florents Tselai wrote: On 7 Jun 2023, at 12:13 AM, Peter Eisentraut wrote: On 03.06.23 19:47, Florents Tselai wrote: There’s another previous relevant patch [0] but was never merged. I’ve included these stop words and added some more (info in README.md). For my personal

Re: Improving FTS for Greek

2023-06-06 Thread Florents Tselai
> On 7 Jun 2023, at 12:13 AM, Peter Eisentraut wrote: > > On 03.06.23 19:47, Florents Tselai wrote: >> There’s another previous relevant patch [0] but was never merged. I’ve >> included these stop words and added some more (info in README.md). >> For my personal projects looks like it yields m

Re: Improving FTS for Greek

2023-06-06 Thread Peter Eisentraut
On 03.06.23 19:47, Florents Tselai wrote: There’s another previous relevant patch [0] but was never merged. I’ve included these stop words and added some more (info in README.md). For my personal projects looks like it yields much better results. I’d like some feedback on the extension ; parti

Improving FTS for Greek

2023-06-03 Thread Florents Tselai
I posted earlier in pgsql-general, that I realised there’s no greek.stop under $(pg_config —sharedir)/tsearch_data And indeed looks like stop words are maintained with to_tsvector(‘greek’, ..). I wrote an extension https://github.com/Florents-Tselai/pg_fts_greek that adds another ‘greek_ext’ r