tsearch2: stop words and stemming separate?

From: Sushant Sinha <sushant354(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: tsearch2: stop words and stemming separate?
Date: 2008-01-27 04:56:39
Message-ID: 1201409799.5449.18.camel@dragflick
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to remove stop words but do not want to stem the words. Is there
an interface in tsearch2 that allows me to do this?

Basically I am trying to implement spelling corrections and do not want
to correct stop words.

Thanks,
-Sushant.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2008-01-27 05:38:53 Re: tsearch2: stop words and stemming separate?
Previous Message Ivan Voras 2008-01-26 20:21:11 Re: Simple row serialization?