Difference between revisions of "Phonetic Algorithm"

From Free Pascal wiki
Jump to navigationJump to search
 
m
Line 2: Line 2:
  
 
* SoundEx - function is part of StrUtils unit
 
* SoundEx - function is part of StrUtils unit
* Metaphone / Double Metaphone (Metaphone2) implementation - at [http://sourceforge.net/projects/metaphone/ DelphiMetaphone]. LGPL license.
+
* Metaphone / Double Metaphone (Metaphone2) implementation - at [http://sourceforge.net/projects/metaphone/ DelphiMetaphone]. LGPL 2.0 license.
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 22:34, 7 July 2014

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.