Snowball Analyzer question

I'm using the snowball analyzer to stem words but there are a couple of words during testing that are not working well.

If put in Mountain Biking or Mountain Bikes then I end up with Mountain Bike but if put Mountain Biker it gets stored and Mountain Biker not Mountain Bike.

Is there another tokenizer or analyzer I should be using in conjunction with snowball?

Thanks
Todd

I dont think this is the right place to ask that question.
There is porter stem stemmer which is the default one.
Try that one also.

Thanks
Vineeth

On Wed, Aug 22, 2012 at 9:46 AM, Linton trlinton@gmail.com wrote:

I'm using the snowball analyzer to stem words but there are a couple of
words
during testing that are not working well.

If put in Mountain Biking or Mountain Bikes then I end up with Mountain
Bike
but if put Mountain Biker it gets stored and Mountain Biker not Mountain
Bike.

Is there another tokenizer or analyzer I should be using in conjunction
with
snowball?

Thanks
Todd

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Snowball-Analyzer-question-tp4021955.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

--

--

Snowball and porter stemmers will not stem 'er' words. If you have a
handful of cases, you can use the stemming override filter to manually
manage the list of words.

--
Ivan

On Tue, Aug 21, 2012 at 9:16 PM, Linton trlinton@gmail.com wrote:

I'm using the snowball analyzer to stem words but there are a couple of words
during testing that are not working well.

If put in Mountain Biking or Mountain Bikes then I end up with Mountain Bike
but if put Mountain Biker it gets stored and Mountain Biker not Mountain
Bike.

Is there another tokenizer or analyzer I should be using in conjunction with
snowball?

Thanks
Todd

--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Snowball-Analyzer-question-tp4021955.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

--

--