blob: b206e1823925055a2ab11704f4c87ea654317b35 [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{collocationScores}
4\alias{collocationScores}
5\title{collocationScores}
6\usage{
7collocationScores(w, c, ...)
8}
9\arguments{
10\item{w}{The target word/node.}
11
12\item{c}{The collocate.}
13
14\item{...}{Additional parameters to pass to the API.}
15}
16\value{
17A one row data frame with collocate and its association scores.
18}
19\description{
20Calculate the association scores between a node (target word) and words in a window around the it.
21}