% 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. | |
} |