Slide 24
Slide 24 text
Text Preprocessing Techniques
Text Preprocessing Pipeline for Bahasa using Python: Concept, Steps, Tools, and Examples
Kuncahyo Setyo Nugroho | Present in PyCon ID 2020
Stopwords Removal (NLTK)
Removing low information (noise) words from text.
Examples of stopwords in Indonesian are ‘yang’, ‘dan’, ‘di’, ‘dari’, etc.