diff --git a/src/rantanplan/core.py b/src/rantanplan/core.py index d632121..1f3a659 100644 --- a/src/rantanplan/core.py +++ b/src/rantanplan/core.py @@ -418,6 +418,7 @@ def syllabify(word, alternative_syllabification=False): return (output, ALTERNATIVE_SYLLABIFICATION.get(original_word, (None, ()))[1]) + def get_orthographic_accent(syllable_list): """ Given a list of str representing syllables,