2 unstable releases
0.1.0 | Jun 26, 2020 |
---|---|
0.0.1 | Jun 7, 2020 |
#1827 in Algorithms
15KB
175 lines
Phonetic Spelling Algorithms in Rust
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
- getset
- regex
Contribution guidelines
- Use GitFlow
- Write unit tests
- Document your functions
For more information
- Phonics in R website
- James P. Howard, II <jh@jameshoward.us>
Dependencies
~3.5–4.5MB
~89K SLoC