blob: cdbf0a2d0932c7828e8e5a5d5a3123a4c9a1ba59 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/derekovecs.R
\name{paradigmaticNeighbours}
\alias{paradigmaticNeighbours}
\title{Get paradigmatic neighbours}
\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.
}