Overview of common NLP tasks using Python — Natural Language Processing NLP is used to analyse textual data. This could be data from web sites, scanned documents, books, journals, Tweets, YouTube comments to name but a few sources. This primer introduces some of the common NLP tasks that can be carried out using Python. Examples mostly use the…