Skip to content

Swift implementation of the original Soundex algorithm.

License

Notifications You must be signed in to change notification settings

DarkSatyr/Soundex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soundex

Swift implementation of the original Soundex algorithm.

Soundex is a simple algorithm to convert a string into a coded representation that helps categorize a string by its sound in US English.

The Soundex algorithm was invented in 1918 and was used by the US Census. More information on Wikipedia https://en.wikipedia.org/wiki/Soundex

Usage

let c = Soundex()

c.soundex(of:"Christopher") // C631

About

Swift implementation of the original Soundex algorithm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 64.8%
  • Swift 35.2%