indicsyllabifier

A syllable is a unit of organization for a sequence of speech sounds.Enter the text for syllabification. Language of each word will be detected.

class indicsyllabifier.core.Syllabalizer[source]

Syllabalizer class provides methods to syllabify unicode strings

get_info()[source]

return module info

get_module_name()[source]

return module name

syllabify(text)[source]

syllabifies the given text

Parameters:text (str.) – the input text.
Returns:text with syllables marked.

Indices and tables