| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/derekovecs.R |
| \name{countbasedCollocates} |
| \alias{countbasedCollocates} |
| \title{Get count-based collocates} |
| \usage{ |
| countbasedCollocates(w = "Test", ...) |
| } |
| \arguments{ |
| \item{w}{The word to get the collocates for.} |
| |
| \item{...}{Additional parameters to pass to the API.} |
| } |
| \value{ |
| A data frame with the most salient collocates and their association scores. |
| } |
| \description{ |
| Get the collocates of a word in the count-based dereko model. |
| } |
| \seealso{ |
| \code{\link[=collocationScores]{collocationScores()}} for details |
| } |