| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/derekovecs.R |
| \name{collocationScores} |
| \alias{collocationScores} |
| \title{collocationScores} |
| \usage{ |
| collocationScores(w, c, ...) |
| } |
| \arguments{ |
| \item{w}{The target word/node.} |
| |
| \item{c}{The collocate.} |
| |
| \item{...}{Additional parameters to pass to the API.} |
| } |
| \value{ |
| A one row data frame with collocate and its association scores. |
| } |
| \description{ |
| Calculate the association scores between a node (target word) and words in a window around the it. |
| } |