phonics 0.1.0

Phonetic spelling algorithms in Rust
Documentation
  • Coverage
  • 75%
    6 out of 8 items documented4 out of 5 items with examples
  • Size
  • Source code size: 26.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • k3jph/phonics-in-rust
    2 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • howardjp

Phonetic Spelling Algorithms in Rust

Download License Docs Build Status

This is a package to port the Phonics in R package to Rust. In large part, this package is being developed to learn how to program in Rust. Accordingly, there is a substantial effort to translate the phonetic tools into idiomatic Rust. Each algorithm is implemented as a separate struct based on a PhoneticEncoder trait, providing a uniform interface. This package is not a high priority for the author and will likely be developed slowly.

Algorithms included

  • Lein

More to come, as they are reimplemented from the R package.

Dependencies

Contribution guidelines

  • Use GitFlow
  • Write unit tests
  • Document your functions

For more information