Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. d = {}
  2. wrong_list = []
  3. for i in range(len(poem_lines)):
  4. last_word = poem_lines[i][poem_lines[i].rfind(' ') + 1:]
  5. last_word = clean_up(last_word)
  6. for i in word_to_phonemes:
  7. word_to_phonemes[i].reverse()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement