Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F648E3C8 for ; Tue, 15 Jan 2013 09:20:53 +0000 (UTC) Received: (qmail 48881 invoked by uid 500); 15 Jan 2013 09:20:51 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 48710 invoked by uid 500); 15 Jan 2013 09:20:50 -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 Received: (qmail 48658 invoked by uid 99); 15 Jan 2013 09:20:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 09:20:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 09:20:40 +0000 Received: by mail-we0-f171.google.com with SMTP id u3so14384wey.2 for ; Tue, 15 Jan 2013 01:20:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:mime-version:content-type:subject:date:in-reply-to :to:references:message-id:x-mailer:x-gm-message-state; bh=IwsPC2T18XG4JhWTdoM7zBwmSS3ab66txBOsM0sj6yA=; b=FEeXnPQndH4IaO+br/jinpNilBblPEae6b1e38kRxOiWF2p5wr8h10E+RHoOCMvbx9 AY+mDKXm36YajdsG6RGF0yNcl6dOS/U6K7iXcmWaUkQXDmxf4g+tlEXTQE8Pst6fPa8T i579yBj9RUEQF2x37f0YkVTfZfIqZneW0rUXLm0g5pmmAv1riJ4Ajln4Ux4MuIxu1JcH OBp8eTU3if/E1SrEq96YJDmKZcfpI4//KsTYMEJZfYt5Yr29rXl2fKcufdzZC8pEowuj pgdpW40jGZLMPrLXlg2qBOzEdAdwtU+csabzF5LH5t9HTu0qWqVOkYQa/Wf4e+u1cXIv t5Bw== X-Received: by 10.194.87.200 with SMTP id ba8mr140207087wjb.22.1358241620619; Tue, 15 Jan 2013 01:20:20 -0800 (PST) Received: from [192.168.0.5] (host-2-96-110-173.as13285.net. [2.96.110.173]) by mx.google.com with ESMTPS id p3sm2568540wic.8.2013.01.15.01.20.19 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 01:20:19 -0800 (PST) From: Alan Woodward Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: multipart/alternative; boundary="Apple-Mail=_CAE0315D-1B50-4FDE-B642-D399C27C8314" Subject: Re: Reg Lucene Naive Bayesian classifier. Date: Tue, 15 Jan 2013 09:20:18 +0000 In-Reply-To: To: java-user@lucene.apache.org References: Message-Id: <0D71D493-D95B-4179-A8B7-DA2B1CC53230@flax.co.uk> X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQmNj9rhWAl1GdFDXu3UD+SeF+BBTjrV434sdA1uAXQE/S+658aR7SL2fxsk6nQWyjjSxpN0 X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_CAE0315D-1B50-4FDE-B642-D399C27C8314 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Hi Vignesh, You might want to have a look at something we put together last year: = http://www.flax.co.uk/blog/2012/06/12/clade-a-freely-available-open-source= -taxonomy-and-autoclassification-tool/.=20 Alan Woodward alan@flax.co.uk On 15 Jan 2013, at 05:33, VIGNESH S wrote: > Hi All, >=20 > Thanks for your replies.. >=20 > Actually I am trying to classify the email mail data in to categories > and also spam mails .. I have tried clustering but it is not useful > since we can not control categories. >=20 > I am looking for a light weight implementation which can be used in > mobiles in client side. >=20 > I thought Lucene Naive Bayesian Would be useful... >=20 > Please Suggest me Whether classifying emails will be done using this > Lucene Naive Bayesian or any other Lucene Classifiers.. >=20 >=20 > Thanks and Regards > Vignesh Srinivasan >=20 >=20 > On Mon, Jan 14, 2013 at 7:23 PM, VIGNESH S = wrote: >> Hi, >>=20 >> Anyone Used the Naive Bayesian Classifier? >>=20 >> It will be really helpful if some one Can post how to use the >> classifiers in Lucene .. >>=20 >> -- >> Thanks and Regards >> Vignesh Srinivasan >> 9739135640 >=20 >=20 >=20 > --=20 > Thanks and Regards > Vignesh Srinivasan > 9739135640 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 --Apple-Mail=_CAE0315D-1B50-4FDE-B642-D399C27C8314--