blob: 1edbcd85e186a6b4915ec1a6156c3c1da173ab2c [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/derekovecs.R
\name{wordEmbedding}
\alias{wordEmbedding}
\title{Get word embedding}
\usage{
wordEmbedding(word = "Test", ...)
}
\arguments{
\item{word}{The word to get the paradigmatic neighbours for.}
\item{...}{Additional parameters to pass to the API.}
}
\value{
Normalized embedding vector of the given word.
}
\description{
Get the normalized embedding vector of a word from the derekovecs model.
}