blob: c3f153f160fd932e66c449416ba4f7cb58f24263 [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}
5\title{countbasedCollocates}
6\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{
15A data fram with the most salient collcates and their association scores.
16}
17\description{
18Get the collocates of a word in the count-based dereko model.
19}