blob: f942028fb226e702959169581af8f58178b2e4c0 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/derekovecs.R
\name{cosineSimilarity}
\alias{cosineSimilarity}
\title{Get cosine similarity}
\usage{
cosineSimilarity(w1, w2, ...)
}
\arguments{
\item{w1}{The first word.}
\item{w2}{The second word.}
\item{...}{Additional parameters to pass to the API.}
}
\value{
The cosine similarity between the two words.
}
\description{
Calculate the cosine similarity between two words in the derekovecs model.
}