A python library to find rhymes of hindi words
Project description
Rhime
A simple python library to find rhymes of hindi words
Usage
Import the following modules to your project
from Rhime.rhime import Rhime
from Rhime.ipa import IpaRhyme
Load the words from a file
rhyme = Rhime()
rhyme.load_words_frm_file('path/to/file1.txt') # Creates a list Rhyme.words
rhyme.load_words_frm_file('path/to/file2.txt') # Appends words from file2.txt to Rhyme.words
For IPA based rhyme:
word = "तुकांत"
ipa = IpaRhyme(rhyme)
print(ipa.get_ipa_rhyme(word))
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
rhime-0.0.2.tar.gz
(39.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
rhime-0.0.2-py3-none-any.whl
(28.3 kB
view details)
File details
Details for the file rhime-0.0.2.tar.gz.
File metadata
- Download URL: rhime-0.0.2.tar.gz
- Upload date:
- Size: 39.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c60ae9d3c3ae874e97b36ef07efb8e1dfce7988bffa3098d0d7c3b0869c3fabe
|
|
| MD5 |
3bb1d845ba47233dd98bad5834b968f1
|
|
| BLAKE2b-256 |
d4e1c0ae04089137aaa61e100a361929da61e576f99b822142db185969769d67
|
File details
Details for the file rhime-0.0.2-py3-none-any.whl.
File metadata
- Download URL: rhime-0.0.2-py3-none-any.whl
- Upload date:
- Size: 28.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79f43e71ba47fb1ede1a9fadc950e7feb9b782eb2b2806b093a81b0c5952fc99
|
|
| MD5 |
a203695bd634ba711e5e13fb61ee2044
|
|
| BLAKE2b-256 |
da8aa84c0ce89bcfebcac4f78b952b713f74cd4a73eb63954e3732b958586167
|