mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Sync our Snowball stemmer dictionaries with current upstream
The main change is a new stemmer for Greek. There are minor changes in the Danish and French stemmers. Author: Panagiotis Mavrogiorgos <pmav99@gmail.com>
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
#include "snowball/libstemmer/stem_UTF_8_finnish.h"
|
||||
#include "snowball/libstemmer/stem_UTF_8_french.h"
|
||||
#include "snowball/libstemmer/stem_UTF_8_german.h"
|
||||
#include "snowball/libstemmer/stem_UTF_8_greek.h"
|
||||
#include "snowball/libstemmer/stem_UTF_8_hungarian.h"
|
||||
#include "snowball/libstemmer/stem_UTF_8_indonesian.h"
|
||||
#include "snowball/libstemmer/stem_UTF_8_irish.h"
|
||||
@@ -115,6 +116,7 @@ static const stemmer_module stemmer_modules[] =
|
||||
STEMMER_MODULE(finnish, PG_UTF8, UTF_8),
|
||||
STEMMER_MODULE(french, PG_UTF8, UTF_8),
|
||||
STEMMER_MODULE(german, PG_UTF8, UTF_8),
|
||||
STEMMER_MODULE(greek, PG_UTF8, UTF_8),
|
||||
STEMMER_MODULE(hungarian, PG_UTF8, UTF_8),
|
||||
STEMMER_MODULE(indonesian, PG_UTF8, UTF_8),
|
||||
STEMMER_MODULE(irish, PG_UTF8, UTF_8),
|
||||
|
||||
Reference in New Issue
Block a user