Text organization
Este ejercicio forma parte del curso
Text Mining with Bag-of-Words in R
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# qdap_clean the text
___ <- ___(___)
# Source and create the corpus
___ <- ___(___(___))
# tm_clean the corpus
___ <- ___(___)