Python for NLP: Getting Started with the StanfordCoreNLP Library
This is the ninth article in my series of articles on Python for NLP. In the previous article, we saw how Python’s Pattern library can be used to perform a variety of NLP tasks ranging from tokenization to POS tagging, and text classification to sentiment analysis. Before that we explored the TextBlob library for performing similar natural language processing tasks. In this article, we will explore StanfordCoreNLP library which is another extremely handy library for natural language processing. We will […]
Read more