sl_clean.Rd
Clean words to lowercase etc.
sl_clean(words)
character
character vector
sl_clean("Hello, this is a sentence I want to clean.")#> [1] "hello" "this" "is" "a" "sentence" "i" "want" #> [8] "to" "clean"