Hebrew Dictionary for PostgreSQL on Heroku?

Reading Heroku help on enabling full-text search in PostgreSQL. I see that it does not support Hebrew by default. Does anyone know how to add Hebrew dictionary support to PostgreSQL on Heroku?

Thanks Mike

+5
source share
1 answer

I am working on Heroku Postgres and would like information on this subject from those who can sell it.

I study this, but so far the waters have been muddy regarding how Hebrew is supported in many / any open source projects, including full-text search projects such as Lucene or Xapian. There are full-blown tools for this, but their integration with PostgreSQL does not yet exist, as far as I know, for example. hebstem , hspell and libhspell , HebMorph .

If someone knows what is being used for this in the current state in Postgres, I can try to get it to work on Heroku in due time, depending on the specific details of this implementation, which I should consider a little carefully.

As- ispell , ispell , , , , .

:

?

+5

All Articles