Blog Archives

Lucene spellchecker for TinyMCE

I just finished creation of Lucene based spellchecker for TinyMCE editor. It is based on the same code as the two previous ones “Jazzy-based” and “JMySpell-based” You can download code from the jspellchecker (http://jspellchecker.svn.sourceforge.net/viewvc/jspellchecker/trunk/) All configuration for TinyMCE still the

Tagged with: , , , ,
Posted in Software Development

Did-you-mean feature with Hibernate Search, Lucene and Seam. Example application

Guide to create a web-application with did-you-mean feature and full-text Lucene search.
Example code to find suggestions based on Lucene SpellChecker contribution.
Based on JBoss-Seam ‘dvdstore’ example

Tagged with: , , , , , , , , ,
Posted in Software Development

Suggestion engine with Hibernate Search and Lucene. Intro

I was inspired by the InfoQ articla Implementing Google’s “Did you mean” Feature In Java which shows the way to create the “Suggester” service based on Lucene.  Here is two more links you should read if interested in that topic

Tagged with: , , , , , , , ,
Posted in Software Development