You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by payo <pa...@yahoo.com> on 2008/01/08 17:59:58 UTC

Re: spell check in nutch 0.8.1

i see that nutch-0.8.1 and nutch trunk are two distributions differents

how i can do it for use spell check in the nutch-0.8.1?

thanks for you help


-- 
View this message in context: http://www.nabble.com/spell-check-in-nutch-0.8.1-tp14296861p14693817.html
Sent from the Nutch - User mailing list archive at Nabble.com.


Re: spell check in nutch 0.8.1

Posted by Chetan Patel <ch...@webmail.aruhat.com>.
Hello All,

I have use org.apache.lucene.search.spell.SpellChecker for spell checker.

When I search 'computar' on my indexing; it will return suggestion
'computer' and it's correct.

When I search 'computer' on my indexing; it will return suggestion
'combined' and 'computer-and'.

Now I am confuse becoz i have enter correct word 'computer' and its give me
two suggestion.

anybody can help me how to implemet spell check in nutch.

Thanks in advance.

-- Chetan Patel 

-- 
View this message in context: http://www.nabble.com/spell-check-in-nutch-0.8.1-tp14296861p21705869.html
Sent from the Nutch - User mailing list archive at Nabble.com.