Organizarea textului
Acest exercițiu face parte din cursul
Text Mining cu Bag-of-Words în R
Exercițiu interactiv practic
Încearcă acest exercițiu completând acest cod de exemplu.
# qdap_clean the text
___ <- ___(___)
# Source and create the corpus
___ <- ___(___(___))
# tm_clean the corpus
___ <- ___(___)