From: | Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it> |
---|---|
To: | PGSQL Mailing List <pgsql-general(at)postgresql(dot)org> |
Cc: | "Massa, Harald Armin" <harald(at)2ndQuadrant(dot)de> |
Subject: | Re: access to lexems or access to parsed elements |
Date: | 2011-08-25 17:57:17 |
Message-ID: | 20110825195717.71e30d01@dawn.webthatworks.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 25 Aug 2011 18:21:21 +0200
"Massa, Harald Armin" <harald(at)2ndQuadrant(dot)de> wrote:
> I want to access the single words in a text. Better yet: the
> relevant words (i.e. without stop words) in a text.
>
> to_tsvector or casting gets me the lexems as a tsvector:
I wrote this piece of C code more than a year ago. [1]
It has been working in a production environment for quite a lot.
It just works with versions < 8.4 since it doesn't support *.
I'd be willing to maintain the module or even expand its
features and release it on any license that will please postgresql
community if my effort would actually make it more easily available
to other people but throwing it on the internet won't be enough.
If someone think it is worth the effort to help me understand how
that could happen I'd be glad to learn.
--
Ivan Sergio Borgonovo
http://www.webthatworks.it
From | Date | Subject | |
---|---|---|---|
Next Message | Lonni J Friedman | 2011-08-25 19:38:05 | pg_restore with -j fails (works without -j option) |
Previous Message | Scott Marlowe | 2011-08-25 17:52:33 | Re: rollback doubt and connection to remoteDB |