% 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. | |
} |