blob: 225dae7d7aac6b6eb2d59569aca93057bebeb0d2 [file] [log] [blame]
Marc Kupietzbb4f54c2023-10-19 21:22:44 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/derekovecs.R
3\name{paradigmaticNeighbours}
4\alias{paradigmaticNeighbours}
5\title{paradigmaticNeighbours}
6\usage{
7paradigmaticNeighbours(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{
15A list of words with their similarity scores.
16}
17\description{
18Get the paradigmatic neighbours of a word in the derekovecs model.
19}