Learn R Programming

covfefe (version 1.0.0)

syllabify: Split word into syllables

Description

Uses a simplified vowel-based algorithm.

Usage

syllabify(word)

Value

Character vector of syllables

Arguments

word

Character. Word to syllabify

Examples

Run this code
syllabify("hello")     # c("hel", "lo")
syllabify("coverage")  # c("cov", "er", "age")

Run the code above in your browser using DataLab