| Marc Kupietz | d417ba6 | 2024-12-10 17:54:07 +0100 | [diff] [blame^] | 1 | % 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{ | ||||
| 7 | wordFrequency(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{ | ||||
| 15 | The absolute frequency of the word. | ||||
| 16 | } | ||||
| 17 | \description{ | ||||
| 18 | Gets the absolute frequency of a word in the corpus. | ||||
| 19 | } | ||||