Re: Enhancing phonetic search support for more languages - GSoC 2010

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Dhiraj Lohiya <lohiya(dot)dhiraj(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Selena Deckelmann <selenamarie(at)gmail(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>
Subject: Re: Enhancing phonetic search support for more languages - GSoC 2010
Date: 2010-04-08 00:21:34
Message-ID: i2t603c8f071004071721gf9203a82j18657d225770f712@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 7, 2010 at 4:24 PM, Dhiraj Lohiya <lohiya(dot)dhiraj(at)gmail(dot)com> wrote:
> For instance, if many users(above a threshold set by us) insert
> some search string for which no wanted search result is retrieved, we could
> track what he finally selects and then accordingly append/modify our set of
> phonetic rules based on the phonetic mismatch amongst the  query inserted
> and result wanted according to our set of rules. Using this, the rule
> sets it could evolve itself when we collect usage statistics from users
> based on their experience. This feature would add a new dimension to
> the searchfunctionality and would surely stand out.

This is really more of an application than something you're going to
be able to build into the database. It might be an interesting
project, but it isn't really a PostgreSQL project (though you might
choose to use PostgreSQL to implement it).

...Robert

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kiswono Prayogo 2010-04-08 01:19:09 Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c
Previous Message Josh Berkus 2010-04-07 23:39:52 Re: Enhancing phonetic search support for more languages - GSoC 2010