% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/derekovecs.R | |
\name{cosineSimilarity} | |
\alias{cosineSimilarity} | |
\title{cosineSimilarity} | |
\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. | |
} |