RE: Word Break Spell Checker Implementation algorithm

2014-10-21 Thread Dyer, James
: Word Break Spell Checker Implementation algorithm Hi, Could you please point me to the link where I can learn about the theory behind the implementation of word break spell checker? Like we know that the solr's DirectSolrSpellCheck component uses levenstian distance algorithm, what i

Re: Word Break Spell Checker Implementation algorithm

2014-10-20 Thread Ramzi Alqrainy
066.n3.nabble.com/Word-Break-Spell-Checker-Implementation-algorithm-tp4164955p4164997.html Sent from the Solr - User mailing list archive at Nabble.com.

Word Break Spell Checker Implementation algorithm

2014-10-20 Thread David Philip
Hi, Could you please point me to the link where I can learn about the theory behind the implementation of word break spell checker? Like we know that the solr's DirectSolrSpellCheck component uses levenstian distance algorithm, what is the algorithm used behind the word break spell checker com