blob: f942028fb226e702959169581af8f58178b2e4c0 [file] [log] [blame]
Marc Kupietzbb4f54c2023-10-19 21:22:44 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/derekovecs.R
3\name{cosineSimilarity}
4\alias{cosineSimilarity}
Marc Kupietzc6a66ee2023-10-23 13:18:48 +02005\title{Get cosine similarity}
Marc Kupietzbb4f54c2023-10-19 21:22:44 +02006\usage{
7cosineSimilarity(w1, w2, ...)
8}
9\arguments{
10\item{w1}{The first word.}
11
12\item{w2}{The second word.}
13
14\item{...}{Additional parameters to pass to the API.}
15}
16\value{
17The cosine similarity between the two words.
18}
19\description{
20Calculate the cosine similarity between two words in the derekovecs model.
21}