NLP PPT Presentation
NLP PPT Presentation
Presentation on
Natural Language Processing
Natural
Natural
Speech Language
Input Recognition Understandin
Language Output
Generation
g
Continue
• Input: Voice of Human
• Speech Recognition: In any Language
• Natural Language Understanding : Maps natural language into
useful representation and analyzing those aspects of language
• Natural Language Generation : Produces meaningful phrases
and sentences in form of natural language from some internal
representation.
Natural Language Processing working
• Tokenization breaks the raw text into small words called tokens.
These tokens helps in understanding the context or developing the
model of NLP.
• Stemming is the way toward lessening a word to its promise stem
that joins to prefixes or postfix to foundation of words.
• Lemmatization basically groups together different inflected forms
of word, called lemma.
• POS Tags signifies whether the word is noun, adjective, verb, and
so on.
Cont