Skip to content

fahadh4ilyas/syllable_splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Indonesian Syllable Splitter

This is python script for split indonesian word into its syllable. This script can also split sentences into syllable token.

from SyllableSplitter import SyllableSplitter

ss = SyllableSplitter()

ss.split_syllables("aku dan kamu. ekstra hari jum'at!")
#['a', 'ku', ' ', 'dan', ' ', 'ka', 'mu', '.', ' ', 'eks', 'tra', ' ', 'ha', 'ri', 'jum', "'", 'at', '!']

CAUTION!

It would be better if you split long sentence into a couple of sentences. It would reduce the computation time.

About

This is python script for indonesian syllable splitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages