Haritha - please do not hijack threads (meaning you're replying to a message with one subject, but starting a new one with the same "subject" line). Please create a brand new message to the list with a new subject.

The SnowballAnalyzer is available in Lucene, which incorporates the Snowball stemming algorithm. There is also a PorterStemFilter using the Porter stemmer (precursor to Snowball) built into Lucene 1.4.3.

        Erik


On Feb 28, 2006, at 6:33 AM, Haritha_Parvatham wrote:


Hi,

Lucene uses stemmer for supporting multilingualism.The stemming
algorthim differs from language to language.
Can you tell me how many different types of stemmer available & which
stemmer lucene supports.I believe it supports snowball stemmer.I have
downloaded the snowball stemmer .it supports few languages.The source
files are in Core 'C' language.I have compiled C file using C
compiler.Now I want to know how Snowball can be implemented in lucene

Thanks
-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 28, 2006 4:57 PM
To: java-user@lucene.apache.org
Subject: Re: Filter Field.Keyword possible?


On Feb 28, 2006, at 6:14 AM, Haritha_Parvatham wrote:
Hi,
Is there some one to guide to deploy lucene 1.4.3.
Iam having lucene 1.4.3 sources.Please tell me the procedure to run
lucene in my system.Iam using windows as os.

First steps are to familiarize yourself with just what exactly Lucene
is.  You don't "deploy" Lucene, per se.  It simply(!) a library, a JAR
in Java terms.  Lucene itself becomes integrated into your application
just like any other 3rd party library.

I recommend you begin by reading any of the freely available articles
online - http://wiki.apache.org/jakarta-lucene/Resources - and  the
wonderful (hey, even I think so ;) "Lucene in Action" book.

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to