InfoQ

InfoQ

Editor Specific Content View

All of Leandro R. Moreira's Content on InfoQ


Latest featured content by Leandro R. Moreira

Implementing Google's "Did you mean" Feature In Java

Topics
Java,
Languages,
Open Source,
Search,
Programming,
Lucene

Leandro Moreira shows how to implement a domain specific version of Google’s “Did you mean” feature based on the SpellChecker project in the Apache Lucene sandbox using thee alternative algorithms (Levenshtein, Jaro-Winkler and N-gram).