dictionary_tidiers: Tidy dictionary objects from the quanteda package
Description
Tidy dictionary objects from the quanteda package
Usage
# S3 method for dictionary2
tidy(x, regex = FALSE, ...)
Value
A data frame with two columns: category and word.
Arguments
- x
- A dictionary object 
- regex
- Whether to turn dictionary items from a glob to a regex 
- ...
- Extra arguments, not used