First working package

Change-Id: I7f011864775a0486d6dd985b93e4473574956fa7
diff --git a/man/collocationScores.Rd b/man/collocationScores.Rd
new file mode 100644
index 0000000..b206e18
--- /dev/null
+++ b/man/collocationScores.Rd
@@ -0,0 +1,21 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/derekovecs.R
+\name{collocationScores}
+\alias{collocationScores}
+\title{collocationScores}
+\usage{
+collocationScores(w, c, ...)
+}
+\arguments{
+\item{w}{The target word/node.}
+
+\item{c}{The collocate.}
+
+\item{...}{Additional parameters to pass to the API.}
+}
+\value{
+A one row data frame with collocate and its association scores.
+}
+\description{
+Calculate the association scores between a node (target word) and words in a window around the it.
+}