This showcase will teach you how to clean a text, remove symbols and non meaningful words, get most frequent useful words and plot their frequency in different ways, just as a wordcloud using NLP. We will be able to split each sentence of the text and analyze them independently, extracting the sentiment score for each one of it, so we will be able to know if they are positive, neutral or negative.
The objective of the course is to familiarise the participants with the taste of language processing by teaching them how to use Python libraries to analyze text data. The participants of the course will learn that there is no requirement of advanced coding skills to get into NLP.