Phonetic Algorithm

From Free Pascal wiki
Revision as of 22:16, 19 April 2023 by Skalogryz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Wikipedia A phonetic algorithm is an algorithm for indexing of words by their pronunciation. Most phonetic algorithms were developed for use with the English language; consequently, applying the rules to words in other languages might not give a meaningful result.

  • SoundEx - function is part of StrUtils unit
  • Metaphone / Double Metaphone (Metaphone2) implementation - at DelphiMetaphone. LGPL 2.0 license.