The current link points to an obsolete site, which is no longer maintained. Co-authored-by: Stefan Walter <67258699+rd-stefan-walter@users.noreply.github.com>
This commit is contained in:
parent
dd99125193
commit
3e548592b6
|
@ -60,7 +60,7 @@ algorithmic stemming with a built-in dictionary.
|
||||||
* <<analysis-porterstem-tokenfilter,`porter_stem`>>, our recommended algorithmic
|
* <<analysis-porterstem-tokenfilter,`porter_stem`>>, our recommended algorithmic
|
||||||
stemmer for English.
|
stemmer for English.
|
||||||
* <<analysis-snowball-tokenfilter,`snowball`>>, which uses
|
* <<analysis-snowball-tokenfilter,`snowball`>>, which uses
|
||||||
http://snowball.tartarus.org/[Snowball]-based stemming rules for several
|
https://snowballstem.org/[Snowball]-based stemming rules for several
|
||||||
languages.
|
languages.
|
||||||
|
|
||||||
[[dictionary-stemmers]]
|
[[dictionary-stemmers]]
|
||||||
|
|
Loading…
Reference in New Issue