Add documentation on the data frames returned

Change-Id: Ifdc9b27829c6ab01aa4d6d7b88c339884a470877
diff --git a/man/countbasedCollocates.Rd b/man/countbasedCollocates.Rd
index c3f153f..33fd248 100644
--- a/man/countbasedCollocates.Rd
+++ b/man/countbasedCollocates.Rd
@@ -2,7 +2,7 @@
 % Please edit documentation in R/derekovecs.R
 \name{countbasedCollocates}
 \alias{countbasedCollocates}
-\title{countbasedCollocates}
+\title{Get count-based collocates}
 \usage{
 countbasedCollocates(w = "Test", ...)
 }
@@ -12,8 +12,11 @@
 \item{...}{Additional parameters to pass to the API.}
 }
 \value{
-A data fram with the most salient collcates and their association scores.
+A data frame with the most salient collocates and their association scores.
 }
 \description{
 Get the collocates of a word in the count-based dereko model.
 }
+\seealso{
+\code{\link[=collocationScores]{collocationScores()}} for details
+}