suggest
suggest copied to clipboard
Phonetic correction
It requires to implement phonetic tokenizer filters such as Double metaphone
, Daitch-Mokotoff Soundex
and build a special phonetic inverted index for search purposes
Some links
- https://nlp.stanford.edu/IR-book/html/htmledition/phonetic-correction-1.html
- http://ntz-develop.blogspot.com/2011/03/phonetic-algorithms.html
- https://github.com/apache/lucene-solr/tree/master/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic