Skip to content

MartykQ/youngsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youngsi

drawing

YoungSI/MłodySI is a simple python app, that generates random polish-rap lyrics, based on real song-lyrics scrapped from genius.com

It uses Markov Chains. The simple scheme is:

  1. generates first sentence/line from scratch

  2. takes the last word from the previous sentence and looks for rhyming word

  3. if succeeded creates sentence with the rhyming word as a last word

  4. next words are generated with reversed Markov Chain

RHYMES

All rhymes were previously found by me, with the simpliest algorithm which compares last characters of the words. They are stored in rhymes.json

TODO

word2vec algorithm NLP skip-grams

About

polish-rap lyrics generator using MarkovChains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages