31b65d42f8
- update to 2.2.0: * Python 2 is no longer actively supported * Fix code generated for division. * C#: An among without functions is now generated as static and groupings are now generated as constant. * Constant numeric subexpressions and constant numeric tests are now evaluated at Snowball compile time. * german2: Fix handling of qu to match algorithm description. * arabic: Handle exception cases in the among they're exceptions to. * greek: Remove unused slice setting, handle exception cases in the among they're exceptions to * hindi: Eliminate the need for variable p. * irish: Minor optimisation in setting pV and p1.
Dirk Mueller2021-12-06 10:06:14 +00:00
5f4633bb2b
- update to 2.1.0: * Add Serbian stemmer from stef4np (#113). * Add Yiddish stemmer from Assaf Urieli (#137). * Add Armenian stemmer from Astghik Mkrtchyan. It's been on the website for over a decade, and included in Xapian for over 9 years without any negative feedback. * kraaij_pohlmann: Use $v = limit instead of do (tolimit setmark v) since this generates simpler code, and also matches the code other algorithm implementations use. Probably for languages like C with optimising compilers the compiler will generate equivalent code anyway, but e.g. for Python this should be an improvement.
Dirk Mueller2021-01-23 01:13:36 +00:00