Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.26 KB

Description

This module implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.

Copyright

Copyright 2007, Stephen Lacy [email protected]

This code is a derivative work from an implementation by Maurice Aubrey [email protected], and modified to use STL vector and string classes instead of bare pointers.

Original Comments by Maurice Aubrey:

All rights reserved.

This code is based heavily on the C++ implementation by Lawrence Philips and incorporates several bug fixes courtesy of Kevin Atkinson [email protected].

This module is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0