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{paradigmaticNeighbours} |
| 4 | \alias{paradigmaticNeighbours} |
Marc Kupietz | c6a66ee | 2023-10-23 13:18:48 +0200 | [diff] [blame] | 5 | \title{Get paradigmatic neighbours} |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 6 | \usage{ |
| 7 | paradigmaticNeighbours(word = "Test", ...) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{word}{The word to get the paradigmatic neighbours for.} |
| 11 | |
| 12 | \item{...}{Additional parameters to pass to the API.} |
| 13 | } |
| 14 | \value{ |
| 15 | A list of words with their similarity scores. |
| 16 | } |
| 17 | \description{ |
| 18 | Get the paradigmatic neighbours of a word in the derekovecs model. |
| 19 | } |