% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/derekovecs.R | |
\name{paradigmaticNeighbours} | |
\alias{paradigmaticNeighbours} | |
\title{paradigmaticNeighbours} | |
\usage{ | |
paradigmaticNeighbours(word = "Test", ...) | |
} | |
\arguments{ | |
\item{word}{The word to get the paradigmatic neighbours for.} | |
\item{...}{Additional parameters to pass to the API.} | |
} | |
\value{ | |
A list of words with their similarity scores. | |
} | |
\description{ | |
Get the paradigmatic neighbours of a word in the derekovecs model. | |
} |