First working package
Change-Id: I7f011864775a0486d6dd985b93e4473574956fa7
diff --git a/man/cosineSimilarity.Rd b/man/cosineSimilarity.Rd
new file mode 100644
index 0000000..5b30c89
--- /dev/null
+++ b/man/cosineSimilarity.Rd
@@ -0,0 +1,21 @@
+% 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.
+}