Description Usage Arguments Value References Examples
View source: R/get_cic_meta_lu.R
The function helps filter out LUs of a metaphor that can be considered as conventional linguistic instances (cf. Vergara Wilson, 2014, for the way to determine CIC, which stands for "conventionalised instances of constructions").
1 | get_cic_meta_lu(metaphor = NULL, df_ttr_out = NULL)
|
metaphor |
regular expressions for the relevant metaphor. |
df_ttr_out |
the tibble as the output of |
A tibble data frame
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.
Vergara Wilson, D. (2014). Categorization and Constructional Change in Spanish Expressions of "becoming". Leiden: Brill.
1 2 3 4 5 6 | ttr_metaphor <- ttr(df = phd_data_metaphor,
schema_var = "metaphors",
lexunit_var = "lu",
float_digits = 2)
get_cic_meta_lu("possessable", ttr_metaphor)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.