Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created January 10, 2020 09:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
from indicnlp.syllable import syllabifier
# Word to be broken into syllables
w='जगदीशचंद्र'
# Language code Hindi in this case
lang='hi'
# Break into syllables
print(' '.join(syllabifier.orthographic_syllabify(w,lang)))
@Harshitharaj06
Copy link

how will get text splitup in english

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment