Marc Kupietz | db9bb1a | 2023-10-24 16:03:36 +0200 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
2 | % Please edit documentation in R/derekovecs.R | ||||
3 | \name{frequencyRank} | ||||
4 | \alias{frequencyRank} | ||||
5 | \title{Get frequency rank} | ||||
6 | \usage{ | ||||
7 | frequencyRank(word = "Test", ...) | ||||
8 | } | ||||
9 | \arguments{ | ||||
10 | \item{word}{The word to get the frequency rank of.} | ||||
11 | |||||
12 | \item{...}{Additional parameters to pass to the API.} | ||||
13 | } | ||||
14 | \value{ | ||||
15 | Frequency rank. | ||||
16 | } | ||||
17 | \description{ | ||||
18 | Gets the frequency rank of a word in the training data. | ||||
19 | } |