Perform one-tailed Fisher's Exact test for the Distinctive Collexeme/Collocates Analysis.

collex_fye_dca(df = NULL, collstr_digit = 3)

Arguments

df

The output of assoc_prepare_dca.

collstr_digit

The numeric vector for floating digits of the collostruction strength. The default is 3.

Value

A data frame containing the collocates, their frequency with Construction/Word A and B, p-value of the Fisher Test, Collostruction Strength, and information on the distinctiveness of the collocates with the constructions.

Examples

if (FALSE) { # get the input format via assoc_prepare_dca() dca_tb <- assoc_prepare_dca(assoc_tb) # perform the DCA dca_res <- collex_fye_dca(dca_table) }