Skip to content

MichaelConte/rusyllab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Type in console:

pip install git+https://github.com/MichaelConte/rusyllab

API

Function split_word splits a word aand returns a list of syllables.

Function split_words processes the list of words and return the list of syllables and spaces for word separation.

Usage

Example:

import rusyllab

sx = rusyllab.split_words(u"Голодная кошка ловит мышку".split())
print('|'.join(sx))

Result:

Го|лод|на|я| |кош|ка| |ло|вит| |мыш|ку

About

Function *split_words* processes the list of words and return the list of syllables and spaces for word separation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages