Learn R Programming

koRpus (version 0.13-8)

gutierrez: Readability: Guti<U+00E9>rrez F<U+00F3>rmula de comprensibilidad

Description

This is just a convenient wrapper function for readability.

Usage

gutierrez(txt.file, ...)

Arguments

txt.file

Either an object of class kRp.text, a character vector which must be be a valid path to a file containing the text to be analyzed, or a list of text features. If the latter, calculation is done by readability.num.

...

Further valid options for the main function, see readability for details.

Value

An object of class kRp.readability.

Details

Calculates Guti<U+00E9>rrez de Polini's F<U+00F3>rmula de comprensibilidad (Guti<U+00E9>rrez, 1972, as cited in Fern<U+00E1>ndez, 2016). In contrast to readability, which by default calculates all possible indices, this function will only calculate the index value.

References

Fern<U+00E1>ndez, A. M. (2016, November 30). F<U+00F3>rmula de comprensibilidad de Guti<U+00E9>rrez de Polini. https://legible.es/blog/comprensibilidad-gutierrez-de-polini/

Examples

Run this code
# NOT RUN {
  gutierrez(tagged.text)
# }

Run the code above in your browser using DataLab