We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6ef4c commit dc853c2Copy full SHA for dc853c2
README.md
@@ -13,6 +13,15 @@ If you need just snowball-type dictionaries, this extension is not
13
really interesting for you. But if you really need an ispell
14
dictionary, this may save you a lot of resources.
15
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
25
26
Install
27
-------
0 commit comments