Skip to content

Instantly share code, notes, and snippets.

@michail-nikolaev
Created September 9, 2012 22:36
Show Gist options
  • Save michail-nikolaev/3687731 to your computer and use it in GitHub Desktop.
Save michail-nikolaev/3687731 to your computer and use it in GitHub Desktop.
Lucene - JaroWinklerDistance
// compile 'org.apache.lucene:lucene-spellchecker:3.6.1'
private JaroWinklerDistance jaroWinklerDistance = new JaroWinklerDistance();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment