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.

sl_corpus_dictionary(words)

Arguments

words

character vector

Value

character vector of unique words

Examples

sl_corpus_dictionary("The the three","more stuff")
#> Error in sl_corpus_dictionary("The the three", "more stuff"): unused argument ("more stuff")