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