Text organization
Cet exercice fait partie du cours
Text Mining with Bag-of-Words in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# qdap_clean the text
___ <- ___(___)
# Source and create the corpus
___ <- ___(___(___))
# tm_clean the corpus
___ <- ___(___)