Description Usage Arguments Value Examples
A helper function to extract distinctive collocates/collexemes for construction/word X from the output of collex_fye_dca
.
1 | dca_top_collex(dca_res, dist_for = NULL, top_n = 20L)
|
dca_res |
The output of |
dist_for |
Character vectors of names of the contrasted constructions, or either |
top_n |
Integer for the top-n distinctive collocates/collexemes. The default is |
A data frame of distinctive collocates/collexemes for construction X.
1 2 3 4 5 6 7 8 | ## Not run:
# distinctive for CxN B
dca_top_collex(dca_res, "b")
# distinctive for CxN A
dca_top_collex(dca_res, "a")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.