Double Metaphone PL/SQL Implementation
PL/SQL implementation of well-known double metaphone algorithm.
declare
alternative_result varchar(50);
begin;
result = p_double_metaphone.calculate('Chuck Norris',alternative_result)
end;
More information can be found on:
Reference implementation links can be found on: