Skip to main content

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

(back to top)

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

(back to top)

Roadmap

  • Add Tests
  • Add auto docs
  • Improved Multi-language support

See the open issues for a full list of proposed features (and known issues).

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast_phonetic-0.1.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

fast_phonetic-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl (247.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64

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

Hashes for fast_phonetic-0.1.0.tar.gz
Algorithm Hash digest
SHA256 20ab3a11fe49b09d15bd0052c28ed04bd5d82073338cec6ec6c12674bf518e04
MD5 e5bc73801cdfdec4056b14ee4027f4da
BLAKE2b-256 dbf07a67b752c5ecf8fcc2f7e427c10dea1dccc3c05c02ca2cfca46835c2a696

See more details on using hashes here.

File details

Details for the file fast_phonetic-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fast_phonetic-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 34cda6c0d72eb59d5efbbf62959ad6d72f84aad7a47a30362a9b06ea538a62aa
MD5 535c4cc5a4a8b6aec436f6ac6b8382d0
BLAKE2b-256 810889f3b8873288d4a620de473b7ee46b029cb5e3c1d173ade304ad4fa2689d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page