blob: 5b30c899ddbb2f7157ae6ed7662a6ce19938df9a [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}
5\title{cosineSimilarity}
6\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}