readability_word_stats: Readability Word Statistics

Description Usage Arguments Value Examples

Description

Word statistics commonly used to calculate readability sores.

Usage

1

Arguments

x

A character vector.

...

ignored.

Value

Returns a data.frame (data.table) readability word statistics.

Examples

1
2
3
4
5
6
7
8
x <- c("I like excellent chicken.", "I want eggs Benedict now.", "Really?",
    "I thought that was good.  Well a bit weird.", "I know right!")
readability_word_stats(x)

## Not run: 
readability_word_stats(presidential_debates_2012$dialogue)

## End(Not run)

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