Shobdohash - Bengali Soundex Implementation
Shobdohash is a Bengali Soundex Implementation to phonetically hash and compare similar words. Implemented from the algorithm described by Naushad UzZaman and Mumit Khan in A Bangla Phonetic Encoding for Better Spelling Suggestions.
Installation
Stable Version
$ python -m pip install shobdohash
Development Version
$ python -m pip install -e 'git+https://github.com:banglakit/shobdohash.git#egg=shobdohash'
Usage
from shobdohash import ShobdoHash
s = ShobdoHash()
s('আমি')
s('বাংলা') == s('বাঙলা')
Running Tests
$ pip install -r requirements-test.txt
$ pytest
Release files for shobdohash 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| shobdohash-1.0.3.tar.gz | 2.2 kB | Details |
Release files / shobdohash-1.0.3.tar.gz
| Download URL | shobdohash-1.0.3.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9ec3af3441a0f1a547a566fc7e063fb4d4bf4e51a534cd902feab90fabf35f0c
|
|
BLAKE2b-256 checksum How to use checksums |
fc41e3df60cddc8297f62d9712ba45606636a5d4ff0f1d36bf7c41a38afba93a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
|