article thumbnail

Autocorrect Feature using NLP in Python

Analytics Vidhya

Getting Started With… Natural Language Processing (NLP) is the field of artificial intelligence that relates lingual to Computer Science. I am assuming that you have understood the basic concepts of NLP. There are Some NLP applications as follows: […]. So we will move ahead.

NLP 380
article thumbnail

Name Based Gender Identification Using NLP and Python

Analytics Vidhya

This article will […] The post Name Based Gender Identification Using NLP and Python appeared first on Analytics Vidhya. Given a large number of gender options and the variability of languages, it can be difficult to come up with a name gender identity classification system that is accurate across all languages.

NLP 295
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Text Preprocessing in NLP with Python codes

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Natural Language Processing (NLP) is a branch of Data Science. The post Text Preprocessing in NLP with Python codes appeared first on Analytics Vidhya.

NLP 322
article thumbnail

Complete Guide to build your AI Chatbot with NLP in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview In this Comprehensive Guide, we are going to be covering the following topics and the end goal is to teach you how to make your own personal intelligent AI chatbot: NLP and its uses in speech interpretation. AI and its uses in […].

article thumbnail

A friendly guide to NLP: Text pre-processing with Python Example

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction This is the first post of the NLP tutorial series. The post A friendly guide to NLP: Text pre-processing with Python Example appeared first on Analytics Vidhya.

NLP 343
article thumbnail

A friendly guide to NLP: Bag-of-Words with Python example

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon This is the second post of the NLP tutorial series. The post A friendly guide to NLP: Bag-of-Words with Python example appeared first on Analytics Vidhya.

NLP 337
article thumbnail

Enhancing NLP Pipelines with spaCy

Analytics Vidhya

Introduction spaCy is a Python library for Natural Language Processing (NLP). NLP pipelines with spaCy are free and open source. If you work with a lot of text, you’ll […] The post Enhancing NLP Pipelines with spaCy appeared first on Analytics Vidhya.

NLP 271