First working package
Change-Id: I7f011864775a0486d6dd985b93e4473574956fa7
diff --git a/man/countbasedCollocates.Rd b/man/countbasedCollocates.Rd
new file mode 100644
index 0000000..c3f153f
--- /dev/null
+++ b/man/countbasedCollocates.Rd
@@ -0,0 +1,19 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/derekovecs.R
+\name{countbasedCollocates}
+\alias{countbasedCollocates}
+\title{countbasedCollocates}
+\usage{
+countbasedCollocates(w = "Test", ...)
+}
+\arguments{
+\item{w}{The word to get the collocates for.}
+
+\item{...}{Additional parameters to pass to the API.}
+}
+\value{
+A data fram with the most salient collcates and their association scores.
+}
+\description{
+Get the collocates of a word in the count-based dereko model.
+}