Text Feature Extraction in NLP

Preface: In our previous blog, we discussed basic text preprocessing concepts. Whereas in this blog we shall visit methods that are used for text feature extraction. Every machine/deep learning algorithm takes features as input for its prediction. Therefore after the removal of slag words, we need to convert the text into features. Method 1: Number of characters: Let’s say we

Continue reading