forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
15 lines
1.6 KiB
HTML
15 lines
1.6 KiB
HTML
<a name="EN-US_TOPIC_0000001764516382"></a><a name="EN-US_TOPIC_0000001764516382"></a>
|
|
|
|
<h1 class="topictitle1">Snowball Dictionary</h1>
|
|
<div id="body1561195448345"><p id="EN-US_TOPIC_0000001764516382__p741685911228">A <strong id="EN-US_TOPIC_0000001764516382__b1513715413303">Snowball</strong> dictionary is based on a project by Martin Porter and is used for stem analysis, providing stemming algorithms for many languages. <span id="EN-US_TOPIC_0000001764516382__text1989292856">GaussDB(DWS)</span> provides predefined <strong id="EN-US_TOPIC_0000001764516382__b61111931153417">Snowball</strong> dictionaries of many languages. You can query the <strong id="EN-US_TOPIC_0000001764516382__b1459952412484">PG_TS_DICT</strong> system catalog to view the predefined <strong id="EN-US_TOPIC_0000001764516382__b7974424153917">Snowball</strong> dictionaries and supported stemming algorithms.</p>
|
|
<p id="EN-US_TOPIC_0000001764516382__p335412548429">Snowball dictionaries identify all inputs as recognized, whether simplified or not, so they should be placed at the end of the dictionary list. It is useless to place it before any other dictionary because a token will never pass it through to the next dictionary.</p>
|
|
<p id="EN-US_TOPIC_0000001764516382__p1390819885014">For details about the syntax of <strong id="EN-US_TOPIC_0000001764516382__b101761947194420">Snowball</strong> dictionaries, see <a href="dws_06_0183.html">CREATE TEXT SEARCH DICTIONARY</a>.</p>
|
|
<p id="EN-US_TOPIC_0000001764516382__p18307854144918"></p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_06_0102.html">Dictionaries</a></div>
|
|
</div>
|
|
</div>
|
|
|