Skip to content

Move to libstemmer, add more languages

Michael Gratton requested to merge mjog/334-libstemmer into mainline

Replace the in-tree, SQLite-based stemmer with libstemmer, and perform stemming directly via the library rather than via SQLite.

Libstemmer supports more languages than the in-tree stemmer, and supports selecting the stemming language at runtime, not when the last appropriate DB upgrade occurred.

Fixes #334 (closed), see also #147

Edited by Michael Gratton

Merge request reports