powered by
Exclude StopWords form the word occurrences data.frame. excludeStopWords uses parallel to perform parallel computation.
excludeStopWords
parallel
excludeStopWords(wordF, lang = "English")
The data.frame containing word occurrences.
The language used ("French", "English", "Spanish").
The word-occurrence data.frame.
# NOT RUN { excludeStopWords(wordF = myDF, lang = "French") # }
Run the code above in your browser using DataLab