tally_di_vector: Vector Tally of Di-syllabic Words

Description Usage Arguments Value See Also Examples

Description

Di-syllabic word tallies for the words in a vector of strings.

Usage

1

Arguments

x

A character vector.

...

ignored.

Value

Returns a vector of integer tallies for the total number of disyllable words for each string in the vector.

See Also

Other syllable.functions: count_string, count_vector_by, count_vector, sum_string, sum_vector_by, sum_vector, tally_both_string, tally_both_vector_by, tally_both_vector, tally_di_string, tally_di_vector_by, tally_mono_string, tally_mono_vector_by, tally_mono_vector, tally_poly_string, tally_poly_vector_by, tally_poly_vector, tally_short_string, tally_short_vector_by, tally_short_vector

Examples

1
2
3
sents <- c("I like chicken.", "I want eggs Benedict for breakfast.")
tally_di_vector(sents)
tally_di_vector(presidential_debates_2012$dialogue)

trinker/syllable documentation built on May 31, 2019, 10:42 p.m.