Skip to content

Commit 99f6e49

Browse files
author
Artur Zakirov
committed
Added Author part for README
1 parent 6f80f07 commit 99f6e49

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
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/[email protected]),
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)