Phonetically compare Bengali words
Project description
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
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
shobdohash-1.0.3.tar.gz
(2.2 kB
view details)
File details
Details for the file shobdohash-1.0.3.tar.gz
.
File metadata
- Download URL: shobdohash-1.0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ec3af3441a0f1a547a566fc7e063fb4d4bf4e51a534cd902feab90fabf35f0c |
|
MD5 | d0e5b4c7e81b89ff442761665f456b46 |
|
BLAKE2b-256 | fc41e3df60cddc8297f62d9712ba45606636a5d4ff0f1d36bf7c41a38afba93a |