blob: 9f2d9703c06649239e06ec77ce15ea9292c938db [file] [log] [blame]
Marc Kupietzdb9bb1a2023-10-24 16:03:36 +02001% 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{
7frequencyRank(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{
15Frequency rank.
16}
17\description{
18Gets the frequency rank of a word in the training data.
19}