Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6AE4A200B45 for ; Fri, 15 Jul 2016 21:25:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 693B5160A61; Fri, 15 Jul 2016 19:25:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB9B6160A57 for ; Fri, 15 Jul 2016 21:25:52 +0200 (CEST) Received: (qmail 98119 invoked by uid 500); 15 Jul 2016 19:25:46 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Delivered-To: moderator for java-user@lucene.apache.org Received: (qmail 95014 invoked by uid 99); 15 Jul 2016 19:24:46 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Date: Fri, 15 Jul 2016 12:24:42 -0700 (MST) From: Mila88 To: java-user@lucene.apache.org Message-ID: <1468610682617-4287393.post@n3.nabble.com> Subject: Lucene with Semantic Vectors (LSA, LSI, LDA)? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 15 Jul 2016 19:25:53 -0000 Hello, I have a project which indexes and scores documents using Lucene. However, I'd like to do that using semantic indexing (LSI, LSA, LDA or Semantic Vectors). I've read old posts and some people said that Semantic Vectors plays well with Lucene. However, I noticed that its classes are used only by command line (throw method main) instead of by API. So, I'd like to know if anyone can suggest any other approach so that I could use semantic indexing in Lucene. Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-with-Semantic-Vectors-LSA-LSI-LDA-tp4287393.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org