Description Usage Arguments Value References Examples
View source: R/get_lu_submappings_table.R
The function generates a table of frequency and percentages of Lexical units evoking certain submappings of a metaphor.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
metaphor |
regular expressions for the relevant metaphor. |
word |
character strings of regular expressions for the HAPPINESS synonyms. |
print_all |
logical; print all output |
top_n |
logical; limit to the top-n LUs |
limit |
integer; maximum rows to be printed from the top-n LUs |
df |
the data frame ( |
metaphor_var |
character string for the column name of the metaphor variable (i.e., |
submet_var |
character string for the column name of the submapping variable (i.e., |
synonym_var |
character string for the column name of the synonyms variable (i.e., |
lexunit_var |
character string for the column name of the lexical unit variable (i.e., |
lexunit_gloss_var |
character string for the column name of the gloss of the lexical units (i.e., |
A tibble containing the submappings, LUs and the glosses, frequency of each LUs of the metaphor, percentage of each LUs in the metaphor, and percentage of each LUs by the evoked submappings.
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 2 3 4 5 6 7 8 | # for all synonyms
get_lu_submappings_table(metaphor = "liquid in a container",
df = phd_data_metaphor)
# for \emph{kegembiraan} 'joy'
get_lu_submappings_table(metaphor = "liquid in a container",
word = "kegembiraan",
df = phd_data_metaphor)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.