A blog for computer science passionates.

Sunday, 3 March 2019

Hello Friends, In previous post, we have seen how to install NLTK? In this post we start with How to work with NLTK? As we know, NLTK is a library in python to work with NLP. So, First of all what is NLP? NLP - Natural Language Processing is to develop an application to understand Human Languages. some examples, Amazon Alexa Google HomeMini,...
Hello Friends, Today we are going to learn natural language processing by using python and nltk. nltk - is one of the most popular library (Module) available in python for Natural Language Processing. some other libraries are there for NLP: NLTK Apache OpenNLP Stanford NLP suite. Gate NLP Library etc. NLTK (Natural Language Toolkit), is most...