# phonetisch
[](https://travis-ci.org/muhammad-ahsan/phonetisch) [](https://badge.fury.io/py/phonetisch)
Phonetic algorithms library in python focusing of multiple languages.
## Key features
* Implementation of Soundex and Caverphone.
* Simple to use.
* Support multiple languages.
* Supports Python 3.4+.
## Installation
Use pip to install the lastest version:
```bash
pip install phonetisch
```
## Usage Examples
```python
from phonetisch import soundex, caverphone
first_code = soundex.encode_word('Example')
second_code = soundex.encode_word('Ekzampul')
if first_code == second_code:
print('Both words are homophones')
print(caverphone.encode_word("Thompson"))
```
## Reference
https://en.wikipedia.org/wiki/Soundex
## Links
* Project: https://github.com/muhammad-ahsan/phonetisch
## License
MIT License
## Contributers
* Muhammad Ahsan [@muhammad-ahsan](https://github.com/muhammad-ahsan)
* Dounia Sediame [@sediame](https://github.com/sediame)
[](https://travis-ci.org/muhammad-ahsan/phonetisch) [](https://badge.fury.io/py/phonetisch)
Phonetic algorithms library in python focusing of multiple languages.
## Key features
* Implementation of Soundex and Caverphone.
* Simple to use.
* Support multiple languages.
* Supports Python 3.4+.
## Installation
Use pip to install the lastest version:
```bash
pip install phonetisch
```
## Usage Examples
```python
from phonetisch import soundex, caverphone
first_code = soundex.encode_word('Example')
second_code = soundex.encode_word('Ekzampul')
if first_code == second_code:
print('Both words are homophones')
print(caverphone.encode_word("Thompson"))
```
## Reference
https://en.wikipedia.org/wiki/Soundex
## Links
* Project: https://github.com/muhammad-ahsan/phonetisch
## License
MIT License
## Contributers
* Muhammad Ahsan [@muhammad-ahsan](https://github.com/muhammad-ahsan)
* Dounia Sediame [@sediame](https://github.com/sediame)
Release files for phonetisch 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| phonetisch-0.2.2.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| phonetisch-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / phonetisch-0.2.2.tar.gz
| Download URL | phonetisch-0.2.2.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28b49286f34e509402a73f8c24054b52652ad87559504ba9c1ab988e8d8fc289
|
|
BLAKE2b-256 checksum How to use checksums |
e9465c831083f63c189a39dd24a9f80c2300f4f00bf7674bff9e1d5bfb3068f9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|
Release files / phonetisch-0.2.2-py3-none-any.whl
| Download URL | phonetisch-0.2.2-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3bd189227367e9474d71ba6d3b5345c01d41c10beec725e2e366b61424996a0
|
|
BLAKE2b-256 checksum How to use checksums |
a6a6d5be271909b4ac2c71d5c128f5b9f3119d69baac3a692b9485c33c8a22b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|