Add functions wordEmbedding and frequencyRank
Change-Id: Ic08c9660e3085d46143af8c4dfd32cfb2eca2aca
diff --git a/man/frequencyRank.Rd b/man/frequencyRank.Rd
new file mode 100644
index 0000000..9f2d970
--- /dev/null
+++ b/man/frequencyRank.Rd
@@ -0,0 +1,19 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/derekovecs.R
+\name{frequencyRank}
+\alias{frequencyRank}
+\title{Get frequency rank}
+\usage{
+frequencyRank(word = "Test", ...)
+}
+\arguments{
+\item{word}{The word to get the frequency rank of.}
+
+\item{...}{Additional parameters to pass to the API.}
+}
+\value{
+Frequency rank.
+}
+\description{
+Gets the frequency rank of a word in the training data.
+}