Esempio n. 1
0
def song():
    lyrics = request.args.get('lyrics')
    song = Song(lyrics)
    return json.dumps(song.find_all_rhyme_clusters())