expand_wildcards | R Documentation |
Expand words using wildcard expansion Default uses 'glob' style wildcards ("finan*"), set type='regex' to use regular expressions
expand_wildcards(dictionary, vectors, type = c("glob", "regex"))
dictionary |
a character vector of words containing wildcards |
vectors |
A vectors object, e.g. as returned by load_fasttext |
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.