diff options
author | Teodor Sigaev | 2015-09-07 12:22:29 +0000 |
---|---|---|
committer | Teodor Sigaev | 2015-09-07 12:22:29 +0000 |
commit | fad42aae97bfce325770f433948c13e1c26ed0a3 (patch) | |
tree | f9f88bafa6ce904cfd8511f5b12ce906748bce7a | |
parent | 530d0c504fe636b0ed4a3817b1e9806dd55a52b6 (diff) |
Update site address of Snowball project
-rw-r--r-- | doc/src/sgml/textsearch.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 682f9f4870f..db8559bbfec 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -2705,7 +2705,7 @@ SELECT ts_lexize('norwegian_ispell', 'sjokoladefabrikk'); The <application>Snowball</> dictionary template is based on a project by Martin Porter, inventor of the popular Porter's stemming algorithm for the English language. Snowball now provides stemming algorithms for - many languages (see the <ulink url="http://snowball.tartarus.org">Snowball + many languages (see the <ulink url="http://snowballstem.org/">Snowball site</ulink> for more information). Each algorithm understands how to reduce common variant forms of words to a base, or stem, spelling within its language. A Snowball dictionary requires a <literal>language</> |