match_token {riceware} | R Documentation |
Retrieves the word corresponding to a given token.
match_token(token, wordlist = riceware::wordlist_en, title_case = TRUE)
token |
A correctly formatted token |
wordlist |
A |
title_case |
If |
Given a token and a list of words, this function returns the word matching the supplied token.
A character vector of length 1 representing the word corresponding to the token.
Francois Michonneau