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

Commit99f6e49

Browse files
author
Artur Zakirov
committed
Added Author part for README
1 parent6f80f07 commit99f6e49

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,20 @@ use this prepared data).
133133
db=# SELECT shared_ispell_reset();
134134

135135
That's all for now ...
136+
137+
Changes from original version
138+
-----------------------------
139+
The original version of this module located in the Tomas Vondra's
140+
[GitHub](https://github.com/tvondra/shared_ispell). That version does not handle
141+
affixes that require full regular expressions (regex_t, implemented in regex.h).
142+
143+
This version of the module can handle that affixes with full regular
144+
exressions. To handle it the module loads and stores affix files in each
145+
sessions. The affix list is tiny and takes a little time and memory to parse.
146+
Actually this is Tomas
147+
[idea](http://www.postgresql.org/message-id/56A5F3D5.9030702@2ndquadrant.com),
148+
but there is not related code in the GitHub.
149+
150+
Author
151+
------
152+
Tomas Vondra[GitHub](https://github.com/tvondra)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp