Skip to content

mkoendjbiharie/soundex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Soundex algorithm in C++ for brazilian portuguese

Soundex algorithm in C++ for brazilian portuguese.

Use the getSoundexBR(string value) function to obtain the soundex value for a portuguese word.

Returns the soundex value of the portuguese word.

Example

...

string s=getSoundexBR("Palavra");

String s will then hold the soundex value for the word "Palavra".

Releases

No releases published

Packages

No packages published

Languages