Skip to content

johnmyleswhite/Soundex.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Soundex.jl

NOTICE

This package is unmaintained. Its reliability is not guaranteed.

Introduction

An implementation of the American Soundex algorithm in Julia as described by Wikipedia.

Usage Examples

using Soundex

soundex("Robert") # => "R163"
soundex("Rupert") # => "R163"
soundex("Rubin") # => "R150"

About

The Soundex algorithm in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages