ainconv.syllable module#

ainconv.syllable.separate(text: str) list[str]#

Separate a romanized Ainu word into syllables.

Parameters:

text (str) – A string that holds the romanized Ainu word.

Returns:

A list of syllables.

Return type:

str

ainconv.syllable.separate_word(text: str) list[str]#