blob: 1edbcd85e186a6b4915ec1a6156c3c1da173ab2c [file] [log] [blame]
Marc Kupietzdb9bb1a2023-10-24 16:03:36 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/derekovecs.R
3\name{wordEmbedding}
4\alias{wordEmbedding}
5\title{Get word embedding}
6\usage{
7wordEmbedding(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{
15Normalized embedding vector of the given word.
16}
17\description{
18Get the normalized embedding vector of a word from the derekovecs model.
19}