Re: Analyzing PostgreSQL Email Archives with PostgreSQL

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Robert Bernier <robert(at)pg-live(dot)info>, "pgsql-advocacy(at)postgresql(dot)org" <pgsql-advocacy(at)postgresql(dot)org>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, damien clochard <damien(at)dalibo(dot)info>
Subject: Re: Analyzing PostgreSQL Email Archives with PostgreSQL
Date: 2013-02-05 22:20:53
Message-ID: 1360102853.90171.YahooMailNeo@web162905.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Robert Bernier <robert(at)pg-live(dot)info> wrote:

> Still it would be nice if people could mention here on the list
> real world use-cases using text-search.

The Wisconsin Supreme Court and Court of Appeals software uses
tsearch2 against text extracted from PDF documents to allow
justices, appeals court judges, and their clerks to search filings,
motions, opinions, etc.  Custom dictionaries are added to the
dictionary chain to allow accurate recognition of legal phrases
like "amicus curiae" or "power of attorney", and the lexemes
generated by the dictionaries are combined with the results of
passing the text with a regular expression search to find dates,
case numbers, and statute cites (which get higher priority in the
searches).  If any portion of the search string entered by the user
has quotes around it, the normal tsearch2 results are further
filtered by looking for an exact match on the quoted string.

-Kevin

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Ned Lilly 2013-02-12 19:47:55 support a major PostgreSQL app
Previous Message Joshua D. Drake 2013-02-05 21:59:23 Re: Analyzing PostgreSQL Email Archives with PostgreSQL