Opinions on KStem vs Porter Stem?

I'm thinking of switching from the Porter stemmer to KStem for English
because it seems to do a better job for my rather limited test set. Does
anyone have an opinion on which stemmer seems to do a better job?

Thanks!

Nik

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,

if I remember correctly, both Porter and English Snowball can be quite
aggressive in stemming. We are using KStem. YMMW

Regards,
Lukas

On Tue, Oct 1, 2013 at 2:57 PM, Nikolas Everett nik9000@gmail.com wrote:

I'm thinking of switching from the Porter stemmer to KStem for English
because it seems to do a better job for my rather limited test set. Does
anyone have an opinion on which stemmer seems to do a better job?

Thanks!

Nik

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Tue, Oct 1, 2013 at 10:07 AM, Lukáš Vlček lukas.vlcek@gmail.com wrote:

if I remember correctly, both Porter and English Snowball can be quite
aggressive in stemming. We are using KStem. YMMW

Thanks!

Nik

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Same here I find kstem less aggressive and a better fit for my data

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Likewise here.
We just switched from Porter to KStem for a recent client. I don't think
we've ever moved in the other direction.

Otis

ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service
Search Analytics - Cloud Monitoring Tools & Services | Sematext

On Tuesday, October 1, 2013 5:22:17 PM UTC-4, AlexR wrote:

Same here I find kstem less aggressive and a better fit for my data

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks so much. I did end up switching to KStem. I've only seen one
complaint, around the last name "Duhring", but I'm pretty sure Porter
wouldn't have been any better there.

Nik

On Mon, Oct 7, 2013 at 2:53 PM, Otis Gospodnetic <otis.gospodnetic@gmail.com

wrote:

Likewise here.
We just switched from Porter to KStem for a recent client. I don't think
we've ever moved in the other direction.

Otis

ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service
Search Analytics - Cloud Monitoring Tools & Services | Sematext

On Tuesday, October 1, 2013 5:22:17 PM UTC-4, AlexR wrote:

Same here I find kstem less aggressive and a better fit for my data

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I'll too be moving over to kstem. In addition to being a bit less aggressive, kstem turns all words into other real words (porter often comes out with word-chunks). So you can use the analyzed result to generate word clouds or other types of aggregations.