top of page
What is NLP?
NLP is a field in machine learning with the ability of a computer to understand, analyze, manipulate, and potentially generate human language.
NLP In Real Life:
-
Information Retrieval
-
Information Extraction
-
Machine Translation
-
Text Simplification
-
Sentiment Analysis
-
Text Summarization
-
Spam Filter
-
Auto-Predict
-
Auto-Correct
-
Speech Recognition
-
Question Answering
-
Natural Language Generation
What is NLTK?
NLTK is a popular open-source package in Python. Rather than building all tools from scratch, NLTK provides all common NLP Tasks.
Installing NLTK:
Use pip command to install nltk:
!pip install nltk
Importing nltk libraries:
import nltk
nltk.download()
Important NLTK Projects
-
Textblob
-
Ai chatbot framework
-
Stosight
-
Wikiquiz
-
Cltk
-
Text Classification
-
Orange2 Text
-
etc.
bottom of page