Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jayant Kumar Gandhi
Hey, I need stemming in my search engine based on Nutch 0.7.2, the stemming query is being created but I am not getting appropriate results. If I search for hotel, I get 11 results, but if I search for hotels, I get 1 result. Any thoughts? I have implemented stemming using the code in the mail

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jérôme Charron
I need stemming in my search engine based on Nutch 0.7.2, the stemming query is being created but I am not getting appropriate results. If I search for hotel, I get 11 results, but if I search for hotels, I get 1 result. You got one result that contains both hotel and hotels ... no?

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jayant Kumar Gandhi
yeah that page had both hotel and hotels, but shouldn't it have been all pages that contain hotel or hotels or both. thats what stemming is supposed to do. I have 2 pages that contain 'groves' and no page containing 'grove', I get no result when stemmer plugin is enabled. Am I hitting the

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jérôme Charron
yeah that page had both hotel and hotels, but shouldn't it have been all pages that contain hotel or hotels or both. thats what stemming is supposed to do. Yes, that's what stemming is supposed to do. But take a look at your query (that I have cut and paste in my previous mail): both hotel and

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jayant Kumar Gandhi
I am using the code as given at http://www.nabble.com/RE%3A-Nutch-does-not-use-stemmers--p249520.html On 6/29/06, Jérôme Charron [EMAIL PROTECTED] wrote: Yes, that's what stemming is supposed to do. But take a look at your query (that I have cut and paste in my previous mail): both hotel and

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jérôme Charron
I am using the code as given at http://www.nabble.com/RE%3A-Nutch-does-not-use-stemmers--p249520.html Deactivate the basic query filter and it should work. Jérôme -- http://motrech.free.fr/ http://www.frutch.org/

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jayant Kumar Gandhi
I tried this but there is an issue. If I search for 'Hotel' only search for hotel gets done, and pages containing only hotels miss out the action. if I search for hotels, again the search happens for hotel only and pages having just the word hotels miss out of the results. Also because of