Organisation du texte
Cette activité fait partie du cours
Extraction de texte avec sac de mots en R
Exercice interactif pratique
Essayez cet exercice en complétant ce code d’exemple.
# qdap_clean the text
___ <- ___(___)
# Source and create the corpus
___ <- ___(___(___))
# tm_clean the corpus
___ <- ___(___)