Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 43982 invoked from network); 6 Sep 2005 08:57:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 08:57:42 -0000 Received: (qmail 16284 invoked by uid 500); 6 Sep 2005 08:57:40 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 16251 invoked by uid 500); 6 Sep 2005 08:57:39 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 16238 invoked by uid 99); 6 Sep 2005 08:57:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 01:57:39 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=HTML_20_30,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of shaneosullivan1@gmail.com designates 64.233.162.206 as permitted sender) Received: from [64.233.162.206] (HELO zproxy.gmail.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 01:57:52 -0700 Received: by zproxy.gmail.com with SMTP id i11so745118nzi for ; Tue, 06 Sep 2005 01:57:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=GQTQ09RhdDPf9hBNWrDB+qogZWDbxwTUMaqCHHCu+FsdmGFunwbZOsLYgsLK8Igsg9HmBRA2ukgPlqNSgG1cVhWxr1TT/DG/joeZm1+aiGhcubYtXwaOw6CPiPZ0ob2PpPw/7B4Tn2FRKggIJWSQqd50Qp/sTIDIDg86klC3uk4= Received: by 10.36.105.7 with SMTP id d7mr3693346nzc; Tue, 06 Sep 2005 01:57:38 -0700 (PDT) Received: by 10.36.86.13 with HTTP; Tue, 6 Sep 2005 01:57:37 -0700 (PDT) Message-ID: <5db525fa050906015747bd43fb@mail.gmail.com> Date: Tue, 6 Sep 2005 09:57:37 +0100 From: Shane O'Sullivan Reply-To: shaneosullivan1@gmail.com To: java-dev@lucene.apache.org Subject: Re: Global Analysis possible in Lucene? In-Reply-To: <20050906085222.411B010FB2A9@asf.osuosl.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3193_19919484.1125997057997" References: <264D5834-AB60-409A-A4E8-2FD86F839DB8@ehatchersolutions.com> <20050906085222.411B010FB2A9@asf.osuosl.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3193_19919484.1125997057997 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Joaquin Thanks for that. I'm not trying to accomplish anything myself right now - m= y=20 employer asked me to do a technical evaluation of Lucene, and provided me= =20 with a list of areas I was to look in to, just to see if Lucene has certain= =20 capabilities. Global Analysis was one of the "would like" rather than "must= =20 have" functions, but I couldn't find any information on it on the web. Have you built GCA on top of Lucene? If so, how difficult was it from the= =20 Lucene perspective? (As opposed to the GCA itself, which I understand is=20 quite tricky). Do you know of any open source applications of GCA on top of= =20 Lucene? Thanks Shane On 9/6/05, Joaquin Delgado wrote: >=20 > I think Shane is refering to Global Context Analysis (vs. Local Context > Analysis), which refers to a statistical anlisys of the context > (sourrounding windows) around noun-phrases from the index for automatic > thesauri construction and query expansion. >=20 > For more info, read the SIGIR'96 paper from Xu and Croft: >=20 > http://citeseer.ifi.unizh.ch/cache/papers/cs/508/http:zSzzSzwww.cs.umass.= edu > zSz~xuzSzsigir96-final.pdf/xu96query.pdf >=20 > Shane: In principle, Lucene does provide all the tools needed to perform= =20 > GCA > and LCA but there is nothing built directly in the API do perform these > types of analysis. I've done some work in this area (more on variants of > LCA) so if you provide me with more information on what you are trying to > achieve, I might be able to help you. >=20 > -- Joaquin >=20 > -----Original Message----- > From: Erik Hatcher [mailto:erik@ehatchersolutions.com] > Sent: Thursday, September 01, 2005 12:49 PM > To: java-dev@lucene.apache.org > Subject: Re: Global Analysis possible in Lucene? >=20 > Shane - could you give us some details on what Global Analysis is and how= =20 > it > relates to full-text searching? >=20 > I googled for it and came up with some heavy duty mathematical stuff, but > did not see a direct relationship with information retrieval. >=20 > Erik >=20 >=20 > On Sep 1, 2005, at 9:36 AM, Shane O'Sullivan wrote: >=20 > > Hi, > > > > Does anyone know if Lucene supports Global Analysis? I haven't seen > > any documentation on it. > > > > Thanks > > > > Shane O'Sullivan > > >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org >=20 > ------=_Part_3193_19919484.1125997057997--