Description Usage Arguments Value Examples
View source: R/sl_corpus_dictionary.R
uses the breakdown function from LSAfun, which converts to lowercase and removes most special characters. After breakdown, all unique words are returned, forming the dictionary for the corpus.
1 | sl_corpus_dictionary(words)
|
words |
character vector |
character vector of unique words
1 | sl_corpus_dictionary("The the three","more stuff")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.