>
>
> -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.
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
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
: 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
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.
: 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
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
> 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
>
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.