mazlum / rhymer

Find the similar keywords and make rhyme!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rhymer

rhymer, find the nearest word is a word using levenshtein algorithm helps make the rhyme songwriter.

levenshtein algorithm

https://en.wikipedia.org/wiki/Levenshtein_distance

install

if not installed "requests" library

$ pip install requests

after installing "requests" library

$ git clone https://github.com/Om3rCitak/rhymer.git

usage

$ python rhymer.py -k araba

usage rhymer

wordlist

all turkish words approved by the Türk Dil Kurumu and the recursive brute-force techniques save the wordlist_tdk.txt file.

if you want to update the wordlist

$ cp wordlist_tdk.txt wordlist_tdk_old.txt
$ python create_wordlist.py

this process will take slightly longer

OR

2k16, omercitak.com

About

Find the similar keywords and make rhyme!

License:GNU General Public License v3.0


Languages

Language:Python 100.0%