Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame^] | 1 | % 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{ |
| 7 | collocationScores(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{ |
| 17 | A one row data frame with collocate and its association scores. |
| 18 | } |
| 19 | \description{ |
| 20 | Calculate the association scores between a node (target word) and words in a window around the it. |
| 21 | } |