syllable_count: Count syllables in a word

View source: R/syllable.R

syllable_countR Documentation

Count syllables in a word

Description

Count syllables in a word

Usage

syllable_count(word)

Arguments

word

Character. Word to count

Value

Integer. Number of syllables

Examples

syllable_count("hello")  # 2

covfefe documentation built on Jan. 26, 2026, 5:08 p.m.