blob: a77dd8baa00dd52ffbd4af3057476a2f341c3366 [file] [log] [blame]
Marc Kupietzd417ba62024-12-10 17:54:07 +01001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/derekovecs.R
3\name{wordFrequency}
4\alias{wordFrequency}
5\title{Get word frequency}
6\usage{
7wordFrequency(w = "Test", ...)
8}
9\arguments{
10\item{w}{The word to get the frequency of.}
11
12\item{...}{Additional parameters to pass to the API.}
13}
14\value{
15The absolute frequency of the word.
16}
17\description{
18Gets the absolute frequency of a word in the corpus.
19}