Phonetic algorithm in OCaml
Linux | macOS | |
---|---|---|
OCaml 4.05 | ||
OCaml 4.06 | ||
OCaml 4.07 | ||
OCaml 4.08 |
opam install phonetic
DoubleMetaphone.double_metaphone
: Double Metaphone (Wikipedia)Soundex.soundex
: Soundex (Wikipedia)
dune build # build the library
dune install # install the built library
dune runtest # run unit tests
dune build @runbench # run benchmark
dune clean # clean compilation artifacts