Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 57978 invoked from network); 18 Nov 2004 08:26:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Nov 2004 08:26:32 -0000 Received: (qmail 59979 invoked by uid 500); 18 Nov 2004 08:26:24 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 59954 invoked by uid 500); 18 Nov 2004 08:26:24 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 59941 invoked by uid 99); 18 Nov 2004 08:26:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [194.109.24.23] (HELO smtp-vbr3.xs4all.nl) (194.109.24.23) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 00:26:21 -0800 Received: from k8l.lan (porta.xs4all.nl [80.127.24.69]) by smtp-vbr3.xs4all.nl (8.12.11/8.12.11) with ESMTP id iAI8QBLO011879 for ; Thu, 18 Nov 2004 09:26:12 +0100 (CET) (envelope-from paul.elschot@xs4all.nl) From: Paul Elschot To: lucene-user@jakarta.apache.org Subject: Re: Lucene and SVD Date: Thu, 18 Nov 2004 09:26:11 +0100 User-Agent: KMail/1.5.4 References: <006301c4ccf8$c2299fc0$0100a8c0@goliath> In-Reply-To: <006301c4ccf8$c2299fc0$0100a8c0@goliath> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411180926.11417.paul.elschot@xs4all.nl> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wednesday 17 November 2004 23:57, DES wrote: > Hi >=20 > I need some kind of implementation of SVD (singular value decomposition) = or=20 > LSI with Lucene engine. Have anyone any ideas how to create a query table= =20 > for decomposition? The table must have documents as rows and terms as=20 > columns, if a term is presented in the docuement, the corresponding field= =20 > contains "1" and a "0" if not. Then the SVD will be applied to this table= ,=20 =46rom Lucene, with TermVector and field norm, one could use the term density instead of a presence bit. > and with first 2 columns docuemnts will be displayed in a 2D-space. > Does anyone work on a project like this? I don't know. Is there a good SVD package for Java? Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org