Re: Stemming in Nutch

2010-03-10 Thread kanimesh
the PorterStemFilter to NutchDocumentAnalysis.tokenStream. If anyone is interested in the changes, let me know and I'll send them to you. Or maybe it's worth slapping onto the Wiki. Howie -- View this message in context: http://old.nabble.com/Stemming-in-Nutch-tp155112p27849297.html Sent

Re: Lost regrading Stemming in nutch

2008-10-31 Thread David Jashi
I managed to connect Nutch 0.9 to my stemming machine. Don't know if my approach would work on 0.8.1 On Wed, Oct 29, 2008 at 10:56 PM, jcze [EMAIL PROTECTED] wrote: Hi, i'm using nutch 0.8.1, I'm lost about the stemming of nutch, tried the wiki on MultiLingual Support. coz it said

Lost regrading Stemming in nutch

2008-10-29 Thread jcze
Hi, i'm using nutch 0.8.1, I'm lost about the stemming of nutch, tried the wiki on MultiLingual Support. coz it said that it could stem the words.. hmm.. but I'm lost because it said that I need to modify the IndexSegment class which i couldnt find.. =( Anywayz, i tried the stemming for nutch 8

Stemming with Nutch

2007-06-28 Thread Robert Young
Hi, Are the Nutch Stemming modifications available as a patch? I can't seem to find anything on issue.apache.org Thanks Rob

Re: Stemming with Nutch

2007-06-28 Thread Doğacan Güney
On 6/28/07, Robert Young [EMAIL PROTECTED] wrote: Hi, Are the Nutch Stemming modifications available as a patch? I can't seem to find anything on issue.apache.org There is some sort of stemming for German and French languages (available as plugin analysis-de and analysis-fr). I don't know how

Re: Stemming with Nutch

2007-06-28 Thread Enis Soztutar
Doğacan Güney wrote: On 6/28/07, Robert Young [EMAIL PROTECTED] wrote: Hi, Are the Nutch Stemming modifications available as a patch? I can't seem to find anything on issue.apache.org There is some sort of stemming for German and French languages (available as plugin analysis-de

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

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jayant Kumar Gandhi
the restriction that Results only include pages that contain all of the query words., if yes, how do I overcome it and achieve stemming in Nutch 0.7.2. Thanks and Regards, Jayant Gandhi On 6/29/06, Jérôme Charron [EMAIL PROTECTED] wrote: I need stemming in my search engine based on Nutch 0.7.2

Re: Stemming in Nutch 0.7.2 issue

2006-06-29 Thread Jérôme Charron
and hotels are required in your query. Am I hitting the restriction that Results only include pages that contain all of the query words., if yes, how do I overcome it and achieve stemming in Nutch 0.7.2. It seems that your stemming is based on some specific code you have developped, not on standard

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