Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/derekovecs.R |
| 3 | \name{countbasedCollocates} |
| 4 | \alias{countbasedCollocates} |
Marc Kupietz | c6a66ee | 2023-10-23 13:18:48 +0200 | [diff] [blame^] | 5 | \title{Get count-based collocates} |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 6 | \usage{ |
| 7 | countbasedCollocates(w = "Test", ...) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{w}{The word to get the collocates for.} |
| 11 | |
| 12 | \item{...}{Additional parameters to pass to the API.} |
| 13 | } |
| 14 | \value{ |
Marc Kupietz | c6a66ee | 2023-10-23 13:18:48 +0200 | [diff] [blame^] | 15 | A data frame with the most salient collocates and their association scores. |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 16 | } |
| 17 | \description{ |
| 18 | Get the collocates of a word in the count-based dereko model. |
| 19 | } |
Marc Kupietz | c6a66ee | 2023-10-23 13:18:48 +0200 | [diff] [blame^] | 20 | \seealso{ |
| 21 | \code{\link[=collocationScores]{collocationScores()}} for details |
| 22 | } |