A guide to using Python and NLP techniques for extraction of the history of the American revolutionary war. — In this short tutorial, I am going to use Python and its spaCy NLP library to extract named entities from a Wikipedia article on the American Revolutionary War. We are going to extract the most important persons, events, locations, and other entities from the article. In this article, I am…