get_cic_meta_lu: Retrieve the conventionalised Lexical Units of a metaphor

Description Usage Arguments Value References Examples

View source: R/get_cic_meta_lu.R

Description

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").

Usage

1
get_cic_meta_lu(metaphor = NULL, df_ttr_out = NULL)

Arguments

metaphor

regular expressions for the relevant metaphor.

df_ttr_out

the tibble as the output of ttr.

Value

A tibble data frame

References

Examples

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)

gederajeg/happyr documentation built on Dec. 27, 2021, 3:24 a.m.