]> granicus.if.org Git - postgresql/commit
Improve support of Hunspell
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 17 Mar 2016 14:23:38 +0000 (17:23 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 17 Mar 2016 14:23:38 +0000 (17:23 +0300)
commitf4ceed6ceba31a72ed7a726fef05d211641f283c
tree67e120d2148f9f8093866864d8229eec9e33b9ce
parent0218e8b3fa7ec72af441ac6f80927bff0d497334
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
src/backend/tsearch/spell.c
src/include/tsearch/dicts/spell.h