First working package
Change-Id: I7f011864775a0486d6dd985b93e4473574956fa7
diff --git a/man/paradigmaticNeighbours.Rd b/man/paradigmaticNeighbours.Rd
new file mode 100644
index 0000000..225dae7
--- /dev/null
+++ b/man/paradigmaticNeighbours.Rd
@@ -0,0 +1,19 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/derekovecs.R
+\name{paradigmaticNeighbours}
+\alias{paradigmaticNeighbours}
+\title{paradigmaticNeighbours}
+\usage{
+paradigmaticNeighbours(word = "Test", ...)
+}
+\arguments{
+\item{word}{The word to get the paradigmatic neighbours for.}
+
+\item{...}{Additional parameters to pass to the API.}
+}
+\value{
+A list of words with their similarity scores.
+}
+\description{
+Get the paradigmatic neighbours of a word in the derekovecs model.
+}