@hackage phonetic-code0.1.1.1
Phonetic codes: Soundex and Phonix
Categories
License
BSD-3-Clause
Maintainer
bart@cs.pdx.edu
Links
Versions
Installation
Dependencies (4)
- array >=0.3 && <1
- base >=3 && <5
- containers >=0.3 && <1
- regex-compat >=0.93 && <2 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/spelling-suggest, @hackage/thimk
This package implements the "phonetic coding" algorithms Soundex and Phonix. A phonetic coding algorithm transforms a word into a similarity hash based on an approximation of its sounds. Thus, similar-sounding words tend to have the same hash.