Skip to content

Commit dc853c2

Browse files
committed
Added info about the inability to handle complex regular expressions (regex_t).
1 parent 0d6ef4c commit dc853c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ If you need just snowball-type dictionaries, this extension is not
1313
really interesting for you. But if you really need an ispell
1414
dictionary, this may save you a lot of resources.
1515

16+
Warning
17+
-------
18+
The extension does not yet handle affixes that require full regular
19+
expressions (regex_t, implemented in regex.h). This is indicated by
20+
an error when initializing the dictionary.
21+
22+
Simple affixes and affixes that can be handled by fast regex subset
23+
(as implemented in regis.h) are handled just fine.
24+
1625

1726
Install
1827
-------

0 commit comments

Comments
 (0)