Skip to content

jupeeter8/Rhime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

A python libarary to generate Rhymes of hindi words based

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages