Description Usage Arguments Value References Examples
The function is designed to easily retrieve a tibble data frame of the top-n most frequent Lexical Units (LU) of the prominent metaphors discussed in Rajeg (2019, Chapter 5 and 6).
1 2 3 4 5 6 7 8 |
metaphor |
regular expressions for the relevant metaphor. |
top_n_only |
logical; the default is |
top_n_limit |
integer; how many most frequent LU should be printed? The default is |
df |
the data frame for the thesis ( |
submapping_perc |
logical; wheter to include the percentages of the LU by submappings. If |
incl_submappings |
logical; whether to include the submappings inferred from the LU ( |
A tbl_df.
Rajeg, G. P. W. (2019). Metaphorical profiles and near-synonyms: A corpus-based study of Indonesian words for HAPPINESS. PhD Thesis. Monash University. Melbourne, Australia. https://doi.org/10.26180/5cac231a97fb1.
1 | get_lu_table(metaphor = "desired goal$", df = phd_data_metaphor)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.