From: | Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Panagiotis Mavrogiorgos <pmav99(at)gmail(dot)com>, <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Feature: Add Greek language fulltext search |
Date: | 2019-07-11 09:55:53 |
Message-ID: | 2318c3e7-0553-92e5-7978-8efdf8e870b1@anayrat.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 7/4/19 1:39 PM, Peter Eisentraut wrote:
> On 2019-03-25 12:04, Panagiotis Mavrogiorgos wrote:
>> Last November snowball added support for Greek language [1]. Following
>> the instructions [2], I wrote a patch that adds fulltext search for
>> Greek in Postgres. The patch is attached.
>
> I have committed a full sync from the upstream snowball repository,
> which pulled in the new greek stemmer.
>
> Could you please clarify where you got the stopword list from? The
> README says those need to be downloaded separately, but I wasn't able to
> find the download location. It would be good to document this, for
> example in the commit message. I haven't committed the stopword list yet.
>
Thanks, I noted snowball pushed a new commit related to greek stemmer few days
after your sync:
https://github.com/snowballstem/snowball/commit/533602101f963eeb0c38343d94c428ceef740c0c
As it seems there is no policy for stable release on Snowball, I don't know what
is the best way to keep in sync :(
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2019-07-11 10:12:37 | Re: Index Skip Scan |
Previous Message | Julien Rouhaud | 2019-07-11 09:48:20 | Re: Add parallelism and glibc dependent only options to reindexdb |