Skip to content

kapilraj2436/Double_Metaphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Double_Metaphone

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:

Metaphone Wikipedia Page

Reference implementation links can be found on:

Reference implementation 1

Reference implementation 2

About

Double Metaphone PL/SQL Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published