sl_corpus_dictionary.Rd
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)
words | character vector |
---|
character vector of unique words
sl_corpus_dictionary("The the three","more stuff")#> Error in sl_corpus_dictionary("The the three", "more stuff"): unused argument ("more stuff")