Re: Is it possible to compare a long text string and fuzzy match only phrases contained in?

From: Benedict Holland <benedict(dot)m(dot)holland(at)gmail(dot)com>
To: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Is it possible to compare a long text string and fuzzy match only phrases contained in?
Date: 2021-01-17 23:09:48
Message-ID: CAD+mzox0eMUQxez=Wbve+=Qyj9_iDaV4yYO-eB61A_eCx7ESGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You want to do NLP in postgres? I would say that you would need a tool like
opennlp to get your tokens and phases, then run a fuzzy matching algorithm.

Unless postgres has nlp capabilities but I am not sure I would use them.
You actually want something fairly complex.

Thanks,
Ben

On Sun, Jan 17, 2021, 4:55 PM Shaozhong SHI <shishaozhong(at)gmail(dot)com> wrote:

> We are looking for working examples of comparing a long text string and
> fuzzy-matching multiple words (namely, phrases) contained in.
>
> Any such work examples?
>
> Regards,
>
> David
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message W.P. 2021-01-18 04:33:05 Re: System (and DB) upgrade problem., "part 2"
Previous Message Shaozhong SHI 2021-01-17 21:55:07 Is it possible to compare a long text string and fuzzy match only phrases contained in?