syllabify v0.1.0 Syllabify

Split Russian words into syllables

Link to this section Summary

Functions

Split word into syllables

Link to this section Functions

Link to this function

syllabify(word)

Split word into syllables

Examples

iex> Syllabify.syllabify("Вдохновение")
["Вдо", "хно", "ве", "ни", "е"]