% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/derekovecs.R | |
\name{countbasedCollocates} | |
\alias{countbasedCollocates} | |
\title{countbasedCollocates} | |
\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 fram with the most salient collcates and their association scores. | |
} | |
\description{ | |
Get the collocates of a word in the count-based dereko model. | |
} |