Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.78 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.78 KB

Phonetic Spelling Algorithms in Rust

Download License Docs Build Status DOI

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

Acknowledgements

This work used the Extreme Science and Engineering Discovery Environment (XSEDE), which is supported by National Science Foundation grant number ACI-1548562. In particular, it used the Comet system at the San Diego Supercomputing Center (SDSC) through allocations TG-DBS170012 and TG-ASC150024.