get_expressions: Returns the table of expressions in a given language. This...

View source: R/get_expressions.R

get_expressionsR Documentation

Returns the table of expressions in a given language. This function uses the IRaMuTeQ package's dictionnaries.

Description

Returns the table of expressions in a given language. This function uses the IRaMuTeQ package's dictionnaries.

Usage

get_expressions(language = "fr")

Arguments

language

Can be one of "

  • "de" (German),

  • "en" (English),

  • "fr" (French),

  • "gl" (Galician),

  • "gr" (Greek),

  • "it" (Italian),

  • "pt" (Portuguese),

  • "sp" (Spanish),

  • "sw" (Swedish)

Value

tibble with word= word or expression, word_cor= corrected word or expression. For instance, in French, "aujourd'hui" is corrected as "ajourd_hui", and "curriculum vitae" is corrected as "curriculum_vitae".

Examples

fr_expr=get_expressions("fr")

lvaudor/mixr documentation built on April 14, 2024, 2:17 p.m.