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

Commitccd9ef0

Browse files
committed
Added a FIXME about stopwords (currently ignored).
1 parent8a26048 commitccd9ef0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ about how much memory is available. Use that to tweak the GUC.
5858
The shared segment can contain several dictionaries at the same time,
5959
the amount of memory is the only limit.
6060

61+
6162
Using the dictionary
6263
--------------------
6364
Technically, the extension defines a 'shared_ispell' template that

‎src/shared_ispell.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ dispell_init(PG_FUNCTION_ARGS)
249249
SharedNIImportAffixes(dict,
250250
get_tsearch_config_filename(affFile,"affix"));
251251

252-
// readstoplist(stopFile, &stoplist, lowerstr);
252+
/* FIXME use the stoplist */
253+
/* readstoplist(stopFile, &stoplist, lowerstr); */
253254

254255
SharedNISortDictionary(dict);
255256
SharedNISortAffixes(dict);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp