Python for NLP: Introduction to the Pattern Library
This is the eighth article in my series of articles on Python for NLP. In my previous article, I explained how Python’s TextBlob library can be used to perform a variety of NLP tasks ranging from tokenization to POS tagging, and text classification to sentiment analysis. In this article, we will explore Python’s Pattern library, which is another extremely useful Natural Language Processing library. The Pattern library is a multipurpose library capable of handling the following tasks: Natural Language Processing: […]
Read more