blob: a77dd8baa00dd52ffbd4af3057476a2f341c3366 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/derekovecs.R
\name{wordFrequency}
\alias{wordFrequency}
\title{Get word frequency}
\usage{
wordFrequency(w = "Test", ...)
}
\arguments{
\item{w}{The word to get the frequency of.}
\item{...}{Additional parameters to pass to the API.}
}
\value{
The absolute frequency of the word.
}
\description{
Gets the absolute frequency of a word in the corpus.
}