Re: SnowballPorterFilterFactory stemming word question

2009-09-11 Thread darniz
> > > -Yonik > http://www.lucidimagination.com > > -- View this message in context: http://www.nabble.com/SnowballPorterFilterFactory-stemming-word-question-tp25180310p25404615.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SnowballPorterFilterFactory stemming word question

2009-09-10 Thread darniz
results match up, you're good. For example, a > document containing the word "machines" may stem to "machin" and then > a query of "machined" will stem to "machin" and thus match the > document. > > > -Yonik > http://www.lu

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
ed from > words with similar roots. > > if you want to see the actaul root word, you'll have to use a dictionary > based stemmer. > > > -Hoss > > > -- View this message in context: http://www.nabble.com/SnowballPorterFilterFactory-stemming-word-question-tp25180310p25325738.html Sent from the Solr - User mailing list archive at Nabble.com.

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 >

SnowballPorterFilterFactory stemming word question

2009-08-27 Thread darniz
Thanks -- View this message in context: http://www.nabble.com/SnowballPorterFilterFactory-stemming-word-question-tp25180310p25180310.html Sent from the Solr - User mailing list archive at Nabble.com.