Improve support of Hunspell
Teodor Sigaev <teodor@sigaev.ru>
Improve support of Hunspell - allow to use non-ascii characters as affix flag. Non-numeric affix flags now are stored as string instead of numeric value of character. - allow to use 0 as affix flag in numeric encoded affixes That adds support for arabian, hungarian, turkish and brazilian portuguese languages. Author: Artur Zakirov with heavy editorization by me
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tsearch/spell.c | modified | +265 −166 |
| src/include/tsearch/dicts/spell.h | modified | +37 −7 |