Skip to content

sagarrajroul/NaturalLanguageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NaturalLanguageProcessing

Natural Language Processing (NLP) is a branch of AI that helps computers to understand, interpret and manipulate human language.NLP helps us to organize and structure knowledge to perform tasks like translation, summarization, named entity recognition, relationship extraction, speech recognition, topic segmentation, etc.NLP is a way of computers to analyze, understand and derive meaning from a human languages such as English, Spanish, Hindi, etc.

Preprocessing

In this process we removenumbers, punctuations , stopwords and repeated words from the text.

stopwords

The words which are not define any characteristic for the text.

Stemmer

It is a process to extract th original(root) of the word used in the text. ex- loved as love or loving as love

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages