Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pyphen
- pyphen.language_fallback('cs_CZ')
- dic = pyphen.Pyphen(lang='cs_CZ')
- print dic.inserted(u'lokomotiva jede do depa',u'­')
- lo­ko­mo­ti­va­ je­de ­do ­de­pa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement