blob: 33fd2486cf4e5e0056df63d7aeb4f16ba2da1fa3 [file] [log] [blame]
Marc Kupietzbb4f54c2023-10-19 21:22:44 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/derekovecs.R
3\name{countbasedCollocates}
4\alias{countbasedCollocates}
Marc Kupietzc6a66ee2023-10-23 13:18:48 +02005\title{Get count-based collocates}
Marc Kupietzbb4f54c2023-10-19 21:22:44 +02006\usage{
7countbasedCollocates(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 Kupietzc6a66ee2023-10-23 13:18:48 +020015A data frame with the most salient collocates and their association scores.
Marc Kupietzbb4f54c2023-10-19 21:22:44 +020016}
17\description{
18Get the collocates of a word in the count-based dereko model.
19}
Marc Kupietzc6a66ee2023-10-23 13:18:48 +020020\seealso{
21\code{\link[=collocationScores]{collocationScores()}} for details
22}