suggest icon indicating copy to clipboard operation
suggest copied to clipboard

Phonetic correction

Open alldroll opened this issue 5 years ago • 0 comments

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

alldroll avatar Aug 26 '19 10:08 alldroll