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

Commit8275820

Browse files
Artur Zakirovvbwagner
Artur Zakirov
authored andcommitted
Contrib dictionaries documentation fixes
1 parentd56c932 commit8275820

File tree

9 files changed

+78
-297
lines changed

9 files changed

+78
-297
lines changed

‎doc/src/sgml/contrib.sgml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
118118
&file-fdw;
119119
&fuzzystrmatch;
120120
&hstore;
121-
&hunspell-en-us
122-
&hunspell-fr
123-
&hunspell-nl-nl
124-
&hunspell-ru-ru
125-
&hunspell-tr-tr
121+
&hunspell-dict
126122
&intagg;
127123
&intarray;
128124
&isn;

‎doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,7 @@
119119
<!ENTITY file-fdw SYSTEM "file-fdw.sgml">
120120
<!ENTITY fuzzystrmatch SYSTEM "fuzzystrmatch.sgml">
121121
<!ENTITY hstore SYSTEM "hstore.sgml">
122-
<!ENTITY hunspell-en-us SYSTEM "hunspell-en-us.sgml">
123-
<!ENTITY hunspell-fr SYSTEM "hunspell-fr.sgml">
124-
<!ENTITY hunspell-nl-nl SYSTEM "hunspell-nl-nl.sgml">
125-
<!ENTITY hunspell-ru-ru SYSTEM "hunspell-ru-ru.sgml">
126-
<!ENTITY hunspell-tr-tr SYSTEM "hunspell-tr-tr.sgml">
122+
<!ENTITY hunspell-dict SYSTEM "hunspell-dict.sgml">
127123
<!ENTITY intagg SYSTEM "intagg.sgml">
128124
<!ENTITY intarray SYSTEM "intarray.sgml">
129125
<!ENTITY isn SYSTEM "isn.sgml">

‎doc/src/sgml/hunspell-dict.sgml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!-- doc/src/sgml/hunspell-dict.sgml -->
2+
3+
<sect1 id="hunspell-dict" xreflabel="Hunspell Dictionaries Modules">
4+
<title><application>Hunspell</> Dictionaries Modules</title>
5+
6+
<indexterm zone="hunspell-dict">
7+
<primary>Hunspell Dictionaries</primary>
8+
</indexterm>
9+
10+
<para>
11+
These modules provide <application>Hunspell</> dictionaries for various languages.
12+
Upon installation of the module into database using
13+
<command>CREATE EXTENSION</> command, text search dictionary and configuration
14+
objects in the public schema appear.
15+
</para>
16+
17+
<table id="hunspell-dict-table">
18+
<title>Modules</title>
19+
<tgroup cols="4">
20+
<thead>
21+
<row>
22+
<entry>Language</entry>
23+
<entry>Extension name</entry>
24+
<entry>Dictionary name</entry>
25+
<entry>Configuration name</entry>
26+
</row>
27+
</thead>
28+
29+
<tbody>
30+
<row>
31+
<entry>American English</entry>
32+
<entry><filename>hunspell_en_us</filename></entry>
33+
<entry><literal>public.english_hunspell</literal></entry>
34+
<entry><literal>public.english</literal></entry>
35+
</row>
36+
<row>
37+
<entry>Dutch</entry>
38+
<entry><filename>hunspell_nl_nl</filename></entry>
39+
<entry><literal>public.dutch_hunspell</literal></entry>
40+
<entry><literal>public.dutch</literal></entry>
41+
</row>
42+
<row>
43+
<entry>French</entry>
44+
<entry><filename>hunspell_fr</filename></entry>
45+
<entry><literal>public.french_hunspell</literal></entry>
46+
<entry><literal>public.french</literal></entry>
47+
</row>
48+
<row>
49+
<entry>Russian</entry>
50+
<entry><filename>hunspell_ru_ru</filename></entry>
51+
<entry><literal>public.russian_hunspell</literal></entry>
52+
<entry><literal>public.russian</literal></entry>
53+
</row>
54+
<row>
55+
<entry>Turkish</entry>
56+
<entry><filename>hunspell_tr_tr</filename></entry>
57+
<entry><literal>public.turkish_hunspell</literal></entry>
58+
<entry><literal>public.turkish</literal></entry>
59+
</row>
60+
</tbody>
61+
</tgroup>
62+
</table>
63+
64+
</sect1>

‎doc/src/sgml/hunspell-en-us.sgml

Lines changed: 0 additions & 56 deletions
This file was deleted.

‎doc/src/sgml/hunspell-fr.sgml

Lines changed: 0 additions & 56 deletions
This file was deleted.

‎doc/src/sgml/hunspell-nl-nl.sgml

Lines changed: 0 additions & 56 deletions
This file was deleted.

‎doc/src/sgml/hunspell-ru-ru.sgml

Lines changed: 0 additions & 59 deletions
This file was deleted.

‎doc/src/sgml/hunspell-tr-tr.sgml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp