Re: SnowballPorterFilterFactory stemming word question

2009-09-11 Thread darniz
The link to download kstem is not working. Any other link please Yonik Seeley-2 wrote: > > On Mon, Sep 7, 2009 at 2:49 AM, darniz wrote: >> Does solr provide any implementation for dictionary stemmer, please let >> me >> know > > The Krovetz stemmer is dictionary based (english only): > http

Re: SnowballPorterFilterFactory stemming word question

2009-09-10 Thread darniz
Thanks Yonik i have a task where my user is giving me 20 words of english dictionary and i have to run a program and generate a report with all stemmed words. I have to use EnglishPorterFilterFactory and SnowballPorterFilterFactory to check which one is faster and gets the best results Should i

Re: SnowballPorterFilterFactory stemming word question

2009-09-08 Thread Yonik Seeley
On Mon, Sep 7, 2009 at 2:49 AM, darniz wrote: > Does solr provide any implementation for dictionary stemmer, please let me > know The Krovetz stemmer is dictionary based (english only): http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem But from your original question, maybe you ar

Re: SnowballPorterFilterFactory stemming word question

2009-09-08 Thread Chris Hostetter
: Thanks Hoss : Could you please provide with any example : : Does solr provide any implementation for dictionary stemmer, please let me As mentioned on the wiki... http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters Expansion stemming -- Takes a root word and 'expands' it to all of its

Re: SnowballPorterFilterFactory stemming word question

2009-09-06 Thread darniz
Thanks Hoss Could you please provide with any example Does solr provide any implementation for dictionary stemmer, please let me know Thanks Rashid hossman wrote: > > > : If i give "machine" why is that it stems to "machin", now from where > does > : this word come from > : If i give "revol

Re: SnowballPorterFilterFactory stemming word question

2009-09-03 Thread Chris Hostetter
: If i give "machine" why is that it stems to "machin", now from where does : this word come from : If i give "revolutionary" it stems to "revolutionari", i thought it should : stem to revolution. : : How does stemming work? the porter stemmer (and all of the stemmers provided with solr) are pr

Re: SnowballPorterFilterFactory stemming word question

2009-08-28 Thread Chantal Ackermann
AHMET ARSLAN schrieb: If i analyse this field type in analysis.jsp, the follwoing are the results if i give "running" its stems word to run which is fine If i give "machine" why is that it stems to "machin", now from where does this word come from If i give "revolutionary" it stems to "revolution

Re: SnowballPorterFilterFactory stemming word question

2009-08-27 Thread AHMET ARSLAN
> If i analyse this field type in analysis.jsp, the follwoing > are the results > if i give "running" its stems word to run which is fine > If i give "machine" why is that it stems to "machin", now > from where does > this word come from > If i give "revolutionary" it stems to "revolutionari", i >