Description Usage Arguments Value
Expand words using wildcard expansion Default uses 'glob' style wildcards ("finan*"), set type='regex' to use regular expressions
1 | expand_wildcards(model_or_dfm, words, type = c("glob", "regex"))
|
model_or_dfm |
a fastTextR model or quanteda dfm |
words |
a character vector of words containing wildcards |
a character vector containing the expanded terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.