Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1d042b

Browse files
Replace link to Hunspell with the current homepage
The Hunspell project moved from Sourceforge to Github sometimein 2016, so update our links to match the new URL. Backpatchthe doc changes to all supported versions.Discussion:https://postgr.es/m/DC9A662A-360D-4125-A453-5A6CB9C6C4B4@yesql.seBackpatch-through: v11
1 parent5644d6f commitf1d042b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ SELECT plainto_tsquery('supernova star');
29022902
url="https://www.cs.hmc.edu/~geoff/ispell.html">Ispell</ulink>.
29032903
Also, some more modern dictionary file formats are supported &mdash; <ulink
29042904
url="https://en.wikipedia.org/wiki/MySpell">MySpell</ulink> (OO &lt; 2.0.1)
2905-
and <ulink url="https://sourceforge.net/projects/hunspell/">Hunspell</ulink>
2905+
and <ulink url="https://hunspell.github.io/">Hunspell</ulink>
29062906
(OO &gt;= 2.0.2). A large list of dictionaries is available on the <ulink
29072907
url="https://wiki.openoffice.org/wiki/Dictionaries">OpenOffice
29082908
Wiki</ulink>.

‎src/include/tsearch/dicts/spell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ typedef struct
3737

3838
/*
3939
* Names of FF_ are correlated with Hunspell options in affix file
40-
*http://hunspell.sourceforge.net/
40+
*https://hunspell.github.io/
4141
*/
4242
#defineFF_COMPOUNDONLY0x01
4343
#defineFF_COMPOUNDBEGIN0x02

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp