https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27515
Caroline Cyr La Rose <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #9 from Caroline Cyr La Rose <[email protected]> --- I don't know if this can help anyone. We use snowball_french as stemmer. It works really well (with some exceptions). https://snowballstem.org/ In index_config.yaml, under analyzer_standard, there is snowball_french under the filters analyzer_standard: tokenizer: icu_tokenizer filter: - icu_folding - snowball_french and under filter (before char_filter), there is snowball_french filter: snowball_french: type: snowball language: french -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
