No project description provided
Project description
fast-phonetic
Fast Phonetic algoritihms in Python, using Rust and rphonetic
·
Report Bug
·
Request Feature
About The Project
All the existing libraries I saw in Python seemed dead. They also seemed to be lacking in modern CI practices. Plus Rust is cool
Currently we have
- Support for all
rphonetic
encoders besides BeiderMorse and DanitchMokotoff
Getting Started
Installation
pip install fast_phonetic
Usage
import fast_phonetic
# Soundex
soundex = fast_phonetic.encode_word("foo", "soundex")
metaphone = fast_phonetic.encode_word("foo", "metaphone")
double_metaphone = fast_phonetic.encode_word("foo", "double_metaphone")
bad_value = fast_phonetic.encode_word("foo", "bleh-encoder") # Raises NotImplemented error
Roadmap
- Add Tests
- Add auto docs
- Improved Multi-language support
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fast_phonetic-0.1.0.tar.gz
.
File metadata
- Download URL: fast_phonetic-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20ab3a11fe49b09d15bd0052c28ed04bd5d82073338cec6ec6c12674bf518e04 |
|
MD5 | e5bc73801cdfdec4056b14ee4027f4da |
|
BLAKE2b-256 | dbf07a67b752c5ecf8fcc2f7e427c10dea1dccc3c05c02ca2cfca46835c2a696 |
File details
Details for the file fast_phonetic-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: fast_phonetic-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 247.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34cda6c0d72eb59d5efbbf62959ad6d72f84aad7a47a30362a9b06ea538a62aa |
|
MD5 | 535c4cc5a4a8b6aec436f6ac6b8382d0 |
|
BLAKE2b-256 | 810889f3b8873288d4a620de473b7ee46b029cb5e3c1d173ade304ad4fa2689d |