Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created January 10, 2020 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdsanadzakirizvi/ce19e6d6cff76f2d2081ca2c317e2eda to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/ce19e6d6cff76f2d2081ca2c317e2eda to your computer and use it in GitHub Desktop.
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