NAME
Algorithm::Soundex - Soundex algorithms in Raku
SYNOPSIS
use Algorithm::Soundex;
my Algorithm::Soundex $s .= new;
my $soundex = $s.soundex("Leto");
say "The soundex of Leto is $soundex";
DESCRIPTION
Currently this module contains the American Soundex algorithm, implemented in Raku
If you would like to add other Soundex algorithms, Patches Welcome!
AUTHOR
Jonathan Leto
COPYRIGHT AND LICENSE
Copyright 2011 - 2017 Jonathan Leto
Copyright 2024 Raku Community
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.