Month: August 2019

Tokenization of Words and Sentences using NLTK

Tokenization is the process by which string is divided into smaller sub parts called tokens. Tokenization is the first step toward solving the problems like Text classification, sentiment analysis, smart chatbot etc using Natural Language toolkit. Natural Language toolkit has ‘Tokenizer Interface’, now this  tokenize module is further divided into sub parts word tokenize sentence …

Tokenization of Words and Sentences using NLTK Read More »

Natural Language Processing An Introduction

What Is Natural Language Processing? Natural Language Processing (NLP) is defined as “it is the technology by using which we make the software capable to understand the human’s natural language”. It is a branch of artificial intelligence and it deals with the interaction between computers and humans using the natural language. Natural language processing tasks …

Natural Language Processing An Introduction Read More »