Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. import pyphen
  2. pyphen.language_fallback('cs_CZ')
  3. dic = pyphen.Pyphen(lang='cs_CZ')
  4. print dic.inserted(u'lokomotiva jede do depa',u'­')
  5. lo­ko­mo­ti­va­ je­de ­do ­de­pa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement