[PROPOSAL] Nepali Snowball dictionary - Mailing list pgsql-hackers

From Arthur Zakirov
Subject [PROPOSAL] Nepali Snowball dictionary
Date
Msg-id 20180219140849.GA9050@zakirov.localdomain
Whole thread Raw
Responses Re: [PROPOSAL] Nepali Snowball dictionary  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello hackers,

I would like to propose nepali snowball dictionary patch.

Nepali is inflectional and derivational language. And it can be stemmed.

initdb also patched, so it can determine default text search
configuration.

Examples:

=# select ts_lexize('nepali_stem', 'लेख्');
 ts_lexize 
-----------
 {लेख्}

=# select ts_lexize('nepali_stem', 'लेखछेस्');
 ts_lexize 
-----------
 {लेख}

=# select ts_lexize('nepali_stem', 'लेखे');
 ts_lexize 
-----------
 {लेखे}

Authors:
- Oleg Bartunov
- Nepali NLP Group

Is it appropriate to add new snowball dictionaries? I'm not sure about
policy of including new snowball dictionaries.

-- 
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: SHA-2 functions
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Contention preventing locking